Home
last modified time | relevance | path

Searched full:doing (Results 1 – 25 of 3938) sorted by relevance

12345678910>>...158

/third_party/typescript/tests/baselines/reference/
DsuperCallInNonStaticMethod.symbols2 class Doing {
3 >Doing : Symbol(Doing, Decl(superCallInNonStaticMethod.ts, 0, 0))
6 >instanceMethod : Symbol(Doing.instanceMethod, Decl(superCallInNonStaticMethod.ts, 0, 13))
10 class Other extends Doing {
12 >Doing : Symbol(Doing, Decl(superCallInNonStaticMethod.ts, 0, 0))
19 >super.instanceMethod : Symbol(Doing.instanceMethod, Decl(superCallInNonStaticMethod.ts, 0, 13))
20 >super : Symbol(Doing, Decl(superCallInNonStaticMethod.ts, 0, 0))
21 >instanceMethod : Symbol(Doing.instanceMethod, Decl(superCallInNonStaticMethod.ts, 0, 13))
30 >super.instanceMethod : Symbol(Doing.instanceMethod, Decl(superCallInNonStaticMethod.ts, 0, 13))
31 >super : Symbol(Doing, Decl(superCallInNonStaticMethod.ts, 0, 0))
[all …]
DsuperCallInStaticMethod.symbols2 class Doing {
3 >Doing : Symbol(Doing, Decl(superCallInStaticMethod.ts, 0, 0))
6 >staticMethod : Symbol(Doing.staticMethod, Decl(superCallInStaticMethod.ts, 0, 13))
10 class Other extends Doing {
12 >Doing : Symbol(Doing, Decl(superCallInStaticMethod.ts, 0, 0))
19 >super.staticMethod : Symbol(Doing.staticMethod, Decl(superCallInStaticMethod.ts, 0, 13))
20 >super : Symbol(Doing, Decl(superCallInStaticMethod.ts, 0, 0))
21 >staticMethod : Symbol(Doing.staticMethod, Decl(superCallInStaticMethod.ts, 0, 13))
30 >super.staticMethod : Symbol(Doing.staticMethod, Decl(superCallInStaticMethod.ts, 0, 13))
31 >super : Symbol(Doing, Decl(superCallInStaticMethod.ts, 0, 0))
[all …]
DsuperCallInNonStaticMethod.types2 class Doing {
3 >Doing : Doing
10 class Other extends Doing {
12 >Doing : Doing
21 >super : Doing
35 >super : Doing
54 >super : Doing
62 >super : Doing
75 >super : Doing
90 >super : Doing
[all …]
DsuperCallInStaticMethod.types2 class Doing {
3 >Doing : Doing
10 class Other extends Doing {
12 >Doing : Doing
21 >super : typeof Doing
35 >super : typeof Doing
54 >super : typeof Doing
62 >super : typeof Doing
75 >super : typeof Doing
90 >super : typeof Doing
[all …]
DsuperCallInNonStaticMethod.js2 class Doing { class
7 class Other extends Doing {
69 var Doing = /** @class */ (function () {
70 function Doing() { class in Doing
72 Doing.prototype.instanceMethod = function () {
74 return Doing;
120 }(Doing));
DsuperCallInStaticMethod.js2 class Doing { class
7 class Other extends Doing {
65 var Doing = /** @class */ (function () {
66 function Doing() { class in Doing
68 Doing.staticMethod = function () {
70 return Doing;
117 }(Doing));
/third_party/mesa3d/src/gallium/tools/trace/
DREADME.txt14 You can dump a trace by doing
21 doing
25 or by specifying the n-th (e.g, 1st) draw call by doing
33 You can compare two JSON files by doing
/third_party/protobuf/js/experimental/runtime/kernel/
Dkernel_repeated_test.js287 // what the implementation should be doing here.
302 // what the implementation should be doing here.
318 // what the implementation should be doing here.
334 // what the implementation should be doing here.
350 // what the implementation should be doing here.
366 // what the implementation should be doing here.
382 // what the implementation should be doing here.
398 // what the implementation should be doing here.
414 // what the implementation should be doing here.
429 // what the implementation should be doing here.
[all …]
Dindexer_test.js110 // what the implementation should be doing here.
144 // what the implementation should be doing here.
161 // what the implementation should be doing here.
190 // what the implementation should be doing here.
224 // what the implementation should be doing here.
241 // what the implementation should be doing here.
285 // what the implementation should be doing here.
301 // what the implementation should be doing here.
317 // what the implementation should be doing here.
/third_party/node/deps/npm/test/lib/commands/
Drun-script.js485 scripts: { preversion: 'echo doing the version dance' },
493 [' preversion\n echo doing the version dance'],
504 scripts: { glorp: 'echo doing the glerp glop' },
512 [' glorp\n echo doing the glerp glop'],
532 scripts: { glorp: 'echo a doing the glerp glop' },
539 scripts: { glorp: 'echo b doing the glerp glop' },
598 [' glorp\n echo a doing the glerp glop'],
601 [' glorp\n echo b doing the glerp glop'],
624 [' glorp\n echo a doing the glerp glop'],
627 [' glorp\n echo b doing the glerp glop'],
[all …]
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/
DEGL_ANDROID_front_buffer_auto_refresh.txt37 This extension is intended for latency-sensitive applications that are doing
41 surface has been updated, but it comes at the cost of doing potentially
61 doing front-buffer rendering.
/third_party/EGL/extensions/ANDROID/
DEGL_ANDROID_front_buffer_auto_refresh.txt37 This extension is intended for latency-sensitive applications that are doing
41 surface has been updated, but it comes at the cost of doing potentially
61 doing front-buffer rendering.
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
Dhugemmap10.c321 if (MAP(SL_TEST, 1, MAP_SHARED, "doing mmap shared with no touch") || in test_counters()
322 UNMAP(SL_TEST, 1, MAP_SHARED, "doing munmap on shared with no touch")) in test_counters()
326 if (MAP(SL_TEST, 1, MAP_PRIVATE, "doing mmap private with no touch") || in test_counters()
327 UNMAP(SL_TEST, 1, MAP_PRIVATE, "doing munmap private with on touch")) in test_counters()
331 if (MAP(SL_TEST, 1, MAP_SHARED, "doing mmap shared followed by touch") || in test_counters()
333 UNMAP(SL_TEST, 1, MAP_SHARED, "doing munmap shared after touch")) in test_counters()
337 if (MAP(SL_TEST, 1, MAP_PRIVATE, "doing mmap private followed by touch") || in test_counters()
339 UNMAP(SL_TEST, 1, MAP_PRIVATE, "doing munmap private after touch")) in test_counters()
346 if (MAP(SL_TEST, 2, MAP_SHARED, "doing mmap to consume surplus") || in test_counters()
/third_party/node/deps/v8/src/trap-handler/
Dtrap-handler-simulator.h11 // trigger a signal at a defined location, before doing an actual memory access.
23 // Probe a memory address by doing a 1-byte read from the given address. If the
25 // handler will recognise the address of the instruction doing the access and
/third_party/curl/docs/
DPARALLEL-TRANSFERS.md3 curl 7.66.0 introduced support for doing multiple transfers simultaneously; in
14 The progress meter that is displayed when doing parallel transfers is
41 "authentication contexts" are not. For example doing HTTP Digest auth with one
/third_party/lwip/src/core/
Dinit.c285 …P_NUM_{TCP,RAW,UDP}_PCB+MEMP_NUM_TCP_PCB_LISTEN. If you know what you are doing, define LWIP_DISAB…
301 …G should be at least as big as TCP_SND_QUEUELEN. If you know what you are doing, define LWIP_DISAB…
304 …ch as (2 * TCP_MSS) for things to work smoothly. If you know what you are doing, define LWIP_DISAB…
307 …as (2 * TCP_SND_BUF/TCP_MSS) for things to work. If you know what you are doing, define LWIP_DISAB…
310 …ING: TCP_SNDLOWAT must be less than TCP_SND_BUF. If you know what you are doing, define LWIP_DISAB…
316 …NDQUEUELOWAT must be less than TCP_SND_QUEUELEN. If you know what you are doing, define LWIP_DISAB…
319 …s not provide enough space for protocol headers. If you know what you are doing, define LWIP_DISAB…
322 …L_SIZE * (PBUF_POOL_BUFSIZE - protocol headers). If you know what you are doing, define LWIP_DISAB…
325 #error "lwip_sanity_check: WARNING: TCP_WND is smaller than MSS. If you know what you are doing, de…
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dconstruct.cc31 // Compute the enclosing loop construct. Doing this in the in Construct()
40 // Compute the enclosing continue construct. Doing this in the in Construct()
50 // Doing this in the constructor member list lets us make the in Construct()
/third_party/libabigail/
DCONTRIBUTING52 Regression tests are launched by doing:
57 tests in parallel to make whole thing go faster by doing:
78 You can also launch this in parallel by doing:
89 You invoke it by doing "make check-self-compare". That target
186 doing a proper Koji installation, you may simply download Koji sources
296 by doing:
302 if you don't have any user account on the sourceware system by doing:
/third_party/openssl/doc/man3/
DEVP_PKEY_set_type.pod25 key. When doing this, it finds a L<EVP_PKEY_ASN1_METHOD(3)>
31 key. When doing this, it finds a L<EVP_PKEY_ASN1_METHOD(3)>
45 internal provider side key. When doing this, it associates I<pkey>
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteOutput.java64 * <p>NOTE: This method <strong>MUST NOT</strong> modify the {@code value}. Doing so is a
79 * <p>NOTE: This method <strong>MUST NOT</strong> modify the {@code value}. Doing so is a
94 * <p>NOTE: This method <strong>MUST NOT</strong> modify the {@code value}. Doing so is a
108 * <p>NOTE: This method <strong>MUST NOT</strong> modify the {@code value}. Doing so is a
/third_party/curl/lib/
Dcurl_rtmp.c76 ZERO_NULL, /* doing */
99 ZERO_NULL, /* doing */
122 ZERO_NULL, /* doing */
145 ZERO_NULL, /* doing */
168 ZERO_NULL, /* doing */
191 ZERO_NULL, /* doing */
/third_party/curl/docs/libcurl/opts/
DCURLOPT_READFUNCTION.md58 **Bugs**: when doing TFTP uploads, you must return the exact amount of data
63 internal read function is used. It is doing an fread() on the FILE * userdata
77 This is used for all protocols when doing uploads.
/third_party/protobuf/objectivec/DevTools/
Dfull_mac_build.sh307 header "Doing Xcode iOS build/tests - Debug"
311 header "Doing Xcode iOS build/tests - Release"
336 header "Doing Xcode OS X build/tests - Debug"
340 header "Doing Xcode OS X build/tests - Release"
374 header "Doing Xcode tvOS build/tests - Debug"
378 header "Doing Xcode tvOS build/tests - Release"
/third_party/skia/third_party/externals/angle2/doc/
DGPUMemoryAnalysis.md79 RenderDoc. The debugger can help you understand what the application is doing at the time of the
81 doing something to cause a memory leak; or you may get insight into what the game is doing that
/third_party/typescript/tests/cases/compiler/
DsuperCallInStaticMethod.ts1 class Doing { class
6 class Other extends Doing {

12345678910>>...158