| /third_party/typescript/tests/cases/compiler/ |
| D | duplicateOverloadInTypeAugmentation1.ts | 2 reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T, method 4 … reduce<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: T[]) => U, method
|
| D | returnTypeParameterWithModules.ts | 2 export function reduce<A>(ar, f, e?): Array<A> { function
|
| /third_party/typescript/tests/baselines/reference/ |
| D | returnTypeParameterWithModules.js | 4 return Array.prototype.reduce.apply(ar, e ? [f, e] : [f]); method in Array 20 function reduce(ar, f, e) { function 21 return Array.prototype.reduce.apply(ar, e ? [f, e] : [f]); method in Array
|
| D | declarationsWithRecursiveInternalTypesProduceUniqueTypeParams.js | 9 const reduce = <U>(u: U, update: (u: U) => T) => { constant 61 var reduce = function (u, update) { function
|
| /third_party/typescript/src/lib/ |
| D | es5.d.ts | 1248 …reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: readonly T[]) … method 1249 …reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: readonly T[]) … method 1255 …reduce<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: readonly T[… method 1439 … reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T): T; method 1440 …reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T, ini… method 1446 …reduce<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: T[]) => U, … method 1967 …reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int8… method 1968 …reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int8… method 1980 …reduce<U>(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Int8Ar… method 2249 …reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint… method [all …]
|
| /third_party/typescript/lib/ |
| D | lib.es5.d.ts | 1268 …reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: readonly T[]) … method 1269 …reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: readonly T[]) … method 1275 …reduce<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: readonly T[… method 1459 … reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T): T; method 1460 …reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T, ini… method 1466 …reduce<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: T[]) => U, … method 1987 …reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int8… method 1988 …reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int8… method 2000 …reduce<U>(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Int8Ar… method 2269 …reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint… method [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
| D | reduction_opportunity.cpp | 18 namespace reduce { namespace
|
| D | change_operand_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
| D | remove_function_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
| D | remove_selection_reduction_opportunity.cpp | 21 namespace reduce { namespace
|
| D | reduction_opportunity_finder.cpp | 18 namespace reduce { namespace
|
| D | simple_conditional_branch_to_branch_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
| /third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
| D | reduction_opportunity.cpp | 18 namespace reduce { namespace
|
| D | change_operand_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
| D | remove_selection_reduction_opportunity.cpp | 21 namespace reduce { namespace
|
| D | remove_function_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
| D | reduction_opportunity_finder.cpp | 18 namespace reduce { namespace
|
| D | simple_conditional_branch_to_branch_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
| /third_party/spirv-tools/source/reduce/ |
| D | reduction_opportunity.cpp | 18 namespace reduce { namespace
|
| D | change_operand_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
| D | remove_function_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
| D | remove_selection_reduction_opportunity.cpp | 21 namespace reduce { namespace
|
| D | reduction_opportunity_finder.cpp | 18 namespace reduce { namespace
|
| D | simple_conditional_branch_to_branch_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
| /third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
| D | IntegerRatio.cpp | 28 void IntegerRatio::reduce() { in reduce() function in IntegerRatio
|