/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_egl_ext_autogen.h | 37 EGLnsecsANDROID *values); 49 EGLnsecsANDROID *values);
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-face.cc | 660 for (hb_blob_t* b : data->tables.values()) in _hb_face_builder_data_destroy() 675 for (hb_blob_t* b : data->tables.values()) in _hb_face_builder_data_reference_blob()
|
H A D | hb-coretext.cc | 621 CFNumberRef values[] = { in _hb_coretext_shape() local 631 CFTypeRef values[] = { in _hb_coretext_shape() 636 static_assert ((ARRAY_LENGTH_CONST (keys) == ARRAY_LENGTH_CONST (values)), ""); in _hb_coretext_shape() 639 (const void **) values, in _hb_coretext_shape() 643 for (unsigned int i = 0; i < ARRAY_LENGTH (values); i++) in _hb_coretext_shape() 644 CFRelease (values[i]); in _hb_coretext_shape()
|
/third_party/python/Lib/test/ |
H A D | test_future.py | 94 self.assertCountEqual(set(flags.values()), flags.values()) 327 eq("f'f-string without formatted values is just a string'") 329 eq("f'some f-string with {a} {few():.2f} {formatted.values!r}'")
|
H A D | test_pyclbr.py | 201 for ob in children1.values(): 203 for ob in children2.values():
|
H A D | test_userdict.py | 94 # Test keys, items, values 97 self.assertEqual(sorted(u2.values()), sorted(d2.values()))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfo.cpp | 40 cl::values(clEnumValN(GVDT_None, "none", "do not display graphs."), 77 cl::values(clEnumValN(PGOVCT_None, "none", "do not show."),
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | LazyStringArrayList.java | 185 public boolean addAllByteString(Collection<? extends ByteString> values) { in addAllByteString() argument 187 boolean ret = list.addAll(values); in addAllByteString()
|
/third_party/python/Lib/ |
H A D | pyclbr.py | 13 defined via the from XXX import YYY construct). The values are 291 objs = sorted(tree.values(), key=lineno_key, reverse=True) 302 new_objs = sorted(obj.children.values(),
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | task_builder.go | 93 // env appends the given values to the given environment variable for the task. 94 func (b *taskBuilder) env(key string, values ...string) { 98 for _, value := range values {
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_sofalizer.c | 93 AVComplexFloat *in_fft[2]; /* Array to hold input FFT values */ 94 AVComplexFloat *out_fft[2]; /* Array to hold output FFT values */ 95 AVComplexFloat *temp_afft[2]; /* Array to accumulate FFT values prior to IFFT */ 180 *samplingrate = mysofa->DataSamplingRate.values[0]; in preload_sofa() 695 delays[0] = s->sofa.hrtf->DataDelay.values[nearest * s->sofa.hrtf->R]; in getfilter_float() 696 delays[1] = s->sofa.hrtf->DataDelay.values[nearest * s->sofa.hrtf->R + 1]; in getfilter_float() 698 delays[0] = s->sofa.hrtf->DataDelay.values[0]; in getfilter_float() 699 delays[1] = s->sofa.hrtf->DataDelay.values[1]; in getfilter_float() 701 res = s->sofa.hrtf->DataIR.values + nearest * s->sofa.hrtf->N * s->sofa.hrtf->R; in getfilter_float()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | MutableCodePointTrie.java | 12 * Fast map from Unicode code points (U+0000..U+10FFFF) to 32-bit integer values. 15 * <p>Setting values (especially ranges) and lookup is fast. 20 * For example, it is possible to merge its values with those from another 30 * It uses 32-bit data values until 325 * <p>The mutable trie stores 32-bit values until buildImmutable() is called. 326 * If values shorter than 32 bits are to be stored in the immutable trie, 328 * For example, when the mutable trie contains values 0x81, -0x7f, and 0xa581, 345 * then the values stored in the trie will be truncated first 374 // Flag values for data blocks. 391 // Flag values fo 718 private int[] values = new int[CAPACITY]; global() field in MutableCodePointTrie.AllSameBlocks [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | CodePointTrieTest.java | 36 /* Values for setting possibly overlapping, out-of-order ranges of values */ 175 // Skip over special values and low ranges. in testTrieGetRanges() 345 int[] values = new int[16000]; in testTrieUTF16() 360 values[countValues++]=value; in testTrieUTF16() 366 values[countValues++]=value; in testTrieUTF16() 372 values[countValues++]=value; in testTrieUTF16() 386 expected = UTF16Plus.isSurrogate(c) ? errorValue : values[i]; in testTrieUTF16() 412 expected = UTF16Plus.isSurrogate(c) ? errorValue : values[i]; in testTrieUTF16() 579 /* set values from setRanges[] */ in makeTrieWithRanges() 582 /* switch to a clone in the middle of setting values */ in makeTrieWithRanges() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | CodePointTrieTest.java | 33 /* Values for setting possibly overlapping, out-of-order ranges of values */ 172 // Skip over special values and low ranges. in testTrieGetRanges() 342 int[] values = new int[16000]; in testTrieUTF16() 357 values[countValues++]=value; in testTrieUTF16() 363 values[countValues++]=value; in testTrieUTF16() 369 values[countValues++]=value; in testTrieUTF16() 383 expected = UTF16Plus.isSurrogate(c) ? errorValue : values[i]; in testTrieUTF16() 409 expected = UTF16Plus.isSurrogate(c) ? errorValue : values[i]; in testTrieUTF16() 576 /* set values from setRanges[] */ in makeTrieWithRanges() 579 /* switch to a clone in the middle of setting values */ in makeTrieWithRanges() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | MutableCodePointTrie.java | 13 * Fast map from Unicode code points (U+0000..U+10FFFF) to 32-bit integer values. 16 * <p>Setting values (especially ranges) and lookup is fast. 21 * For example, it is possible to merge its values with those from another 31 * It uses 32-bit data values until 318 * <p>The mutable trie stores 32-bit values until buildImmutable() is called. 319 * If values shorter than 32 bits are to be stored in the immutable trie, 321 * For example, when the mutable trie contains values 0x81, -0x7f, and 0xa581, 338 * then the values stored in the trie will be truncated first 366 // Flag values for data blocks. 383 // Flag values fo 710 private int[] values = new int[CAPACITY]; global() field in MutableCodePointTrie.AllSameBlocks [all...] |
/third_party/libfuse/example/ |
H A D | cxxopts.hpp | 470 namespace values namespace 942 return std::make_shared<values::standard_value<T>>(); in value() 949 return std::make_shared<values::standard_value<T>>(&t); in value() 1083 return static_cast<const values::standard_value<T>&>(*m_value).get(); in as() 1085 return dynamic_cast<const values::standard_value<T>&>(*m_value).get(); in as() 1132 values::parse_value(m_value, result); in as()
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 395 def values(self): member in CAPITest.test_mapping_keys_values_items.Mapping1 396 return list(super().values()) 402 def values(self): member in CAPITest.test_mapping_keys_values_items.Mapping2 403 return tuple(super().values()) 414 list(mapping.values())) 426 def values(self): member in CAPITest.test_mapping_keys_values_items_bad_arg.BadMapping
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | validitygenerator.py | 41 """Make an ordered dict (with None as the values) from a generator.""" 435 # Document that these arrays may be ignored if any of the length values are 0 546 # An array of void values is a byte array. 667 # An array of void values is a byte array, a void pointer is just a pointer to nothing in particular 696 # input an array of bitmask values 702 template = 'combination of {bitsname} values' 706 template = 'combination of {bitsname} values' 848 if len(ancestormap.values()) > 1: 849 current = list(ancestormap.values())[0] 850 for ancestors in list(ancestormap.values())[ [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_enc_sse2.c | 95 uint16_t values[SPAN]; in CollectColorBlueTransforms_SSE2() local 115 _mm_storeu_si128((__m128i*)values, I); in CollectColorBlueTransforms_SSE2() 116 for (i = 0; i < SPAN; ++i) ++histo[values[i]]; in CollectColorBlueTransforms_SSE2() 141 uint16_t values[SPAN]; in CollectColorRedTransforms_SSE2() local 155 _mm_storeu_si128((__m128i*)values, I); in CollectColorRedTransforms_SSE2() 156 for (i = 0; i < SPAN; ++i) ++histo[values[i]]; in CollectColorRedTransforms_SSE2() 174 // that's ok since the histogram values are less than 1<<28 (max picture size).
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_abc.py | 127 ##### Default return values #################################################### 787 values = module._.split('::') 788 self.assertEqual(values[0], self.name) 789 self.assertEqual(values[1], self.path) 790 self.assertEqual(values[2], self.cached) 791 self.assertEqual(values[3], self.package) 792 self.assertEqual(values[4], repr(self.loader)) 861 # Testing the values for a package are covered by test_load_module.
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | json_format_test.py | 624 message.value.values.add().number_value = 11.1 625 message.value.values.add().null_value = 0 626 message.value.values.add().bool_value = True 627 message.value.values.add().string_value = 'hello' 628 message.value.values.add().struct_value['name'] = 'Jim' 629 message.repeated_value.add().values.add().number_value = 1
|
/third_party/rust/crates/serde/serde/src/de/ |
H A D | impls.rs | 705 let mut values = Vec::<u8>::with_capacity(capacity); in visit_seq() variables 708 values.push(value); in visit_seq() 711 CString::new(values).map_err(Error::custom) in visit_seq() 925 let mut values = $with_capacity; in deserialize() variables 928 $insert(&mut values, value); in deserialize() 931 Ok(values) in deserialize() 964 // FIXME: try to overwrite old values here? (Vec, VecDeque, LinkedList) in deserialize_in_place() 1069 let mut values = Vec::<T>::with_capacity(capacity); in deserialize() variables 1072 values.push(value); in deserialize() 1075 Ok(values) in deserialize() 1426 let mut values = $with_capacity; deserialize() variables [all...] |
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | options.c | 813 void build_foomatic_custom_command(dstr_t *cmd, option_t *opt, const char *values) in build_foomatic_custom_command() argument 818 char ** paramvalues = paramvalues_from_string(opt, values); in build_foomatic_custom_command() 843 dstrreplace(cmd, "%s", values, 0); in build_foomatic_custom_command() 847 void build_cups_custom_ps_command(dstr_t *cmd, option_t *opt, const char *values) in build_cups_custom_ps_command() argument 851 char **paramvalues = paramvalues_from_string(opt, values); in build_cups_custom_ps_command() 860 void build_cups_custom_jcl_command(dstr_t *cmd, option_t *opt, const char *values) in build_cups_custom_jcl_command() argument 865 char **paramvalues = paramvalues_from_string(opt, values); in build_cups_custom_jcl_command() 983 void composite_set_values(option_t *opt, int optionset, const char *values) in composite_set_values() argument 989 copy = strdup(values); in composite_set_values() 1044 /* set dependent values */ in option_set_value() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | tznames_impl.cpp | 151 LocalPointer<UVector> values( in addValue() 159 if (values->hasDeleter()) { in addValue() 160 values->adoptElement(fValues, status); in addValue() 162 values->addElement(fValues, status); in addValue() 164 fValues = values.orphan(); in addValue() 168 UVector *values = (UVector *)fValues; in addValue() local 169 if (values->hasDeleter()) { in addValue() 170 values->adoptElement(value, status); in addValue() 172 values->addElement(value, status); in addValue() 1627 // Load the values int in getDisplayNames() [all...] |
/third_party/libbpf/src/ |
H A D | bpf.c | 517 void *out_batch, void *keys, void *values, in bpf_map_batch_common() 533 attr.batch.values = ptr_to_u64(values); in bpf_map_batch_common() 552 void *values, __u32 *count, in bpf_map_lookup_batch() 556 out_batch, keys, values, count, opts); in bpf_map_lookup_batch() 560 void *keys, void *values, __u32 *count, in bpf_map_lookup_and_delete_batch() 564 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch() 568 int bpf_map_update_batch(int fd, const void *keys, const void *values, __u32 *count, in bpf_map_update_batch() argument 572 (void *)keys, (void *)values, count, opts); in bpf_map_update_batch() 516 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_batch_common() argument 551 bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_batch() argument 559 bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_and_delete_batch() argument
|