| /third_party/typescript/tests/baselines/reference/ |
| D | arraySigChecking.js | 22 var myArray: number[][][]; variable 38 var myArray; variable
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | regression-test-issue-2823.js | 15 class myArray extends Array {} class
|
| D | class-inheritance-has-instance.js | 17 class myArray extends Array { }; class
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/copying_array_methods/ |
| D | copying_array_methods_7.ts | 25 const myArray = ['CCC', 'AAA', 'DDD', 'BBB']; constant
|
| D | copying_array_methods_2.ts | 25 const myArray = [1, 2, 3]; constant
|
| D | copying_array_methods_3.ts | 25 const myArray = [3, 1, 4, 2]; constant
|
| D | copying_array_methods_4.ts | 25 const myArray = [1, 2, 3]; constant
|
| D | copying_array_methods_8.ts | 25 const myArray = ['AAA', 'BBB', 'CCC']; constant
|
| D | copying_array_methods_6.ts | 25 const myArray = ['AAA', 'BBB', 'CCC']; constant
|
| D | copying_array_methods_1.ts | 25 const myArray = [1, 2, 3, 4, 5]; constant
|
| D | copying_array_methods_5.ts | 25 const myArray = ['AAA', 'BBB', 'CCC', 'DDD', 'EEE']; constant
|
| D | copying_array_methods_10.ts | 25 const myArray = [true, false, true]; constant
|
| D | copying_array_methods_12.ts | 25 const myArray = [true, false, true]; constant
|
| D | copying_array_methods_9.ts | 25 const myArray = [true, false, true, false]; constant
|
| D | copying_array_methods_11.ts | 25 const myArray = [true, true, false, false]; constant
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/array_literals/ |
| D | array_literal_1.ts | 32 const myArray: MyArray = [42, "hello"]; constant
|
| /third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
| D | fread.c | 166 char myArray[ARRAY_SIZE_1026] = {}; in fread_0600() local 234 char myArray[ARRAY_SIZE_1026] = {}; in fread_0700() local 309 char myArray[ARRAY_SIZE_1026] = {}; in fread_0800() local
|
| /third_party/typescript/tests/cases/compiler/ |
| D | arraySigChecking.ts | 21 var myArray: number[][][]; variable
|
| /third_party/typescript/tests/cases/conformance/expressions/arrayLiterals/ |
| D | arrayLiterals3.ts | 30 interface myArray extends Array<Number> { } interface
|
| D | arrayLiterals2ES6.ts | 44 interface myArray extends Array<Number> { } interface
|
| D | arrayLiterals2ES5.ts | 45 interface myArray extends Array<Number> { } interface
|