Home
last modified time | relevance | path

Searched defs:W (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/third_party/typescript/tests/cases/compiler/
DdeclFileWithClassNameConflictingWithClassReferredByExtendsClause.ts4 export class W { class
10 export class W extends A.B.Base.W { class
17 export class W<TValue> extends X.Y.base.W { class
DdeclFileTypeAnnotationVisibilityErrorTypeAlias.ts10 type W = Window | string; alias
18 export type W = Window | string; alias
DdeclFileModuleContinuation.ts8 export class W implements A.C.Z { class
DdeclFileWithInternalModuleNameConflictsInExtendsClause1.ts10 export class W implements X.A.C.Z { // This needs to be referred as X.A.C.Z as A has conflict class
/third_party/boost/libs/optional/test/
Doptional_test_tc_base.cpp48 struct W struct
53 W(Args&&... args) in W() argument
/third_party/typescript/tests/baselines/reference/
DdeclFileModuleContinuation.js19 var W = /** @class */ (function () { class
20 function W() { class in anonymousFunctione010ba910100.anonymousFunctione010ba910200.anonymousFunctione010ba910300.W
36 class W implements A.C.Z { class
DdeclFileWithInternalModuleNameConflictsInExtendsClause3.js25 var W = /** @class */ (function () { class
26 function W() { class in anonymousFunctionba61f1770100.anonymousFunctionba61f1770200.anonymousFunctionba61f1770300.anonymousFunctionba61f1770400.W
43 class W implements X.A.C.Z { class
DdeclFileWithInternalModuleNameConflictsInExtendsClause1.js22 var W = /** @class */ (function () { class
23 function W() { class in anonymousFunctionba60d8b50100.anonymousFunctionba60d8b50200.anonymousFunctionba60d8b50300.anonymousFunctionba60d8b50400.W
40 class W implements X.A.C.Z { class
DdeclFileWithInternalModuleNameConflictsInExtendsClause2.js25 var W = /** @class */ (function () { class
26 function W() { class in anonymousFunctionba6165160100.anonymousFunctionba6165160200.anonymousFunctionba6165160300.anonymousFunctionba6165160400.W
43 class W implements A.C.Z { class
DdeclFileWithClassNameConflictingWithClassReferredByExtendsClause.js44 var W = /** @class */ (function (_super) { class
46 function W() { class in anonymousFunction7d11bb670600.anonymousFunction7d11bb670700.anonymousFunction7d11bb670800.W
62 var W = /** @class */ (function (_super) { class
64 function W() { class in anonymousFunction7d11bb670d00.anonymousFunction7d11bb670e00.anonymousFunction7d11bb670f00.anonymousFunction7d11bb671000.W
78 class W { class
DenumAssignmentCompat2.js41 var W; variable
42 (function (W) { argument
47 (function (W) { argument
DenumAssignmentCompat.js42 var W; variable
43 (function (W) { argument
51 (function (W) { argument
/third_party/boost/libs/smart_ptr/test/
Dsp_zero_compare_test.cpp18 struct W struct
22 void intrusive_ptr_add_ref( W* ) in intrusive_ptr_add_ref() argument
26 void intrusive_ptr_release( W* ) in intrusive_ptr_release() argument
Dip_convertible_test.cpp16 struct W struct
20 void intrusive_ptr_add_ref( W* ) in intrusive_ptr_add_ref() argument
24 void intrusive_ptr_release( W* ) in intrusive_ptr_release() argument
/third_party/ffmpeg/libavcodec/x86/
Dh264dsp_init.c175 #define H264_WEIGHT(W, OPT) \ argument
180 #define H264_BIWEIGHT(W, OPT) \ argument
186 #define H264_BIWEIGHT_MMX(W) \ argument
190 #define H264_BIWEIGHT_MMX_SSE(W) \ argument
200 #define H264_WEIGHT_10(W, DEPTH, OPT) \ argument
208 #define H264_BIWEIGHT_10(W, DEPTH, OPT) \ argument
218 #define H264_BIWEIGHT_10_SSE(W, DEPTH) \ argument
Dhevcdsp_init.c62 #define IDCT_DC_FUNCS(W, opt) \ argument
88 #define mc_rep_func(name, bitd, step, W, opt) \ in IDCT_FUNCS() argument
102 #define mc_rep_uni_func(name, bitd, step, W, opt) \ argument
117 #define mc_rep_bi_func(name, bitd, step, W, opt) \ argument
135 #define mc_rep_funcs(name, bitd, step, W, opt) \ argument
140 #define mc_rep_func2(name, bitd, step1, step2, W, opt) \ argument
149 #define mc_rep_uni_func2(name, bitd, step1, step2, W, opt) \ argument
159 #define mc_rep_bi_func2(name, bitd, step1, step2, W, opt) \ argument
170 #define mc_rep_funcs2(name, bitd, step1, step2, W, opt) \ argument
438 #define mc_rep_uni_w(bitd, step, W, opt) \ argument
[all …]
/third_party/flutter/skia/gm/
Daaa.cpp16 #define W 800 macro
19 DEF_SIMPLE_GM(analytic_antialias_convex, canvas, W, H) { in DEF_SIMPLE_GM() argument
93 DEF_SIMPLE_GM(analytic_antialias_general, canvas, W, H) { in DEF_SIMPLE_GM() argument
137 DEF_SIMPLE_GM(analytic_antialias_inverse, canvas, W, H) { in DEF_SIMPLE_GM() argument
Dgm.h37 #define DEF_SIMPLE_GM(NAME, CANVAS, W, H) \ argument
39 #define DEF_SIMPLE_GM_BG(NAME, CANVAS, W, H, BGCOLOR) \ argument
41 #define DEF_SIMPLE_GM_BG_NAME(NAME, CANVAS, W, H, BGCOLOR, NAME_STR) \ argument
49 #define DEF_SIMPLE_GM_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H) \ argument
51 #define DEF_SIMPLE_GM_BG_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument
53 #define DEF_SIMPLE_GM_BG_NAME_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR, NAME_STR) \ argument
61 #define DEF_SIMPLE_GPU_GM(NAME, GR_CONTEXT, RENDER_TARGET_CONTEXT, CANVAS, W, H) \ argument
63 #define DEF_SIMPLE_GPU_GM_BG(NAME, GR_CONTEXT, RENDER_TARGET_CONTEXT, CANVAS, W, H, BGCOLOR) \ argument
73 #define DEF_SIMPLE_GPU_GM_CAN_FAIL(NAME, GR_CONTEXT, RENDER_TARGET_CONTEXT, CANVAS, ERR_MSG, W, H) \ argument
76 #define DEF_SIMPLE_GPU_GM_BG_CAN_FAIL(NAME, GR_CONTEXT, RENDER_TARGET_CONTEXT, CANVAS, ERR_MSG, W, \ argument
/third_party/skia/gm/
Daaa.cpp18 #define W 800 macro
21 DEF_SIMPLE_GM(analytic_antialias_convex, canvas, W, H) { in DEF_SIMPLE_GM() argument
92 DEF_SIMPLE_GM(analytic_antialias_general, canvas, W, H) { in DEF_SIMPLE_GM() argument
135 DEF_SIMPLE_GM(analytic_antialias_inverse, canvas, W, H) { in DEF_SIMPLE_GM() argument
Dgm.h38 #define DEF_SIMPLE_GM(NAME, CANVAS, W, H) \ argument
40 #define DEF_SIMPLE_GM_BG(NAME, CANVAS, W, H, BGCOLOR) \ argument
42 #define DEF_SIMPLE_GM_BG_NAME(NAME, CANVAS, W, H, BGCOLOR, NAME_STR) \ argument
50 #define DEF_SIMPLE_GM_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H) \ argument
52 #define DEF_SIMPLE_GM_BG_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument
54 #define DEF_SIMPLE_GM_BG_NAME_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR, NAME_STR) \ argument
62 #define DEF_SIMPLE_GPU_GM(NAME, GR_CONTEXT, CANVAS, W, H) \ argument
65 #define DEF_SIMPLE_GPU_GM_BG(NAME, GR_CONTEXT, CANVAS, W, H, BGCOLOR) \ argument
73 #define DEF_SIMPLE_GPU_GM_CAN_FAIL(NAME, GR_CONTEXT, CANVAS, ERR_MSG, W, H) \ argument
76 #define DEF_SIMPLE_GPU_GM_BG_CAN_FAIL(NAME, GR_CONTEXT, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument
Dsurface.cpp36 #define W 200 macro
204 #define DEF_BASIC_SURFACE_TEST(name, canvas, main, W, H) \ argument
212 #define DEF_BACKEND_SURFACE_TEST(name, canvas, main, type, W, H) \ argument
224 #define DEF_BET_SURFACE_TEST(name, canvas, main, W, H) \ argument
228 #define DEF_BERT_SURFACE_TEST(name, canvas, main, W, H) \ argument
234 #define DEF_SURFACE_TESTS(name, canvas, W, H) \ argument
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocTypeTagCast.ts6 var W: string; variable
10 var W = /** @type {string} */(/** @type {*} */ (4)); variable
12 var W = /** @type {string} */(4); // Error variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.cpp216 uint16_t B = M.first(), E = M.last(), W = width(); in insert() local
236 uint16_t B = M.first(), E = M.last(), W = width(); in extract() local
256 uint16_t W = width(); in rol() local
285 uint16_t W = width(), WRC = RC.width(); in cat() local
293 uint16_t W = width(); in ct() local
302 uint16_t W = width(); in cl() local
311 uint16_t W = Bits.size(); in operator ==() local
389 uint16_t W = A.width(); in isInt() local
400 uint16_t W = A.width(); in toInt() local
434 uint16_t W = A1.width(); in eADD() local
[all …]
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/
DgetSetAccessorContextualTyping.ts17 set W(w) { } method in C
18 get W(): boolean { method in C
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerDictionary.h58 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry()
59 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry()
90 bool ContainsWord(const Word &W) const { in ContainsWord()

12345678910>>...17