HomeSort by relevance Sort by last modified time
    Searched refs:readBuf (Results 1 - 20 of 20) sorted by null

  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 78 readBuf = 0;
99 char *readBuf; // the read buffer
142 readBuf = (char*)malloc(readBufSize);
143 if (!readBuf)
170 if (readBuf)
172 free(readBuf);
173 readBuf = 0;
211 if (pAddrInfo == 0 || readBuf == 0)
250 read_count = read(sockd, &readBuf[total_read], readBufSize);
264 frame = loadPixels(readBuf, width, height)
    [all...]
  /external/chromium_org/third_party/icu/source/test/iotest/
filetst.c     [all...]
  /external/icu/icu4c/source/test/iotest/
filetst.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
framebuffer.c 798 const struct gl_renderbuffer *readBuf = fb->_ColorReadBuffer;
799 if (!readBuf) {
802 ASSERT(_mesa_get_format_bits(readBuf->Format, GL_RED_BITS) > 0 ||
803 _mesa_get_format_bits(readBuf->Format, GL_ALPHA_BITS) > 0 ||
804 _mesa_get_format_bits(readBuf->Format, GL_TEXTURE_LUMINANCE_SIZE) > 0 ||
805 _mesa_get_format_bits(readBuf->Format, GL_TEXTURE_INTENSITY_SIZE) > 0 ||
806 _mesa_get_format_bits(readBuf->Format, GL_INDEX_BITS) > 0);
  /external/mesa3d/src/mesa/main/
framebuffer.c 798 const struct gl_renderbuffer *readBuf = fb->_ColorReadBuffer;
799 if (!readBuf) {
802 ASSERT(_mesa_get_format_bits(readBuf->Format, GL_RED_BITS) > 0 ||
803 _mesa_get_format_bits(readBuf->Format, GL_ALPHA_BITS) > 0 ||
804 _mesa_get_format_bits(readBuf->Format, GL_TEXTURE_LUMINANCE_SIZE) > 0 ||
805 _mesa_get_format_bits(readBuf->Format, GL_TEXTURE_INTENSITY_SIZE) > 0 ||
806 _mesa_get_format_bits(readBuf->Format, GL_INDEX_BITS) > 0);
  /build/tools/zipalign/
ZipFile.h 197 status_t readBuf(const unsigned char* buf, int len);
ZipFile.cpp 269 result = mEOCD.readBuf(buf + i, readAmount - i);
1131 unsigned char readBuf[32768];
1136 size_t getSize = sizeof(readBuf);
    [all...]
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 305 byte[] readBuf = (byte[]) msg.obj;
307 String readMessage = new String(readBuf, 0, msg.arg1);
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 305 byte[] readBuf = (byte[]) msg.obj;
307 String readMessage = new String(readBuf, 0, msg.arg1);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 271 byte[] readBuf = (byte[]) msg.obj;
273 String readMessage = new String(readBuf, 0, msg.arg1);
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiServiceDiscoveryActivity.java 281 byte[] readBuf = (byte[]) msg.obj;
283 String readMessage = new String(readBuf, 0, msg.arg1);
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatFragment.java 305 byte[] readBuf = (byte[]) msg.obj;
307 String readMessage = new String(readBuf, 0, msg.arg1);
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 494 tcu::TextureLevel readBuf(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), rendered.getWidth(), rendered.getHeight());
495 glu::readPixels(m_renderCtx, viewportX, viewportY, readBuf.getAccess());
497 tcu::copy(rendered, readBuf);
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c     [all...]
  /bootable/recovery/minzip/
Zip.c 513 unsigned char readBuf[32 * 1024];
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1022 milliseconds