Searched
full:buffers (Results
776 -
800 of
2624) sorted by null
<<31323334353637383940>>
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 769 public void glDeleteBuffers(int n, int[] buffers, int offset) { 773 public void glDeleteBuffers(int n, IntBuffer buffers) { 777 public void glGenBuffers(int n, int[] buffers, int offset) { 781 public void glGenBuffers(int n, IntBuffer buffers) {
|
/development/tools/emulator/system/libqemu/ |
test_guest_2.c | 151 /* Allocate buffers, setup their data */
|
/device/samsung/crespo/include/ |
hal_public.h | 114 int (*Post2)(framebuffer_device_t *fb, buffer_handle_t *buffers,
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
CommonTokenStream.java | 35 * Even though it buffers all of the tokens, this token stream pulls tokens
|
/external/apache-http/src/org/apache/http/entity/ |
BufferedHttpEntity.java | 43 * A wrapping entity that buffers it content if necessary.
|
/external/apache-http/src/org/apache/http/impl/io/ |
AbstractSessionOutputBuffer.java | 46 * Abstract base class for session output buffers that stream data
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
WriterToASCI.java | 116 * buffers in a chain of Writers and OutputStreams.
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
strings.sgml | 5 text buffers which grow automatically as text is added
|
/external/chromium/base/ |
platform_file.h | 126 // Flushes the buffers of the given file.
|
/external/chromium/chrome/browser/resources/ |
bug_report.js | 95 // Note, categories are based from 1 in our protocol buffers, so no
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_model_associator.h | 103 // buffers).
|
/external/chromium/net/socket/ |
ssl_client_socket_win.h | 161 SecBuffer in_buffers_[2]; // Input buffers for InitializeSecurityContext.
|
/external/chromium/net/spdy/ |
spdy_session_unittest.cc | 83 IOBufferWithSize* buffers[kNumDuplicates]; local 85 buffers[index] = new IOBufferWithSize(index+1); 86 queue_.push(SpdyIOBuffer(buffers[index], buffers[index]->size(), 0, NULL));
|
/external/chromium/net/url_request/ |
url_request_job_tracker_unittest.cc | 93 // have to hold on to the buffers in the async case.
|
/external/clang/include/clang/Frontend/ |
ChainedIncludesSource.h | 59 /// Return the amount of memory used by memory buffers, breaking down
|
/external/clang/test/Analysis/ |
taint-generic.c | 148 // If both buffers are trusted, do not issue a warning.
|
/external/clang/tools/libclang/ |
Indexing.cpp | 233 SmallVector<const llvm::MemoryBuffer *, 8> Buffers; 237 I = Buffers.begin(), E = Buffers.end(); I != E; ++I) 340 BufOwner->Buffers.push_back(Buffer);
|
/external/dbus/dbus/ |
dbus-message-private.h | 43 * a byte stream into a series of DBusMessage. It buffers the incoming
|
/external/e2fsprogs/lib/ext2fs/ |
inode_io.c | 278 * Flush data buffers to disk.
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
Channel.java | 79 * since the receive buffers on the other side are full, and receiver
|
/external/grub/netboot/ |
eepro100.c | 63 * recieve ring of buffers. This is neat if you need high performance: 64 * you can write the buffers asynchronously to the chip reading the 65 * buffers and transmitting them over the network. Performance is NOT 213 /* A speedo3 TX buffer descriptor with two buffers... */
|
epic100.h | 56 #define INTR_RX_BUFF_EMPTY (0x00200000) /* rx buffers empty. NI */
|
/external/hyphenation/ |
example.c | 127 /* set aside some buffers to hold lower cased */
|
hyphen.h | 116 rep, pos, cut: pointers (point to the allocated and _zeroed_ buffers
|
/external/icu4c/common/ |
loclikely.cpp | 341 * don't know if the user-supplied buffers overlap. 434 * results into the corresponding output parameters. The buffers are null-terminated, 438 * parameters, and must contain the capacity of their corresponding buffers on 439 * input. On output, they will contain the actual length of the buffers, not [all...] |
Completed in 2213 milliseconds
<<31323334353637383940>>