Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 1061) sorted by relevance

12345678910>>...43

/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dint128_benchmark.cc39 std::vector<std::pair<T, T>> values; in GetRandomClass128SampleUniformDivisor() local
53 auto values = GetRandomClass128SampleUniformDivisor<T>(); in BM_DivideClass128UniformDivisor() local
65 auto values = GetRandomClass128SampleUniformDivisor<T>(); in BM_RemainderClass128UniformDivisor() local
79 std::vector<std::pair<T, H>> values; in GetRandomClass128SampleSmallDivisor() local
93 auto values = GetRandomClass128SampleSmallDivisor<T>(); in BM_DivideClass128SmallDivisor() local
105 auto values = GetRandomClass128SampleSmallDivisor<T>(); in BM_RemainderClass128SmallDivisor() local
116 std::vector<std::pair<absl::uint128, absl::uint128>> values; in GetRandomClass128Sample() local
129 auto values = GetRandomClass128Sample(); in BM_MultiplyClass128() local
139 auto values = GetRandomClass128Sample(); in BM_AddClass128() local
170 std::vector<std::pair<T, T>> values; in GetRandomIntrinsic128SampleUniformDivisor() local
[all …]
/third_party/protobuf/js/experimental/runtime/kernel/
Dwriter.js481 writeRepeatedBool(fieldNumber, values) { argument
490 writePackedBool(fieldNumber, values) { argument
500 writeRepeatedDouble(fieldNumber, values) { argument
509 writePackedDouble(fieldNumber, values) { argument
519 writeRepeatedFixed32(fieldNumber, values) { argument
528 writePackedFixed32(fieldNumber, values) { argument
538 writeRepeatedFloat(fieldNumber, values) { argument
547 writePackedFloat(fieldNumber, values) { argument
557 writeRepeatedInt32(fieldNumber, values) { argument
566 writePackedInt32(fieldNumber, values) { argument
[all …]
Dkernel.js292 function writeRepeatedMessage(writer, fieldNumber, values) { argument
304 function writeRepeatedGroup(writer, fieldNumber, values) { argument
2080 addRepeatedBoolIterable_(fieldNumber, values, encoder) { argument
2106 addPackedBoolIterable(fieldNumber, values) { argument
2132 addUnpackedBoolIterable(fieldNumber, values) { argument
2180 setPackedBoolIterable(fieldNumber, values) { argument
2209 setUnpackedBoolIterable(fieldNumber, values) { argument
2227 addRepeatedDoubleIterable_(fieldNumber, values, encoder) { argument
2253 addPackedDoubleIterable(fieldNumber, values) { argument
2279 addUnpackedDoubleIterable(fieldNumber, values) { argument
[all …]
/third_party/typescript/src/lib/
Des2015.iterable.d.ts55 values(): IterableIterator<T>; method
91 values(): IterableIterator<T>; method
116 values(): IterableIterator<V>; method
136 values(): IterableIterator<V>; method
165 values(): IterableIterator<T>; method
185 values(): IterableIterator<T>; method
236 values(): IterableIterator<number>; method
264 values(): IterableIterator<number>; method
294 values(): IterableIterator<number>; method
325 values(): IterableIterator<number>; method
[all …]
Ddom.iterable.d.ts20 values(): IterableIterator<string>; method
42 values(): IterableIterator<Node>; method
68 values(): IterableIterator<TNode>; method
93 values(): IterableIterator<string | File>; method
110 values(): IterableIterator<string>; method
/third_party/typescript/lib/
Dlib.es2015.iterable.d.ts75 values(): IterableIterator<T>; method
111 values(): IterableIterator<T>; method
136 values(): IterableIterator<V>; method
156 values(): IterableIterator<V>; method
185 values(): IterableIterator<T>; method
205 values(): IterableIterator<T>; method
256 values(): IterableIterator<number>; method
284 values(): IterableIterator<number>; method
314 values(): IterableIterator<number>; method
345 values(): IterableIterator<number>; method
[all …]
/third_party/protobuf/js/experimental/runtime/testing/binary/
Dtest_message.js784 addPackedBoolIterable(fieldNumber, values) { argument
800 addUnpackedBoolIterable(fieldNumber, values) { argument
818 setPackedBoolIterable(fieldNumber, values) { argument
836 setUnpackedBoolIterable(fieldNumber, values) { argument
852 addPackedDoubleIterable(fieldNumber, values) { argument
868 addUnpackedDoubleIterable(fieldNumber, values) { argument
886 setPackedDoubleIterable(fieldNumber, values) { argument
904 setUnpackedDoubleIterable(fieldNumber, values) { argument
920 addPackedFixed32Iterable(fieldNumber, values) { argument
936 addUnpackedFixed32Iterable(fieldNumber, values) { argument
[all …]
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DIcuDataSubject.java39 public void hasValuesFor(String rbPath, String... values) { in hasValuesFor()
43 public void hasValuesFor(String rbPath, RbValue... values) { in hasValuesFor()
44 hasValuesFor(RbPath.parse(rbPath), values); in hasValuesFor() local
47 public void hasValuesFor(RbPath p, String... values) { in hasValuesFor()
51 public void hasValuesFor(RbPath p, RbValue... values) { in hasValuesFor()
DFakeResult.java35 public static Result of(String path, int index, boolean isGrouped, String... values) { in of()
47 public static Result fallback(String path, int index, String... values) { in fallback()
52 private final ImmutableList<String> values; field in FakeResult
57 RbPath path, ImmutableList<String> values, boolean grouped, int index, boolean isFallback) { in FakeResult()
/third_party/mesa3d/src/mesa/main/
Dpixel.c104 const GLfloat *values) in store_pixelmap()
177 _mesa_PixelMapfv( GLenum map, GLsizei mapsize, const GLfloat *values ) in _mesa_PixelMapfv()
218 _mesa_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values ) in _mesa_PixelMapuiv()
273 _mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values ) in _mesa_PixelMapusv()
328 _mesa_GetnPixelMapfvARB( GLenum map, GLsizei bufSize, GLfloat *values ) in _mesa_GetnPixelMapfvARB()
374 _mesa_GetPixelMapfv( GLenum map, GLfloat *values ) in _mesa_GetPixelMapfv()
380 _mesa_GetnPixelMapuivARB( GLenum map, GLsizei bufSize, GLuint *values ) in _mesa_GetnPixelMapuivARB()
426 _mesa_GetPixelMapuiv( GLenum map, GLuint *values ) in _mesa_GetPixelMapuiv()
432 _mesa_GetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort *values ) in _mesa_GetnPixelMapusvARB()
486 _mesa_GetPixelMapusv( GLenum map, GLushort *values ) in _mesa_GetPixelMapusv()
/third_party/typescript/tests/baselines/reference/
DinterfaceContextualType.js14 this.values['comments'] = { italic: true }; property
17 this.values = { property
32 this.values['comments'] = { italic: true }; property
35 this.values = { property
DcheckInfiniteExpansionTermination2.js14 var values: ISubject<any>[] = []; variable
24 var values = []; variable
DcheckInfiniteExpansionTermination.js15 var values: IObservable<Foo>; variable
23 var values; variable
/third_party/gn/src/gn/
Dfunction_filter_unittest.cc13 Value values(nullptr, Value::LIST); in TEST() local
39 Value values(nullptr, Value::LIST); in TEST() local
56 Value values(nullptr, Value::LIST); in TEST() local
78 Value values(nullptr, "foo.cc"); in TEST() local
95 Value values(nullptr, Value::LIST); in TEST() local
113 Value values(nullptr, Value::LIST); in TEST() local
132 Value values(nullptr, Value::LIST); in TEST() local
156 Value values(nullptr, Value::LIST); in TEST() local
173 Value values(nullptr, Value::LIST); in TEST() local
195 Value values(nullptr, "foo.cc"); in TEST() local
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
DRecordWriter.java18 void boolArray(String name, boolean[] values); in boolArray()
20 void characterArray(String name, char[] values); in characterArray()
22 void namedIndexArray(String name, String[] names, byte[] values); in namedIndexArray()
24 void stringArray(String name, String[] values); in stringArray()
25 void stringTable(String name, String[][] values); in stringTable()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DRecordWriter.java17 void boolArray(String name, boolean[] values); in boolArray()
19 void characterArray(String name, char[] values); in characterArray()
21 void namedIndexArray(String name, String[] names, byte[] values); in namedIndexArray()
23 void stringArray(String name, String[] values); in stringArray()
24 void stringTable(String name, String[][] values); in stringTable()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Ddistributions_test.cc288 std::vector<double> values(kSize); in TEST_F() local
304 std::vector<double> values(kSize); in TEST_F() local
336 std::vector<double> values(kSize); in TEST_F() local
352 std::vector<double> values(kSize); in TEST_F() local
369 std::vector<double> values(kSize); in TEST_F() local
386 std::vector<double> values(kSize); in TEST_F() local
401 std::vector<double> values(kSize); in TEST_F() local
414 std::vector<double> values(kSize); in TEST_F() local
430 std::vector<double> values(kSize); in TEST_F() local
446 std::vector<double> values(kSize); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/ast/
Dworkgroup_decoration_test.cc28 auto values = d->Values(); in TEST_F() local
38 auto values = d->Values(); in TEST_F() local
51 auto values = d->Values(); in TEST_F() local
65 auto values = d->Values(); in TEST_F() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSimpleFormatter.java92 public String format(CharSequence... values) { in format()
111 StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend()
131 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
140 String[] values = new String[getArgumentLimit()]; in toString() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleFormatter.java95 public String format(CharSequence... values) { in format()
115 StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend()
136 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
147 String[] values = new String[getArgumentLimit()]; in toString() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dunordered_map_lookup_test.h34 std::vector<T> values; in TYPED_TEST_P() local
47 std::vector<T> values; in TYPED_TEST_P() local
62 std::vector<T> values; in TYPED_TEST_P() local
76 std::vector<T> values; in TYPED_TEST_P() local
94 std::vector<T> values; in TYPED_TEST_P() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dframe_buffer.cc200 auto* values = info->buffer->ValuePtr(); in CopyImagesToBuffers() local
209 auto* values = info->buffer->ValuePtr(); in CopyImagesToBuffers() local
216 auto* values = depth_stencil_attachment_.buffer->ValuePtr(); in CopyImagesToBuffers() local
235 auto* values = info->buffer->ValuePtr(); in CopyBuffersToImages() local
247 auto* values = info->buffer->ValuePtr(); in CopyBuffersToImages() local
257 auto* values = depth_stencil_attachment_.buffer->ValuePtr(); in CopyBuffersToImages() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dtest-array.cc33 int values[] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; in test_reverse() local
45 int values[] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; in test_reverse_range() local
57 int values[] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; in test_reverse_invalid() local
/third_party/node/test/parallel/
Dtest-internal-iterable-weak-map.js29 const values = [...wm]; variable
44 const values = [...wm]; variable
60 const values = [...wm]; variable
75 const values = [...wm]; variable
/third_party/typescript/tests/cases/fourslash/
DcompletionListWithModulesInsideModuleScope.ts342 const values: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant
392 const values: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant
419 const values: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant

12345678910>>...43