Home
last modified time | relevance | path

Searched defs:g1 (Results 1 – 25 of 141) sorted by relevance

123456

/third_party/python/Lib/test/
Dtest_yield_from.py26 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/
Dcolorspace.h102 #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/
DSha256Opt.c104 #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/
DexportNonInitializedVariablesCommonJS.js32 export var g1: D = new D; variable
68 exports.g1 = new D; variable in exports
DexportNonInitializedVariablesES6.js32 export var g1: D = new D; variable
65 export var g1 = new D; variable
/third_party/typescript/tests/cases/conformance/es6/yieldExpressions/
DgeneratorTypeCheck4.ts2 function* g1(): {} { } generator
DgeneratorTypeCheck1.ts2 function* g1(): Iterator<string> { } generator
DgeneratorTypeCheck2.ts2 function* g1(): Iterable<string> { } generator
DgeneratorTypeCheck3.ts2 function* g1(): IterableIterator<string> { } generator
DgeneratorTypeCheck6.ts2 function* g1(): number { } generator
DgeneratorTypeCheck5.ts2 function* g1(): any { } generator
DgeneratorTypeCheck7.ts5 function* g1(): WeirdIter { } generator
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.1/returns_for_undefined/
Dreturns_for_undefined_6.ts25 const g1 = (): undefined => {}; constant
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/functions/generator_functions/
Dgenerator_functions_2.ts27 function* g1(n: number, step: number = 1): Generator<number, void, unknown> { generator
/third_party/typescript/tests/cases/conformance/expressions/propertyAccess/
DpropertyAccessWidening.ts5 function g1(headerNames: any) { function
/third_party/typescript/tests/cases/fourslash/
DfindAllRefsDestructureGetter2.ts13 const [g0Def, g0, s0Def, s0, gs1Def, g1, s1] = test.ranges(); constant
DtransitiveExportImports3.ts13 const [f0Def, f0, f1Def, f1, g0, f2Def, f2, g1Def, g1] = test.ranges(); constant
/third_party/typescript/tests/cases/compiler/
DgenericOfACloduleType1.ts9 var g1 = new G<C>(); variable
DgenericOfACloduleType2.ts9 var g1 = new G<C>(); variable
DinferringReturnTypeFromConstructSignatureGeneric.ts21 const g1 = g(GenericObject); constant
/third_party/ltp/testcases/network/multicast/mc_member/
Dmc_member_test.c112 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/
Dgrammar_ambiguities.ts35 function g1<T, U>(a: T) { function
/third_party/typescript/tests/cases/conformance/generators/
DgeneratorExplicitReturnType.ts6 function* g1(): Generator<number, boolean, string> { generator
DgeneratorReturnContextualType.ts10 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/
Dtail_recursion_elimination_on_conditional_types2.ts30 var g1: gc = "e"; variable

123456