Home
last modified time | relevance | path

Searched refs:search (Results 451 – 475 of 802) sorted by relevance

1...<<11121314151617181920>>...33

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py321 res = re.search(r'.*/(.*?)/archive/(.*)-final\.(tar|zip)', parseres.path)
326 res = re.search(r'.*/(.*?)/archive/v?(.*)\.(tar|zip)', parseres.path)
331 … res = re.search(r'.*/(.*?)/get/[a-zA-Z_-]*([0-9][0-9a-zA-Z_.]*)\.(tar|zip)', parseres.path)
472 res = rev_re.search(srcuri)
/openbmc/linux/Documentation/misc-devices/
H A Dspear-pcie-gadget.rst125 is initialized and start to search PCIe devices on its port.
/openbmc/docs/architecture/
H A Dredfish-logging-in-bmcweb.md46 bmcweb will search the specified Message Registry for the MessageKey, construct
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-modify-parameters.patch48 # Optional system libraries we search for
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch136 /* Type to represent search path. */
/openbmc/linux/security/integrity/
H A DKconfig28 Different keyrings improves search performance, but also allow
/openbmc/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py200 …re.search(r'(^(.*?)\[)((\d+)[^\]])(.*?)(\d+)([.])(\d+)(.*?amd_min_perf=)(\d+)(.*?amd_des_perf=)(\d…
/openbmc/qemu/docs/sphinx-static/
H A Dtheme_overrides.css30 .wy-side-nav-search input[type="text"] {
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1106 stbtt_uint32 search = endCount; in stbtt_FindGlyphIndex() local
1113 if (unicode_codepoint >= ttUSHORT(data + search + rangeShift*2)) in stbtt_FindGlyphIndex()
1114 search += rangeShift*2; in stbtt_FindGlyphIndex()
1117 search -= 2; in stbtt_FindGlyphIndex()
1121 end = ttUSHORT(data + search + searchRange*2); in stbtt_FindGlyphIndex()
1123 search += searchRange*2; in stbtt_FindGlyphIndex()
1126 search += 2; in stbtt_FindGlyphIndex()
1130 stbtt_uint16 item = (stbtt_uint16) ((search - endCount) >> 1); in stbtt_FindGlyphIndex()
/openbmc/openbmc/poky/documentation/ref-manual/
H A Ddevtool-reference.rst50 search Search available recipes
609 .. _devtool-search-for-available-target-recipes:
614 Use the ``devtool search`` command to search for available target
619 When you use the ``devtool search`` command, you must supply a keyword.
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendian-ness_handling.patch63 /* The library is an elf library, now search for soname and
209 /* The library is an elf library, now search for soname and
/openbmc/dbus-sensors/src/
H A DUtils.cpp226 std::regex search(std::string{matchString}); in findFiles() local
235 if (std::regex_search(path, match, search)) in findFiles()
/openbmc/linux/fs/btrfs/
H A Dctree.c1465 u64 search; in reada_for_search() local
1495 search = btrfs_node_blockptr(node, slot); in reada_for_search()
1500 eb = find_extent_buffer(fs_info, search); in reada_for_search()
1507 target = search; in reada_for_search()
1528 search = btrfs_node_blockptr(node, nr); in reada_for_search()
1530 (search <= target && target - search <= 65536) || in reada_for_search()
1531 (search > target && search - target <= 65536)) { in reada_for_search()
H A Dextent-io-tree.c1575 goto search; in count_range_bits()
1580 goto search; in count_range_bits()
1605 search: in count_range_bits()
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dcpusets.rst557 idle CPUs, the scheduler might not search all CPUs in the domain
576 0 no search.
577 1 search siblings (hyperthreads in a core).
578 2 search cores in a package.
579 3 search cpus in a node [= system wide on non-NUMA system]
580 4 search nodes in a chunk of node [on NUMA system]
581 5 search system wide [on NUMA system]
/openbmc/linux/Documentation/devicetree/bindings/fpga/
H A Dfpga-region.txt176 firmware search path. If this property shows up in a live device tree
338 Specifies the name of the FPGA image file on the firmware search
339 path. The search path is described in the firmware class documentation.
/openbmc/linux/Documentation/driver-api/acpi/
H A Dscan_handlers.rst13 is scanned in search of device objects that generally represent various pieces
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A D__init__.py311 not self.parse_only.search(current_data)):
H A DNEWS.txt228 * Added the ability to search for attribute values specified in UTF-8. [bug=1003974]
230 This caused a major refactoring of the search code. All the tests
347 searching or tree manipulation. When you search the tree, you need
427 object to search against a tag's CSS classes. Previously this only
767 dictionary of attributes to a search method. That is, you can replace
828 Added a wide variety of new search methods which, given a starting
943 You can use fetch() and first() to search for text in the parse tree,
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/
H A Dnetdata.conf5004 [netfilter.search]
/openbmc/linux/fs/ocfs2/
H A Dextent_map.c227 search: in ocfs2_extent_map_insert_rec()
253 goto search; in ocfs2_extent_map_insert_rec()
/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp744 auto it = std::search(std::begin(buffer), std::end(buffer), in checkSMBIOSVersion()
751 it = std::search(std::begin(buffer), std::end(buffer), in checkSMBIOSVersion()
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py503 if re.search("test-suite-[a-z]+.log", f) is None:
1016 return not re.search("Unknown test setup '[^']+'[.]", output)
/openbmc/linux/Documentation/networking/
H A Ddns_resolver.rst124 When dns_query() is invoked, it calls request_key() to search the local
/openbmc/u-boot/test/py/
H A Dconftest.py232 m = re_ut_test_list.search(l)

1...<<11121314151617181920>>...33