/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | LocalePriorityList.java | 385 final ULocale language = new ULocale(itemMatcher.group(1)); in add() 386 final double weight = Double.parseDouble(itemMatcher.group(2)); in add()
|
/third_party/jerryscript/tools/ |
H A D | gen-magic-strings.py | 127 guard_stack.append([process_guard(if_match.group(1))]) 131 guards.append(process_guard(elif_match.group(1)))
|
/third_party/ltp/include/ |
H A D | safe_macros_fn.h | 149 const char *path, uid_t owner, gid_t group); 152 int fd, uid_t owner, gid_t group);
|
/third_party/node/deps/v8/tools/release/ |
H A D | merge_to_branch.py | 203 group = parser.add_mutually_exclusive_group(required=True) 204 group.add_argument("--branch", help="The branch to merge to.")
|
H A D | list_deprecated.py | 48 major = RE_VERSION_MAJOR.search(result).group(1) 49 minor = RE_VERSION_MINOR.search(result).group(1)
|
H A D | roll_merge.py | 229 group = parser.add_mutually_exclusive_group(required=True) 230 group.add_argument("--branch", help="The branch to merge to.")
|
/third_party/node/deps/v8/tools/ |
H A D | gen-keywords-gen-h.py | 59 dchecks.append("DCHECK_LT(str[%d], 128);" % int(str_read.group(1))) 96 max_hash_value = int(re.search(r'MAX_HASH_VALUE\s*=\s*(\d+)', out).group(1))
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | prscmnts.cpp | 112 UnicodeString out = matcher.group(1, *status); in getText() 215 UnicodeString out = matcher.group(1, *status); in getAt()
|
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/ |
H A D | hackbench.c | 66 static int gr_num = 0; /*For group calculation */ 237 /* One group of senders and receivers */ 238 static unsigned int group(pthread_t * pth, in group() function 340 group(pth_tab + total_children, num_fds, readyfds[1], in main()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | Column.java | 192 final boolean isIn(ColumnGroup<?, ?> group) { in isIn() argument 193 return group.prototype().equals(owningGroup()); in isIn()
|
/third_party/rust/crates/bindgen/csmith-fuzzing/ |
H A D | driver.py | 158 error_msg = match.group(1) 171 layout_failure = match.group(1)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsics.cpp | 45 void addSparseCase(const SparseCaseParams& params, tcu::TestContext& testCtx, tcu::TestCaseGroup* group) in addSparseCase() argument 47 group->addChild(new SparseCase(testCtx, params.name, params.function, params.imageType, params.imageSize, params.format, params.operand)); in addSparseCase()
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlCaps.h | 192 bool getGPUFamily(id<MTLDevice> device, GPUFamily* gpuFamily, int* group); 194 int* group);
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | prscmnts.cpp | 112 UnicodeString out = matcher.group(1, *status); in getText() 215 UnicodeString out = matcher.group(1, *status); in getAt()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-ucd-table.py | 79 name = m.group(1) 80 tag = ''.join(m.group(i) for i in range(2, 6))
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | transform_builder.h | 101 uint32_t group; in impl() member 108 config.binding, config.group); in impl()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | first_index_offset.cc | 44 : binding(b), group(g) {} in BindingPoint() 69 ub_group = binding_point->group; in Run()
|
/third_party/python/Lib/test/ |
H A D | test_docxmlrpc.py | 219 title = re.search(r'<title>(.+?)</title>', generated).group() 220 documentation = re.search(r'<p><tt>(.+?)</tt></p>', generated).group()
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | fd.rs | 140 pub fn fchown<Fd: AsFd>(fd: Fd, owner: Option<Uid>, group: Option<Gid>) -> io::Result<()> { in fchown() 141 backend::fs::syscalls::fchown(fd.as_fd(), owner, group) in fchown()
|
/third_party/rust/crates/proc-macro-error/src/ |
H A D | diagnostic.rs | 257 let group = quote_spanned!(span_range.last=> { #msg } ); in to_tokens() 258 quote_spanned!(span_range.first=> compile_error!#group) in to_tokens() 304 TokenTree::Group(group) => { in from() 314 if group.delimiter() == Delimiter::Parenthesis in from() 315 || group.delimiter() == Delimiter::Bracket in from() 320 match group.stream().into_iter().next().unwrap() { in from()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsics.cpp | 45 void addSparseCase(const SparseCaseParams& params, tcu::TestContext& testCtx, tcu::TestCaseGroup* group) in addSparseCase() argument 47 group->addChild(new SparseCase(testCtx, params.name, params.function, params.imageType, params.imageSize, params.format, params.operand)); in addSparseCase()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_i.h | 21 struct wpa_group *group; member 173 /* per group key state machine data */ 212 struct wpa_group *group; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_i.h | 21 struct wpa_group *group; member 168 /* per group key state machine data */ 207 struct wpa_group *group; member
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | ext4.h | 101 /* data type for block offset of block group */ 110 /* data type for block group number */ 139 /* allocate for locality group */ 249 #define EXT4_RESIZE_INO 7 /* Reserved group descriptors inode */ 321 * Structure of a blocks group descriptor 336 __le16 bg_checksum; /* crc16(sb_uuid+group+desc) */ 358 * Structure of a flex block group info 372 * Macro-instructions used to manage group descriptors 589 /* Used to pass group descriptor data when online resize is done */ 591 __u32 group; /* Grou member 602 u32 group; global() member 614 __u32 group; global() member 3344 ext4_group_lock_ptr(struct super_block *sb, ext4_group_t group) ext4_group_lock_ptr() argument 3359 ext4_lock_group(struct super_block *sb, ext4_group_t group) ext4_lock_group() argument 3379 ext4_unlock_group(struct super_block *sb, ext4_group_t group) ext4_unlock_group() argument [all...] |
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-cti-sysfs.c | 155 /* attribute and group sysfs tables. */ 933 * Each connection has dynamic group triggers<N> + name, trigin/out sigs/types 1082 struct attribute_group *group = NULL; in cti_create_con_sysfs_group() local 1085 group = devm_kzalloc(dev, sizeof(struct attribute_group), GFP_KERNEL); in cti_create_con_sysfs_group() 1086 if (!group) in cti_create_con_sysfs_group() 1089 group->name = devm_kasprintf(dev, GFP_KERNEL, "triggers%d", con_idx); in cti_create_con_sysfs_group() 1090 if (!group->name) in cti_create_con_sysfs_group() 1094 ctidev->con_groups[grp_idx] = group; in cti_create_con_sysfs_group() 1095 tc->attr_group = group; in cti_create_con_sysfs_group() 1096 return group; in cti_create_con_sysfs_group() [all...] |