/third_party/openh264/codec/encoder/core/mips/ |
D | dct_mmi.c | 43 #define MMI_Load4x8p(r0, f0, f2, f4, f6, f8, f10, f12, f14, f16, f18) \ argument 51 #define MMI_SumSubDiv2(f0, f2, f4, f6, f8, f10, f12, f14, f16) \ argument 63 #define MMI_IDCT(f0, f2, f4, f6, f8, f10, f12, f14, f16, f18, f20, f22, f24, f26, f28) \ argument 69 #define MMI_StoreDiff8p_6(f0, f2, f4, f6, f8, f12, r0, r1, f14) \ argument 95 #define MMI_Load8DC(f0, f2, f4, f6, f8, f10, f12, f14, f16, r0, offset, f20) \ argument 148 #define MMI_SumSubDiv2D(f0, f2, f4, f6, f8, f10, f12, f14, f_val_1) \ argument 160 #define MMI_Trans4x4W(f0, f2, f4, f6, f8, f10, f12, f14, f16, f18) \ argument 178 #define MMI_DCT(f0, f2, f4, f6, f8, f10, f12, f14, f16, f18, f20, f22) \ argument 184 #define MMI_Store4x8p(r0, f0, f2, f4, f6, f8, f10, f12, f14, f16, f18) \ argument
|
/third_party/jerryscript/tests/jerry/fail/ |
D | regression-test-issue-3140.js | 16 function f14(v33, v34) { function
|
/third_party/typescript/tests/cases/conformance/expressions/objectLiterals/ |
D | objectLiteralErrors.ts | 37 var f14 = { 0: 0, get 0x0() { return 0; } }; variable 38 var f14 = { 0: 0, get 000() { return 0; } }; variable
|
/third_party/typescript/tests/cases/compiler/ |
D | noImplicitAnyParametersInBareFunctions.ts | 45 var f14 = (x, ...r) => ""; variable
|
D | noImplicitAnyParametersInInterface.ts | 51 f14: (x, ...r) => string; property
|
D | controlFlowArrays.ts | 141 function f14() { function
|
D | functionsMissingReturnStatementsAndExpressions.ts | 67 function f14(): number { function
|
D | contextuallyTypedParametersWithInitializers.ts | 14 const f14 = id4(function ({ foo = 42 }) { return foo }); constant
|
/third_party/typescript/tests/baselines/reference/ |
D | covariantCallbacks.js | 68 function f14(a: AList4, b: BList4) { function
|
D | controlFlowArrays.js | 139 function f14() { function
|
D | numericLiteralTypes1.js | 106 function f14(x: 0 | 1 | 2, y: string) { function
|
D | asyncAwait_es2017.js | 42 async function f14() { function
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | declarationsAndAssignments.ts | 99 function f14([a = 1, [b = "hello", { x, y: c = false }]]) { function
|
/third_party/typescript/tests/cases/conformance/functions/ |
D | strictBindCallApply1.ts | 44 let f14 = c.foo.bind(undefined); // Error variable
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | numericLiteralTypes1.ts | 105 function f14(x: 0 | 1 | 2, y: string) { function
|
D | numericLiteralTypes2.ts | 107 function f14(x: 0 | 1 | 2, y: string) { function
|
/third_party/typescript/tests/cases/conformance/es6/arrowFunction/ |
D | disallowLineTerminatorBeforeArrow.ts | 41 var f14 = () /* */ => {} variable
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript2018/asyncGenerators/ |
D | parser.asyncGenerators.functionDeclarations.es2018.ts | 55 async function * f14() { generator
|
D | parser.asyncGenerators.functionExpressions.es2018.ts | 55 const f14 = async function * () { constant
|
/third_party/typescript/tests/cases/conformance/async/es6/ |
D | asyncAwait_es6.ts | 42 async function f14() { function
|
/third_party/typescript/tests/cases/conformance/async/es5/ |
D | asyncAwait_es5.ts | 43 async function f14() { function
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
D | covariantCallbacks.ts | 70 function f14(a: AList4, b: BList4) { function
|
/third_party/typescript/tests/cases/conformance/async/es2017/ |
D | asyncAwait_es2017.ts | 42 async function f14() { function
|
/third_party/typescript/tests/cases/conformance/types/union/ |
D | discriminatedUnionTypes2.ts | 32 function f14<T>(x: { a: 0; b: string } | { a: T, c: number }) { function
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
D | subtypesOfTypeParameterWithConstraints2.ts | 105 function f14<T extends C1>(x: T) { function
|