/third_party/libfuse/test/ |
H A D | util.py | 156 if os.environ.get('TEST_WITH_VALGRIND', 'no').lower().strip() \
|
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/ |
H A D | FormattableRvAdapter.java | 50 viewHolder.setFromPhoneNumberInAppRepresentation(originalPhoneNumbers.get(position)); in onBindViewHolder()
|
/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/ |
H A D | PhoneNumberOfflineGeocoder.java | 70 return getRegionDisplayName(regionCodes.get(0), language); in getCountryNameForNumber() 106 * @param number a valid phone number for which we want to get a text description 155 * @param number the phone number for which we want to get a text description 183 * @param number the phone number for which we want to get a text description 202 * @param number the phone number for which we want to get a text description
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | gc-invoker.cc | 106 collector_, platform_->GetForegroundTaskRunner().get(), config); in CollectGarbage()
|
/third_party/node/deps/v8/src/objects/ |
H A D | option-utils.cc | 78 if (strcmp(values.at(i), value_cstr.get()) == 0) { in GetStringOption()
|
H A D | synthetic-module.cc | 82 Handle<String> name(String::cast(export_names->get(i)), isolate); in PrepareInstantiate()
|
H A D | js-segmenter.cc | 102 DCHECK_NOT_NULL(icu_break_iterator.get()); in New()
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | trace-writer.cc | 177 AppendArgValue(arg_convertables[i].get()); in AppendTraceEvent()
|
/third_party/node/deps/v8/src/torque/ |
H A D | global-context.h | 30 T* ptr = d.get(); in RegisterDeclarable()
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_extensions.py | 23 allowed_version = ALLOWED_ANDROID_VERSION.get(self.name, None)
|
/third_party/node/deps/undici/src/lib/ |
H A D | balanced-pool.js | 127 get upstreams () {
|
/third_party/node/deps/undici/src/lib/fileapi/ |
H A D | util.js | 48 // 5. Let stream be the result of calling get stream on blob. 276 encoding = getEncoding(type.parameters.get('charset'))
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | MetadataTableSchema.java | 149 p -> DigitSequence.of(p.get(0)),
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | SubgroupOptimizer.java | 63 * get get a proxy for the cost of additional duplicates likely to be created by this node. 92 return EDGE_WEIGHTS.get(edge.getDigitMask() - 1); in getEdgeWeight()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | DisjointRangeMap.java | 153 return map.get(column.cast(value)); in getRanges()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | nested.rs | 31 match index_of_namespace.get(first_ns_elem) { in sort_by_inner_namespace()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | nested.rs | 31 match index_of_namespace.get(first_ns_elem) { in sort_by_inner_namespace()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | divide-by-zero-in-struct-layout.rs | 54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions
|
H A D | derive-bitfield-method-same-name.rs | 54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions 180 ::std::mem::transmute(self._bitfield_1.get(0usize, 3u8) as u8) in type__bindgen_bitfield()
|
H A D | derive-debug-bitfield.rs | 54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions 161 ::std::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u8) in a() 174 ::std::mem::transmute(self._bitfield_1.get(1usize, 7u8) as u8) in b()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | nested.rs | 31 match index_of_namespace.get(first_ns_elem) { in sort_by_inner_namespace()
|
/third_party/rust/crates/cxx/src/ |
H A D | cxx_vector.rs | 59 pub fn get(&self, pos: usize) -> Option<&T> { in get() functions 220 let next = self.v.get(self.index)?; in next() 342 // Opaque C type vector elements do not get this method because they can in __push_back() 350 // Opaque C type vector elements do not get this method because they can in __pop_back() 445 #[link_name = concat!("cxxbridge1$unique_ptr$std$vector$", $segment, "$get")] in __unique_ptr_get()
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | match.py | 71 parent = vardecl.get('parent')
|
/third_party/python/Tools/msi/ |
H A D | csv_to_wxs.py | 36 lambda m: ID_CHAR_SUBS.get(m.group(0), '_'),
|
/third_party/python/Tools/wasm/ |
H A D | wasm_assets.py | 248 if not extmods.get(modname):
|