/third_party/node/deps/v8/src/compiler/ |
D | graph.cc | 51 bool incomplete) { in NewNode() argument 52 Node* node = NewNodeUnchecked(op, input_count, inputs, incomplete); in NewNode() 58 Node* const* inputs, bool incomplete) { in NewNodeUnchecked() argument 60 Node::New(zone(), NextNodeId(), op, input_count, inputs, incomplete); in NewNodeUnchecked()
|
D | graph.h | 62 Node* const* inputs, bool incomplete = false); in NON_EXPORTED_BASE() 66 bool incomplete = false); in NON_EXPORTED_BASE()
|
/third_party/json/docs/mkdocs/docs/features/binary_formats/ |
D | index.md | 21 | BSON | incomplete: top-level value must be an object | incomplete, but all JSON types are … 22 | CBOR | complete | incomplete, but all JSON types are …
|
D | bson.md | 35 The mapping is **incomplete**, since only JSON-objects (and things 83 The mapping is **incomplete**. The unsupported mappings are indicated in the table above.
|
/third_party/NuttX/ |
D | DISCLAIMER-WIP | 9 example, releases may have incomplete or un-reviewed licensing conditions. What follows is 11 is likely to be incomplete): 13 * Releases may have incomplete licensing conditions.
|
/third_party/node/test/es-module/ |
D | test-esm-loader-chaining.mjs | 192 it('should throw for incomplete resolve chain, citing errant loader & hook', async () => { 197 fixtures.fileURL('es-module-loaders', 'loader-resolve-incomplete.mjs'), 208 assert.match(stderr, /loader-resolve-incomplete\.mjs/); 279 fixtures.fileURL('es-module-loaders', 'loader-resolve-incomplete.mjs'), 289 assert.match(stderr, /loader-resolve-incomplete\.mjs/); 294 it('should throw for incomplete load chain, citing errant loader & hook', async () => { 301 fixtures.fileURL('es-module-loaders', 'loader-load-incomplete.mjs'), 311 assert.match(stderr, /loader-load-incomplete\.mjs/); 325 fixtures.fileURL('es-module-loaders', 'loader-load-incomplete.mjs'), 333 assert.match(stderr, /loader-load-incomplete\.mjs/);
|
/third_party/mesa3d/src/mesa/main/ |
D | texobj.c | 625 incomplete(struct gl_texture_object *t, enum base_mipmap bm, in incomplete() function 681 incomplete(t, BASE, "base level = %d is invalid", baseLevel); in _mesa_test_texobj_completeness() 686 incomplete(t, MIPMAP, "MAX_LEVEL (%d) < BASE_LEVEL (%d)", in _mesa_test_texobj_completeness() 695 incomplete(t, BASE, "Image[baseLevel=%d] == NULL", baseLevel); in _mesa_test_texobj_completeness() 703 incomplete(t, BASE, "texture width or height or depth = 0"); in _mesa_test_texobj_completeness() 717 incomplete(t, BASE, "Filter is not supported with Float types."); in _mesa_test_texobj_completeness() 768 incomplete(t, BASE, "Cube face missing or mismatched size"); in _mesa_test_texobj_completeness() 773 incomplete(t, BASE, "Cube face format mismatch"); in _mesa_test_texobj_completeness() 777 incomplete(t, BASE, "Cube face border size mismatch"); in _mesa_test_texobj_completeness() 797 incomplete(t, MIPMAP, "minLevel > maxLevel"); in _mesa_test_texobj_completeness() [all …]
|
/third_party/node/doc/api/ |
D | string_decoder.md | 32 any incomplete multibyte characters. These are held in the buffer until the 70 representing incomplete UTF-8 and UTF-16 characters will be replaced with 91 Returns a decoded string, ensuring that any incomplete multibyte characters at
|
/third_party/node/test/parallel/ |
D | test-string-decoder-end.js | 119 function testEnd(encoding, incomplete, next, expected) { argument 122 res += s.write(incomplete);
|
D | test-buffer-bytelength.js | 34 const incomplete = Buffer.from([0xe4, 0xb8, 0xad, 0xe6, 0x96]); constant 35 assert.strictEqual(Buffer.byteLength(incomplete), 5);
|
/third_party/typescript/src/testRunner/parallel/ |
D | host.ts | 64 incomplete: string; 86 const incomplete = options.incomplete || Base.symbols.dot; constant 92 incomplete, 132 progress += this._color("progress", fill(this._options.incomplete, i));
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_lower_ray_queries.c | 158 rq_variable *incomplete; member 244 dst->incomplete = in init_ray_query_vars() 305 rq_store_var(b, index, vars->incomplete, nir_imm_bool(b, false), 0x1); in insert_terminate_on_first_hit() 378 rq_store_var(b, index, vars->incomplete, nir_imm_bool(b, true), 0x1); in lower_rq_initialize() 382 rq_store_var(b, index, vars->incomplete, nir_imm_bool(b, false), 0x1); in lower_rq_initialize() 660 nir_push_if(b, rq_load_var(b, index, vars->incomplete)); in lower_rq_proceed() 672 rq_store_var(b, index, vars->incomplete, nir_imm_bool(b, false), 0x1); in lower_rq_proceed() 825 return rq_load_var(b, index, vars->incomplete); in lower_rq_proceed() 832 rq_store_var(b, index, vars->incomplete, nir_imm_bool(b, false), 0x1); in lower_rq_terminate()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_gather.txt | 292 the texture treated as incomplete, or are the values returned by 324 (8) How does texture gather interact with incomplete textures? 326 RESOLVED: For regular texture lookups, incomplete textures are 331 footprint, a textureGather() function accessing an incomplete texture 342 of texture gather and incomplete textures
|
D | ARB_texture_query_levels.txt | 195 an incomplete texture is associated with <sampler>. 230 (2) What value is returned for textures that have an incomplete set of 258 - don't allocate any texture memory (if the texture is incomplete) 283 RESOLVED: As with the mipmap-incomplete case, the value returned is 284 largely implementation-dependent, even though the incomplete texture 289 sampler object but might be incomplete when used with a different 382 textures that are mipmap complete or not, incomplete or unbound
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_gather.txt | 282 the texture treated as incomplete, or are the values returned by 314 (8) How does texture gather interact with incomplete textures? 316 RESOLVED: For regular texture lookups, incomplete textures are 321 footprint, a textureGather() function accessing an incomplete texture 332 of texture gather and incomplete textures
|
D | ARB_texture_query_levels.txt | 185 an incomplete texture is associated with <sampler>. 220 (2) What value is returned for textures that have an incomplete set of 248 - don't allocate any texture memory (if the texture is incomplete) 273 RESOLVED: As with the mipmap-incomplete case, the value returned is 274 largely implementation-dependent, even though the incomplete texture 279 sampler object but might be incomplete when used with a different 372 textures that are mipmap complete or not, incomplete or unbound
|
/third_party/skia/docs/examples/ |
D | incomplete.cpp | 5 REG_FIDDLE(incomplete, 256, 256, false, 0) {
|
/third_party/python/Doc/library/ |
D | code.rst | 52 when the user has entered an incomplete command that can be completed by 63 command is complete and valid; ``None`` if the command is incomplete; raises 86 * The input is incomplete, and more input is required; :func:`compile_command` 169 incomplete, and the buffer is left as it was after the line was appended. The
|
D | custominterp.rst | 11 to support compiling a possibly-incomplete chunk of Python code.)
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_ccm.function | 620 /* Provide incomplete auth data and finish */ 669 /* Provide incomplete auth data on first update_ad. 688 // pass incomplete auth data 690 // pass 2 extra bytes (1 missing byte from previous incomplete pass, and 1 unexpected byte) 725 /* Provide incomplete plaintext/ciphertext and finish */ 789 /* Provide incomplete plaintext/ciphertext of first update 813 // pass incomplete text 815 // pass 2 extra bytes (1 missing byte from previous incomplete pass, and 1 unexpected byte)
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_EGL_image_external_wrap_modes.txt | 168 texture, the texture will be considered incomplete." 178 considered incomplete." 186 the texture will be considered incomplete."
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_EGL_image_external_wrap_modes.txt | 168 texture, the texture will be considered incomplete." 178 considered incomplete." 186 the texture will be considered incomplete."
|
/third_party/node/test/fixtures/es-module-loaders/ |
D | loader-resolve-incomplete.mjs | 11 url: 'file:///incomplete-resolve-chain.js',
|
/third_party/mesa3d/docs/relnotes/ |
D | 11.0.5.rst | 30 This list is likely incomplete. 125 - st/mesa: fix mipmap generation for immutable textures with incomplete
|
/third_party/ffmpeg/libavformat/ |
D | oggdec.c | 175 os->incomplete = 0; in ogg_reset() 466 if (flags & OGG_FLAG_CONT || os->incomplete) { in ogg_read_page() 556 os->incomplete = !!os->psize; in ogg_packet() 567 os->incomplete = 0; in ogg_packet() 594 if (cur_os->incomplete) in ogg_packet()
|