Home
last modified time | relevance | path

Searched refs:buffer (Results 2376 - 2400 of 6014) sorted by relevance

1...<<919293949596979899100>>...241

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPassResourceUsageTracker.h37 void BufferUsedAs(BufferBase* buffer, wgpu::BufferUsage usage);
58 void AddReferencedBuffer(BufferBase* buffer);
H A DPersistentCache.cpp35 blob.buffer.reset(new uint8_t[blob.bufferSize]); in LoadData()
37 blob.buffer.get(), blob.bufferSize); in LoadData()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DBufferConsumer.h24 // BufferConsumer is a utility class that allows reading bytes from a buffer
35 BufferConsumer(BufferT* buffer, size_t size) : mBuffer(buffer), mSize(size) { in BufferConsumer() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dfont_input_stream.h70 virtual int32_t Read(std::vector<uint8_t>* buffer);
71 virtual int32_t Read(std::vector<uint8_t>* buffer, int32_t offset, int32_t length);
/third_party/vixl/src/
H A Dassembler-base-vixl.h30 #include "code-buffer-vixl.h"
53 AssemblerBase(byte* buffer, size_t capacity) in AssemblerBase() argument
54 : buffer_(buffer, capacity), allow_assembler_(true) {} in AssemblerBase()
62 // Finalize a code buffer of generated instructions. This function must be
63 // called before executing or copying code from the buffer.
97 // Return the address of an offset in the buffer.
104 // Return the address of the start of the buffer.
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_jpeg_memory_source.cpp14 // We already filled the buffer with all of the data when the source was in FillInputBuffer()
42 // Tried to read beyond the end of the buffer. in SkipInputData()
60 jpeg_source_mgr CreateJpegMemorySource(const uint8 *buffer, size_t size) { in CreateJpegMemorySource() argument
63 source.next_input_byte = reinterpret_cast<const JOCTET *>(buffer); in CreateJpegMemorySource()
/third_party/skia/include/ports/
H A DSkFontConfigInterface.h62 // If buffer is NULL, just return the number of bytes that would have
64 size_t writeToMemory(void* buffer = nullptr) const;
66 // Recreate from a flattened buffer, returning the number of bytes read.
67 size_t readFromMemory(const void* buffer, size_t length);
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dhtmlcanvas.js24 this.loadFont = function(buffer, descriptors) {
25 var newFont = CanvasKit.Typeface.MakeFreeTypeFaceFromData(buffer);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
H A DNativeBufferImageSiblingAndroid.cpp15 NativeBufferImageSiblingAndroid::NativeBufferImageSiblingAndroid(EGLClientBuffer buffer) in NativeBufferImageSiblingAndroid() argument
16 : mBuffer(buffer), mFormat(GL_NONE), mYUV(false) in NativeBufferImageSiblingAndroid()
/third_party/ffmpeg/libavcodec/
H A Dvaapi_mjpeg.c27 av_unused const uint8_t *buffer, in vaapi_mjpeg_start_frame()
73 const uint8_t *buffer, in vaapi_mjpeg_decode_slice()
134 err = ff_vaapi_decode_make_slice_buffer(avctx, pic, &sp, sizeof(sp), buffer, size); in vaapi_mjpeg_decode_slice()
26 vaapi_mjpeg_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) vaapi_mjpeg_start_frame() argument
72 vaapi_mjpeg_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) vaapi_mjpeg_decode_slice() argument
/third_party/alsa-lib/include/
H A Dump.h37 ssize_t snd_ump_write(snd_ump_t *ump, const void *buffer, size_t size);
38 ssize_t snd_ump_read(snd_ump_t *ump, void *buffer, size_t size);
39 ssize_t snd_ump_tread(snd_ump_t *ump, struct timespec *tstamp, void *buffer, size_t size);
H A Drawmidi.h168 ssize_t snd_rawmidi_write(snd_rawmidi_t *rmidi, const void *buffer, size_t size);
169 ssize_t snd_rawmidi_read(snd_rawmidi_t *rmidi, void *buffer, size_t size);
170 ssize_t snd_rawmidi_tread(snd_rawmidi_t *rmidi, struct timespec *tstamp, void *buffer, size_t size);
/third_party/backends/include/sane/
H A Dsanei_usb.h398 * Read up to size bytes from the device to buffer. After the read, size
402 * @param buffer buffer to store read data in
413 sanei_usb_read_bulk (SANE_Int dn, SANE_Byte * buffer, size_t * size);
417 * Write up to size bytes from buffer to the device. After the write size
421 * @param buffer buffer to write to device
430 sanei_usb_write_bulk (SANE_Int dn, const SANE_Byte * buffer, size_t * size);
448 * @param data buffer to send/receive data
464 * buffer
[all...]
/third_party/curl/docs/examples/
H A Dhtmltitle.cpp68 static std::string buffer; variable
102 fprintf(stderr, "Failed to set error buffer [%d]\n", code); in init()
124 code = curl_easy_setopt(conn, CURLOPT_WRITEDATA, &buffer); in init()
290 parseHtml(buffer, title); in main()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DEscapeTransliterator.java230 StringBuilder buffer = new StringBuilder(); in addSourceTargetSet()
232 Utility.appendNumber(buffer, i, it.radix, it.minDigits); in addSourceTargetSet()
234 targetSet.addAll(buffer.toString()); // TODO drop once String is changed to CharSequence in UnicodeSet in addSourceTargetSet()
H A DUnescapeTransliterator.java273 StringBuilder buffer = new StringBuilder(); in addSourceTargetSet()
279 Utility.appendNumber(buffer, j, radix, 0); in addSourceTargetSet()
288 items.addAll(buffer.toString()); in addSourceTargetSet()
/third_party/icu/icu4c/source/common/
H A Dbytesinkutil.cpp36 char *buffer = sink.GetAppendBuffer(U8_MAX_LENGTH, desiredCapacity, in appendChange() local
43 U8_APPEND_UNSAFE(buffer, j, c); in appendChange()
49 sink.Append(buffer, j); in appendChange()
/third_party/NuttX/fs/vfs/include/
H A Dfile.h135 ssize_t (*read)(struct file *filep, char *buffer, size_t buflen);
136 ssize_t (*write)(struct file *filep, const char *buffer, size_t buflen);
147 ssize_t (*readpage)(struct file *filep, char *buffer, size_t buflen);
343 * nbytes - The maximum size of the user-provided buffer
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DEscapeTransliterator.java231 StringBuilder buffer = new StringBuilder(); in addSourceTargetSet()
233 Utility.appendNumber(buffer, i, it.radix, it.minDigits); in addSourceTargetSet()
235 targetSet.addAll(buffer.toString()); // TODO drop once String is changed to CharSequence in UnicodeSet in addSourceTargetSet()
H A DUnescapeTransliterator.java274 StringBuilder buffer = new StringBuilder(); in addSourceTargetSet()
280 Utility.appendNumber(buffer, j, radix, 0); in addSourceTargetSet()
289 items.addAll(buffer.toString()); in addSourceTargetSet()
/third_party/mbedtls/port/src/
H A Dtls_client.c40 (void)memset_s(session->buffer, session->buffer_len, 0x00, session->buffer_len); in MbedtlsSslCertificateVerify()
41 mbedtls_x509_crt_verify_info((char *)session->buffer, session->buffer_len, " ! ", ret); in MbedtlsSslCertificateVerify()
42 LOGD("verification info: %s.", session->buffer); in MbedtlsSslCertificateVerify()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
H A Dminimal-http-client-captive-portal.c75 char buffer[1024 + LWS_PRE]; in callback_http() local
76 char *px = buffer + LWS_PRE; in callback_http()
77 int lenx = sizeof(buffer) - LWS_PRE; in callback_http()
/third_party/node/deps/icu-small/source/common/
H A Dbytesinkutil.cpp36 char *buffer = sink.GetAppendBuffer(U8_MAX_LENGTH, desiredCapacity, in appendChange() local
43 U8_APPEND_UNSAFE(buffer, j, c); in appendChange()
49 sink.Append(buffer, j); in appendChange()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_acceleration_structure.c76 ANV_FROM_HANDLE(anv_buffer, buffer, pCreateInfo->buffer); in anv_CreateAccelerationStructureKHR()
88 accel->address = anv_address_add(buffer->address, pCreateInfo->offset); in anv_CreateAccelerationStructureKHR()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_threads.c73 char * buffer; in t_recv() local
76 buffer = malloc(100); in t_recv()
78 iov.iov_base = buffer; in t_recv()

Completed in 12 milliseconds

1...<<919293949596979899100>>...241