/third_party/vk-gl-cts/external/amber/src/src/ |
D | buffer_test.cc | 205 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/ |
D | perf_counters_gtest.cc | 91 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/ |
D | typePredicateFreshLiteralWidening.js | 26 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);
|
D | typePredicateFreshLiteralWidening.symbols | 81 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))
|
D | typePredicateFreshLiteralWidening.types | 83 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)[]
|
D | useObjectValuesAndEntries1.js | 12 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/ |
D | TestBoilerplate.java | 153 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/ |
D | TestBoilerplate.java | 154 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/ |
D | pixel-interlock-simple-callstack.sm51.fxconly.frag | 12 uint values1[]; 17 values1[int(gl_FragCoord.x)] += 1;
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/frag/ |
D | pixel-interlock-simple-callstack.msl2.frag | 12 uint values1[]; 17 values1[int(gl_FragCoord.x)] += 1;
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/frag/ |
D | pixel-interlock-simple-callstack.frag | 12 uint values1[]; 17 values1[int(gl_FragCoord.x)] += 1;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/frag/ |
D | pixel-interlock-simple-callstack.frag | 7 uint values1[]; 18 _14.values1[_25]++;
|
/third_party/typescript/tests/cases/compiler/ |
D | typePredicateFreshLiteralWidening.ts | 27 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/ |
D | pixel-interlock-callstack.asm.frag | 7 uint values1[]; 18 _7.values1[_31]++;
|
D | pixel-interlock-split-functions.asm.frag | 7 uint values1[]; 18 _7.values1[_37]++;
|
D | pixel-interlock-control-flow.asm.frag | 7 uint values1[]; 23 _7.values1[_44]++;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/frag/ |
D | pixel-interlock-simple-callstack.msl2.frag | 10 uint values1[1]; 22 v_14.values1[_25]++;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/asm/frag/ |
D | pixel-interlock-callstack.msl2.asm.frag | 10 uint values1[1]; 22 v_7.values1[_31]++;
|
D | pixel-interlock-split-functions.msl2.asm.frag | 10 uint values1[1]; 22 v_7.values1[_37]++;
|
D | pixel-interlock-control-flow.msl2.asm.frag | 10 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/ |
D | DescriptorsTest.java | 401 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/ |
D | gmock-internal-utils_test.cc | 299 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/ |
D | DescriptorsTest.java | 390 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/ |
D | JSONTest.cpp | 385 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/ |
D | useObjectValuesAndEntries1.ts | 14 var values1 = Object.values(1); // any[] variable
|