/third_party/python/Tools/unicode/ |
D | gencodec.py | 79 unmapped = list(range(256)) 86 unmapped.remove(i) 105 if enc in unmapped: 106 unmapped.remove(enc) 116 if len(identity) >= len(unmapped): 117 for enc in unmapped:
|
/third_party/node/deps/v8/src/objects/ |
D | arguments.tq | 29 // mapped and unmapped. 46 // If key >= elements.length then attempt to look in the unmapped arguments 47 // array and return the value at key, missing to the runtime if the unmapped 52 // the unmapped arguments array, as described above. Otherwise, t is a Smi 57 // corresponding unmapped arguments FixedArray:
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.cc | 2170 int *unmapped = coords_length ? (int *) hb_calloc (coords_length, sizeof (coords[0])) : nullptr; in hb_font_set_var_coords_normalized() local 2173 if (unlikely (coords_length && !(copy && unmapped && design_coords))) in hb_font_set_var_coords_normalized() 2176 hb_free (unmapped); in hb_font_set_var_coords_normalized() 2184 memcpy (unmapped, coords, coords_length * sizeof (coords[0])); in hb_font_set_var_coords_normalized() 2188 font->face->table.avar->unmap_coords (unmapped, coords_length); in hb_font_set_var_coords_normalized() 2190 design_coords[i] = font->face->table.fvar->unnormalize_axis_value (i, unmapped[i]); in hb_font_set_var_coords_normalized() 2191 hb_free (unmapped); in hb_font_set_var_coords_normalized()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | WriteIndicCharts.java | 119 boolean unmapped = false; in writeIICharts() 135 unmapped=true; in writeIICharts() 156 }else if(unmapped){ in writeIICharts()
|
/third_party/glslang/SPIRV/ |
D | SPVRemapper.h | 130 static const spv::Id unmapped; // unchanged from default value variable 199 bool isOldIdUnmapped(spv::Id oldId) const { return localId(oldId) == unmapped; } in isOldIdUnmapped()
|
D | SPVRemapper.cpp | 255 const spv::Id spirvbin_t::unmapped = spv::Id(-10000); member in spv::spirvbin_t 279 if (newId != unmapped && newId != unused) { in localId() 339 assert(id != unused && id != unmapped); in applyMap() 502 [this](spv::Id& id) { localId(id, unmapped); } in buildLocalMaps()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.5.8.rst | 65 - i965: Don't compact instructions with unmapped bits.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_swap_group.txt | 67 When a window is unmapped, it is always ready.
|
D | GLX_SGIX_swap_barrier.txt | 76 When a window is unmapped, it is always ready.
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_swap_group.txt | 67 When a window is unmapped, it is always ready.
|
D | GLX_SGIX_swap_barrier.txt | 76 When a window is unmapped, it is always ready.
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | README | 59 mmap()/shmat() a previously defined, currently unmapped() segment.
|
/third_party/node/deps/v8/src/builtins/ |
D | array-slice.tq | 75 // Fill in the rest of the result that contains the unmapped parameters
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | GLX_NV_swap_group.txt | 137 When a window is unmapped, it is always ready.
|
D | NV_vdpau_interop.txt | 169 or registered states; such surfaces will internally be unmapped and 249 state; such surfaces will internally be unmapped before being
|
/third_party/openGLES/extensions/NV/ |
D | GLX_NV_swap_group.txt | 137 When a window is unmapped, it is always ready.
|
D | NV_vdpau_interop.txt | 169 or registered states; such surfaces will internally be unmapped and 249 state; such surfaces will internally be unmapped before being
|
D | NV_memory_attachment.txt | 394 unmapped.
|
/third_party/icu/docs/userguide/conversion/ |
D | index.md | 78 8. Allows callbacks for handling and substituting invalid or unmapped byte
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_sparse_buffer.txt | 221 as seen for the client for unmapped parts of the buffer?
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_sparse_buffer.txt | 231 as seen for the client for unmapped parts of the buffer?
|
/third_party/FreeBSD/ |
D | RELNOTES | 395 Add support for using unmapped mbufs with sendfile(2).
|
/third_party/ltp/doc/ |
D | KVM-Test-API.asciidoc | 479 memory buffers. The memory region above 2GB threshold is left unmapped
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_lock_surface3.txt | 432 Any mapped buffers of <surface> become unmapped following
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_lock_surface3.txt | 432 Any mapped buffers of <surface> become unmapped following
|