/third_party/mesa3d/src/mapi/new/ |
H A D | genCommon.py | 78 # since you can just look at the index in the list, but it makes it easier 183 # If I just remove the tags and string the text together, I'll get valid C code. 220 # Replace "GLvoid" with just plain "void".
|
/third_party/node/deps/npm/lib/utils/ |
H A D | log-file.js | 144 // but if its way too many then we just stop listening 195 // this is a best-effort attempt. if a rm fails, we just 198 // just for the benefit of testing this function properly.
|
/third_party/lwip/doc/ |
H A D | mqtt_client.txt | 43 /* For now just print the result code if something goes wrong */ 80 /* Just print the result code here for simplicity, 91 If RAM and CPU budget allows it, the easiest implementation might be to just take a copy of
|
/third_party/lzma/C/ |
H A D | LzmaDec.h | 174 LZMA_FINISH_ANY - Decode just dicLimit bytes.
201 LZMA_FINISH_ANY - Decode just destLen bytes.
215 LZMA_FINISH_ANY - Decode just destLen bytes.
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_resource.c | 36 * already require tiled in order to be compressed, but just because 48 * to sample stencil at some point. We can't just use in ok_ubwc_format() 126 /* For some color values (just "solid white") compression metadata maps to in valid_format_cast()
|
/third_party/node/deps/openssl/openssl/crypto/ct/ |
H A D | ct_sct.c | 253 return sct->sct != NULL; /* Just need cached encoding */ in SCT_is_complete() 346 * processed. So it may make more sense to do this just once, perhaps in SCT_validate() 351 * memory condition. When the certificate is incompatible with CT, we just in SCT_validate()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_x509.c | 221 * Serialize trusted certificate to *pp or just return the required buffer 234 * both just in case. 252 * Serialize trusted certificate to *pp, or just return the required buffer
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | win32_init.c | 91 return 0; /* not a valid glob, just pass... */ in process_glob() 235 * string delimiter and just slightly change the parsing state in win32_utf8argv() 245 * Any other non-delimiter character is just taken verbatim in win32_utf8argv()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-allow-passthrough.c | 139 pa_log_info("Just received a passthrough stream; pause all the others streams so it can play"); in new_passthrough_stream() 146 /* We don't want to move the stream which just moved to the sink and trigger this re-routing */ in new_passthrough_stream() 175 * haven't been setup & configured just yet do so now using the same code in sink_input_new_cb()
|
/third_party/python/Lib/test/support/ |
H A D | import_helper.py | 144 # as those which just need a blocking entry removed 186 # It is possible that module_name is just an alias for 241 # XXX: This kind of problem can affect more than just encodings.
|
/third_party/openssl/crypto/ct/ |
H A D | ct_sct.c | 253 return sct->sct != NULL; /* Just need cached encoding */ in SCT_is_complete() 346 * processed. So it may make more sense to do this just once, perhaps in SCT_validate() 351 * memory condition. When the certificate is incompatible with CT, we just in SCT_validate()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
H A D | VK_EXT_device_memory_report.adoc | 39 Each ICD just handles its own implementation of this extension, and this 59 for pool object, but not just those), we would have to dynamically allocate 113 itself is const and you cannot just cast it away.
|
H A D | VK_EXT_device_memory_report.txt | 39 Each ICD just handles its own implementation of this extension, and this 59 for pool object, but not just those), we would have to dynamically allocate 113 itself is const and you cannot just cast it away.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
H A D | VK_EXT_pipeline_library_group_handles.adoc | 41 This is problematic since fully linked pipelines must include a ray generation shader stage. Forcing applications to include one just for the sake of querying handles is awkward. 45 so adding a pipeline creation flag just clutters the API. 65 Invariance is also guaranteed, so that the group handle can be queried just once by application and reused for every pipeline that links against the library.
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ViewportTest.cpp | 77 // Pixels just inside the red quad should be red. in runTest() 83 // Pixels just outside the red quad shouldn't be red. in runTest() 89 // Pixels just within the viewport shouldn't be red. in runTest()
|
/third_party/skia/src/gpu/ |
H A D | GrStyle.h | 63 * either reflect just the path effect (if one) or the path effect and the strokerec. Note 72 * for just dash application followed by the key for the remaining SkStrokeRec is the same as 154 * Applies just the path effect and returns remaining stroke information. This will fail if
|
H A D | GrXferProcessor.cpp | 195 // For these cases we assume the the src alpha is 1, thus we can just use the max for the alpha 222 // We don't think any shaders actually output negative coverage, but just as a in emitCode() 224 // just check the RGB values of the coverage, since the alpha may not have been set in emitCode()
|
/third_party/openssl/crypto/x509/ |
H A D | x_x509.c | 221 * Serialize trusted certificate to *pp or just return the required buffer 234 * both just in case. 252 * Serialize trusted certificate to *pp, or just return the required buffer
|
/third_party/openssl/doc/man3/ |
H A D | OSSL_STORE_INFO.pod | 65 B<OSSL_STORE_INFO> is an opaque type that's just an intermediary holder for 157 thereof) to be reached with alternative URIs; just because one URI is 169 A keypair or just a private key (possibly with key parameters).
|
H A D | SSL_CTX_load_verify_locations.pod | 52 SSL_CTX_set_default_verify_paths() except that just the default directory is 56 SSL_CTX_set_default_verify_paths() except that just the default file is 60 SSL_CTX_set_default_verify_paths() except that just the default store is
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | name_mapper.cpp | 60 // It must have been an invalid module, so just return a trivial mapping. in NameForId() 288 // Structs are mapped rather simplisitically. Just indicate that they in ParseInstruction() 327 // Invalid input. Just give something. in NameForEnumOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | name_mapper.cpp | 60 // It must have been an invalid module, so just return a trivial mapping. in NameForId() 288 // Structs are mapped rather simplisitically. Just indicate that they in ParseInstruction() 327 // Invalid input. Just give something. in NameForEnumOperand()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdpostct.c | 17 * work to do, and it just hands off to the upsample/color conversion code. 99 * I have no work to do; just call the upsampler directly. in start_pass_dpost() 287 /* One-pass color quantization: just make a strip buffer. */ in jinit_d_post_controller()
|
H A D | jmemsys.h | 31 * size of the object being freed, just in case it's needed. 79 * (that'll just lead to more backing-store access than is really necessary). 157 * just take an error exit.)
|
/third_party/skia/third_party/externals/libpng/ |
H A D | autogen.sh | 43 echo " or configure.ac. You may prefer to just run autoreconf." 148 # just changes this so that the mode is set to generate all the files. 205 echo " mode and you can also just run autoreconf -f -i to initialize"
|