/prebuilts/devtools/tools/lib/ |
jobb.jar | |
/bionic/libc/kernel/common/linux/ |
telephony.h | 187 unsigned int bytes; member in union:telephony_exception
|
/bootable/recovery/updater/ |
install.c | 199 // fs_type="yaffs2" partition_type="MTD" location=partition fs_size=<bytes> mount_point=<location> 200 // fs_type="ext4" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location> 203 // if fs_size < 0, then reserve that many bytes at the end of the partition 442 printf("%s: failed to allocate %ld bytes for %s\n", 915 ErrorAbort(state, "%s: failed to alloc %lld bytes", name, st.st_size+1); 927 ErrorAbort(state, "%s: failed to read %lld bytes from %s", 1091 size_t bytes = strtol(bytes_str, &endptr, 10); local [all...] |
/dalvik/vm/compiler/codegen/x86/libenc/ |
encoder.h | 44 // size of general-purpose value on the stack in bytes 46 // size of floating-point value on the stack in bytes 66 // size of general-purpose value on the stack in bytes 68 // size of general-purpose value on the stack in bytes 222 unsigned char bytes[8]; member in union:Imm_Opnd::__anon881 225 unsigned char bytes[4]; 695 // Add 1-7 bytes padding, with as few instructions as possible,
|
/development/ndk/platforms/android-3/include/linux/ |
telephony.h | 168 unsigned int bytes; member in union:telephony_exception
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
String2Test.java | 356 assertTrue("Returned incorrect bytes", sbytes[i] == (byte) hw1.charAt(i)); 387 "Wrong bytes UTF8: " + Integer.toHexString(i), 398 String bytes = null; local 400 bytes = new String(result, "UTF8"); 401 assertTrue("Wrong UTF8 byte length: " + bytes.length() + "(" 402 + i + ")", bytes.length() == 1); 405 + Integer.toHexString(bytes.charAt(0)) + " (" 406 + i + ")", bytes.charAt(0) == i); 411 byte[] bytes = new byte[1]; 413 bytes[0] = (byte) i [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_config.c | 60 #define GET_CHILD_MAX_COUNT(node) (short)((int)(node)->bytes / sizeof(cfg_node)) 64 #define GET_NODE_COUNT(bytes) (bytes / sizeof(cfg_node)) 81 short bytes; member in struct:cfg_node_s 102 const char* value, short bytes, short type); 105 static short find_next_node(const cfg_node* p, short start, char* name, int* bytes); 118 bdld("%s, p->name:%s, child/value:%p, bytes:%d", 119 title, p->name, p->child, p->bytes); 186 int btif_config_get(const char* section, const char* key, const char* name, char* value, int* bytes, int* type) 189 bdla(section && *section && key && *key && name && *name && bytes && type) [all...] |
/external/ceres-solver/examples/ |
libmv_bundle_adjuster.cc | 29 // order bytes of float values are stored in. This information is provided 56 // - Image for which camera belongs to (single 4 bytes integer value). 65 // - Track number point belongs to (single 4 bytes integer value). 73 // - Image marker belongs to single 4 bytes integer value). 74 // - Track marker belongs to single 4 bytes integer value). 266 unsigned char bytes[4]; member in union:__anon4005::EndianAwareFileReader::__anon4007
|
/external/chromium/base/metrics/ |
histogram.cc | 24 // Static table of checksums for all possible 8 bit bytes. 576 unsigned char bytes[sizeof(Histogram::Sample)]; member in union:base::__anon4137 580 sum = kCrcTable[(sum & 0xff) ^ converter.bytes[i]] ^ (sum >> 8); 584 // and we don't care about edge cases since we have an even number of bytes. [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host.cc | 894 size_t bytes = local 897 contents_texture_bytes += bytes; 902 if (bytes > max_background_texture_bytes) 903 max_background_texture_bytes = bytes; [all...] |
/external/chromium_org/chrome/browser/android/provider/ |
chrome_browser_provider.cc | 1111 std::vector<uint8> bytes; local [all...] |
/external/chromium_org/net/spdy/ |
spdy_framer_test.cc | 1675 const char bytes[] = "this is a test test test test test!"; local 1728 const char bytes[] = "this is a test test test test test!"; local 1802 const char bytes[] = "hello"; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorResourceAgent.cpp | 224 Vector<char> bytes; local 225 request.httpBody()->flatten(bytes); 226 requestObject->setPostData(String::fromUTF8WithLatin1Fallback(bytes.data(), bytes.size()));
|
/external/chromium_org/third_party/freetype/src/cff/ |
cfftypes.h | 51 /* off_size :: The size in bytes of object offsets in index. */ 54 /* bytes. */ 61 /* bytes :: If the index is loaded in memory, its bytes. */ 73 FT_Byte* bytes; member in struct:CFF_IndexRec_
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
custrtst.c | 1444 char bytes[40]; local [all...] |
ncnvtst.c | 1833 uint8_t bytes[8]; \/* partial input bytes resulting in no output *\/ member in struct:__anon13504 [all...] |
/external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
collperf.cpp | 1328 unsigned char bytes[10]; local [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
db_bench.cc | 82 // Number of bytes to buffer in memtable before compacting 86 // Number of bytes to use as a cache of uncompressed data. 317 fprintf(stdout, "Keys: %d bytes each\n", kKeySize); 318 fprintf(stdout, "Values: %d bytes each (%d bytes after compression)\n", 613 int64_t bytes = 0; local 615 while (bytes < 500 * 1048576) { 618 bytes += size; 623 thread->stats.AddBytes(bytes); 646 int64_t bytes = 0 local 673 int64_t bytes = 0; local 723 int64_t bytes = 0; local 746 int64_t bytes = 0; local 759 int64_t bytes = 0; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
stun.h | 59 STUN_ATTR_MESSAGE_INTEGRITY = 0x0008, // ByteString, 20 bytes 401 StunByteStringAttribute(uint16 type, const void* bytes, size_t length); 409 const char* bytes() const { return bytes_; } function in class:cricket::StunByteStringAttribute 412 void CopyBytes(const char* bytes); // uses strlen 413 void CopyBytes(const void* bytes, size_t length); 422 void SetBytes(char* bytes, size_t length); 527 STUN_ATTR_MAGIC_COOKIE = 0x000f, // ByteString, 4 bytes 581 STUN_ATTR_RESERVATION_TOKEN = 0x0022, // ByteString, 8 bytes.
|
/external/chromium_org/third_party/libwebp/enc/ |
picture.c | 33 uint8_t bytes[4]; member in union:__anon14012 35 #define ALPHA_IS_LAST (test_endian.bytes[3] == 0xff) 525 if (alpha[x] != 0xff) return 1; // TODO(skal): check 4/8 bytes at a time. 595 int step, // bytes per pixel 596 int rgb_stride, // bytes per scanline [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
teximage.c | 1418 uint64_t bytes = _mesa_format_image_size64(format, width, height, depth); local [all...] |
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
RopeByteString.java | 211 * @return string formed by copying data bytes 217 byte[] bytes = new byte[leftSize + rightSize]; 218 left.copyTo(bytes, 0, 0, leftSize); 219 right.copyTo(bytes, 0, leftSize, rightSize); 220 return new LiteralByteString(bytes); // Constructor wraps bytes 773 private ByteIterator bytes; field in class:RopeByteString.RopeByteIterator 778 bytes = pieces.next().iterator(); 791 if (!bytes.hasNext()) { 792 bytes = pieces.next().iterator() [all...] |
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libpng.cpp | 118 size_t bytes = sk_stream->read(data, length); local 119 if (bytes != length) { 261 * byte into separate bytes (useful for paletted and grayscale images). */ 551 // now check that if we are 4-bytes per pixel, we also don't overflow 612 We hit some images (e.g. fruit_.png) who contain bytes that are == colortable_count [all...] |
/external/chromium_org/third_party/skia/src/pipe/ |
SkGPipeWrite.cpp | 87 virtual void* allocThrow(size_t bytes) SK_OVERRIDE; 123 void* FlattenableHeap::allocThrow(size_t bytes) { 124 void* ptr = sk_malloc_throw(bytes); 297 size_t bytes = fWriter.size() - fBytesNotified; local 298 if (bytes > 0) { 299 fController->notifyWritten(bytes); 300 fBytesNotified += bytes; [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
deep-heap-profile.cc | 132 RAW_LOG(0, "pagemap read failed @ %#llx %" PRId64 " bytes", 170 size_t bytes = page_size; local 174 bytes = last_address - page_address + 1; 179 bytes -= first_address - page_address; 182 committed_size += bytes; 582 const int bytes = table_size * sizeof(DeepBucket*); local 583 table_ = reinterpret_cast<DeepBucket**>(alloc(bytes)); 584 memset(table_, 0, bytes); [all...] |