/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataCppFromXml.java | 103 Variant variant = Variant.parse(basenameMatcher.group(1)); in parse() 104 Type type = Type.parse(basenameMatcher.group(2)); in parse()
|
/third_party/mbedtls/tests/scripts/ |
H A D | set_psa_test_dependencies.py | 218 arguments = content_matches[-1].group(0).split(':') 234 old_dependencies = dependencies_match.group(0).split(':')
|
/third_party/jerryscript/tools/ |
H A D | gen-doctest.py | 130 decl, decl_lineno = self._process_decl(decl_match.group(1)) 135 decl, decl_lineno = self._process_decl(decl_match.group(1))
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_sel_peephole.cpp | 169 then_mov[i]->group != else_mov[i]->group || in opt_peephole_sel()
|
/third_party/musl/src/passwd/ |
H A D | getgr_a.c | 20 int __getgr_a(const char *name, gid_t gid, struct group *gr, char **buf, size_t *size, char ***mem, size_t *nmem, struct group **res) in __getgr_a() 29 f = fopen("/etc/group", "rbe"); in __getgr_a()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | _manylinux.py | 159 return int(m.group("major")), int(m.group("minor"))
|
/third_party/mesa3d/src/intel/isl/ |
H A D | gen_format_layout.py | 160 self.type = self._types[grouped.group('type')].upper() 161 self.size = int(grouped.group('size'))
|
/third_party/libfuse/test/ |
H A D | util.py | 30 proto = (int(hit.group(1)), int(hit.group(2)))
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | regexp_adapter_icu.cc | 160 UnicodeStringToUtf8String(matcher->group(group_index, status)); in Consume() 184 *matched_string = UnicodeStringToUtf8String(matcher->group(1, status)); in Match()
|
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | match.py | 175 group = _KIND.get_group(item.kind) 176 collated[group].append(item)
|
/third_party/python/Lib/ctypes/ |
H A D | _aix.py | 146 return matches[0].group(1) 207 versions.append(m.group(0))
|
/third_party/vk-gl-cts/external/vulkancts/modules/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/ |
H A D | comment_convert.py | 81 content = match.group('content') 164 indent = def_match.group('indentation')
|
H A D | promote.py | 100 type = matches.group('type') 101 name = matches.group('name')
|
/third_party/unity/extras/fixture/test/ |
H A D | unity_fixture_Test.c | 137 static const char* group[] = { variable 144 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(3, group)); in TEST()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | compat.rs | 199 grp: *mut ::group, in getgrent_r() 202 result: *mut *mut ::group, in getgrent_r()
|
/third_party/rust/crates/rustix/src/process/ |
H A D | id.rs | 1 //! Unix user, group, and process identifiers. 17 /// The raw integer value of a Unix group ID. 31 /// `gid_t`—A Unix group ID. 79 /// A `Gid` corresponding to the root group (gid 0). 86 /// `raw` must be the value of a valid Unix group ID. 98 /// Test whether this gid represents the root group (gid 0). 214 /// `getgid()`—Returns the process' real group ID. 228 /// `getegid()`—Returns the process' effective group ID. 270 /// `getpgid(pid)`—Returns the process group ID of the given process. 283 /// `getpgrp()`—Returns the process' group I [all...] |
/third_party/rust/crates/syn/tests/ |
H A D | test_pat.rs | 50 let group = Group::new(Delimiter::None, quote!(Some(_))); in test_group() 51 let tokens = TokenStream::from_iter(vec![TokenTree::Group(group)]); in test_group()
|
/third_party/skia/buildtools/checkdeps/ |
H A D | java_checker.py | 113 classset.add(found_item.group(1)) 150 clazz = found_item.group(1)
|
/kernel/linux/linux-5.10/drivers/usb/gadget/ |
H A D | configfs.h | 18 return container_of(to_config_group(item), struct usb_os_desc, group); in to_usb_os_desc()
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
H A D | xt_NFLOG.h | 18 __u16 group; member
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_bridge/ |
H A D | ebt_nflog.h | 17 __u16 group; member
|
/kernel/linux/linux-5.10/drivers/staging/gdm724x/ |
H A D | netlink_k.h | 13 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len,
|
/kernel/linux/linux-6.6/drivers/staging/gdm724x/ |
H A D | netlink_k.h | 13 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len,
|
/kernel/linux/linux-6.6/drivers/usb/gadget/ |
H A D | configfs.h | 18 return container_of(to_config_group(item), struct usb_os_desc, group); in to_usb_os_desc()
|