| /third_party/typescript/tests/baselines/reference/ |
| D | superCallInNonStaticMethod.symbols | 2 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 …]
|
| D | superCallInStaticMethod.symbols | 2 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 …]
|
| D | superCallInNonStaticMethod.types | 2 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 …]
|
| D | superCallInStaticMethod.types | 2 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 …]
|
| D | superCallInNonStaticMethod.js | 2 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));
|
| D | superCallInStaticMethod.js | 2 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/ |
| D | README.txt | 14 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/ |
| D | kernel_repeated_test.js | 287 // 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 …]
|
| D | indexer_test.js | 110 // 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/ |
| D | run-script.js | 485 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/ |
| D | EGL_ANDROID_front_buffer_auto_refresh.txt | 37 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/ |
| D | EGL_ANDROID_front_buffer_auto_refresh.txt | 37 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/ |
| D | hugemmap10.c | 321 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/ |
| D | trap-handler-simulator.h | 11 // 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/ |
| D | PARALLEL-TRANSFERS.md | 3 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/ |
| D | init.c | 285 …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/ |
| D | construct.cc | 31 // 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/ |
| D | CONTRIBUTING | 52 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/ |
| D | EVP_PKEY_set_type.pod | 25 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/ |
| D | ByteOutput.java | 64 * <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/ |
| D | curl_rtmp.c | 76 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/ |
| D | CURLOPT_READFUNCTION.md | 58 **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/ |
| D | full_mac_build.sh | 307 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/ |
| D | GPUMemoryAnalysis.md | 79 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/ |
| D | superCallInStaticMethod.ts | 1 class Doing { class 6 class Other extends Doing {
|