/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
asyncore.py | 533 self.out_buffer = '' 537 num_sent = dispatcher.send(self, self.out_buffer[:512]) 538 self.out_buffer = self.out_buffer[num_sent:] 544 return (not self.connected) or len(self.out_buffer) 549 self.out_buffer = self.out_buffer + data
|
/external/v8/src/ |
disassembler.cc | 124 v8::internal::EmbeddedVector<char, kOutBufferSize> out_buffer; local 125 StringBuilder out(out_buffer.start(), out_buffer.length());
|
/external/chromium_org/media/filters/ |
source_buffer_stream.h | 92 // Fills |out_buffer| with a new buffer. Buffers are presented in order from 95 // |out_buffer|'s timestamp may be earlier than the |timestamp| passed to 97 // Returns kSuccess if |out_buffer| is filled with a valid buffer, kNeedBuffer 100 Status GetNextBuffer(scoped_refptr<StreamParserBuffer>* out_buffer);
|
source_buffer_stream.cc | 122 // Updates |out_buffer| with the next buffer in presentation order. Seek() 124 // in order from the last call to Seek(). Returns true if |out_buffer| is 127 bool GetNextBuffer(scoped_refptr<StreamParserBuffer>* out_buffer); [all...] |
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
socket_test.cc | 429 char out_buffer[256]; local 431 inet_ntop(tests[i].family, addr, out_buffer, sizeof(out_buffer))); 432 EXPECT_EQ(std::string(expected), std::string(out_buffer));
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stacktrace.h | 32 typedef bool (*SymbolizeCallback)(const void *pc, char *out_buffer,
|
/external/chromium/net/http/ |
http_auth_gssapi_posix_unittest.cc | 62 gss_buffer_desc out_buffer = {arraysize(kInitialAuthResponse), local 70 out_buffer);
|
/external/chromium_org/net/http/ |
http_auth_gssapi_posix_unittest.cc | 62 gss_buffer_desc out_buffer = {arraysize(kInitialAuthResponse), local 70 out_buffer);
|
/external/compiler-rt/include/sanitizer/ |
asan_interface.h | 87 // "out_buffer". Description should be at most "out_size" bytes long. 90 bool __asan_symbolize(const void *pc, char *out_buffer,
|
/external/zlib/src/contrib/ada/ |
zlib.adb | 267 Out_Buffer : Stream_Element_Array 284 Out_Data => Out_Buffer, 288 if Out_Buffer'First <= Out_Last then 289 Data_Out (Out_Buffer (Out_Buffer'First .. Out_Last));
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_node_http.cc | 614 char* out_buffer = static_cast<char*>(buf); local 619 out_buffer, 635 out_buffer += bytes_read;
|
/external/chromium_org/v8/src/ |
disassembler.cc | 124 v8::internal::EmbeddedVector<char, kOutBufferSize> out_buffer; local 125 StringBuilder out(out_buffer.start(), out_buffer.length());
|
/external/chromium/chrome/browser/sync/engine/net/ |
server_connection_manager.cc | 104 int ServerConnectionManager::Post::ReadResponse(string* out_buffer, 108 out_buffer->assign(buffer_);
|
/external/chromium_org/sync/engine/net/ |
server_connection_manager.cc | 158 int ServerConnectionManager::Connection::ReadResponse(string* out_buffer, 162 out_buffer->assign(buffer_);
|
/external/chromium_org/third_party/ots/test/ |
cff_type2_charstring_test.cc | 91 // Adds a subroutine |subr| to |out_buffer| and |out_subr|. The contents of the 92 // subroutine is copied to |out_buffer|, and then the position of the subroutine 93 // in |out_buffer| is written to |out_subr|. Returns true on success. 95 std::vector<uint8_t>* out_buffer, ots::CFFIndex *out_subr) { 96 size_t pre_offset = out_buffer->size(); 99 if (!EncodeNumber(subr[i], out_buffer)) { 107 if (!EncodeOperator(subr[i], out_buffer)) { 118 out_subr->offsets.push_back(out_buffer->size()); [all...] |
/device/lge/mako/camera/mm-camera-interface/ |
mm_omx_jpeg_encoder.c | 113 static void *out_buffer; variable 145 out_buffer = output_buffer; 425 (void *) out_buffer); 679 OMX_UseBuffer(pHandle, &pOutBuffers, 1, NULL, size, (void *) out_buffer);
|
/external/compiler-rt/lib/asan/ |
asan_interface_internal.h | 111 /* OPTIONAL */ bool __asan_symbolize(const void *pc, char *out_buffer,
|
/development/ndk/platforms/android-3/include/linux/ |
hdreg.h | 72 unsigned char *out_buffer; member in struct:ide_ioctl_request_s
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_vbuf.c | 268 struct pipe_resource *out_buffer = NULL; local 318 &out_offset, &out_buffer, 351 &out_offset, &out_buffer, 375 mgr->real_vertex_buffer[out_vb].buffer = out_buffer; [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_vbuf.c | 268 struct pipe_resource *out_buffer = NULL; local 318 &out_offset, &out_buffer, 351 &out_offset, &out_buffer, 375 mgr->real_vertex_buffer[out_vb].buffer = out_buffer; [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
hdreg.h | 72 unsigned char *out_buffer; member in struct:ide_ioctl_request_s
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
hdreg.h | 72 unsigned char *out_buffer; member in struct:ide_ioctl_request_s
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
hdreg.h | 72 unsigned char *out_buffer; member in struct:ide_ioctl_request_s
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
hdreg.h | 72 unsigned char *out_buffer; member in struct:ide_ioctl_request_s
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
hdreg.h | 72 unsigned char *out_buffer; member in struct:ide_ioctl_request_s
|