/third_party/boost/libs/phoenix/test/algorithm/ |
D | transformation3.cpp | 55 int array4[] = {3,2,1}; in merge_test() local 57 …BOOST_TEST(boost::phoenix::merge(arg1, arg2, arg3, std::greater<int>())(array3, array4, output2) == in merge_test() 94 int array4[] = {4,3,2}; in set_union_test() local 97 (array3, array4, output2) == in set_union_test() 118 int array4[] = {4,3,2}; in set_intersection_test() local 121 (array3, array4, output2) == in set_intersection_test() 142 int array4[] = {4,3,2}; in set_difference_test() local 145 (array3, array4, output2) == in set_difference_test() 166 int array4[] = {4,3,2}; in set_symmetric_difference_test() local 169 (array3, array4, output2) == in set_symmetric_difference_test()
|
D | querying2.cpp | 31 int array4[] = {2,1}; in includes_test() local 32 BOOST_TEST(boost::phoenix::includes(arg1, arg2, std::greater<int>())(array3, array4)); in includes_test() 34 BOOST_TEST(!boost::phoenix::includes(arg1, arg2, std::greater<int>())(rng2, array4)); in includes_test()
|
/third_party/jerryscript/tests/jerry/ |
D | array-prototype-slice.js | 22 var array4 = array.slice(-12, undefined); variable 43 assert (array4.length == 4); 44 assert (array4[0] == 54); 45 assert (array4[1] == undefined); 46 assert (array4[2] == "Lemon"); 47 assert (array4[3] == -127);
|
D | array-prototype-splice.js | 56 var array4 = array.splice(0, 3, 6720, "Szeged"); variable 62 assert (array4.length == 3); 63 assert (array4[0] == 54); 64 assert (array4[1] == undefined); 65 assert (array4[2] == -127);
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | array-of.js | 33 var array4 = Array.of(undefined); variable 34 assert(array4.length === 1); 35 assert(array4[0] === undefined);
|
/third_party/flutter/skia/tests/ |
D | TArrayTest.cpp | 235 Array array4; in test_reserve() local 236 array4.push_back_n(reserveCount); in test_reserve() 237 array4.reserve(reserveCount); in test_reserve() 238 array4.pop_back_n(reserveCount); in test_reserve() 239 test_array_reserve(reporter, &array4, 2 * reserveCount); in test_reserve()
|
/third_party/typescript/tests/baselines/reference/ |
D | implicitAnyWidenToAny.js | 21 var array4: number[] = [null, undefined]; variable 51 var array4 = [null, undefined]; variable
|
D | implicitAnyWidenToAny.symbols | 55 var array4: number[] = [null, undefined]; 56 >array4 : Symbol(array4, Decl(implicitAnyWidenToAny.ts, 19, 3))
|
D | implicitAnyWidenToAny.types | 70 var array4: number[] = [null, undefined]; 71 >array4 : number[]
|
D | implicitAnyWidenToAny.errors.txt | 26 var array4: number[] = [null, undefined];
|
/third_party/skia/tests/ |
D | TArrayTest.cpp | 337 Array array4; in test_reserve() local 338 array4.push_back_n(reserveCount); in test_reserve() 339 array4.reserve_back(reserveCount); in test_reserve() 340 array4.pop_back_n(reserveCount); in test_reserve() 341 test_array_reserve(reporter, &array4, 2 * reserveCount); in test_reserve()
|
/third_party/typescript/tests/cases/compiler/ |
D | implicitAnyWidenToAny.ts | 21 var array4: number[] = [null, undefined]; variable
|
/third_party/boost/libs/array/test/ |
D | Jamfile.v2 | 10 [ run array4.cpp ]
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | prefer-readonly-parameter-types.md | 24 function array4(arg: readonly [string[], number]) {} // tuple element is not readonly 66 function array4(arg: readonly [readonly string[], number]) {}
|
/third_party/boost/doc/test/ |
D | test.qbk | 638 [xinclude array4.xml]
|
/third_party/vk-gl-cts/external/openglcts/data/gl33/ |
D | arrays.test | 1570 float[a+b] array4;
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/glsl/es310/ |
D | arrays.test | 1581 float[a+b] array4;
|
/third_party/vk-gl-cts/data/gles3/shaders/ |
D | arrays.test | 1570 float[a+b] array4;
|