/third_party/protobuf/js/experimental/runtime/kernel/ |
D | typed_arrays_test.js | 34 const array2 = new Uint8Array(4); constant 42 const array2 = new Uint8Array(4); constant 57 const array2 = new Uint8Array(0); constant 81 const array2 = new Uint8Array(buffer2, 0, 3); constant 88 const array2 = new Uint8Array(4); constant 149 const array2 = cloneArrayBufferView(new Uint8Array(array1)); constant 159 const array2 = cloneArrayBufferView(array1); constant 168 const array2 = new Uint8Array(0); constant 175 const array2 = new Uint8Array(4); constant 187 const array2 = new Uint8Array(4); constant
|
/third_party/boost/libs/phoenix/test/algorithm/ |
D | transformation3.cpp | 47 int array2[] = {2,3,4}; in merge_test() local 73 int array2[] = {5,4,3,4,3,2}; in inplace_merge_test() local 87 int array2[] = {2,3,4}; in set_union_test() local 111 int array2[] = {2,3,4}; in set_intersection_test() local 135 int array2[] = {2,3,4}; in set_difference_test() local 159 int array2[] = {2,3,4}; in set_symmetric_difference_test() local
|
D | transformation1.cpp | 107 int array2[] = {1,2,3}; in transform_test() local 269 int array2[2]; in remove_copy_test() local 282 int array2[2]; in remove_copy_if_test() local 306 int array2[] = {1,3,2}; in unique_test() local 332 int array2[] = {1,3,2}; in unique_copy_test() local 366 int array2[3]; in reverse_copy_test() local
|
D | querying2.cpp | 25 int array2[] = {1,2}; in includes_test() local 64 int array2[] = {1,2,4}; in lexicographical_compare_test() local
|
D | querying.cpp | 165 int array2[] = {1,2,3}; in equal_test() local 201 int array2[] = {3,2,1}; in lower_bound_test() local 218 int array2[] = {3,2,1}; in upper_bound_test() local 242 int array2[] = {3,2,2,1}; in equal_range_test() local
|
D | transformation2.cpp | 46 int array2[3]; in rotate_copy_test() local 170 int array2[2]; in partial_sort_copy_test() local
|
/third_party/typescript/tests/baselines/reference/ |
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS1.js | 10 var array2 = [1, 2, 3] variable 26 var array2 = [1, 2, 3]; variable
|
D | implicitAnyWidenToAny.js | 19 var array2: any[] = []; variable 49 var array2 = []; variable
|
D | destructuringParameterDeclaration3ES5.js | 23 var array2 = [true, false, "hello"]; variable 60 var array2 = [true, false, "hello"]; variable
|
D | destructuringParameterDeclaration3ES6.js | 23 var array2 = [true, false, "hello"]; variable 60 var array2 = [true, false, "hello"]; variable
|
D | destructuringParameterDeclaration3ES5iterable.js | 23 var array2 = [true, false, "hello"]; variable 112 var array2 = [true, false, "hello"]; variable
|
D | typeInferenceWithTupleType.js | 43 function zip(array1, array2) { argument
|
/third_party/flutter/skia/tests/ |
D | SkSLMemoryLayoutTest.cpp | 88 SkSL::Type array2(SkSL::String("float4[4]"), SkSL::Type::kArray_Kind, *context.fFloat4_Type, 4); in DEF_TEST() local 169 SkSL::Type array2(SkSL::String("float4[4]"), SkSL::Type::kArray_Kind, *context.fFloat4_Type, 4); in DEF_TEST() local
|
/third_party/skia/tests/ |
D | SkSLMemoryLayoutTest.cpp | 96 std::unique_ptr<SkSL::Type> array2 = in DEF_TEST() local 184 std::unique_ptr<SkSL::Type> array2 = in DEF_TEST() local
|
/third_party/boost/libs/multi_array/test/ |
D | allocators.cpp | 125 type array2(array1); in main() local 132 type array2(sizes, state); in main() local 145 other array2 = array1[1]; in main() local
|
D | stl_interaction.cpp | 30 typedef boost::multi_array<int,2> array2; in main() typedef
|
/third_party/jerryscript/tests/jerry/ |
D | string-prototype-localecompare.js | 34 var array2 = [3, 4]; variable
|
/third_party/boost/libs/core/test/swap/ |
D | array_of_int.cpp | 25 int array2[array_size]; in main() local
|
D | swap_array_of_int.cpp | 25 int array2[array_size]; in main() local
|
D | array_of_array_of_int.cpp | 24 int array2[first_dimension][second_dimension]; in main() local
|
D | swap_array_of_array_of_int.cpp | 24 int array2[first_dimension][second_dimension]; in main() local
|
/third_party/boost/libs/ptr_container/test/ |
D | ptr_vector.cpp | 94 int** array2 = vec.c_array(); in test_ptr_vector() local
|
/third_party/boost/libs/container_hash/test/ |
D | hash_value_array_test.cpp | 34 int array2[1] = {3}; in array_int_test() local
|
/third_party/typescript/tests/cases/conformance/es7/exponentiationOperator/ |
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS1.ts | 11 var array2 = [1, 2, 3] variable
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | array-of.js | 21 var array2 = Array.of(); variable
|