HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 726 - 750 of 1804) sorted by null

<<21222324252627282930>>

  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /art/runtime/
jni_internal_test.cc 1138 char bytes[4] = { 'x', 'x', 'x', 'x' }; local
1608 char bytes[1024]; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
blktrace_api.h 114 __u32 bytes; member in struct:blk_io_trace
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 229 * @param out The bytes to write
455 int bytes; local
461 bytes = mmInStream.read(buffer);
463 // Send the obtained bytes to the UI Activity
464 mHandler.obtainMessage(MESSAGE_READ, bytes, -1, buffer)
476 * @param buffer The bytes to write
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 42 /** {@code non-null;} underlying bytes */
43 private final ByteArray bytes; field in class:BytecodeArray
54 * @param bytes {@code non-null;} underlying bytes
58 public BytecodeArray(ByteArray bytes, ConstantPool pool) {
59 if (bytes == null) {
60 throw new NullPointerException("bytes == null");
67 this.bytes = bytes;
77 return bytes;
    [all...]
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 240 * @param out The bytes to write
473 int bytes; local
479 bytes = mmInStream.read(buffer);
481 // Send the obtained bytes to the UI Activity
482 mHandler.obtainMessage(Constants.MESSAGE_READ, bytes, -1, buffer)
497 * @param buffer The bytes to write
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 240 * @param out The bytes to write
473 int bytes; local
479 bytes = mmInStream.read(buffer);
481 // Send the obtained bytes to the UI Activity
482 mHandler.obtainMessage(Constants.MESSAGE_READ, bytes, -1, buffer)
497 * @param buffer The bytes to write
  /development/ndk/platforms/android-L/include/linux/
blktrace_api.h 114 __u32 bytes; member in struct:blk_io_trace
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 215 * @param out The bytes to write
448 int bytes; local
454 bytes = mmInStream.read(buffer);
456 // Send the obtained bytes to the UI Activity
457 mHandler.obtainMessage(BluetoothChat.MESSAGE_READ, bytes, -1, buffer)
471 * @param buffer The bytes to write
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java 240 * @param out The bytes to write
473 int bytes; local
479 bytes = mmInStream.read(buffer);
481 // Send the obtained bytes to the UI Activity
482 mHandler.obtainMessage(Constants.MESSAGE_READ, bytes, -1, buffer)
497 * @param buffer The bytes to write
  /external/bison/lib/
bitset_stats.c 679 size_t bytes; local
699 bytes = abitset_bytes (n_bits);
700 sbset = xcalloc (1, bytes);
705 bytes = lbitset_bytes (n_bits);
706 sbset = xcalloc (1, bytes);
711 bytes = ebitset_bytes (n_bits);
712 sbset = xcalloc (1, bytes);
717 bytes = vbitset_bytes (n_bits);
718 sbset = xcalloc (1, bytes);
quotearg.c 470 be the first bytes of multibyte characters, which means
543 size_t bytes = mbrtowc (&w, &arg[i + m], local
545 if (bytes == 0)
547 else if (bytes == (size_t) -1)
552 else if (bytes == (size_t) -2)
569 for (j = 1; j < bytes; j++)
583 m += bytes;
692 embedded null bytes only if ARGSIZE is not SIZE_MAX, SIZE is not
701 /* Elide embedded null bytes if we can't return a size. */
795 /* Elide embedded null bytes since we don't return a size. *
    [all...]
  /external/blktrace/
blktrace_api.h 100 __u32 bytes; /* transfer length */ member in struct:blk_io_trace
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x_unittest.cc 555 const uint8_t* bytes = NULL; local
561 EXPECT_TRUE(reader.PopArrayOfBytes(&bytes, &length));
568 TestKWallet::Blob(bytes, length)) ? 0 : 1);
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 273 const std::string& bytes) const;
335 const std::string& bytes) const {
340 if (favicon->size() != bytes.size())
343 if (bytes[i] != *(favicon->front() + i))
468 std::string bytes = "bytes"; local
470 TriggerSyncFaviconReceived(GURL(page_url), GURL(fav_url), bytes, 0); local
472 EXPECT_TRUE(ExpectFaviconEquals(page_url, bytes));
478 std::string bytes = "bytes"; local
488 TriggerSyncFaviconReceived(GURL(page_url), GURL(fav_url), bytes, 0); local
496 std::string bytes = "bytes"; local
499 TriggerSyncFaviconReceived(GURL(page_url), GURL(fav_url), bytes, 0); local
515 std::string bytes = "bytes"; local
517 TriggerSyncFaviconReceived(GURL(page_url), GURL(fav_url), bytes, 0); local
522 TriggerSyncFaviconReceived(GURL(page2_url), GURL(fav_url), bytes, 0); local
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.cc 293 size_t bytes = 4 * rect_.width * rect_.height; local
295 RenderThread::Get()->HostAllocateSharedMemoryBuffer(bytes);
296 if (!bitmap->Map(bytes)) {
299 DrawSceneSoftware(bitmap->memory(), bytes);
417 void TestPlugin::DrawSceneSoftware(void* memory, size_t bytes) {
418 DCHECK_EQ(bytes, rect_.width * rect_.height * 4u);
  /external/chromium_org/media/filters/
ffmpeg_demuxer.cc 748 double bytes = filesize_in_bytes; local
750 return bytes * 8000000.0 / duration_us;
    [all...]
  /external/chromium_org/net/cert/
x509_certificate_unittest.cc 1093 std::vector<uint8> bytes; local
    [all...]
  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc 556 size_t bytes = bytesPerCodePoint(curr); local
557 drawText(draw, curr, bytes, pos[0], y, paint);
558 curr += bytes;

Completed in 1044 milliseconds

<<21222324252627282930>>