/third_party/mesa3d/.gitlab-ci/ |
H A D | report-flakes.py | 68 if match.group(2) == "Flake": 69 flakes.append(match.group(1))
|
/third_party/jerryscript/targets/esp8266/ |
H A D | Makefile | 82 -Wl,--start-group \ 109 -Wl,--end-group
|
/third_party/jinja2/ |
H A D | nativetypes.py | 59 def _output_const_repr(self, group: t.Iterable[t.Any]) -> str: 60 return repr("".join([str(v) for v in group]))
|
/third_party/node/deps/v8/src/wasm/ |
H A D | canonical-types.h | 23 // A recursive group is a subsequence of types explicitly marked in the type 25 // to a single canonical group and are are considered identical. Respective 29 // - identical types, if those do not belong to the rec. group, 30 // - types in the same relative position in the group, if those belong to the 31 // rec. group. 42 // Registers the last {size} types of {module} as a recursive group, and 77 size_t operator()(const CanonicalGroup& group) const { in operator ()() 78 return group.hash_value(); in operator ()() 110 // group -> canonical id of first type
|
/third_party/node/deps/v8/third_party/test262-harness/test/ |
H A D | test_parseTestRecord.py | 111 ---""", match.group(2)) 140 self.assertTrue(hasYAML(match.group(2)))
|
/third_party/nghttp2/src/ |
H A D | shrpx_client_handler.h | 109 DownstreamAddr *get_downstream_addr(int &err, DownstreamAddrGroup *group, 168 get_http2_session(const std::shared_ptr<DownstreamAddrGroup> &group,
|
/third_party/musl/src/passwd/ |
H A D | getgrouplist.c | 16 struct group gr; in getgrouplist() 17 struct group *res; in getgrouplist() 46 f = fopen("/etc/group", "rbe"); in getgrouplist()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | utils.py | 139 build = cast(BuildTag, (int(build_match.group(1)), build_match.group(2)))
|
/third_party/libevdev/libevdev/ |
H A D | make-event-names.py | 184 name = m.group(1) 187 value = int(m.group(2), 0)
|
/third_party/python/Tools/scripts/ |
H A D | pep384_macrocheck.py | 46 include = found.group(1) 122 name = re.match(define_pattern, line).group(1)
|
/third_party/python/Lib/multiprocessing/dummy/ |
H A D | __init__.py | 36 def __init__(self, group=None, target=None, name=None, args=(), kwargs={}): 37 threading.Thread.__init__(self, group, target, name, args, kwargs)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
H A D | vktAmberTestCaseUtil.cpp | 177 void createAmberTestsFromIndexFile (tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const std::string filename, const char* category) in createAmberTestsFromIndexFile() argument 187 group->addChild(testCase); in createAmberTestsFromIndexFile()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | base_printer.py | 20 If a group is specified: returns the column of the start of the group. 21 If no group, but a match is specified: returns the column of the start of 28 if message_context.group is not None: 29 return message_context.match.start(message_context.group)
|
/third_party/skia/src/sksl/lex/ |
H A D | RegexParser.cpp | 45 case '(': this->group(); break; in term() 107 void RegexParser::group() { in group() function in RegexParser
|
/third_party/vixl/tools/ |
H A D | threaded_tests.py | 100 "not available '%s'" % (n_tests, m.group(1))) 103 features.update(m.group(1).split(', '))
|
/third_party/rust/crates/nix/src/sys/ioctl/ |
H A D | bsd.rs | 34 ($inout:expr, $group:expr, $num:expr, $len:expr) => { 39 | (($group as $crate::sys::ioctl::ioctl_num_type) << 8)
|
/third_party/rust/crates/regex/src/ |
H A D | re_bytes.rs | 193 /// match in `text`. Capture group `0` always corresponds to the entire 197 /// capturing group matches. Otherwise, `find` is faster for discovering 224 /// Note that the full match is at capture group `0`. Each subsequent 225 /// capture group is indexed by the order of its opening `(`. 240 /// // Note that this will panic on an invalid group name. 253 /// The `0`th capture group is always unnamed, so it must always be 266 /// yields information about capturing group matches. 360 /// corresponding capture group `name`. 363 /// capture group (counted by order of opening parenthesis where `0` is the 365 /// underscores) corresponding to a named capture group [all...] |
H A D | re_unicode.rs | 249 /// match in `text`. Capture group `0` always corresponds to the entire 253 /// capturing group matches. Otherwise, `find` is faster for discovering 280 /// Note that the full match is at capture group `0`. Each subsequent 281 /// capture group is indexed by the order of its opening `(`. 296 /// // Note that this will panic on an invalid group name. 309 /// The `0`th capture group is always unnamed, so it must always be 322 /// yields information about capturing group matches. 412 /// corresponding capture group `name`. 415 /// capture group (counted by order of opening parenthesis where `0` is the 417 /// underscores) corresponding to a named capture group [all...] |
/third_party/skia/buildtools/checkdeps/ |
H A D | proto_checker.py | 45 return os.path.isdir(self._root_dir + "/" + match.group(1)) 60 import_path = found_item.group(1)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_iface.h | 19 struct fst_group *group; member 36 return i->group; in fst_iface_get_group()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglColorClearTests.cpp | 57 static void createColorClearGroups (EglTestContext& eglTestCtx, tcu::TestCaseGroup* group, const ColorClearGroupSpec* first, const ColorClearGroupSpec* last) in createColorClearGroups() argument 62 group->addChild(configGroup); in createColorClearGroups()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_iface.h | 19 struct fst_group *group; member 36 return i->group; in fst_iface_get_group()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | security.c | 1120 * Optional simplified checking of group membership 1123 * /etc/group at initialization time. 1125 * setgroups() nor the changes in /etc/group since initialization 1130 * Should not be called for user root, however the group may be root 1159 * Check whether current thread owner is member of file group 1161 * Should not be called for user root, however the group may be root 1163 * The group list is available in "/proc/$PID/cred" 1173 gid_t pr_egid; /* effective group id */ in groupmember() 1174 gid_t pr_rgid; /* real group id */ in groupmember() 1175 gid_t pr_sgid; /* saved group i in groupmember() 1358 const struct MAPPING* group; ntfs_basic_perms() local 4089 struct group *group; link_single_group() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuiltinTests.cpp | 209 const deUint32 group); 244 deUint32 group = 0; in RayTracingBuiltinLaunchTestInstance() local 261 m_raygenShaderGroup = group++; in RayTracingBuiltinLaunchTestInstance() 264 m_missShaderGroup = group++; in RayTracingBuiltinLaunchTestInstance() 267 m_hitShaderGroup = group++; in RayTracingBuiltinLaunchTestInstance() 270 m_callableShaderGroup = group++; in RayTracingBuiltinLaunchTestInstance() 272 m_shaderGroupCount = group; in RayTracingBuiltinLaunchTestInstance() 1589 const deUint32 group) in createShaderBindingTable() 1593 if (group < m_shaderGroupCount) in createShaderBindingTable() 1598 shaderBindingTable = rayTracingPipeline->createShaderBindingTable(vkd, device, pipeline, allocator, shaderGroupHandleSize, shaderGroupBaseAlignment, group, in createShaderBindingTable() 1582 createShaderBindingTable(const InstanceInterface& vki, const DeviceInterface& vkd, const VkDevice device, const VkPhysicalDevice physicalDevice, const VkPipeline pipeline, Allocator& allocator, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, const deUint32 group) createShaderBindingTable() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbimonkeytest.cpp | 123 fSetRefsMatcher->group(fSetRefsMatcher->pattern().groupNumberFromName("ClassName", status), status); in addCharClass() 174 fSetRefsMatcher->group(fSetRefsMatcher->pattern().groupNumberFromName("ClassName", status), status); in addRule() 196 // When running the rules, a match that includes this group means we found a break position. in addRule() 310 UnicodeString className = fClassDefMatcher->group(fClassDefMatcher->pattern().groupNumberFromName("ClassName", status), status); in compileRules() 311 UnicodeString classDef = fClassDefMatcher->group(fClassDefMatcher->pattern().groupNumberFromName("ClassDef", status), status); in compileRules() 327 UnicodeString ruleName = fRuleDefMatcher->group(fRuleDefMatcher->pattern().groupNumberFromName("RuleName", status), status); in compileRules() 328 UnicodeString ruleDef = fRuleDefMatcher->group(fRuleDefMatcher->pattern().groupNumberFromName("RuleDef", status), status); in compileRules() 493 if (matchingRule->fRuleMatcher->group(status).length() == 0) { in set() 986 str.append(CStr(m.group(1, status))(), -1, status); in getIntParam() 1002 dest.append(CStr(m.group( in getStringParam() [all...] |