/third_party/skia/src/core/ |
H A D | SkOpts.h | 36 extern Swizzle_8888_u32 RGBA_to_BGRA, // i.e. just swap RB 37 RGBA_to_rgbA, // i.e. just premultiply 71 // so we just use this void(*)(void) as a stand-in.
|
/third_party/skia/third_party/externals/egl-registry/extensions/MESA/ |
H A D | EGL_MESA_image_dma_buf_export.txt | 125 2. Should the API take a plane and just get the fd/stride/offset for that 128 ANSWER: UNKNOWN,this might be just as valid an API. 142 Just use the KHR 64-bit type.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_none.c | 9 * functions here do not really work as-is since they are just empty or only 180 * Ignoring case is not required for main functionality, so just use in os_strcasecmp() 190 * Ignoring case is not required for main functionality, so just use in os_strncasecmp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_none.c | 9 * functions here do not really work as-is since they are just empty or only 180 * Ignoring case is not required for main functionality, so just use in os_strcasecmp() 190 * Ignoring case is not required for main functionality, so just use in os_strncasecmp()
|
/third_party/skia/third_party/externals/libpng/scripts/ |
H A D | pnglibconf.dfa | 40 # used as given (e.g. enables GAMMA just expands to that on the 317 # BENIGN_ERRORS: support for just issuing warnings for recoverable errors 320 # By default recoverable errors on read should just generate warnings, 325 # By default recoverable errors on write should just generate warnings, 472 # gamma processing; and it is an enormous waste of space. You just need to 564 # tEXt, zTXt, tRNS, pCAL). Others will just save time and make png_info 599 # Colorspace support (enabled as required); just the support for colorant 600 # information. Gamma support, likewise, is just support for the gamma 607 # processing, it just validates the data in the PNG file. 619 # 0: Just validat [all...] |
/third_party/protobuf/src/google/protobuf/io/ |
H A D | tokenizer.cc | 73 // downloading one piece of software just to find that they need to 75 // people downloading Protocol Buffers will already be doing so just 77 // our code, but that obligates us to keep it up-to-date and just seems 78 // like a big waste just to save 200 lines of code. 83 // have its locale set to "C", it would behave strangely. We can't just set 301 current_.type = TYPE_START; // Just for the sake of initializing it. in StartToken() 385 // just be consumed by the main loop anyway so we don't need in ConsumeString() 548 // Oops, it was just a slash. Return it. in TryConsumeCommentStart() 611 // just be a '.' symbol. in Next() 665 // This basically just buffer [all...] |
/third_party/alsa-utils/speaker-test/ |
H A D | readme.txt | 1 To make or build just type 6 1) Just stereo sound from one stereo jack: -
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaddset/ |
H A D | boundarytests.txt | 3 Note: These numbers are not magical just the ones a gcc compiler gave on 6 Potentially the MAX+1/MIN-1 values are deterministic. The others are just
|
/third_party/typescript/tests/baselines/reference/ |
H A D | asiPreventsParsingAsAmbientExternalModule01.js | 7 "my external module" // this is just a string 15 "my external module"; // this is just a string
|
H A D | asiPreventsParsingAsAmbientExternalModule02.js | 8 "my external module" // this is just a string 19 "my external module"; // this is just a string
|
H A D | commentsOnObjectLiteral2.js | 5 This is just another way to define a constructor. 18 This is just another way to define a constructor.
|
/third_party/icu/docs/userguide/dev/ |
H A D | editing.md | 56 [Just the Docs](https://pmarsceill.github.io/just-the-docs/). 67 the theme's [navigation annotations](https://pmarsceill.github.io/just-the-docs/docs/navigation-structure/). 171 transitive dependency versions are included correctly is to just specify the
|
/third_party/icu/icu4c/source/common/ |
H A D | pluralmap.h | 183 * works just like get(Category). 191 * UnicodeString. Otherwise works just like get(category). 215 * Otherwise works just like getMutable(Category, UErrorCode &). 225 * Just like getMutable(Category, UErrorCode &) but copies defaultValue to
|
/third_party/libwebsockets/READMEs/ |
H A D | README.release-policy.md | 22 life so you can just directly consume the upstream tree with no private changes. 71 fixes found that may apply not just to current development, but the version of 106 backport it to a few recent releases, not just the last one. This is pretty 119 just sit back and enjoy the clean, rapid development results.
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_hierarchical_visitor.h | 46 * classes have a \c visit_enter method, which is invoked just before 47 * processing child nodes, and a \c visit_leave method which is invoked just 103 * that couldn't just be done in the visit method. 160 * pointer to the current instruction in the stream, not just their
|
/third_party/node/src/crypto/ |
H A D | crypto_keygen.h | 113 return v8::Just(errors->ToException(env).ToLocal(err)); 144 return v8::Just(false); in AdditionalConfig() 161 return v8::Just(true); in AdditionalConfig() 195 return v8::Just(true); in EncodeKey()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | pluralmap.h | 183 * works just like get(Category). 191 * UnicodeString. Otherwise works just like get(category). 215 * Otherwise works just like getMutable(Category, UErrorCode &). 225 * Just like getMutable(Category, UErrorCode &) but copies defaultValue to
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_query.c | 114 * just hard coded. If we start exposing more countables than we 162 * shot, but that's really just polishing a turd.. 231 /* just return the value from fist tile: */ in timestamp_accumulate_result() 268 * we just return the timestamp on the first tile and hope that is
|
/third_party/mesa3d/src/glx/ |
H A D | render2.c | 104 /* Data is already packed. Just send it out */ in __indirect_glMap1d() 167 /* Data is already packed. Just send it out */ in __indirect_glMap1f() 245 /* Data is already packed. Just send it out */ in __indirect_glMap2d() 321 /* Data is already packed. Just send it out */ in __indirect_glMap2f()
|
/third_party/protobuf/conformance/ |
H A D | conformance.proto | 58 JSPB = 3; // Google internal only. Opensource testees just skip it. 72 // Test jspb wire format. Google internal only. Opensource testees just skip it. 102 // Google internal only. Opensource testees just skip it. 162 // format. Opensource testees can just skip it.
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | ByteStringTest.cs | 179 // Consume the first byte, just to test that it's "from current position"
in FromStream_Seekable() 190 // Consume the first byte, just to test that it's "from current position"
in FromStream_NotSeekable() 204 // Consume the first byte, just to test that it's "from current position"
in FromStreamAsync_Seekable() 215 // Consume the first byte, just to test that it's "from current position"
in FromStreamAsync_NotSeekable()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | spirvcapgenerator.py | 174 # DenormPreserve is an example where it makes sense to just show the 175 # member value as it is just a boolean and the name implies "true" 177 # better to just display the value 237 # Just accumulate each element, process in endFile
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | TextureUploadPerf.cpp | 263 // Perform a draw just so the texture data is flushed. With the position attributes not in drawBenchmark() 287 // Perform a draw just so the texture data is flushed. With the position attributes not in drawBenchmark() 307 // Perform a draw just so the texture data is flushed. With the position attributes not in drawBenchmark() 327 // Perform a draw just so the texture data is flushed. With the position attributes not in drawBenchmark()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftgxval.h | 56 * TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, trak, 137 * Validate 'just' table. 155 * Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern, 164 #define FT_VALIDATE_just FT_VALIDATE_GX_BITFIELD( just )
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | pluralmap.h | 183 * works just like get(Category). 191 * UnicodeString. Otherwise works just like get(category). 215 * Otherwise works just like getMutable(Category, UErrorCode &). 225 * Just like getMutable(Category, UErrorCode &) but copies defaultValue to
|