/third_party/typescript/tests/baselines/reference/ |
H A D | declFileTypeAnnotationTypeReference.types | 19 // Just the name
56 // Just the name with type arguments
|
H A D | declFileTypeAnnotationUnionType.js | 17 // Just the name 50 // Just the name
|
H A D | noUnusedLocals_writeOnly.js | 20 f(z = 1); // This effectively doesn't use `z`, values just pass through it. 46 f(z = 1); // This effectively doesn't use `z`, values just pass through it.
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
H A D | jsdocFunctionType.ts | 9 * @param {function(this: string, number): number} c is just passing on through 19 * @param {function(new: { length: number }, number): number} c is just passing on through
|
/third_party/python/Objects/stringlib/ |
H A D | localeutil.h | 24 grouping string contains just CHAR_MAX, for example, then just in GroupGenerator_next()
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_itertools_imports.py | 25 # Just leave the import as is. 51 # If there are no imports left, just get rid of the entire statement
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | blocking_counter_test.cc | 36 // number of threads that just sleep for a second and decrement a counter. in TEST() 45 // Start a number of parallel tasks that will just wait for a seconds and in TEST()
|
/third_party/skia/bench/ |
H A D | nanobench.h | 44 is drawn. Most back ends just return the canvas passed in, 57 /** CPU-like targets can just be timed, but GPU-like
|
/third_party/gn/src/gn/ |
H A D | filesystem_utils.cc | 27 // The given dot is just part of a filename and is not special. 90 // For now, just do a case-insensitive ASCII comparison. We could convert to in AreAbsoluteWindowsPathsEqual() 316 // match "/out" but we don't really care since this is just a sanity check. in IsStringInOutputDir() 433 // On non-Windows this is easy. Since we know both are absolute, just do a in MakeAbsolutePathRelativeIfPossible() 538 // Current directory, just skip the input. in NormalizePath() 598 // Just find the previous slash or the beginning of input. in NormalizePath() 604 // path. Don't allow ".." to go up another level, and just eat it. in NormalizePath() 606 // Just find the previous slash or the beginning of input. in NormalizePath() 621 // Just one slash, copy it, normalizing to forward slash. in NormalizePath() 627 // Input nothing special, just cop in NormalizePath() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | RegBankSelect.cpp | 245 // If MO does not have a register bank, we should have just been in getRepairCost() 376 // is supported so we may just drop them. Indeed, if we do not change in tryAvoidingSplit() 383 // just switch the register bank of the definition, but we would need to in tryAvoidingSplit() 388 // every uses to rebuild the value in just one register. in tryAvoidingSplit() 395 // just switching the register bank would do, but we need to account in tryAvoidingSplit() 408 // the targets of just one terminator to know which edges in tryAvoidingSplit() 436 // For now, just say this mapping is not possible. in tryAvoidingSplit() 557 // Check if we just overflowed. in computeMapping() 867 // Otherwise the insertion point is just the current or next in materialize() 1001 // just compar in operator <() [all...] |
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_dfile_transfer.h | 178 uint64_t bytesTransferredLastRecord; /* just usefully for receiver */ 179 uint64_t bytesTransferred; /* just usefully for receiver */ 180 uint64_t totalBytes; /* just usefully for receiver */
|
/third_party/elfutils/libelf/ |
H A D | elf_compress_gnu.c | 98 already compressed or not. Just try and see what happens... */ in elf_compress_gnu() 122 Just adjust the sh_size. */ in elf_compress_gnu() 187 Just adjust the sh_size. */ in elf_compress_gnu()
|
/third_party/curl/scripts/ |
H A D | nroff2cd | 33 section is code or just regular quotes. It then assumes and uses ~~~c 116 # we just slurp up this section 131 # .IP with no text we just skip
|
/third_party/curl/lib/ |
H A D | ftp.h | 112 /* transfer a file/body or not, done as a typedefed enum just to make 113 debuggers display the full symbol and not just the numerical value */ 154 read the line, just ignore the result. */
|
/third_party/icu/icu4c/source/io/ |
H A D | sprintf.cpp | 45 /* just calculating buffer size */ in u_sprintf_write() 67 /* just calculating buffer size */ in u_sprintf_pad_and_justify() 102 /* just write the formatted output */ in u_sprintf_pad_and_justify()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_cb.cpp | 64 just retry shoving data through the same converter. Note, if you got in ucnv_cbFromUWriteUChars() 147 /* We can go ahead and overwrite the length here. We know just how in ucnv_cbFromUWriteUChars() 253 /* could optimize this case, just one uchar */ in ucnv_cbToUWriteSub()
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_sendfile.c | 47 * Used with file descriptors it basically just wraps a sequence of 153 * data has been transferred? I suppose just continue? in sendfile() 219 * suppose just continue? in sendfile()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | UnicodeNormalizer.java | 112 // (may be just the original character, if there was in internalDecompose() 180 * Just accessible for testing. 187 * Just accessible for testing.
|
H A D | NormalizerData.java | 95 * Just accessible for testing. 102 * Just accessible for testing. 109 * For now, just use IntHashtable
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | CldrDataProcessorTest.java | 29 // probably want an immutable type and a separate builder, or a mutable type just to collect 81 // a map. This is to show an extra level of processing in tests. You could just have a in createTestVisitor() 94 // just so we can show a 3-level processor. In real code this wouldn't look so messy. in createTestVisitor()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | NormalizerData.java | 92 * Just accessible for testing. 99 * Just accessible for testing. 106 * For now, just use IntHashtable
|
H A D | UnicodeNormalizer.java | 109 // (may be just the original character, if there was in internalDecompose() 177 * Just accessible for testing. 184 * Just accessible for testing.
|
/third_party/libwebsockets/lib/core/ |
H A D | buflist.c | 79 return first; /* returns 1 if first segment just created */ in lws_buflist_append_segment() 93 return !*head; /* returns 1 if last segment just destroyed */ in lws_buflist_destroy_segment() 155 /* last segment was just destroyed */ in lws_buflist_use_segment()
|
/third_party/mesa3d/.gitlab-ci/bare-metal/ |
H A D | fastboot_run.py | 91 # The db820c boards intermittently reboot. Just restart the run 104 # If the network device dies, it's probably not graphics's fault, just try again. 113 # hangs aren't always triggered, so just try again. But print some
|
H A D | serial_buffer.py | 78 # Thread that just reads the bytes from the serial device to try to keep from 95 # Thread that just reads the bytes from the file of serial output that some 179 # We're just using this as a logger, so eat the produced lines and drop
|