/third_party/node/deps/icu-small/source/i18n/ |
H A D | nfsubs.cpp | 447 // if the description was just two paired token characters in NFSubstitution() 596 // on the type of substitution this is, then just call its in doSubstitution() 620 // on the type of substitution this is, then just call its in doSubstitution() 767 // the caller would get by parsing just this part of the in doParse() 891 * the substitution. Otherwise, just use the superclass function. 900 // if this isn't a >>> substitution, just use the inherited version in doSubstitution() 916 * the substitution. Otherwise, just use the superclass function. 925 // if this isn't a >>> substitution, just use the inherited version in doSubstitution() 962 // if this isn't a >>> substitution, we can just use the in doParse() 1002 } else { // Otherwise just us in toString() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | intltest.cpp | 68 // [LIU] Just to get things working 73 // [rtg] Just to get things working 128 // [LIU] Just to get things working 974 /* sprintf it just to make sure that the information is valid */ in log() 988 /* sprintf it just to make sure that the information is valid */ in logln() 1002 /* sprintf it just to make sure that the information is valid */ in logKnownIssue() 1040 /* sprintf it just to make sure that the information is valid */ in info() 1052 /* sprintf it just to make sure that the information is valid */ in infoln() 1176 // flush the message just in case of a core dump. in LL_message() 1334 "### To run just th in main() [all...] |
/third_party/pcre2/pcre2/doc/ |
H A D | pcre2grep.txt | 248 line, not just one, in order to colour them all. 461 Instead of outputting lines from the files, just output the 469 Instead of outputting lines from the files, just output the 558 multiline match counts as just one line for this purpose. If 560 regular file, the file is left positioned just after the last 563 used with -L, -l, or -q, or when just checking for a match in 617 a line. The Unicode sequences are the three just mentioned, 644 --no-jit If the PCRE2 library is built with support for just-in-time 653 matched, output just the text specified in this option, fol- 766 tal is output except when the previous output is just on [all...] |
H A D | pcre2grep.1 | 234 to search for all possible matches in a line, not just one, in order to colour 423 Instead of outputting lines from the files, just output the names of the files 430 Instead of outputting lines from the files, just output the names of the files 506 final match. In multiline mode, each multiline match counts as just one line 508 a regular file, the file is left positioned just after the last matching line. 511 \fB-q\fP, or when just checking for a match in a binary file. 556 are the three just mentioned, plus VT (vertical tab, U+000B), FF (form feed, 580 If the PCRE2 library is built with support for just-in-time compiling (which 587 When there is a match, instead of outputting the line that matched, output just 688 is just on [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | validitygenerator.py | 161 # Vulkan says 'must: be a valid pointer' a lot, OpenXR just says 554 # Else it is just a bunch of chars 589 # If there is only void*, it is just optional int - we do not need any language. 602 # The last void* is just optional int (e.g. to be filled by the impl.) 640 # If mandatory, then we need two entries instead of just one. 667 # An array of void values is a byte array, a void pointer is just a pointer to nothing in particular 682 # Empty bit mask: presumably just a placeholder (or only in 708 # The above few cases all use makeEnumerationName, just with different context. 795 # not optional, not an array. Just say the parameter name. 996 # than the first are just ignore [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfsubs.cpp | 429 // if the description was just two paired token characters in NFSubstitution() 578 // on the type of substitution this is, then just call its in doSubstitution() 602 // on the type of substitution this is, then just call its in doSubstitution() 749 // the caller would get by parsing just this part of the in doParse() 873 * the substitution. Otherwise, just use the superclass function. 882 // if this isn't a >>> substitution, just use the inherited version in doSubstitution() 898 * the substitution. Otherwise, just use the superclass function. 907 // if this isn't a >>> substitution, just use the inherited version in doSubstitution() 944 // if this isn't a >>> substitution, we can just use the in doParse() 984 } else { // Otherwise just us in toString() [all...] |
/third_party/skia/tests/ |
H A D | ReadWritePixelsGpuTest.cpp | 50 case kRGBA_F16Norm_SkColorType: return 10; // just counting the mantissa in min_rgb_channel_bits() 51 case kRGBA_F16_SkColorType: return 10; // just counting the mantissa in min_rgb_channel_bits() 52 case kRGBA_F32_SkColorType: return 23; // just counting the mantissa in min_rgb_channel_bits() 78 case kRGBA_F16Norm_SkColorType: return 10; // just counting the mantissa in alpha_channel_bits() 79 case kRGBA_F16_SkColorType: return 10; // just counting the mantissa in alpha_channel_bits() 80 case kRGBA_F32_SkColorType: return 23; // just counting the mantissa in alpha_channel_bits() 238 // Separate this out just to give it some line width to breathe. Note 'srcPixels' should have in gpu_read_pixels_test_driver() 398 // equivalent. Just ensure each redundant AT is tested once with each CT (src and read). in gpu_read_pixels_test_driver() 399 // Similarly, alpha-only color types behave the same for all alpha types so just test premul in gpu_read_pixels_test_driver() 815 // Separate this out just t in gpu_write_pixels_test_driver() [all...] |
/third_party/python/Lib/logging/ |
H A D | handlers.py | 220 # Calculate the real rollover interval, which is just the number of 310 # the next rollover, but offset by 1 since we just calculated the time 348 record is not used, as we are just comparing times, but it is needed so 367 More specific than the earlier method, which just used glob.glob(). 382 # Our files could be just about anything after custom naming, but 638 # just to get traceback text into record.exc_text ... 1122 # This may not be available for a user that just wants to add to an 1334 This version just zaps the buffer to empty. 1346 This version just flushes and chains to the parent class' close(). 1398 For a MemoryHandler, flushing means just sendin [all...] |
/kernel/linux/linux-5.10/sound/isa/msnd/ |
H A D | msnd_classic.c | 1 /* The work is in msnd_pinnacle.c, just define MSND_CLASSIC before it. */
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | __init__.py | 2 # Just to make sphinx-apidoc document this directory
|
/kernel/linux/linux-6.6/sound/isa/msnd/ |
H A D | msnd_classic.c | 1 /* The work is in msnd_pinnacle.c, just define MSND_CLASSIC before it. */
|
/third_party/rust/crates/rustix/tests/process/ |
H A D | sched_yield.rs | 5 // Just make sure we can call it. in test_sched_yield()
|
/kernel/linux/linux-5.10/arch/x86/um/asm/ |
H A D | required-features.h | 5 * Nothing to see, just need something for the i386 and x86_64 asm
|
/kernel/linux/linux-6.6/arch/x86/um/asm/ |
H A D | required-features.h | 5 * Nothing to see, just need something for the i386 and x86_64 asm
|
/third_party/PyYAML/tests/data/ |
H A D | spec-09-18.data | 1 - | # Just the style
|
/third_party/node/test/fixtures/wpt/streams/transferable/resources/ |
H A D | echo-worker.js | 1 // A worker that just transfers back any message that is sent to it.
|
/third_party/node/test/addons/new-isolate-addon/ |
H A D | test-nonodesnapshot.js | 5 // Just re-execute the main test.
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_noser/data/ |
H A D | uc_over | 1 # this should just kill the process
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_npcc/data/ |
H A D | uncorrected_timeout | 1 # this should just kill the process
|
H A D | uncorrected | 1 # this should just kill the process
|
/third_party/typescript/tests/baselines/reference/ |
H A D | deferredTypeReferenceWithinArrayWithinTuple.js | 6 | ["list", TypeStructure] // with just this it is ok
|
/third_party/typescript/tests/cases/compiler/ |
H A D | deferredTypeReferenceWithinArrayWithinTuple.ts | 5 | ["list", TypeStructure] // with just this it is o
|
H A D | staticClassMemberError.ts | 8 // just want to make sure this one doesn't crash the compiler
|
/third_party/python/PCbuild/ |
H A D | clean.bat | 3 rem just for convenience.
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 1238 /* Should work just fine. */ in TEST_F() 1264 /* Should work just fine. */ in TEST_F_SIGNAL() 1293 /* Should work just fine. */ in TEST_F_SIGNAL() 1318 /* Should work just fine. */ in TEST_F_SIGNAL() 1343 /* Should work just fine. */ in TEST_F_SIGNAL() 1366 /* Should work just fine. */ in TEST_F() 1388 /* Should work just fine. */ in TEST_F() 1408 /* Should work just fine. */ in TEST_F() 1429 /* Should work just fine. */ in TEST_F() 1449 /* Should work just fin in TEST_F() [all...] |