/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/ |
gen_stats.h | 36 __u64 bytes; member in struct:gnet_stats_basic 41 __u64 bytes; member in struct:gnet_stats_basic_packed
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/netfilter/ |
xt_set.h | 76 struct ip_set_counter_match bytes; member in struct:xt_set_info_match_v3
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/ |
gen_stats.h | 36 __u64 bytes; member in struct:gnet_stats_basic 41 __u64 bytes; member in struct:gnet_stats_basic_packed
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/netfilter/ |
xt_set.h | 76 struct ip_set_counter_match bytes; member in struct:xt_set_info_match_v3
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/ |
gen_stats.h | 36 __u64 bytes; member in struct:gnet_stats_basic 41 __u64 bytes; member in struct:gnet_stats_basic_packed
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/netfilter/ |
xt_set.h | 76 struct ip_set_counter_match bytes; member in struct:xt_set_info_match_v3
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
gen_stats.h | 36 __u64 bytes; member in struct:gnet_stats_basic 41 __u64 bytes; member in struct:gnet_stats_basic_packed
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/netfilter/ |
xt_set.h | 76 struct ip_set_counter_match bytes; member in struct:xt_set_info_match_v3
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
gen_stats.h | 36 __u64 bytes; member in struct:gnet_stats_basic 41 __u64 bytes; member in struct:gnet_stats_basic_packed
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/netfilter/ |
xt_set.h | 76 struct ip_set_counter_match bytes; member in struct:xt_set_info_match_v3
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
gen_stats.h | 36 __u64 bytes; member in struct:gnet_stats_basic 41 __u64 bytes; member in struct:gnet_stats_basic_packed
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/netfilter/ |
xt_set.h | 76 struct ip_set_counter_match bytes; member in struct:xt_set_info_match_v3
|
/system/core/adb/ |
shell_service_test.cpp | 103 int bytes = adb_read(fd, cur_ptr, end_ptr - cur_ptr); local 104 if (bytes <= 0) { 107 cur_ptr += bytes;
|
/system/extras/tests/suspend_stress/ |
suspend_stress.cpp | 146 ssize_t bytes = read(fd, &fired, sizeof(fired)); local 147 if (bytes < 0) { 150 } else if (bytes < (ssize_t)sizeof(fired)) { 151 fprintf(stderr, "unexpected read from timer fd: %zd\n", bytes);
|
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
DocumentsClientTestCase.java | 101 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); local 105 bytes.write(buffer, 0, count); 107 return bytes.toByteArray();
|
/dalvik/dx/src/com/android/dx/cf/code/ |
BasicBlocker.java | 272 BytecodeArray bytes = method.getCode(); local 273 ByteBlock[] bbs = new ByteBlock[bytes.size()]; 328 BytecodeArray bytes = method.getCode(); local 346 bytes.processWorkSet(workSet, this); 389 * @param length length of the instruction, in bytes 422 * @param length length of the instruction, in bytes
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
DocumentsSample.java | 360 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); local 364 bytes.write(buffer, 0, count); 366 return bytes.toByteArray();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
CertBlacklist.java | 97 ByteArrayOutputStream bytes = new ByteArrayOutputStream((int) f.length()); local 102 return bytes; 104 bytes.write(buffer, 0, byteCount);
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
CertBlacklist.java | 96 ByteArrayOutputStream bytes = new ByteArrayOutputStream((int) f.length()); local 101 return bytes; 103 bytes.write(buffer, 0, byteCount);
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
Gdx2DPixmap.java | 103 ByteArrayOutputStream bytes = new ByteArrayOutputStream(1024);
local 108 bytes.write(buffer, 0, readBytes);
111 buffer = bytes.toByteArray();
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
LazyMessageLiteTest.java | 273 ByteString bytes = outer.toByteString(); local 274 assertEquals(bytes.size(), outer.getSerializedSize()); 276 LazyMessageLite deserialized = LazyMessageLite.parseFrom(bytes); 292 assertEquals(bytes, deserialized.toByteString()); 304 ByteString bytes = outer.toByteString(); local 313 LazyMessageLite deserialized = LazyMessageLite.parseFrom(bytes);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CharsetEncoder2Test.java | 155 * Test reserve bytes encode(CharBuffer,ByteBuffer,boolean) 162 ByteBuffer bytes = ByteBuffer.allocate(4); local 166 CoderResult result = encoder.encode(char1, bytes, false); 169 assertEquals(4, bytes.remaining()); 171 result = encoder.encode(char2, bytes, true); 175 assertEquals(0, bytes.remaining()); 178 assertEquals(4, bytes.limit()); 179 assertEquals((byte) 0xf0, bytes.get(0)); 180 assertEquals((byte) 0x90, bytes.get(1)); 181 assertEquals((byte) 0x80, bytes.get(2)) [all...] |
/art/runtime/gc/accounting/ |
space_bitmap.h | 48 // heap_begin of heap_capacity bytes, where objects are guaranteed to be kAlignment-aligned. 159 // Size in bytes of the memory that the bitmaps spans. 164 void SetHeapSize(size_t bytes) { 166 bitmap_size_ = OffsetToIndex(bytes) * sizeof(intptr_t); 167 CHECK_EQ(HeapSize(), bytes); local
|
/art/runtime/gc/space/ |
region_space-inl.h | 157 uint64_t bytes = 0; local 166 bytes += r->BytesAllocated(); 170 bytes += r->BytesAllocated(); 175 bytes += r->BytesAllocated(); 180 bytes += r->BytesAllocated(); 187 return bytes; 192 uint64_t bytes = 0; local 201 bytes += r->ObjectsAllocated(); 205 bytes += r->ObjectsAllocated(); 210 bytes += r->ObjectsAllocated() [all...] |
/art/runtime/native/ |
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 100 * (1b) bytes per entry 121 std::vector<uint8_t>& bytes = *reinterpret_cast<std::vector<uint8_t>*>(context); local 122 JDWP::Append4BE(bytes, t->GetThreadId()); 123 JDWP::Append1BE(bytes, Dbg::ToJdwpThreadStatus(t->GetState())); 124 JDWP::Append4BE(bytes, t->GetTid()); 125 JDWP::Append4BE(bytes, utime); 126 JDWP::Append4BE(bytes, stime); 127 JDWP::Append1BE(bytes, t->IsDaemon()); 131 std::vector<uint8_t> bytes; local 140 JDWP::Append1BE(bytes, kThstHeaderLen) [all...] |