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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/cc/resources/
resource.cc 9 size_t Resource::bytes() const { function in class:cc::Resource
  /external/clang/test/CodeGen/
2005-07-26-UnionInitCrash.c 3 union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0}; member in union:__anon23154
  /external/bison/lib/
calloc.c 56 size_t bytes = n * s; local
57 if (bytes / s != n)
mbswidth.c 101 size_t bytes; local
104 bytes = mbrtowc (&wc, p, plimit - p, &mbstate);
106 if (bytes == (size_t) -1)
119 if (bytes == (size_t) -2)
132 if (bytes == 0)
134 bytes = 1;
158 p += bytes;
  /external/chromium_org/components/proximity_auth/
wire_message_unittest.cc 71 std::string bytes = local
74 WireMessage::Deserialize(bytes, &is_incomplete);
83 std::string bytes = header + "{\"payload\": \"YQ==\"}"; local
85 WireMessage::Deserialize(bytes, &is_incomplete);
95 std::string bytes = header + "{\"permit_id\": \"Hi!\"}"; local
97 WireMessage::Deserialize(bytes, &is_incomplete);
106 std::string bytes = header + "{\"permit_id\": \"\", \"payload\": \"YQ==\"}"; local
108 WireMessage::Deserialize(bytes, &is_incomplete);
118 std::string bytes = header + "{\"permit_id\": \"Hi!\", \"payload\": \"\"}"; local
120 WireMessage::Deserialize(bytes, &is_incomplete)
128 std::string bytes = local
139 std::string bytes = local
152 std::string bytes = header + local
    [all...]
  /external/chromium_org/printing/
image_mac.cc 24 size_t bytes = row_length_ * size_.height(); local
25 DCHECK(bytes);
27 data_.resize(bytes);
  /external/pdfium/core/src/fxcrt/
fx_basic_plex.cpp 23 FX_BYTE* bytes = (FX_BYTE*) p; local
25 FX_Allocator_Free(pAllocator, bytes);
  /art/runtime/gc/allocator/
rosalloc-inl.h 39 byte* bytes = reinterpret_cast<byte*>(m); local
41 DCHECK_EQ(bytes[i], 0);
  /bionic/tests/
uchar_test.cpp 84 char bytes[MB_LEN_MAX]; local
85 EXPECT_EQ(1U, c16rtomb(bytes, L'\0', NULL));
93 char bytes[MB_LEN_MAX]; local
95 memset(bytes, 0, sizeof(bytes));
96 EXPECT_EQ(1U, c16rtomb(bytes, L'h', NULL));
97 EXPECT_EQ('h', bytes[0]);
103 memset(bytes, 0, sizeof(bytes));
104 EXPECT_EQ(1U, c16rtomb(bytes, L'h', NULL))
124 char bytes[MB_LEN_MAX]; local
140 char bytes[MB_LEN_MAX]; local
282 char bytes[MB_LEN_MAX]; local
    [all...]
  /external/chromium_org/components/rappor/
bloom_filter.h 19 // Constructs a BloomFilter using |bytes_size| bytes of Bloom filter bits,
32 const ByteVector& bytes() const { return bytes_; }; function in class:rappor::BloomFilter
34 // Sets bytes for testing purposes.
35 void SetBytesForTesting(const ByteVector& bytes);
  /external/chromium_org/gpu/ipc/
gpu_command_buffer_traits.cc 49 const char* bytes = NULL; local
50 if (!m->ReadBytes(iter, &bytes, sizeof(p->name)))
52 DCHECK(bytes);
53 memcpy(p->name, bytes, sizeof(p->name));
  /external/chromium_org/skia/ext/
bitmap_platform_device.h 31 int64_t bytes = (int64_t)width * height * bytesPerPixel; local
32 return bytes > SKIA_EXT_RASTER_DEVICE_ALLOCATION_MAX;
  /external/chromium_org/third_party/libvpx/source/libvpx/
md5_utils.h 12 * To compute the message digest of a chunk of bytes, declare an
14 * needed on buffers full of bytes, and then call MD5Final, which
36 UWORD32 bytes[2]; member in struct:MD5Context
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
loader.cpp 23 unsigned char * bytes; local
34 radeon_llvm_compile(wrap(mod), &bytes, &byte_count, TargetGPUName.c_str(), 1); local
  /external/chromium_org/ui/base/text/
