| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/modules_always_emits_as_namespace/ |
| D | modules_always_emits_as_namespace_9.ts | 25 function ff(): void {} function 27 namespace ff { namespace
|
| /third_party/typescript/tests/baselines/reference/ |
| D | classStaticBlock7.js | 15 async function ff () { function in f1.C 27 function * ff () { generator in f2.C 39 function ff () { function in f3.C 105 function ff() { function 132 function ff() { function 154 function ff() { function
|
| D | typeOfThisInStaticMembers10(target=es2022).js | 16 static ff = function () { this.c + 1 } method in D 38 static ff = function () { this.c + 1 } method in DD 70 static { this.ff = function () { this.c + 1; }; } method in D 93 static { this.ff = function () { this.c + 1; }; } method in DD
|
| D | typeOfThisInStaticMembers10(target=esnext).js | 16 static ff = function () { this.c + 1 } method in D 38 static ff = function () { this.c + 1 } method in DD 70 static { this.ff = function () { this.c + 1; }; } method in D 93 static { this.ff = function () { this.c + 1; }; } method in DD
|
| D | typeOfThisInStaticMembers10(target=es6).js | 16 static ff = function () { this.c + 1 } method in D 38 static ff = function () { this.c + 1 } method in DD 81 D.ff = function () { this.c + 1; }; function in D 106 DD.ff = function () { this.c + 1; }; function in DD
|
| D | typeOfThisInStaticMembers11(target=es2022).js | 16 static ff = function () { this.c + 1 } method in D 38 static ff = function () { this.c + 1 } method in DD 70 static ff = function () { this.c + 1; }; method in D 93 static ff = function () { this.c + 1; }; method in DD
|
| D | typeOfThisInStaticMembers11(target=esnext).js | 16 static ff = function () { this.c + 1 } method in D 38 static ff = function () { this.c + 1 } method in DD 70 static ff = function () { this.c + 1; }; method in D 93 static ff = function () { this.c + 1; }; method in DD
|
| D | typeOfThisInStaticMembers10(target=es5).js | 16 static ff = function () { this.c + 1 } method in D 38 static ff = function () { this.c + 1 } method in DD 105 D.ff = function () { this.c + 1; }; function in D 144 DD.ff = function () { this.c + 1; }; function in DD
|
| D | classStaticBlock6.js | 45 async function ff () { function in foo.C 58 function ff () { function in foo1.C 180 function ff() { function 209 function ff() { function
|
| D | controlFlowIteration.js | 4 function ff() { function
|
| /third_party/python/Python/ |
| D | future.c | 9 future_check_features(PyFutureFeatures *ff, stmt_ty s, PyObject *filename) in future_check_features() 57 future_parse(PyFutureFeatures *ff, mod_ty mod, PyObject *filename) in future_parse() 121 PyFutureFeatures *ff; in _PyFuture_FromAST() local
|
| /third_party/ffmpeg/libavutil/ |
| D | timecode.c | 57 int hh, mm, ss, ff; in av_timecode_get_smpte_from_framenum() local 69 uint32_t av_timecode_get_smpte(AVRational rate, int drop, int hh, int mm, int ss, int ff) in av_timecode_get_smpte() 107 int hh, mm, ss, ff, ff_len, neg = 0; in av_timecode_make_string() local 143 unsigned ff = bcd2uint(tcsmpte>>24 & 0x3f); // 6-bit frames in av_timecode_make_smpte_tc_string2() local 231 …mponents(AVTimecode *tc, AVRational rate, int flags, int hh, int mm, int ss, int ff, void *log_ctx) in av_timecode_init_from_components() 255 int hh, mm, ss, ff, flags; in av_timecode_init_from_string() local
|
| /third_party/typescript/tests/cases/conformance/classes/members/instanceAndStaticMembers/ |
| D | typeOfThisInStaticMembers10.ts | 19 static ff = function () { this.c + 1 } property in D 41 static ff = function () { this.c + 1 } property in DD
|
| D | typeOfThisInStaticMembers11.ts | 19 static ff = function () { this.c + 1 } property in D 41 static ff = function () { this.c + 1 } property in DD
|
| /third_party/typescript/tests/cases/compiler/ |
| D | typeParametersShouldNotBeEqual.ts | 1 function ff<T, U>(x: T, y: U) { function
|
| D | typeParametersShouldNotBeEqual3.ts | 1 function ff<T extends Object, U extends Object>(x: T, y: U) { function
|
| D | typeParametersShouldNotBeEqual2.ts | 1 function ff<T extends Date, U extends Date, V>(x: T, y: U, z: V) { function
|
| D | elaborationForPossiblyCallableTypeStillReferencesArgumentAtTopLevel.ts | 2 declare function ff(t: number): void; function
|
| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | controlFlowIteration.ts | 5 function ff() { function
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_members/call_signatures/parameter_list/ |
| D | parameter_list_3.ts | 25 function ff(first: string, second: number) { function
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/ |
| D | infiniteExpansionThroughTypeInference.ts | 6 function ff<T>(g: G<T>): void { function
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/primitive_types/the_string_literal_type/ |
| D | the_string_literal_type_1.ts | 31 let ff: string = ee; variable
|
| /third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
| D | jsDeclarationsEnumTag.ts | 45 export function ff(s) { function
|
| /third_party/typescript/tests/cases/conformance/jsdoc/ |
| D | enumTag.ts | 46 function ff(s) { function
|
| /third_party/cups-filters/fontembed/ |
| D | fontfile.c | 41 void fontfile_close(FONTFILE *ff) // {{{ in fontfile_close()
|