/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create.py | 321 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 D | spear-pcie-gadget.rst | 125 is initialized and start to search PCIe devices on its port.
|
/openbmc/docs/architecture/ |
H A D | redfish-logging-in-bmcweb.md | 46 bmcweb will search the specified Message Registry for the MessageKey, construct
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
H A D | from-debian-to-modify-parameters.patch | 48 # Optional system libraries we search for
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch | 136 /* Type to represent search path. */
|
/openbmc/linux/security/integrity/ |
H A D | Kconfig | 28 Different keyrings improves search performance, but also allow
|
/openbmc/linux/tools/power/x86/amd_pstate_tracer/ |
H A D | amd_pstate_trace.py | 200 …re.search(r'(^(.*?)\[)((\d+)[^\]])(.*?)(\d+)([.])(\d+)(.*?amd_min_perf=)(\d+)(.*?amd_des_perf=)(\d…
|
/openbmc/qemu/docs/sphinx-static/ |
H A D | theme_overrides.css | 30 .wy-side-nav-search input[type="text"] {
|
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 1106 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 D | devtool-reference.rst | 50 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 D | endian-ness_handling.patch | 63 /* 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 D | Utils.cpp | 226 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 D | ctree.c | 1465 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 D | extent-io-tree.c | 1575 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 D | cpusets.rst | 557 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 D | fpga-region.txt | 176 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 D | scan_handlers.rst | 13 is scanned in search of device objects that generally represent various pieces
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | __init__.py | 311 not self.parse_only.search(current_data)):
|
H A D | NEWS.txt | 228 * 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 D | netdata.conf | 5004 [netfilter.search]
|
/openbmc/linux/fs/ocfs2/ |
H A D | extent_map.c | 227 search: in ocfs2_extent_map_insert_rec() 253 goto search; in ocfs2_extent_map_insert_rec()
|
/openbmc/smbios-mdr/src/ |
H A D | mdrv2.cpp | 744 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 D | unit-test.py | 503 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 D | dns_resolver.rst | 124 When dns_query() is invoked, it calls request_key() to search the local
|
/openbmc/u-boot/test/py/ |
H A D | conftest.py | 232 m = re_ut_test_list.search(l)
|