Home
last modified time | relevance | path

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

12345678910>>...15

/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
/third_party/typescript/tests/baselines/reference/
DdeclFileModuleContinuation.js19 var W = /** @class */ (function () { class
20 function W() { class in anonymousFunction2c6fed710100.anonymousFunction2c6fed710200.anonymousFunction2c6fed710300.W
36 class W implements A.C.Z { class
DdeclFileWithClassNameConflictingWithClassReferredByExtendsClause.js44 var W = /** @class */ (function (_super) { class
46 function W() { class in anonymousFunctiona13716470600.anonymousFunctiona13716470700.anonymousFunctiona13716470800.W
62 var W = /** @class */ (function (_super) { class
64 function W() { class in anonymousFunctiona13716470d00.anonymousFunctiona13716470e00.anonymousFunctiona13716470f00.anonymousFunctiona13716471000.W
78 class W { class
DdeclFileWithInternalModuleNameConflictsInExtendsClause3.js25 var W = /** @class */ (function () { class
26 function W() { class in anonymousFunctione13690570100.anonymousFunctione13690570200.anonymousFunctione13690570300.anonymousFunctione13690570400.W
43 class W implements X.A.C.Z { class
DdeclFileWithInternalModuleNameConflictsInExtendsClause2.js25 var W = /** @class */ (function () { class
26 function W() { class in anonymousFunctione13603f60100.anonymousFunctione13603f60200.anonymousFunctione13603f60300.anonymousFunctione13603f60400.W
43 class W implements A.C.Z { class
DdeclFileWithInternalModuleNameConflictsInExtendsClause1.js22 var W = /** @class */ (function () { class
23 function W() { class in anonymousFunctione13577950100.anonymousFunctione13577950200.anonymousFunctione13577950300.anonymousFunctione13577950400.W
40 class W implements X.A.C.Z { class
DenumAssignmentCompat.js42 var W; variable
43 (function (W) { argument
51 (function (W) { argument
DenumAssignmentCompat2.js41 var W; variable
42 (function (W) { argument
47 (function (W) { 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/rust/crates/bindgen/bindgen/codegen/
Dserialize.rs29 writer: &mut W, in serialize()
41 writer: &mut W, in serialize()
65 writer: &mut W, in serialize()
158 writer: &mut W, in serialize()
173 writer: &mut W, in serialize()
343 buf: &mut W, in serialize_sep()
/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/rust/crates/tracing/tracing-subscriber/src/fmt/
Dmod.rs483 pub fn finish(self) -> Subscriber<N, E, F, W> { in finish() argument
552 pub fn with_timer<T2>(self, timer: T2) -> SubscriberBuilder<N, format::Format<L, T2>, F, W> { in with_timer() argument
560 pub fn without_time(self) -> SubscriberBuilder<N, format::Format<L, ()>, F, W> { in without_time() argument
618 pub fn with_ansi(self, ansi: bool) -> SubscriberBuilder<N, format::Format<L, T>, F, W> { in with_ansi() argument
639 ) -> SubscriberBuilder<N, format::Format<L, T>, F, W> { in log_internal_errors() argument
650 ) -> SubscriberBuilder<N, format::Format<L, T>, F, W> { in with_target() argument
664 ) -> SubscriberBuilder<N, format::Format<L, T>, F, W> { in with_file() argument
678 ) -> SubscriberBuilder<N, format::Format<L, T>, F, W> { in with_line_number() argument
689 ) -> SubscriberBuilder<N, format::Format<L, T>, F, W> { in with_level() argument
703 ) -> SubscriberBuilder<N, format::Format<L, T>, F, W> { in with_thread_names() argument
[all …]
Dfmt_layer.rs195 pub fn writer(&self) -> &W { in writer()
226 pub fn writer_mut(&mut self) -> &mut W { in writer_mut()
357 pub fn with_timer<T2>(self, timer: T2) -> Layer<S, N, format::Format<L, T2>, W> { in with_timer() argument
370 pub fn without_time(self) -> Layer<S, N, format::Format<L, ()>, W> { in without_time() argument
431 pub fn with_target(self, display_target: bool) -> Layer<S, N, format::Format<L, T>, W> { in with_target() argument
441 pub fn with_file(self, display_filename: bool) -> Layer<S, N, format::Format<L, T>, W> { in with_file() argument
455 ) -> Layer<S, N, format::Format<L, T>, W> { in with_line_number() argument
463 pub fn with_level(self, display_level: bool) -> Layer<S, N, format::Format<L, T>, W> { in with_level() argument
474 pub fn with_thread_ids(self, display_thread_ids: bool) -> Layer<S, N, format::Format<L, T>, W> { in with_thread_ids() argument
488 ) -> Layer<S, N, format::Format<L, T>, W> { in with_thread_names() argument
[all …]
/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()
/third_party/rust/crates/codespan/codespan-reporting/tests/support/
Dmod.rs16 fn emit<W: WriteColor>(&'files self, mut writer: W, config: &Config) -> W { in emit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeDumpVisitor.h28 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor()
74 ScopedPrinter *W; variable

12345678910>>...15