/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jpegtran.c | 174 outfilename = NULL; /* -outfile applies to just one input file */ in parse_switches() 500 * It is convenient to use just one switch-parsing routine, but the switch in jpegtran()
|
H A D | rdppm.c | 469 * In this case we just read right into the JSAMPLE buffer! in METHODDEF() 711 /* For unscaled raw-input case, we can just map it onto the I/O buffer. */
|
H A D | wrgif.c | 444 * GIF Clear code to reset the decoder just before the width would ratchet up. 553 if (cinfo->output_components != 1) /* safety check: just one component? */ in GLOBAL()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure.ac | 118 # In pngpriv.h we request just the POSIX 1003.1 and C89 APIs by defining _POSIX_SOURCE to 1 275 [libpng 'make install' will recreate the links to point to the just]
|
H A D | install-sh | 336 # here however when possible just to lower collision chance. 459 # ignore errors from any of these, just make sure not to ignore
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationsets.cpp | 67 // Do not just continue if ce32 == baseCE32 because in handleCE32() 565 // We are underneath a prefix, and the default mapping is just in handleContractions()
|
H A D | cpdtrans.cpp | 568 // an exception. (Just pinning start to limit is a bad idea, in handleTransliterate() 573 // We can't throw an exception, so just fudge things in handleTransliterate()
|
H A D | double-conversion-bignum.cpp | 117 // Let's just say that each digit needs 4 bits. in AssignDecimalString() 351 // We shift by exponent at the end just before returning.
|
H A D | double-conversion-string-to-double.cpp | 357 // Just run over the '.'. We are just trying to see whether there is in RadixStringToIeee()
|
H A D | rbt_rule.cpp | 223 // A pattern with just ante context {such as foo)>bar} can in getIndexValue() 424 // The key matches just before pos.limit, and there is in matchAndReplace()
|
H A D | units_converter.cpp | 34 // celsius and the target is Fahrenheit. Therefore, we just keep the value using `std::max`. in multiplyBy() 47 // celsius and the target is Fahrenheit. Therefore, we just keep the value using `std::max`. in divideBy()
|
H A D | uspoof.cpp | 488 // but logically we would just return 0 (no error). in uspoof_areConfusableUnicodeString() 504 // If we get here, the strings are confusable. Now we just need to set the flags for the appropriate classes in uspoof_areConfusableUnicodeString()
|
H A D | zonemeta.cpp | 598 // add the one just created in getMetazoneMappings() 602 // memory allocation error.. just return NULL in getMetazoneMappings()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | alphaindex.h | 123 * The "show..." methods below are just to illustrate usage. 606 * When nextBucket() is called, Record iteration is reset to just before the
|
/third_party/skia/third_party/externals/icu/source/samples/uciter8/ |
H A D | uit_len8.c | 140 iter->start=i; /* just in case setState() did not get us to a code point boundary */ in lenient8IteratorGetIndex() 177 iter->start=i; /* just in case setState() did not get us to a code point boundary */ in lenient8IteratorGetIndex()
|
/third_party/skia/third_party/externals/icu/source/samples/ugrep/ |
H A D | ugrep.cpp | 263 // Since this is just a demo program, take the simple minded approach 438 // If the line is too long for our buffer, just truncate it. in printMatch()
|
/third_party/skia/third_party/externals/icu/source/tools/icupkg/ |
H A D | icupkg.cpp | 85 "This tool can also be used to just swap a single ICU data file, replacing the\n" in printUsage() 378 * If we swap a single file, just assume that we are modifying it. in main()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ucbuf.cpp | 201 /* just to be sure...*/ in ucbuf_fillucbuf() 437 /* unescaping failed so we just return in ucbuf_getcx32()
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | INSTALL | 62 the package, generally using the just-built uninstalled binaries. 161 specifying just `--prefix' will affect all of the other directory
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_new_connection.c | 372 * this function to know the response is fully received. Since we just 591 * function does not send packets; just append the request to the
|
H A D | test_notls.c | 369 * this function to know the response is fully received. Since we just 543 * function does not send packets; just append the request to the
|
H A D | test_request_response.c | 354 * this function to know the response is fully received. Since we just 579 * function does not send packets; just append the request to the
|
/third_party/skia/third_party/externals/oboe/docs/ |
H A D | FullGuide.md | 242 Note that most apps will not need to call `waitForStateChange()` and can just 285 The read/write technique may be easier when you do not need low latency. Or, when doing both input and output, it is common to use a callback for output and then just do a non-blocking read from the input stream. Then you have both the input and output data available in one high priority thread.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/ |
H A D | 3DFX_multisample.txt | 251 Fragments are culled by the polygon stipple just as they are for 332 for each pixel sample, rather than just once for each fragment.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
H A D | ARB_fragment_shader_interlock.txt | 364 critical section? Or should we just automatically infer a critical 365 section by analyzing shader code? Or should we just wrap the entire
|