| /external/chromium_org/ppapi/proxy/ |
| tcp_socket_private_resource.cc | 79 char* buffer, 82 return ReadImpl(buffer, bytes_to_read, callback); 86 const char* buffer, 89 return WriteImpl(buffer, bytes_to_write, callback);
|
| /external/chromium_org/ppapi/thunk/ |
| ppb_media_stream_audio_track_thunk.cc | 66 PP_Resource* buffer, 74 return enter.SetResult(enter.object()->GetBuffer(buffer, enter.callback())); 77 int32_t RecycleBuffer(PP_Resource audio_track, PP_Resource buffer) { 82 return enter.object()->RecycleBuffer(buffer);
|
| /external/chromium_org/remoting/host/posix/ |
| signal_handler.cc | 52 char buffer; local 53 int result = HANDLE_EINTR(read(fd, &buffer, sizeof(buffer))); 58 if (i->first == buffer) {
|
| /external/chromium_org/sandbox/win/src/ |
| Wow64.h | 31 // Runs the WOW helper process, passing the address of a buffer allocated on 33 bool RunWowHelper(void* buffer);
|
| /external/chromium_org/storage/browser/fileapi/quota/ |
| quota_reservation_manager.cc | 66 QuotaReservationBuffer** buffer = local 68 if (!*buffer) { 69 *buffer = new QuotaReservationBuffer( 72 return make_scoped_refptr(*buffer);
|
| /external/chromium_org/third_party/WebKit/Source/platform/audio/ |
| SincResampler.h | 55 void consumeSource(float* buffer, unsigned numberOfSourceFrames); 65 // m_virtualSourceIndex is an index on the source input buffer with sub-sample precision. 69 // This is the number of destination frames we generate per processing pass on the buffer. 72 // Source is copied into this buffer for each processing pass. 81 // The buffer is primed once at the very beginning of processing.
|
| /external/chromium_org/third_party/WebKit/Source/wtf/ |
| Float32Array.h | 80 PassRefPtr<Float32Array> Float32Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) 82 return TypedArrayBase<float>::create<Float32Array>(buffer, byteOffset, length); 90 Float32Array::Float32Array(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) 91 : TypedArrayBase<float>(buffer, byteOffset, length)
|
| Float64Array.h | 80 PassRefPtr<Float64Array> Float64Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) 82 return TypedArrayBase<double>::create<Float64Array>(buffer, byteOffset, length); 90 Float64Array::Float64Array(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) 91 : TypedArrayBase<double>(buffer, byteOffset, length)
|
| Uint8ClampedArray.h | 80 PassRefPtr<Uint8ClampedArray> Uint8ClampedArray::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) 82 return TypedArrayBase<unsigned char>::create<Uint8ClampedArray>(buffer, byteOffset, length); 106 Uint8ClampedArray::Uint8ClampedArray(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) 107 : Uint8Array(buffer, byteOffset, length)
|
| /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/ |
| VertexArray11.h | 29 virtual void setElementArrayBuffer(const gl::Buffer *buffer) { }
|
| /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/ |
| VertexArray9.h | 30 virtual void setElementArrayBuffer(const gl::Buffer *buffer) { }
|
| /external/chromium_org/third_party/harfbuzz-ng/src/ |
| hb-ot-shape-private.hh | 59 inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, buffer); } 60 inline void position (hb_font_t *font, hb_buffer_t *buffer) const { map.position (this, font, buffer); }
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| windtfmt.cpp | 240 UChar *buffer = stackBuffer; local 242 result = GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, STACK_BUFFER_SIZE); 248 buffer = NEW_ARRAY(UChar, newLength); 249 GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, newLength); 253 appendTo.append(buffer, (int32_t) wcslen(buffer)); 255 if (buffer != stackBuffer) { 256 DELETE_ARRAY(buffer); 266 UChar *buffer = stackBuffer; local 268 result = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, STACK_BUFFER_SIZE) [all...] |
| /external/chromium_org/third_party/icu/source/test/cintltst/ |
| currtest.c | 160 UChar buffer[256]; local 170 unum_formatDouble(fmt, 123.456, buffer, sizeof(buffer)/sizeof(buffer[0]), NULL, &status); 172 if (u_strcmp(buffer, expectedBuf) != 0) { 177 unum_formatDouble(fmt, 123.456, buffer, sizeof(buffer)/sizeof(buffer[0]), NULL, &status); 179 if (u_strcmp(buffer, expectedBuf) != 0) { 184 unum_formatDouble(fmt, 123.456, buffer, sizeof(buffer)/sizeof(buffer[0]), NULL, &status) 197 UChar buffer[4]; local [all...] |
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| csdetest.h | 39 virtual const char *getPath(char buffer[2048], const char *filename);
|
| ssearch.h | 41 virtual const char *getPath(char buffer[2048], const char *filename);
|
| /external/chromium_org/third_party/leveldatabase/src/util/ |
| posix_logger.h | 31 // We try twice: the first time with a fixed-size stack allocated buffer, 32 // and the second time with a much larger dynamically allocated buffer. 33 char buffer[500]; local 38 bufsize = sizeof(buffer); 39 base = buffer; 74 continue; // Try again with larger buffer 88 if (base != buffer) {
|
| /external/chromium_org/third_party/libjpeg_turbo/simd/ |
| jsimd_arm.c | 37 check_feature (char *buffer, char *feature) 42 if (strncmp(buffer, "Features", 8) != 0) 44 buffer += 8; 45 while (isspace(*buffer)) 46 buffer++; 48 /* Check if 'feature' is present in the buffer as a separate word */ 49 while ((p = strstr(buffer, feature))) { 50 if (p > buffer && !isspace(*(p - 1))) { 51 buffer++; 56 buffer++ 67 char *buffer = (char *)malloc(bufsize); local [all...] |
| /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
| mkvwriter.hpp | 30 virtual int32 Write(const void* buffer, uint32 length);
|
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
| u_draw_quad.h | 51 util_draw_user_vertex_buffer(struct cso_context *cso, void *buffer,
|
| /external/chromium_org/third_party/mesa/src/src/mesa/main/ |
| buffers.h | 3 * Frame buffer management functions declarations. 51 _mesa_readbuffer(struct gl_context *ctx, GLenum buffer, GLint bufferIndex);
|
| /external/chromium_org/third_party/skia/include/core/ |
| SkFlattenable.h | 21 * 2. call flatten(buffer) to write out enough data for the factory to read 23 * Unflattening is easy for the caller: new_instance = factory(buffer) 32 * a thin factory DeepCreateProc. It checks the version of the buffer, and if it is pre-deep, 33 * then it calls through to a (usually protected) constructor, passing the buffer. 34 * If the buffer is newer, then it directly calls the "real" factory: CreateProc. 56 static SkFlattenable* DeepCreateProc(SkReadBuffer& buffer) { \ 57 if (NeedsDeepUnflatten(buffer)) { \ 58 return SkNEW_ARGS(flattenable, (buffer)); \ 60 return CreateProc(buffer); \ 118 to recreate your class given a buffer (previously written to by you [all...] |
| /external/chromium_org/third_party/skia/src/gpu/ |
| GrRenderTarget.cpp | 18 void* buffer, 28 config, buffer, rowBytes, 34 const void* buffer, 44 config, buffer, rowBytes,
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
| sysinfo.h | 58 // On some platforms, this call will utilize the same, static buffer for 88 #ifndef SWIG // SWIG doesn't like struct Buffer and variable arguments. 103 struct Buffer { 106 // we have to make a buffer that's "always" big enough 108 #else // a one-line buffer is good enough 119 // handler). "buffer" should point to a ProcMapsIterator::Buffer 120 // buffer can be NULL in which case a bufer will be allocated. 121 ProcMapsIterator(pid_t pid, Buffer *buffer); [all...] |
| /external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
| realloc_unittest.cc | 46 // Fill a buffer of the specified size with a predetermined pattern 47 static void Fill(unsigned char* buffer, int n) { 49 buffer[i] = (i & 0xff); 53 // Check that the specified buffer has the predetermined pattern 55 static bool Valid(unsigned char* buffer, int n) { 57 if (buffer[i] != (i & 0xff)) {
|