| /third_party/typescript/src/lib/ |
| D | webworker.iterable.generated.d.ts | 6 addAll(requests: Iterable<RequestInfo>): Promise<void>; 10 setLineDash(segments: Iterable<number>): void; 57 transaction(storeNames: string | Iterable<string>, mode?: IDBTransactionMode): IDBTransaction; 66 …createIndex(name: string, keyPath: string | Iterable<string>, options?: IDBIndexParameters): IDBIn… 86 drawBuffersWEBGL(buffers: Iterable<GLenum>): void; 90 …clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLfloat>, srcOffset?: GLuint): v… 91 …clearBufferiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLint>, srcOffset?: GLuint): voi… 92 …clearBufferuiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLuint>, srcOffset?: GLuint): v… 93 drawBuffers(buffers: Iterable<GLenum>): void; 94 getActiveUniforms(program: WebGLProgram, uniformIndices: Iterable<GLuint>, pname: GLenum): any; [all …]
|
| D | dom.iterable.generated.d.ts | 6 setValueCurveAtTime(values: Iterable<number>, startTime: number, duration: number): AudioParam; 13 createIIRFilter(feedforward: Iterable<number>, feedback: Iterable<number>): IIRFilterNode; 14 …createPeriodicWave(real: Iterable<number>, imag: Iterable<number>, constraints?: PeriodicWaveConst… 26 addAll(requests: Iterable<RequestInfo>): Promise<void>; 30 setLineDash(segments: Iterable<number>): void; 116 transaction(storeNames: string | Iterable<string>, mode?: IDBTransactionMode): IDBTransaction; 125 …createIndex(name: string, keyPath: string | Iterable<string>, options?: IDBIndexParameters): IDBIn… 148 …requestMediaKeySystemAccess(keySystem: string, supportedConfigurations: Iterable<MediaKeySystemCon… 192 setCodecPreferences(codecs: Iterable<RTCRtpCodecCapability>): void; 263 requestPresent(layers: Iterable<VRLayer>): Promise<void>; [all …]
|
| D | es2015.iterable.d.ts | 30 interface Iterable<T> { interface 63 from<T>(iterable: Iterable<T> | ArrayLike<T>): T[]; 71 …from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[… 140 new <K, V>(iterable: Iterable<readonly [K, V]>): Map<K, V>; 146 new <K extends object, V>(iterable: Iterable<[K, V]>): WeakMap<K, V>; 188 new <T>(iterable?: Iterable<T> | null): Set<T>; 194 new <T extends object = object>(iterable: Iterable<T>): WeakSet<T>; 206 all<T>(values: Iterable<T | PromiseLike<T>>): Promise<T[]>; 214 race<T>(values: Iterable<T>): Promise<T extends PromiseLike<infer U> ? U : T>; 222 race<T>(values: Iterable<T | PromiseLike<T>>): Promise<T>; [all …]
|
| /third_party/typescript/lib/ |
| D | lib.webworker.iterable.d.ts | 26 addAll(requests: Iterable<RequestInfo>): Promise<void>; 30 setLineDash(segments: Iterable<number>): void; 77 transaction(storeNames: string | Iterable<string>, mode?: IDBTransactionMode): IDBTransaction; 86 …createIndex(name: string, keyPath: string | Iterable<string>, options?: IDBIndexParameters): IDBIn… 106 drawBuffersWEBGL(buffers: Iterable<GLenum>): void; 110 …clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLfloat>, srcOffset?: GLuint): v… 111 …clearBufferiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLint>, srcOffset?: GLuint): voi… 112 …clearBufferuiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLuint>, srcOffset?: GLuint): v… 113 drawBuffers(buffers: Iterable<GLenum>): void; 114 getActiveUniforms(program: WebGLProgram, uniformIndices: Iterable<GLuint>, pname: GLenum): any; [all …]
|
| D | lib.dom.iterable.d.ts | 26 setValueCurveAtTime(values: Iterable<number>, startTime: number, duration: number): AudioParam; 33 createIIRFilter(feedforward: Iterable<number>, feedback: Iterable<number>): IIRFilterNode; 34 …createPeriodicWave(real: Iterable<number>, imag: Iterable<number>, constraints?: PeriodicWaveConst… 46 addAll(requests: Iterable<RequestInfo>): Promise<void>; 50 setLineDash(segments: Iterable<number>): void; 136 transaction(storeNames: string | Iterable<string>, mode?: IDBTransactionMode): IDBTransaction; 145 …createIndex(name: string, keyPath: string | Iterable<string>, options?: IDBIndexParameters): IDBIn… 168 …requestMediaKeySystemAccess(keySystem: string, supportedConfigurations: Iterable<MediaKeySystemCon… 212 setCodecPreferences(codecs: Iterable<RTCRtpCodecCapability>): void; 283 requestPresent(layers: Iterable<VRLayer>): Promise<void>; [all …]
|
| D | lib.es2015.iterable.d.ts | 50 interface Iterable<T> { interface 83 from<T>(iterable: Iterable<T> | ArrayLike<T>): T[]; 91 …from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[… 160 new <K, V>(iterable: Iterable<readonly [K, V]>): Map<K, V>; 166 new <K extends object, V>(iterable: Iterable<[K, V]>): WeakMap<K, V>; 208 new <T>(iterable?: Iterable<T> | null): Set<T>; 214 new <T extends object = object>(iterable: Iterable<T>): WeakSet<T>; 226 all<T>(values: Iterable<T | PromiseLike<T>>): Promise<T[]>; 234 race<T>(values: Iterable<T>): Promise<T extends PromiseLike<infer U> ? U : T>; 242 race<T>(values: Iterable<T | PromiseLike<T>>): Promise<T>; [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | generatorOverloads2.types | 5 function* f(s: string): Iterable<any>; 6 >f : { (s: string): Iterable<any>; (s: number): Iterable<any>; (s: any): Iterable<any>; } 9 function* f(s: number): Iterable<any>; 10 >f : { (s: string): Iterable<any>; (s: number): Iterable<any>; (s: any): Iterable<any>; } 13 function* f(s: any): Iterable<any>; 14 >f : { (s: string): Iterable<any>; (s: number): Iterable<any>; (s: any): Iterable<any>; }
|
| D | contextualTypeIterableUnions.symbols | 7 constructor(iterable: Iterable<[K, V]> | undefined); 9 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --)) 16 const i1: Iterable<{ a: true }> | undefined = [{ a: true }]; 18 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --)) 22 const i2: Iterable<{ a: true }> | Iterable<{ b: false }> = [{ b: false }]; 24 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --)) 26 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --)) 30 const i3: Iterable<number> | 1[] = [2]; 32 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --))
|
| D | arrayFrom.types | 30 >inputARand : ArrayLike<A> | Iterable<A> 31 >getEither(inputA, inputALike) : ArrayLike<A> | Iterable<A> 32 >getEither : <T>(in1: Iterable<T>, in2: ArrayLike<T>) => ArrayLike<T> | Iterable<T> 44 …mber) => U, thisArg?: any): U[]; <T>(iterable: Iterable<T> | ArrayLike<T>): T[]; <T, U>(iterable: … 46 …mber) => U, thisArg?: any): U[]; <T>(iterable: Iterable<T> | ArrayLike<T>): T[]; <T, U>(iterable: … 52 …mber) => U, thisArg?: any): U[]; <T>(iterable: Iterable<T> | ArrayLike<T>): T[]; <T, U>(iterable: … 54 …mber) => U, thisArg?: any): U[]; <T>(iterable: Iterable<T> | ArrayLike<T>): T[]; <T, U>(iterable: … 63 …mber) => U, thisArg?: any): U[]; <T>(iterable: Iterable<T> | ArrayLike<T>): T[]; <T, U>(iterable: … 65 …mber) => U, thisArg?: any): U[]; <T>(iterable: Iterable<T> | ArrayLike<T>): T[]; <T, U>(iterable: … 74 …mber) => U, thisArg?: any): U[]; <T>(iterable: Iterable<T> | ArrayLike<T>): T[]; <T, U>(iterable: … [all …]
|
| D | generatorOverloads3.types | 5 *f(s: string): Iterable<any>; 6 >f : { (s: string): Iterable<any>; (s: number): Iterable<any>; } 9 *f(s: number): Iterable<any>; 10 >f : { (s: string): Iterable<any>; (s: number): Iterable<any>; } 13 *f(s: any): Iterable<any> { } 14 >f : { (s: string): Iterable<any>; (s: number): Iterable<any>; }
|
| D | generatorOverloads4.types | 5 f(s: string): Iterable<any>; 6 >f : { (s: string): Iterable<any>; (s: number): Iterable<any>; } 9 f(s: number): Iterable<any>; 10 >f : { (s: string): Iterable<any>; (s: number): Iterable<any>; } 13 *f(s: any): Iterable<any> { } 14 >f : { (s: string): Iterable<any>; (s: number): Iterable<any>; }
|
| D | generatorOverloads1.types | 5 function* f(s: string): Iterable<any>; 6 >f : { (s: string): Iterable<any>; (s: number): Iterable<any>; } 9 function* f(s: number): Iterable<any>; 10 >f : { (s: string): Iterable<any>; (s: number): Iterable<any>; } 13 function* f(s: any): Iterable<any> { } 14 >f : { (s: string): Iterable<any>; (s: number): Iterable<any>; }
|
| D | generatorOverloads5.types | 5 function f(s: string): Iterable<any>; 6 >f : { (s: string): Iterable<any>; (s: number): Iterable<any>; } 9 function f(s: number): Iterable<any>; 10 >f : { (s: string): Iterable<any>; (s: number): Iterable<any>; } 13 function* f(s: any): Iterable<any> { } 14 >f : { (s: string): Iterable<any>; (s: number): Iterable<any>; }
|
| D | objectFromEntries.types | 5 …ct.fromEntries : { <T = any>(entries: Iterable<readonly [PropertyKey, T]>): { [k: string]: T; }; (… 7 >fromEntries : { <T = any>(entries: Iterable<readonly [PropertyKey, T]>): { [k: string]: T; }; (ent… 22 …ct.fromEntries : { <T = any>(entries: Iterable<readonly [PropertyKey, T]>): { [k: string]: T; }; (… 24 >fromEntries : { <T = any>(entries: Iterable<readonly [PropertyKey, T]>): { [k: string]: T; }; (ent… 31 …ct.fromEntries : { <T = any>(entries: Iterable<readonly [PropertyKey, T]>): { [k: string]: T; }; (… 33 >fromEntries : { <T = any>(entries: Iterable<readonly [PropertyKey, T]>): { [k: string]: T; }; (ent… 63 …ct.fromEntries : { <T = any>(entries: Iterable<readonly [PropertyKey, T]>): { [k: string]: T; }; (… 65 >fromEntries : { <T = any>(entries: Iterable<readonly [PropertyKey, T]>): { [k: string]: T; }; (ent… 88 …ct.fromEntries : { <T = any>(entries: Iterable<readonly [PropertyKey, T]>): { [k: string]: T; }; (… 90 >fromEntries : { <T = any>(entries: Iterable<readonly [PropertyKey, T]>): { [k: string]: T; }; (ent…
|
| D | types.forAwait.es2018.1.types | 5 declare const iterable: Iterable<number>; 6 >iterable : Iterable<number> 8 declare const iterableOfPromise: Iterable<Promise<number>>; 9 >iterableOfPromise : Iterable<Promise<number>> 23 >iterable : Iterable<number> 27 >iterableOfPromise : Iterable<Promise<number>> 35 >iterable : Iterable<number> 39 >iterableOfPromise : Iterable<Promise<number>> 54 >iterable : Iterable<number> 58 >iterableOfPromise : Iterable<Promise<number>> [all …]
|
| D | contextualTypeIterableUnions.types | 5 constructor(iterable: Iterable<[K, V]> | undefined); 6 >iterable : Iterable<[K, V]> | undefined 16 const i1: Iterable<{ a: true }> | undefined = [{ a: true }]; 17 >i1 : Iterable<{ a: true; }> | undefined 25 const i2: Iterable<{ a: true }> | Iterable<{ b: false }> = [{ b: false }]; 26 >i2 : Iterable<{ a: true; }> | Iterable<{ b: false; }> 36 const i3: Iterable<number> | 1[] = [2]; 37 >i3 : Iterable<number> | 1[]
|
| D | complexRecursiveCollections.js | 49 export function List<T>(collection: Iterable<T>): List<T>; 70 setIn(keyPath: Iterable<any>, value: any): this; 71 deleteIn(keyPath: Iterable<any>): this; 72 removeIn(keyPath: Iterable<any>): this; 73 updateIn(keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): this; 74 updateIn(keyPath: Iterable<any>, updater: (value: any) => any): this; 75 mergeIn(keyPath: Iterable<any>, ...collections: Array<any>): this; 76 mergeDeepIn(keyPath: Iterable<any>, ...collections: Array<any>): this; 82 concat<C>(...valuesOrCollections: Array<Iterable<C> | C>): List<T | C>; 84 flatMap<M>(mapper: (value: T, key: number, iter: this) => Iterable<M>, context?: any): List<M>; [all …]
|
| D | generatorOverloads2.symbols | 5 function* f(s: string): Iterable<any>; 8 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --)) 10 function* f(s: number): Iterable<any>; 13 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --)) 15 function* f(s: any): Iterable<any>; 18 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --))
|
| D | generatorOverloads5.symbols | 5 function f(s: string): Iterable<any>; 8 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --)) 10 function f(s: number): Iterable<any>; 13 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --)) 15 function* f(s: any): Iterable<any> { } 18 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --))
|
| D | generatorOverloads3.symbols | 5 *f(s: string): Iterable<any>; 8 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --)) 10 *f(s: number): Iterable<any>; 13 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --)) 15 *f(s: any): Iterable<any> { } 18 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --))
|
| D | generatorOverloads1.symbols | 5 function* f(s: string): Iterable<any>; 8 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --)) 10 function* f(s: number): Iterable<any>; 13 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --)) 15 function* f(s: any): Iterable<any> { } 18 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --))
|
| D | generatorOverloads4.symbols | 5 f(s: string): Iterable<any>; 8 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --)) 10 f(s: number): Iterable<any>; 13 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --)) 15 *f(s: any): Iterable<any> { } 18 >Iterable : Symbol(Iterable, Decl(lib.es2015.iterable.d.ts, --, --))
|
| /third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
| D | hash_codes.dart | 19 /// Iterable, use [hashList]. The output of hashList can be used as one of the 45 assert(arg01 is! Iterable); 47 assert(arg02 is! Iterable); 50 assert(arg03 is! Iterable); 53 assert(arg04 is! Iterable); 56 assert(arg05 is! Iterable); 59 assert(arg06 is! Iterable); 62 assert(arg07 is! Iterable); 65 assert(arg08 is! Iterable); 68 assert(arg09 is! Iterable); [all …]
|
| /third_party/typescript/tests/cases/compiler/ |
| D | complexRecursiveCollections.ts | 49 export function List<T>(collection: Iterable<T>): List<T>; 70 setIn(keyPath: Iterable<any>, value: any): this; 71 deleteIn(keyPath: Iterable<any>): this; 72 removeIn(keyPath: Iterable<any>): this; 73 updateIn(keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): this; 74 updateIn(keyPath: Iterable<any>, updater: (value: any) => any): this; 75 mergeIn(keyPath: Iterable<any>, ...collections: Array<any>): this; 76 mergeDeepIn(keyPath: Iterable<any>, ...collections: Array<any>): this; 82 concat<C>(...valuesOrCollections: Array<Iterable<C> | C>): List<T | C>; 84 flatMap<M>(mapper: (value: T, key: number, iter: this) => Iterable<M>, context?: any): List<M>; [all …]
|
| /third_party/flutter/flutter/packages/flutter/test/foundation/ |
| D | caching_iterable_test.dart | 11 Iterable<int> range(int start, int end) sync* { 24 test('The Caching Iterable: length caches', () { 25 final Iterable<int> i = CachingIterable<int>(range(1, 5).iterator); 40 test('The Caching Iterable: laziness', () { 41 final Iterable<int> i = CachingIterable<int>(range(1, 5).iterator); 54 test('The Caching Iterable: where and map', () { 55 final Iterable<int> integers = CachingIterable<int>(range(1, 5).iterator); 58 final Iterable<int> evens = integers.where((int i) => i % 2 == 0); 77 test('The Caching Iterable: take and skip', () { 78 final Iterable<int> integers = CachingIterable<int>(range(1, 5).iterator); [all …]
|