/third_party/skia/third_party/externals/libpng/ |
H A D | pngset.c | 1108 /* Just skip the invalid entry */ in png_set_sPLT() 1114 /* In the event of out-of-memory just return - there's no point keeping in png_set_sPLT() 1235 * unknown critical chunks could be lost with just a warning resulting in in png_set_unknown_chunks() 1258 * just-allocated chunk data. in png_set_unknown_chunks() 1281 /* But just skip storing the unknown chunk */ in png_set_unknown_chunks() 1291 * This is correct in the read case (the chunk is just dropped.) in png_set_unknown_chunks() 1392 /* '0' means just set the flags, so stop here */ in png_set_keep_unknown_chunks() 1755 * before; output just a space. in png_check_keyword() 1765 bad_character = ch; /* just skip it, record the first error */ in png_check_keyword()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 250 // Delete the bitcast that we just created, so that NF does not in DeleteDeadVarargs() 342 /// just that one Idx (i.e. only top-level structure is considered). 794 // performance win, so the second option can just be used always for now. in RemoveDeadStuffFromFunction() 824 // One return type? Just a simple value then, but only if we didn't use to in RemoveDeadStuffFromFunction() 905 // call sites keep the return value alive just like 'returned' in RemoveDeadStuffFromFunction() 958 // Return type not changed? Just replace users then. in RemoveDeadStuffFromFunction() 977 // with all the uses, we will just rebuild it using extract/insertvalue in RemoveDeadStuffFromFunction() 991 // We are now returning a single element, so just insert that in RemoveDeadStuffFromFunction() 1061 // We are now only returning a simple value, so just return the in RemoveDeadStuffFromFunction()
|
/third_party/toybox/www/ |
H A D | design.html | 104 but it's just as true that a loop which stays in L1 cache is many times faster 123 just like the speed hit for swapping to disk. These days, a _big_ L1 cache 129 memory you don't have to. Even just reading memory evicts stuff from L1 and L2 140 <p>Don't think that just because you don't have a swap file the system can't 223 <p>Complexity is a cost, just like code size or runtime speed. Treat it as 388 <p>Error messages are extremely terse not just to save bytes, but because we 459 Just as a GPLv2 project can't incorporate GPLv3 code and a BSD-licensed 556 really just 0 (and C will automatically typecast 0 to anything, except in 565 variable is just plain easier to read. If you think you need a comment,
|
/third_party/typescript/src/services/ |
H A D | classifier.ts | 16 // Just a stack of TemplateHeads and OpenCurlyBraces, used to perform rudimentary (inexact)
19 // lines, just as we do with the end-of-line state. However, this is a burden for implementers,
62 // when the user is potentially typing something generic. We just can't do a good enough
116 // as a keyword. We may just get overwritten by the syntactic classifier,
466 // constructs that we would expect to see commonly, but just at a far less frequent
663 // for the <<<<<<< and >>>>>>> markers, we just add them in as comments
704 // Simple comment. Just add as is.
901 // Then just lex all further tokens and add them to the result.
986 // cases like 'disabled merge code' classification, we just get the token kind and
|
/third_party/bounds_checking_function/src/ |
H A D | output.inl | 88 wchar_t wStr[SECUREC_WCHAR_BUFFER_SIZE]; /* Just for %lc */ 214 /* Just use lowerDigits for 0 - 9 */ 230 /* Just use lowerDigits for 0 - 9 */ 297 * This function just to clear warning, on sume vxworks compiler shift 32 bit make warnings 356 /* Just break, when enter this function, no error is returned */ 378 /* Just use lowerDigits for 0 - 9 */ 393 /* Just use lowerDigits for 0 - 9 */ 409 /* Just use lowerDigits for 0 - 9 */ 860 /* Compatibility code for "%I" just print I */ 898 /* Compatibility code for "%I" just prin [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | NFRule.java | 274 // it's omitted, just set the base value to 0. in parseRuleDescriptor() 401 // return the description with all the stuff we've just waded through in parseRuleDescriptor() 402 // stripped off the front. It now contains just the rule body. in parseRuleDescriptor() 1116 * this function just matches against this substitution and updates 1132 // instance of "delimiter" we just found. in matchToDelimiter() 1188 // for "delimiter". Instead, just use "sub" to parse as much of in matchToDelimiter() 1223 * is off, this just calls startsWith(). If lenient parse mode is on, 1237 // zero characters. Just go ahead and return 0. in prefixLength() 1252 // Just use String.startsWith() and be done with it. in prefixLength() 1261 * this just call [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NFRule.java | 275 // it's omitted, just set the base value to 0. in parseRuleDescriptor() 402 // return the description with all the stuff we've just waded through in parseRuleDescriptor() 403 // stripped off the front. It now contains just the rule body. in parseRuleDescriptor() 1117 * this function just matches against this substitution and updates 1133 // instance of "delimiter" we just found. in matchToDelimiter() 1189 // for "delimiter". Instead, just use "sub" to parse as much of in matchToDelimiter() 1224 * is off, this just calls startsWith(). If lenient parse mode is on, 1238 // zero characters. Just go ahead and return 0. in prefixLength() 1249 // Just use String.startsWith() and be done with it. in prefixLength() 1258 * this just call [all...] |
/third_party/icu/icu4c/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/libwebsockets/include/libwebsockets/ |
H A D | lws-context-vhost.h | 165 /**< (VH) Don't fail if the vhost TLS cert or key are missing, just 176 * By default, without this flag, on upgrade lws just checks that the 246 /****** add new things just above ---^ ******/ 357 * Just leave all at 0 if you don't care. 673 * If NULL, lws provides just the platform file operations struct for 713 * thread, it can just point to one foreign event loop. 729 * when the vhost is just about to be freed. The arg parameter 751 * struct to be opaquely defined elsewhere, with just a pointer to it 923 /* Add new things just above here ---^ 1073 * This function destroys a vhost. Normally, if you just wan [all...] |
/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...] |
/build/config/linux/ |
H A D | pkg-config.py | 109 # If this is run on non-Linux platforms, just return nothing and indicate 148 # When asking for the return value, just run pkg-config and print the 202 # For now just split on spaces to get the args out. This will break if
|
/third_party/elfutils/libdwfl/ |
H A D | linux-core-attach.c | 143 /* This note may be just not recognized, skip it. */ in core_next_thread() 284 /* Registers not valid for CFI are just ignored. */ in core_set_initial_registers() 391 /* This note may be just not recognized, skip it. */ in dwfl_core_file_attach()
|
/third_party/curl/tests/ |
H A D | secureserver.pl | 27 # harness. Actually just a layer that runs stunnel properly using the 53 my $accept_port = 8991; # just our default, weird enough 366 # ourselves by calling die() just in case something goes really bad.
|
/third_party/ffmpeg/doc/examples/ |
H A D | filter_audio.c | 187 * in this simple case the filters just form a linear chain. */ in init_filter_graph() 213 * example just prints the MD5 checksum of each plane to stdout. */ 240 * this simple example just synthesizes a sine wave. */
|
/third_party/ffmpeg/libavresample/ |
H A D | audio_data.c | 181 allocate a new buffer and copy the data, otherwise just realloc the in ff_audio_data_realloc() 238 /* if the input is empty, just empty the output */ in ff_audio_data_copy() 297 /* check offsets and sizes to see if we can just do nothing and return */ in ff_audio_data_combine()
|
/third_party/glslang/glslang/Include/ |
H A D | PoolAlloc.h | 157 // Don't call the destructor just to free up the memory, call pop() 246 int numCalls; // just an interesting statistic in initializeAllocation() 247 size_t totalBytes; // just an interesting statistic in initializeAllocation()
|
/third_party/backends/doc/ |
H A D | sane-apple.man | 62 options apply just to the most recently mentioned device. Note that 215 Just wanted to follow up on this... I recently changed my SCSI card from 236 a SANE developer and you just want to take a look at how the apple backend
|
/third_party/cJSON/tests/unity/docs/ |
H A D | ThrowTheSwitchCodingStandard.md | 40 compile to a particular location. It's just what we do, because we like 41 everything to Just Work™. 43 Speaking of having things Just Work™, that's our second philosophy. By that, we
|