| /third_party/ffmpeg/libavfilter/ |
| D | vf_removegrain.c | 68 static int mode01(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode01() 83 static int mode02(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode02() 92 static int mode03(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode03() 101 static int mode04(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode04() 110 static int mode05(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode05() 133 static int mode06(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode06() 165 static int mode07(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode07() 197 static int mode08(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode08() 229 static int mode09(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode09() 251 static int mode10(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode10() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | tupleLengthCheck.js | 12 const a7 = rest[1000] constant 22 var a7 = rest[1000]; variable
|
| D | invalidTaggedTemplateEscapeSequences(target=esnext).js | 18 const a7 = tag`${ 100 }\u0000` // \u0000 constant 43 const a7 = tag `${100}\u0000`; // \u0000 constant
|
| D | invalidTaggedTemplateEscapeSequences(target=es5).js | 18 const a7 = tag`${ 100 }\u0000` // \u0000 constant 51 var a7 = tag(__makeTemplateObject(["", "\0"], ["", "\\u0000"]), 100); // \u0000 variable
|
| D | unionTypeInference.js | 14 const a7 = f1("hello", 1); // Error constant 88 const a7 = f1("hello", 1); // Error constant
|
| D | invalidTaggedTemplateEscapeSequences(target=es2015).js | 18 const a7 = tag`${ 100 }\u0000` // \u0000 constant 47 const a7 = tag `${100}\u0000`; // \u0000 constant
|
| D | parserRegularExpressionDivideAmbiguity6.js | 2 function c255lsqr8h(a7, a6, a5, a4, a3, a2, a1, a0) { argument
|
| D | excessivelyLargeTupleSpread.js | 32 const a7 = [...a6, ...a6] as const; variable
|
| D | readonlyTupleAndArrayElaboration.js | 48 const a7: number[] = [1]; variable 104 var a7 = [1]; variable
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
| D | transform_args.h | 81 #define ABSL_INTERNAL_TRANSFORM_ARGS8(m, a0, a1, a2, a3, a4, a5, a6, a7) \ argument 84 #define ABSL_INTERNAL_TRANSFORM_ARGS9(m, a0, a1, a2, a3, a4, a5, a6, a7, a8) \ argument 87 #define ABSL_INTERNAL_TRANSFORM_ARGS10(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument 91 #define ABSL_INTERNAL_TRANSFORM_ARGS11(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument 95 #define ABSL_INTERNAL_TRANSFORM_ARGS12(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument 100 #define ABSL_INTERNAL_TRANSFORM_ARGS13(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument 105 #define ABSL_INTERNAL_TRANSFORM_ARGS14(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument 110 #define ABSL_INTERNAL_TRANSFORM_ARGS15(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument 115 #define ABSL_INTERNAL_TRANSFORM_ARGS16(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument 120 #define ABSL_INTERNAL_TRANSFORM_ARGS17(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument [all …]
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
| D | constructSignatureAssignabilityInInheritance5.ts | 17 a7: new (x: (arg: Base) => Derived) => (r: Base) => Derived; property 40 a7: new <T extends Base, U extends Derived>(x: (arg: T) => U) => (r: T) => U; // ok property
|
| D | callSignatureAssignabilityInInheritance5.ts | 17 a7: (x: (arg: Base) => Derived) => (r: Base) => Derived; property 40 a7: <T extends Base, U extends Derived>(x: (arg: T) => U) => (r: T) => U; // ok method
|
| D | constructSignatureAssignabilityInInheritance2.ts | 16 a7: new (x: (arg: Base) => Derived) => (r: Base) => Derived; property 57 a7: new <T extends Base, U extends Derived>(x: (arg: T) => U) => (r: T) => U; // ok property
|
| D | callSignatureAssignabilityInInheritance2.ts | 16 a7: (x: (arg: Base) => Derived) => (r: Base) => Derived; property 57 a7: <T extends Base, U extends Derived>(x: (arg: T) => U) => (r: T) => U; // ok method
|
| D | callSignatureAssignabilityInInheritance3.ts | 14 a7: (x: (arg: Base) => Derived) => (r: Base) => Derived2; property 57 … a7: <T extends Base, U extends Derived, V extends Derived2>(x: (arg: T) => U) => (r: T) => V; method
|
| D | constructSignatureAssignabilityInInheritance3.ts | 14 a7: new (x: (arg: Base) => Derived) => (r: Base) => Derived2; property 47 … a7: new <T extends Base, U extends Derived, V extends Derived2>(x: (arg: T) => U) => (r: T) => V; property
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
| D | subtypingWithConstructSignatures5.ts | 17 a7: new (x: (arg: Base) => Derived) => (r: Base) => Derived; property 40 a7: new <T extends Base, U extends Derived>(x: (arg: T) => U) => (r: T) => U; // ok property
|
| /third_party/ffmpeg/libavcodec/mips/ |
| D | wmv2dsp_mmi.c | 40 int a0, a1, a2, a3, a4, a5, a6, a7; in wmv2_idct_row_mmi() local 70 int a0, a1, a2, a3, a4, a5, a6, a7; in wmv2_idct_col_mmi() local
|
| /third_party/typescript/tests/cases/conformance/es6/destructuring/ |
| D | destructuringParameterDeclaration6.ts | 12 function a7(...a: string) { } function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | nestedBlockScopedBindings2.ts | 85 function a7() { function
|
| D | nestedBlockScopedBindings6.ts | 77 function a7() { function
|
| /third_party/typescript/tests/cases/conformance/types/tuple/ |
| D | tupleLengthCheck.ts | 11 const a7 = rest[1000] constant
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| D | substitute.h | 324 const substitute_internal::Arg& a6, const substitute_internal::Arg& a7) { in SubstituteAndAppend() 337 const substitute_internal::Arg& a6, const substitute_internal::Arg& a7, in SubstituteAndAppend() 351 const substitute_internal::Arg& a6, const substitute_internal::Arg& a7, in SubstituteAndAppend() 570 const substitute_internal::Arg& a7) { in Substitute() 581 const substitute_internal::Arg& a7, const substitute_internal::Arg& a8) { in Substitute() 592 const substitute_internal::Arg& a7, const substitute_internal::Arg& a8, in Substitute()
|
| /third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/ |
| D | nullishCoalescingOperator2.ts | 9 declare const a7: unknown | null constant
|
| D | nullishCoalescingOperator_not_strict.ts | 9 declare const a7: unknown | null constant
|