/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | UtilityTest.java | 131 java.nio.ByteBuffer buffer = java.nio.ByteBuffer.wrap(ba); in TestByteArrayWrapper() 132 ByteArrayWrapper x = new ByteArrayWrapper(buffer); in TestByteArrayWrapper()
|
/third_party/icu/tools/unicode/c/genuts46/ |
H A D | genuts46.cpp | 103 const UChar *buffer=mapping.getBuffer(); in printLine() local 108 U16_NEXT(buffer, i, length, c); in printLine()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | UtilityTest.java | 154 java.nio.ByteBuffer buffer = java.nio.ByteBuffer.wrap(ba); in TestByteArrayWrapper() 155 ByteArrayWrapper x = new ByteArrayWrapper(buffer); in TestByteArrayWrapper()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-setjmp.tex | 31 need to be saved in the jump-buffer (plus one call to 56 used by the system-provided routines. Thus, a jump-buffer created
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_draw.c | 115 0, /* vertex count comes from SO buffer */ in retry_draw_auto() 118 NULL, /* no index buffer */ in retry_draw_auto() 130 * Indirect draw (get vertex count, start index, etc. from a buffer object. 138 assert(indirect && indirect->buffer); in retry_draw_indirect() 155 range.primitiveCount = 0; /* specified in indirect buffer */ in retry_draw_indirect() 160 range.indexBias = 0; /* specified in indirect buffer */ in retry_draw_indirect() 164 0, /* vertex count is in indirect buffer */ in retry_draw_indirect() 305 * referenced in the current command buffer as result of previous HW in svga_draw_vbo() 307 * vertex buffer is mapped. in svga_draw_vbo() 363 else if (indirect && indirect->buffer) { in svga_draw_vbo() [all...] |
H A D | svga_image_view.c | 79 desc.buffer.firstElement = image->u.buf.offset / bytes_per_block; in svga_create_uav_image() 80 desc.buffer.numElements = image->u.buf.size / bytes_per_block; in svga_create_uav_image() 82 /* mark this buffer as being used in uav */ in svga_create_uav_image() 192 SVGA_DBG(DEBUG_UAV, " buffer res=0x%x format=%d offset=%d size=%d\n", in svga_set_shader_images() 285 /* Mark buffer surface as RENDERED */ in svga_validate_image_view_resources()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_binning.c | 190 unsigned sum = 4 * (depth_coeff + stencil_coeff) * MAX2(tex->buffer.b.b.nr_samples, 1); in si_get_depth_bin_size() 384 /* Set to max sizes when no depth buffer is bound. */ in gfx10_get_bin_sizes() 394 (cPerDepthSample + cPerStencilSample) * MAX2(zstex->buffer.b.b.nr_samples, 1); in gfx10_get_bin_sizes()
|
H A D | si_test_dma_perf.c | 214 sb[0].buffer = dst; in si_test_dma_perf() 218 sb[1].buffer = src; in si_test_dma_perf()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | tri-instanced.c | 140 vbuf[0].buffer.resource = pipe_buffer_create_with_data(ctx, in set_vertices() 149 vbuf[1].buffer.resource = pipe_buffer_create_with_data(ctx, in set_vertices()
|
/third_party/node/lib/internal/ |
H A D | blob.js | 86 // references between the url, internal/blob, and buffer 123 const { buffer, byteOffset, byteLength } = source; 124 const slice = buffer.slice(byteOffset, byteOffset + byteLength);
|
/third_party/node/src/crypto/ |
H A D | crypto_random.cc | 53 params->buffer = in.data() + byte_offset; in AdditionalConfig() 63 return CSPRNG(params.buffer, params.size).is_ok(); in DeriveBits()
|
/third_party/node/test/parallel/ |
H A D | test-stream2-basic.js | 43 // Simulate the read buffer filling up with some more bytes some time 357 w.write = function(buffer) { 360 assert.strictEqual(buffer.toString(), 'foo');
|
H A D | test-v8-serdes.js | 204 // Unaligned Uint16Array read, with padding in the underlying array buffer. 263 /^TypeError: buffer must be a TypedArray or a DataView$/, 267 /^TypeError: buffer must be a TypedArray or a DataView$/,
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ |
H A D | hkdf.js | 73 .then(function(buffer) { 74 assert_true(equalBuffers(buffer, derivations[derivedKeySize][saltSize][hashName][infoSize].slice(0, derivedKeyType.algorithm.length/8)), "Exported key matches correct value");
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_save_draw.c | 149 void *buffer = _mesa_bufferobj_map_range(ctx, 0, bo->Size, GL_MAP_READ_BIT, /* ? */ in loopback_vertex_list() local 153 * the in-RAM buffer. */ in loopback_vertex_list() 154 _vbo_loopback_vertex_list(ctx, list, buffer); in loopback_vertex_list() 274 /* Fast path using a pre-built gallium vertex buffer state. */ in vbo_save_playback_vertex_list_gallium() 294 * Execute the buffer and save copied verts.
|
/third_party/node/deps/v8/src/codegen/ |
H A D | assembler.cc | 130 FATAL("Cannot grow external assembler buffer"); 187 std::unique_ptr<AssemblerBuffer> buffer) in AssemblerBase() 188 : buffer_(std::move(buffer)), in AssemblerBase() 186 AssemblerBase(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) AssemblerBase() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | gc-tracer.h | 12 #include "src/base/ring-buffer.h" 437 // Returns the average speed of the events in the buffer. 438 // If the buffer is empty, the result is 0. 440 static double AverageSpeed(const base::RingBuffer<BytesAndDuration>& buffer); 441 static double AverageSpeed(const base::RingBuffer<BytesAndDuration>& buffer, 465 // Prints a line and also adds it to the heap's ring buffer so that
|
/third_party/node/deps/v8/src/objects/ |
H A D | value-serializer.h | 61 * Serializes a V8 object into the buffer. 66 * Returns the buffer, allocated via the delegate, and its size. 67 * Caller assumes ownership of the buffer. 100 // Managing allocations of the internal buffer. 149 * buffer. Returns the number of keys actually written, which may be smaller 213 * Deserializes a V8 object from the buffer. 218 * Reads an object, consuming the entire buffer. 228 * Accepts the array buffer corresponding to the one passed previously to 297 Handle<JSArrayBuffer> buffer) V8_WARN_UNUSED_RESULT; 299 JSArrayBufferView view, JSArrayBuffer buffer, [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_blitter.h | 305 * Clear the contents of a buffer using the Stream Output functionality. 312 * copied to the buffer, then the offset is incremented by num_channels*4. 529 pipe_resource_reference(&blitter->saved_fs_constant_buffer.buffer, in util_blitter_save_fragment_constant_buffer_slot() 530 constant_buffers[blitter->cb_slot].buffer); in util_blitter_save_fragment_constant_buffer_slot()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_buffer_view.h | 29 size += vn_sizeof_VkBuffer(&val->buffer); in vn_sizeof_VkBufferViewCreateInfo_self() 60 vn_encode_VkBuffer(enc, &val->buffer); in vn_encode_VkBufferViewCreateInfo_self()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.h | 158 void *(*lookup)(const struct tgsi_buffer *buffer, 229 /* The maximum number of bytes per constant buffer. 416 struct tgsi_buffer *buffer);
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | ServiceTest.java | 317 public void appendTo(StringBuffer buffer) { in appendTo() argument 318 buffer.append("wrapsCallback(mockCallback)"); in appendTo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | HLSLCompiler.cpp | 369 LPCVOID buffer = shaderBinary->GetBufferPointer(); in disassembleBinary() local 371 HRESULT result = disassembleFunc(buffer, bufSize, flags, "", &disassembly); in disassembleBinary()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Surface.h | 88 Error bindTexImage(gl::Context *context, gl::Texture *texture, EGLint buffer); 89 Error releaseTexImage(const gl::Context *context, EGLint buffer); 139 // For lock surface buffer 253 EGLenum mRenderBuffer; // Render buffer
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_egl_ext_autogen.h | 53 EGL_GetNativeClientBufferANDROID(const struct AHardwareBuffer *buffer); 189 EGLClientBuffer buffer,
|