HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 601 - 625 of 1204) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileio.py 16 from test.test_support import py3k_bytes as bytes namespace
35 p.write(bytes(range(10)))
42 self.f.write(bytes(range(20)))
326 # Opening a bytes filename
369 f.write(bytes(bytearray(range(10))))
384 f.write(bytes(range(11)))
389 if data != bytes(range(5)):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 38 # get the raw 16 bytes of the UUID
39 >>> x.bytes
43 >>> uuid.UUID(bytes=x.bytes)
61 of 16 bytes (with all the integer fields in big-endian order) as an
62 argument named 'bytes', or a string of 16 bytes (with the first three
68 bytes the UUID as a 16-byte string (containing the six
101 def __init__(self, hex=None, bytes=None, bytes_le=None, fields=None,
104 a string of 16 bytes as the 'bytes' argument, a string of 16 byte
208 bytes = property(get_bytes) variable in class:UUID
    [all...]
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.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 
  /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 1264 char bytes[4] = { 'x', 'x', 'x', 'x' }; local
1846 char bytes[1024]; local
    [all...]
  /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...]
  /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
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
InputStreamReaderTest.java 42 byte[] bytes; field in class:InputStreamReaderTest.LimitedByteArrayInputStream
50 bytes = new byte[] { 0x61, 0x72 };
53 bytes = new byte[] { (byte) 0xff, (byte) 0xfe, 0x61, 0x72 };
56 bytes = new byte[] { '\u001b', '$', 'B', '6', 'e', 'B', 'h',
60 count = bytes.length;
74 return bytes[bytes.length - count];
85 buffer[offset] = bytes[bytes.length - count];
PipedInputStreamTest.java 28 public byte bytes[]; field in class:PipedInputStreamTest.PWriter
32 pos.write(bytes);
38 System.out.println("Could not write bytes");
44 bytes = new byte[nbytes];
45 for (int i = 0; i < bytes.length; i++) {
46 bytes[i] = (byte) (System.currentTimeMillis() % 9);
115 assertTrue("Available returned incorrect number of bytes: "
156 assertEquals("Non-conected pipe returned non-zero available bytes", 0,
166 assertEquals("Available returned incorrect number of bytes", 1000, pis
184 assertEquals("Available returned incorrect number of bytes", 1000, pi
    [all...]
  /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/third_party/libjingle/source/talk/p2p/base/
stun.h 67 STUN_ATTR_USERNAME = 0x0006, // ByteString, multiple of 4 bytes
68 STUN_ATTR_PASSWORD = 0x0007, // ByteString, multiple of 4 bytes
69 STUN_ATTR_MESSAGE_INTEGRITY = 0x0008, // ByteString, 20 bytes
76 STUN_ATTR_MAGIC_COOKIE = 0x000f, // ByteString, 4 bytes
254 const char* bytes() const { return bytes_; } function in class:cricket::StunByteStringAttribute
256 void SetBytes(char* bytes, uint16 length);
258 void CopyBytes(const char* bytes); // uses strlen
259 void CopyBytes(const void* bytes, uint16 length);
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 280 const std::string& bytes) const;
343 const std::string& bytes) const {
348 if (favicon->size() != bytes.size())
351 if (bytes[i] != *(favicon->front() + i))
476 std::string bytes = "bytes"; local
478 TriggerSyncFaviconReceived(GURL(page_url), GURL(fav_url), bytes, 0); local
480 EXPECT_TRUE(ExpectFaviconEquals(page_url, bytes));
486 std::string bytes = "bytes"; local
496 TriggerSyncFaviconReceived(GURL(page_url), GURL(fav_url), bytes, 0); local
504 std::string bytes = "bytes"; local
507 TriggerSyncFaviconReceived(GURL(page_url), GURL(fav_url), bytes, 0); local
523 std::string bytes = "bytes"; local
525 TriggerSyncFaviconReceived(GURL(page_url), GURL(fav_url), bytes, 0); local
530 TriggerSyncFaviconReceived(GURL(page2_url), GURL(fav_url), bytes, 0); local
    [all...]
  /external/chromium_org/chrome_frame/
urlmon_url_request.cc 125 DVLOG(1) << __FUNCTION__ << me() << " bytes read: " << bytes_copied;
514 << " bytes. url=" << url();
526 DVLOG(1) << __FUNCTION__ << me() << "bytes available: " << size;
1088 std::vector<char> bytes; local
    [all...]
  /external/chromium_org/content/browser/download/
download_browsertest.cc 412 int bytes = download->GetReceivedBytes(); variable
413 if (last_state_.state != state || last_state_.bytes_received > bytes) {
415 last_state_.bytes_received = bytes;
485 // Filter for waiting for a certain number of bytes.
594 // Checks that |path| is has |file_size| bytes, and matches the |value|
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc 368 int32_t bytes = ppb_urlloader_interface->ReadResponseBody( local
375 if (bytes != PP_OK_COMPLETIONPENDING) {
376 URLPartialRead(user_data, bytes);
408 int32_t bytes = ppb_urlloader_interface->ReadResponseBody( local
415 if (bytes == PP_OK_COMPLETIONPENDING)
419 URLPartialRead(req, bytes);
  /external/chromium_org/net/cert/
x509_certificate_unittest.cc 1116 std::vector<uint8> bytes; local
    [all...]
  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc 562 size_t bytes = bytesPerCodePoint(curr); local
563 drawText(draw, curr, bytes, pos[0], y, paint);
564 curr += bytes;
  /external/chromium_org/third_party/WebKit/Source/wtf/
Vector.h 1070 size_t bytes = m_size * sizeof(T); local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_lmb.c 72 based, in that the bytes from 0x20 - 0x7F are almost exactly the
76 bytes from 0x20-0x7F are represented by the same single-byte values in LMBCS.
78 The general LMBCS code unit is from 1-3 bytes. We can describe the 3 bytes as
84 data bytes. The maximum size of a LMBCS chjaracter is 3 bytes:
88 The single-byte values from 0x20 to 0x7F are examples of single D1 bytes.
103 which national character standard is being used for the 'D' bytes.
123 character is one of those 12 values, you can interpret the remaining bytes of
125 ANSI bytes already are represented in single bytes, using one of the character
1206 char bytes[2]; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtrn.c 873 static const uint8_t bytes[]={ 0xe0, 0xa5, 0x9c, 0 }; local
924 static const uint8_t bytes[]={ local
    [all...]

Completed in 1422 milliseconds

<<21222324252627282930>>