/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
blktrace_api.h | 114 __u32 bytes; member in struct:blk_io_trace
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
blktrace_api.h | 114 __u32 bytes; member in struct:blk_io_trace
|
/system/netd/server/ |
CommandListener.cpp | 893 int64_t bytes; local 898 int rc = sBandwidthCtrl->getInterfaceSharedQuota(&bytes); 905 asprintf(&msg, "%" PRId64, bytes); 912 int64_t bytes; local 918 int rc = sBandwidthCtrl->getInterfaceQuota(argv[2], &bytes); 924 asprintf(&msg, "%" PRId64, bytes); [all...] |
/prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/ |
libprotobuf-java-lite-2.3.0.jar | |
/prebuilts/devtools/tools/lib/ |
jobb.jar | |
/bionic/libc/kernel/uapi/linux/ |
rds.h | 139 uint64_t bytes; member in struct:rds_iovec
|
telephony.h | 187 unsigned int bytes; member in union:telephony_exception
|
/bootable/recovery/updater/ |
install.c | 268 // fs_type="yaffs2" partition_type="MTD" location=partition fs_size=<bytes> mount_point=<location> 269 // fs_type="ext4" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location> 270 // fs_type="f2fs" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location> 273 // if fs_size < 0, then reserve that many bytes at the end of the partition (not for "f2fs") 572 printf("%s: failed to allocate %ld bytes for %s\n", 966 ErrorAbort(state, "%s: failed to alloc %lld bytes", name, (long long)st.st_size+1); 978 ErrorAbort(state, "%s: failed to read %lld bytes from %s", 1140 size_t bytes = strtol(bytes_str, &endptr, 10); local [all...] |
/development/ndk/platforms/android-3/include/linux/ |
telephony.h | 168 unsigned int bytes; member in union:telephony_exception
|
/development/ndk/platforms/android-L/include/linux/ |
rds.h | 139 uint64_t bytes; member in struct:rds_iovec
|
telephony.h | 187 unsigned int bytes; member in union:telephony_exception
|
/external/bluetooth/bluedroid/btif/src/ |
btif_config.c | 63 #define GET_CHILD_MAX_COUNT(node) (short)((int)(node)->bytes / sizeof(cfg_node)) 67 #define GET_NODE_COUNT(bytes) (bytes / sizeof(cfg_node)) 84 short bytes; member in struct:cfg_node_s 104 const char* value, short bytes, short type); 107 static short find_next_node(const cfg_node* p, short start, char* name, int* bytes); 119 bdld("%s, p->name:%s, child/value:%p, bytes:%d", 120 title, p->name, p->child, p->bytes); 187 int btif_config_get(const char* section, const char* key, const char* name, char* value, int* bytes, int* type) 190 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:__anon6373::EndianAwareFileReader::__anon6375
|
/external/chromium_org/cc/trees/ |
layer_tree_host.cc | 971 size_t bytes = local [all...] |
/external/chromium_org/chrome/browser/android/provider/ |
chrome_browser_provider.cc | 1116 std::vector<uint8> bytes; local [all...] |
/external/chromium_org/chrome/browser/favicon/ |
favicon_handler_unittest.cc | 338 scoped_refptr<base::RefCountedMemory> bytes = image.As1xPNGBytes(); variable 339 std::vector<unsigned char> bitmap_data(bytes->front(), 340 bytes->front() + bytes->size()); [all...] |
/external/chromium_org/chrome/browser/task_manager/ |
task_manager.cc | 514 size_t bytes = 0; local 515 if (!GetSqliteMemoryUsedBytes(index, &bytes)) 517 return GetMemCellText(bytes); [all...] |
/external/chromium_org/content/browser/download/ |
download_browsertest.cc | 421 int bytes = download->GetReceivedBytes(); variable 422 if (last_state_.state != state || last_state_.bytes_received > bytes) { 424 last_state_.bytes_received = bytes; 494 // Filter for waiting for a certain number of bytes. 655 // Checks that |path| is has |file_size| bytes, and matches the |value| [all...] |
/external/chromium_org/net/disk_cache/blockfile/ |
index_table_v3.cc | 159 uint8* bytes = bit_cast<uint8*>(&cell); local 162 result += (result >> 8) + (bytes[8] & 0x3f); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorResourceAgent.cpp | 232 Vector<char> bytes; local 233 request.httpBody()->flatten(bytes); 234 requestObject->setPostData(String::fromUTF8WithLatin1Fallback(bytes.data(), bytes.size())); [all...] |
/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:__anon16890 [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...] |