| /third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/ |
| D | ByteArrayTest.kt | 26 val testSet = arrayOf( in testByte() 42 val testSet = arrayOf( in testShort() 59 val testSet = arrayOf( in testInt() 75 val testSet = arrayOf( in testLong() 92 val testSet = arrayOf( in testULong() 108 val testSet = arrayOf( in testFloat() 123 val testSet = arrayOf( in testDouble()
|
| D | JSONTest.kt | 81 val values = arrayOf( in testDoubles() 106 val values = arrayOf( in testInts() 128 val values = arrayOf( in testBooleansAndNull() 142 val values = arrayOf( in testStrings() 251 val values = arrayOf( in testArrays()
|
| D | FlexBuffersTest.kt | 259 …arrayOf("hello", "int", "float", "intarray", "myMap").sortedArray().forEachIndexed { i: Int, it: S… in <lambda>()
|
| /third_party/node/deps/npm/node_modules/assert-plus/ |
| D | CHANGES.md | 12 - Fix optional/arrayOf exports for non-type-of asserts 13 - Add optiona/arrayOf exports for Stream/Date/Regex/uuid
|
| /third_party/flatbuffers/tests/optional_scalars/ |
| D | OptionalByte.kt | 12 val names : Array<String> = arrayOf("None", "One", "Two")
|
| /third_party/flatbuffers/tests/MyGame/Example/ |
| D | TestEnum.kt | 11 val names : Array<String> = arrayOf("A", "B", "C")
|
| D | Race.kt | 13 val names : Array<String> = arrayOf("None", "Human", "Dwarf", "Elf")
|
| D | Color.kt | 22 val names : Array<String> = arrayOf("Red", "Green", "", "", "", "", "", "Blue")
|
| D | Any.kt | 13 …val names : Array<String> = arrayOf("NONE", "Monster", "TestSimpleTableWithEnum", "MyGame_Example2…
|
| D | AnyAmbiguousAliases.kt | 13 val names : Array<String> = arrayOf("NONE", "M1", "M2", "M3")
|
| D | AnyUniqueAliases.kt | 13 val names : Array<String> = arrayOf("NONE", "M", "TS", "M2")
|
| /third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
| D | EnumInNestedNS.kt | 12 val names : Array<String> = arrayOf("A", "B", "C")
|
| D | UnionInNestedNS.kt | 11 val names : Array<String> = arrayOf("NONE", "TableInNestedNS")
|
| /third_party/flatbuffers/tests/union_vector/ |
| D | Character.kt | 14 …val names : Array<String> = arrayOf("NONE", "MuLan", "Rapunzel", "Belle", "BookFan", "Other", "Unu…
|
| /third_party/node/deps/npm/docs/src/components/ |
| D | seo.js | 84 meta: PropTypes.arrayOf(PropTypes.object),
|
| /third_party/flatbuffers/samples/ |
| D | SampleBinary.kt | 92 val expectedWeaponNames = arrayOf("Sword", "Axe") in main()
|
| /third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/ |
| D | MainActivity.kt | 65 arrayOf(Manifest.permission.RECORD_AUDIO), in <lambda>()
|
| /third_party/node/deps/npm/node_modules/dashdash/ |
| D | CHANGES.md | 99 custom option types. This allows one to create an `arrayOf...` option type
|
| /third_party/typescript/tests/lib/ |
| D | react16.d.ts | 74 export function arrayOf<T>(type: Validator<T>): Requireable<T[]>; 2296 arrayOf: typeof PropTypes.arrayOf;
|
| D | react.d.ts | 2306 arrayOf(type: Validator<any>): Requireable<any>; method
|
| /third_party/typescript/src/compiler/ |
| D | core.ts | 1320 export function arrayOf<T>(count: number, f: (index: number) => T): T[] { function
|
| /third_party/typescript/lib/ |
| D | tsc.js | 1109 function arrayOf(count, f) { function 1116 ts.arrayOf = arrayOf; 46265 …return getUnionType(ts.append(ts.arrayOf(type.target.fixedLength, function (i) { return getLiteral…
|
| D | typingsInstaller.js | 1288 function arrayOf(count, f) { function 1295 ts.arrayOf = arrayOf; 55890 …return getUnionType(ts.append(ts.arrayOf(type.target.fixedLength, function (i) { return getLiteral…
|
| D | typescript.js | 1493 function arrayOf(count, f) { function 1500 ts.arrayOf = arrayOf; 56095 …return getUnionType(ts.append(ts.arrayOf(type.target.fixedLength, function (i) { return getLiteral…
|
| D | typescriptServices.js | 1493 function arrayOf(count, f) { function 1500 ts.arrayOf = arrayOf; 56095 …return getUnionType(ts.append(ts.arrayOf(type.target.fixedLength, function (i) { return getLiteral…
|