| /third_party/python/Lib/test/ |
| D | test_yield_from.py | 26 def g1(): function 49 def g1(): function 80 def g1(): function 109 def g1(): function 146 def g1(): function 190 def g1(): function 231 def g1(): function 265 def g1(): function 306 def g1(): function 368 def g1(): function [all …]
|
| /third_party/ffmpeg/libavutil/ |
| D | colorspace.h | 102 #define RGB_TO_U_CCIR(r1, g1, b1, shift)\ argument 106 #define RGB_TO_V_CCIR(r1, g1, b1, shift)\ argument 114 #define RGB_TO_U_JPEG(r1, g1, b1)\ argument 118 #define RGB_TO_V_JPEG(r1, g1, b1)\ argument 130 #define RGB_TO_U_BT709(r1, g1, b1, shift)\ argument 134 #define RGB_TO_V_BT709(r1, g1, b1, shift)\ argument 142 #define RGB_TO_U_BT709_FULL(r1, g1, b1)\ argument 146 #define RGB_TO_V_BT709_FULL(r1, g1, b1)\ argument
|
| /third_party/lzma/C/ |
| D | Sha256Opt.c | 104 #define SM1(g0, g1, g2, g3) \ argument 107 #define SM2(g0, g1, g2, g3) \ argument 116 #define NNN(g0, g1, g2, g3) argument 134 #define R4(k, g0, g1, g2, g3, OP0, OP1) \ argument 274 #define SM1(g0, g1, g2, g3) SHA256_SU0(g3, g0) argument 275 #define SM2(g0, g1, g2, g3) SHA25G_SU1(g2, g0, g1) argument 276 #define NNN(g0, g1, g2, g3) argument 279 #define R4(k, g0, g1, g2, g3, OP0, OP1) \ argument
|
| /third_party/typescript/tests/baselines/reference/ |
| D | exportNonInitializedVariablesCommonJS.js | 32 export var g1: D = new D; variable 68 exports.g1 = new D; variable in exports
|
| D | exportNonInitializedVariablesES6.js | 32 export var g1: D = new D; variable 65 export var g1 = new D; variable
|
| /third_party/typescript/tests/cases/conformance/es6/yieldExpressions/ |
| D | generatorTypeCheck4.ts | 2 function* g1(): {} { } generator
|
| D | generatorTypeCheck1.ts | 2 function* g1(): Iterator<string> { } generator
|
| D | generatorTypeCheck2.ts | 2 function* g1(): Iterable<string> { } generator
|
| D | generatorTypeCheck3.ts | 2 function* g1(): IterableIterator<string> { } generator
|
| D | generatorTypeCheck6.ts | 2 function* g1(): number { } generator
|
| D | generatorTypeCheck5.ts | 2 function* g1(): any { } generator
|
| D | generatorTypeCheck7.ts | 5 function* g1(): WeirdIter { } generator
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.1/returns_for_undefined/ |
| D | returns_for_undefined_6.ts | 25 const g1 = (): undefined => {}; constant
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/functions/generator_functions/ |
| D | generator_functions_2.ts | 27 function* g1(n: number, step: number = 1): Generator<number, void, unknown> { generator
|
| /third_party/typescript/tests/cases/conformance/expressions/propertyAccess/ |
| D | propertyAccessWidening.ts | 5 function g1(headerNames: any) { function
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | findAllRefsDestructureGetter2.ts | 13 const [g0Def, g0, s0Def, s0, gs1Def, g1, s1] = test.ranges(); constant
|
| D | transitiveExportImports3.ts | 13 const [f0Def, f0, f1Def, f1, g0, f2Def, f2, g1Def, g1] = test.ranges(); constant
|
| /third_party/typescript/tests/cases/compiler/ |
| D | genericOfACloduleType1.ts | 9 var g1 = new G<C>(); variable
|
| D | genericOfACloduleType2.ts | 9 var g1 = new G<C>(); variable
|
| D | inferringReturnTypeFromConstructSignatureGeneric.ts | 21 const g1 = g(GenericObject); constant
|
| /third_party/ltp/testcases/network/multicast/mc_member/ |
| D | mc_member_test.c | 112 unsigned g1, g2, g3, g4; in join_group() local 147 unsigned g1, g2, g3, g4; in leave_group() local
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/function_calls/grammar_ambiguities/ |
| D | grammar_ambiguities.ts | 35 function g1<T, U>(a: T) { function
|
| /third_party/typescript/tests/cases/conformance/generators/ |
| D | generatorExplicitReturnType.ts | 6 function* g1(): Generator<number, boolean, string> { generator
|
| D | generatorReturnContextualType.ts | 10 function* g1(): Iterator<any, { x: 'x' }, any> { generator
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.5/tail_recursion_elimination_on_conditional_types/ |
| D | tail_recursion_elimination_on_conditional_types2.ts | 30 var g1: gc = "e"; variable
|