Home
last modified time | relevance | path

Searched refs:values1 (Results 1 – 25 of 38) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/src/
Dbuffer_test.cc205 std::vector<Value> values1(40); in TEST_F() local
206 for (uint32_t i = 0; i < values1.size(); i += 4) in TEST_F()
207 values1[i].SetIntValue(i / 4 * 25); in TEST_F()
209 std::vector<Value> values2 = values1; in TEST_F()
214 b1.SetData(values1); in TEST_F()
232 std::vector<Value> values1(40); in TEST_F() local
233 for (uint32_t i = 0; i < values1.size(); i += 4) in TEST_F()
234 values1[i].SetIntValue(i / 4 * 25); in TEST_F()
236 std::vector<Value> values2 = values1; in TEST_F()
241 b1.SetData(values1); in TEST_F()
[all …]
/third_party/benchmark/test/
Dperf_counters_gtest.cc91 PerfCounterValues values1(1); in TEST() local
92 EXPECT_TRUE(counters.Snapshot(&values1)); in TEST()
93 EXPECT_GT(values1[0], 0); in TEST()
97 EXPECT_GT(values2[0], values1[0]); in TEST()
108 PerfCounterValues values1(2); in TEST() local
109 EXPECT_TRUE(counters.Snapshot(&values1)); in TEST()
110 EXPECT_GT(values1[0], 0); in TEST()
111 EXPECT_GT(values1[1], 0); in TEST()
/third_party/typescript/tests/baselines/reference/
DtypePredicateFreshLiteralWidening.js26 const values1 = [item1, item2, item3].map(item => item.value); variable
27 const filteredValues1 = values1.filter(isNotNull);
43 var values1 = [item1, item2, item3].map(function (item) { return item.value; }); variable
44 var filteredValues1 = values1.filter(isNotNull);
DtypePredicateFreshLiteralWidening.symbols81 const values1 = [item1, item2, item3].map(item => item.value);
82 >values1 : Symbol(values1, Decl(typePredicateFreshLiteralWidening.ts, 24, 5))
93 const filteredValues1 = values1.filter(isNotNull);
95 >values1.filter : Symbol(Array.filter, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))
96 >values1 : Symbol(values1, Decl(typePredicateFreshLiteralWidening.ts, 24, 5))
DtypePredicateFreshLiteralWidening.types83 const values1 = [item1, item2, item3].map(item => item.value);
84 >values1 : ("1" | "2" | null)[]
98 const filteredValues1 = values1.filter(isNotNull);
100 >values1.filter(isNotNull) : ("1" | "2")[]
101 >values1.filter : { <S extends "1" | "2" | null>(predicate: (value: "1" | "2" | null, index: number…
102 >values1 : ("1" | "2" | null)[]
DuseObjectValuesAndEntries1.js12 var values1 = Object.values(1); // any[]
42 var values1 = Object.values(1); // any[]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestBoilerplate.java153 public static boolean verifySetsIdentical(AbstractTestLog here, Set values1, Set values2) { in verifySetsIdentical() argument
154 if (values1.equals(values2)) return true; in verifySetsIdentical()
158 temp = new TreeSet(values1); in verifySetsIdentical()
163 temp.removeAll(values1); in verifySetsIdentical()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DTestBoilerplate.java154 public static boolean verifySetsIdentical(AbstractTestLog here, Set values1, Set values2) { in verifySetsIdentical() argument
155 if (values1.equals(values2)) return true; in verifySetsIdentical()
159 temp = new TreeSet(values1); in verifySetsIdentical()
164 temp.removeAll(values1); in verifySetsIdentical()
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/frag/
Dpixel-interlock-simple-callstack.sm51.fxconly.frag12 uint values1[];
17 values1[int(gl_FragCoord.x)] += 1;
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/frag/
Dpixel-interlock-simple-callstack.msl2.frag12 uint values1[];
17 values1[int(gl_FragCoord.x)] += 1;
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/frag/
Dpixel-interlock-simple-callstack.frag12 uint values1[];
17 values1[int(gl_FragCoord.x)] += 1;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/frag/
Dpixel-interlock-simple-callstack.frag7 uint values1[];
18 _14.values1[_25]++;
/third_party/typescript/tests/cases/compiler/
DtypePredicateFreshLiteralWidening.ts27 const values1 = [item1, item2, item3].map(item => item.value); constant
28 const filteredValues1 = values1.filter(isNotNull);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/frag/
Dpixel-interlock-callstack.asm.frag7 uint values1[];
18 _7.values1[_31]++;
Dpixel-interlock-split-functions.asm.frag7 uint values1[];
18 _7.values1[_37]++;
Dpixel-interlock-control-flow.asm.frag7 uint values1[];
23 _7.values1[_44]++;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/frag/
Dpixel-interlock-simple-callstack.msl2.frag10 uint values1[1];
22 v_14.values1[_25]++;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/asm/frag/
Dpixel-interlock-callstack.msl2.asm.frag10 uint values1[1];
22 v_7.values1[_31]++;
Dpixel-interlock-split-functions.msl2.asm.frag10 uint values1[1];
22 v_7.values1[_37]++;
Dpixel-interlock-control-flow.msl2.asm.frag10 uint values1[1];
27 v_7.values1[_44]++;
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java401 FieldDescriptor.Type[] values1 = FieldDescriptor.Type.values(); in testFieldTypeTablesMatch() local
404 assertEquals(values1.length, values2.length); in testFieldTypeTablesMatch()
406 for (int i = 0; i < values1.length; i++) { in testFieldTypeTablesMatch()
407 assertEquals(values1[i].toString(), values2[i].toString()); in testFieldTypeTablesMatch()
416 FieldDescriptor.JavaType[] values1 = FieldDescriptor.JavaType.values(); in testJavaTypeTablesMatch() local
419 assertEquals(values1.length, values2.length); in testJavaTypeTablesMatch()
421 for (int i = 0; i < values1.length; i++) { in testJavaTypeTablesMatch()
422 assertEquals(values1[i].toString(), values2[i].toString()); in testJavaTypeTablesMatch()
/third_party/googletest/googlemock/test/
Dgmock-internal-utils_test.cc299 std::tuple<int> values1(1), values2(2); in TEST() local
301 EXPECT_TRUE(TupleMatches(matchers, values1)); in TEST()
307 std::tuple<int, char> values1(1, 'a'), values2(1, 'b'), values3(2, 'a'), in TEST() local
310 EXPECT_TRUE(TupleMatches(matchers, values1)); in TEST()
322 values1(1, 'a', true, 2L, "hi"), values2(1, 'a', true, 2L, "hello"), in TEST() local
325 EXPECT_TRUE(TupleMatches(matchers, values1)); in TEST()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java390 FieldDescriptor.Type[] values1 = FieldDescriptor.Type.values(); in testFieldTypeTablesMatch() local
393 assertEquals(values1.length, values2.length); in testFieldTypeTablesMatch()
395 for (int i = 0; i < values1.length; i++) { in testFieldTypeTablesMatch()
396 assertEquals(values1[i].toString(), values2[i].toString()); in testFieldTypeTablesMatch()
402 FieldDescriptor.JavaType[] values1 = FieldDescriptor.JavaType.values(); in testJavaTypeTablesMatch() local
405 assertEquals(values1.length, values2.length); in testJavaTypeTablesMatch()
407 for (int i = 0; i < values1.length; i++) { in testJavaTypeTablesMatch()
408 assertEquals(values1[i].toString(), values2[i].toString()); in testJavaTypeTablesMatch()
/third_party/skia/tests/
DJSONTest.cpp385 const Value values1[] = { v2, v6, v12 }; in DEF_TEST() local
386 const auto v13 = ArrayValue(values1, SK_ARRAY_COUNT(values1), alloc); in DEF_TEST()
/third_party/typescript/tests/cases/conformance/es2017/
DuseObjectValuesAndEntries1.ts14 var values1 = Object.values(1); // any[] variable

12