/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryStreamWriter.h | 151 template <typename T> Error writeArray(ArrayRef<T> Array) { in writeArray() 168 Error writeArray(VarStreamArray<T, U> Array) { in writeArray() 176 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray()
|
D | BinaryStreamReader.h | 187 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray() 235 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | non-type-params.hpp | 4 struct Array { struct 9 using Array16 = Array<T, 16>; argument
|
D | size_t_template.hpp | 2 class Array { class
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_type.h | 264 struct Array : public Castable<Array, Type> { struct 286 Type const* const type; 288 const uint32_t size; 290 const uint32_t stride;
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuArray.hpp | 35 class Array class 38 Array (void) {} in Array() function in tcu::Array
|
/third_party/rust/crates/cxx/syntax/ |
D | impls.rs | 271 impl Eq for Array {} implementation 273 impl PartialEq for Array { implementation 275 let Array { in eq() localVariable 282 let Array { in eq() localVariable 293 impl Hash for Array { implementation 295 let Array { in hash() localVariable
|
/third_party/typescript/tests/cases/compiler/ |
D | augmentArray.ts | 1 interface Array<T> { interface
|
D | moduleAugmentationGlobal6.ts | 2 interface Array<T> { x } interface
|
D | moduleAugmentationGlobal6_1.ts | 2 interface Array<T> { x } interface
|
D | moduleAugmentationGlobal7_1.ts | 3 interface Array<T> { x } interface
|
D | moduleAugmentationGlobal8.ts | 5 interface Array<T> { x } interface
|
D | moduleAugmentationGlobal7.ts | 3 interface Array<T> { x } interface
|
D | moduleAugmentationGlobal8_1.ts | 5 interface Array<T> { x } interface
|
D | genericFunctionCallSignatureReturnTypeMismatch.ts | 1 interface Array<T> {} interface
|
D | functionTypeArgumentArrayAssignment.ts | 2 interface Array<T> { interface
|
D | innerBoundLambdaEmit.ts | 6 interface Array<T> { interface
|
D | extendGenericArray.ts | 1 interface Array<T> { interface
|
D | moduleAugmentationGlobal3.ts | 12 interface Array<T> { interface
|
/third_party/jerryscript/tests/jerry/fail/ |
D | regression-test-issue-2489.js | 24 Array.prototype[0]; class
|
/third_party/jerryscript/tests/jerry/ |
D | regression-test-issue-1076.js | 15 try { Array.prototype.unshift(1) } catch($){} class
|
D | regression-test-issue-1079.js | 15 Array.prototype.push(1) class
|
D | regression-test-issue-1972.js | 18 return Array.prototype.push (1), Object.freeze (Array.prototype); class
|
/third_party/typescript/tests/baselines/reference/ |
D | redefineArray.js | 2 Array = function (n:number, s:string) {return n;}; class
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | regression-test-issue-2770.js | 15 Object.defineProperty(Array.prototype, 0, {set: function() { return Array.prototype.push(), Object.… class
|