/third_party/typescript/tests/cases/compiler/ |
D | declFileWithClassNameConflictingWithClassReferredByExtendsClause.ts | 4 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
|
D | declFileTypeAnnotationVisibilityErrorTypeAlias.ts | 10 type W = Window | string; alias 18 export type W = Window | string; alias
|
D | declFileModuleContinuation.ts | 8 export class W implements A.C.Z { class
|
D | declFileWithInternalModuleNameConflictsInExtendsClause1.ts | 10 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/ |
D | optional_test_tc_base.cpp | 48 struct W struct 53 W(Args&&... args) in W() argument
|
/third_party/typescript/tests/baselines/reference/ |
D | declFileModuleContinuation.js | 19 var W = /** @class */ (function () { class 20 function W() { class in anonymousFunctione010ba910100.anonymousFunctione010ba910200.anonymousFunctione010ba910300.W 36 class W implements A.C.Z { class
|
D | declFileWithInternalModuleNameConflictsInExtendsClause3.js | 25 var W = /** @class */ (function () { class 26 function W() { class in anonymousFunctionba61f1770100.anonymousFunctionba61f1770200.anonymousFunctionba61f1770300.anonymousFunctionba61f1770400.W 43 class W implements X.A.C.Z { class
|
D | declFileWithInternalModuleNameConflictsInExtendsClause1.js | 22 var W = /** @class */ (function () { class 23 function W() { class in anonymousFunctionba60d8b50100.anonymousFunctionba60d8b50200.anonymousFunctionba60d8b50300.anonymousFunctionba60d8b50400.W 40 class W implements X.A.C.Z { class
|
D | declFileWithInternalModuleNameConflictsInExtendsClause2.js | 25 var W = /** @class */ (function () { class 26 function W() { class in anonymousFunctionba6165160100.anonymousFunctionba6165160200.anonymousFunctionba6165160300.anonymousFunctionba6165160400.W 43 class W implements A.C.Z { class
|
D | declFileWithClassNameConflictingWithClassReferredByExtendsClause.js | 44 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
|
D | enumAssignmentCompat2.js | 41 var W; variable 42 (function (W) { argument 47 (function (W) { argument
|
D | enumAssignmentCompat.js | 42 var W; variable 43 (function (W) { argument 51 (function (W) { argument
|
/third_party/boost/libs/smart_ptr/test/ |
D | sp_zero_compare_test.cpp | 18 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
|
D | ip_convertible_test.cpp | 16 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/ |
D | h264dsp_init.c | 175 #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
|
D | hevcdsp_init.c | 62 #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/ |
D | aaa.cpp | 16 #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
|
D | gm.h | 37 #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/ |
D | aaa.cpp | 18 #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
|
D | gm.h | 38 #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
|
D | surface.cpp | 36 #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/ |
D | jsdocTypeTagCast.ts | 6 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/ |
D | BitTracker.cpp | 216 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/ |
D | getSetAccessorContextualTyping.ts | 17 set W(w) { } method in C 18 get W(): boolean { method in C
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerDictionary.h | 58 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()
|