bytes_formatting_unittest.cc 13 int64 bytes; member in struct:ui::__anon21287
29 EXPECT_EQ(cases[i].expected, GetByteDisplayUnits(cases[i].bytes));
34 int64 bytes; member in struct:ui::__anon21288
41 // sense (zero or bytes).
43 // the display of file sizes or bytes consistently around three
73 FormatBytesWithUnits(cases[i].bytes, cases[i].units, false));
75 FormatBytesWithUnits(cases[i].bytes, cases[i].units, true));
  /external/conscrypt/src/main/java/org/conscrypt/
ByteArray.java 25 private final byte[] bytes; field in class:ByteArray
28 ByteArray(byte[] bytes) {
29 this.bytes = bytes;
30 this.hashCode = Arrays.hashCode(bytes);
44 return Arrays.equals(bytes, lhs.bytes);
  /external/flac/libFLAC/include/private/
md5.h 15 * To compute the message digest of a chunk of bytes, declare an
17 * needed on buffers full of bytes, and then call MD5Final, which
34 FLAC__uint32 bytes[2]; member in struct:__anon26132
  /external/google-tv-pairing-protocol/cpp/src/polo/encoding/
hexadecimalencoder.cc 34 uint8_t* bytes; local
35 size_t length = polo::util::PoloUtil::HexStringToBytes(secret, bytes);
36 std::vector<uint8_t> decoded(bytes, bytes + length);
37 delete[] bytes;
  /external/libvpx/libvpx/
md5_utils.h 12 * To compute the message digest of a chunk of bytes, declare an
14 * needed on buffers full of bytes, and then call MD5Final, which
36 UWORD32 bytes[2]; member in struct:MD5Context
  /external/mesa3d/src/gallium/drivers/radeon/
loader.cpp 23 unsigned char * bytes; local
34 radeon_llvm_compile(wrap(mod), &bytes, &byte_count, TargetGPUName.c_str(), 1); local
  /external/valgrind/main/helgrind/tests/
tc16_byterace.c 7 char bytes[10]; variable
13 bytes[2*i + 0] ++; /* child accesses: 0 2 4 6 8 */
28 bytes accessed */
30 bytes[2*i + 1] ++; /* accesses: 1 3 5 7 9 */
32 /* Unprotected relative to child, but harmful; same bytes */
34 bytes[3*i + 1] ++; /* accesses: 1 4(race!) 7 */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
md5_utils.h 12 * To compute the message digest of a chunk of bytes, declare an
14 * needed on buffers full of bytes, and then call MD5Final, which
36 UWORD32 bytes[2]; member in struct:MD5Context
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bytes/
BytesResource.java 1 package com.bumptech.glide.load.resource.bytes;
6 private byte[] bytes; field in class:BytesResource
8 public BytesResource(byte[] bytes) {
9 this.bytes = bytes;
14 return bytes;
19 return bytes.length;
  /libcore/luni/src/main/java/java/io/
OutputStreamWriter.java 30 * the target input stream is converted into bytes by either a default or a
33 * of bytes to be written to target stream and converts these into characters as
44 private ByteBuffer bytes = ByteBuffer.allocate(8192); field in class:OutputStreamWriter
52 * the non-null target stream to write converted bytes to.
65 * the target stream to write converted bytes to.
95 * the target stream to write converted bytes to.
113 * the target stream to write converted bytes to.
143 bytes = null;
149 * Flushes this writer. This implementation ensures that all buffered bytes
150 * are written to the target stream. After writing the bytes, the targe
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSProcessableByteArray.java 19 private final byte[] bytes; field in class:CMSProcessableByteArray
22 byte[] bytes)
24 this(new ASN1ObjectIdentifier(CMSObjectIdentifiers.data.getId()), bytes);
29 byte[] bytes)
32 this.bytes = bytes;
37 return new ByteArrayInputStream(bytes);
43 zOut.write(bytes);
48 return Arrays.clone(bytes);

Completed in 1465 milliseconds

1 2 3 4 5 6 7 8 91011>>