/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
DisconnectTest.java | 44 private static final int SOCKET_BUFFER_SIZE = 256 * 1024; 75 int requestBodySize = 2 * 1024 * 1024; // 2 MiB 78 .throttleBody(64 * 1024, 125, TimeUnit.MILLISECONDS)); // 500 Kbps 87 byte[] buffer = new byte[1024]; 101 int responseBodySize = 2 * 1024 * 1024; // 2 MiB 105 .throttleBody(64 * 1024, 125, TimeUnit.MILLISECONDS)); // 500 Kbps 112 byte[] buffer = new byte[1024];
|
ThreadInterruptTest.java | 46 private static final int SOCKET_BUFFER_SIZE = 256 * 1024; 77 int requestBodySize = 2 * 1024 * 1024; // 2 MiB 80 .throttleBody(64 * 1024, 125, TimeUnit.MILLISECONDS)); // 500 Kbps 89 byte[] buffer = new byte[1024]; 103 int responseBodySize = 2 * 1024 * 1024; // 2 MiB 107 .throttleBody(64 * 1024, 125, TimeUnit.MILLISECONDS)); // 500 Kbps 114 byte[] buffer = new byte[1024];
|
/external/llvm/test/Transforms/LoopVectorize/ |
dbg.value.ll | 7 @A = global [1024 x i32] zeroinitializer, align 16 8 @B = global [1024 x i32] zeroinitializer, align 16 9 @C = global [1024 x i32] zeroinitializer, align 16 20 %arrayidx = getelementptr inbounds [1024 x i32], [1024 x i32]* @B, i64 0, i64 %indvars.iv, !dbg !19 22 %arrayidx2 = getelementptr inbounds [1024 x i32], [1024 x i32]* @C, i64 0, i64 %indvars.iv, !dbg !19 25 %arrayidx4 = getelementptr inbounds [1024 x i32], [1024 x i32]* @A, i64 0, i64 %indvars.iv, !dbg !19 30 %exitcond = icmp ne i32 %lftr.wideiv, 1024, !dbg !1 [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AtomicTest.java | 52 initS(true, 1024); 57 assertEquals("Incorrect value for Cas ", (10 + 1024*1024), mReturnData[0]); 61 initU(true, 1024); 66 assertEquals("Incorrect value for UCas ", (10 + 1024*1024), mReturnData[0]); 70 initS(true, 1024); 75 assertEquals("Incorrect value for Inc ", (10 + 1024*1024), mReturnData[0]); 79 initU(true, 1024); [all...] |
large_global.rs | 18 char buf[2*1024*1024];
|
/external/llvm/test/CodeGen/AMDGPU/ |
schedule-vs-if-nested-loop.ll | 36 %23 = load <4 x float>, <4 x float> addrspace(9)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(9)* null, i64 0, i32 1) 40 %27 = load <4 x float>, <4 x float> addrspace(9)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(9)* null, i64 0, i32 1) 44 %31 = load <4 x float>, <4 x float> addrspace(9)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(9)* null, i64 0, i32 1) 48 %35 = load <4 x float>, <4 x float> addrspace(9)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(9)* null, i64 0, i32 1) 52 %39 = load <4 x float>, <4 x float> addrspace(9)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(9)* null, i64 0, i32 2 [all...] |
/external/skia/bench/ |
SkGlyphCacheBench.cpp | 117 DEF_BENCH( return new SkGlyphCacheBasic(256 * 1024); ) 118 DEF_BENCH( return new SkGlyphCacheBasic(32 * 1024 * 1024); ) 119 DEF_BENCH( return new SkGlyphCacheStressTest(256 * 1024); ) 120 DEF_BENCH( return new SkGlyphCacheStressTest(32 * 1024 * 1024); )
|
/external/autotest/client/profilers/powertop/src/ |
misctips.c | 49 char buffer[1024]; 59 memset(buffer, 0, 1024); 72 memset(buffer, 0, 1024); 98 char buffer[1024]; 102 memset(buffer, 0, 1024); 119 char buffer[1024]; 123 memset(buffer, 0, 1024); 162 char buffer[1024]; 166 memset(buffer, 0, 1024); 187 char buffer[1024]; [all...] |
/cts/tests/tests/webkit/assets/webkit/ |
test_databaseaccess.html | 20 var db = window.openDatabase('test', '1.0', 'results', 1*1024*1024);
|
/development/ndk/platforms/android-3/include/linux/ |
resource.h | 54 #define _STK_LIM (8*1024*1024)
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
pgtable-2level-defs.h | 24 #define PTRS_PER_PGD 1024 25 #define PTRS_PER_PTE 1024
|
/external/autotest/client/site_tests/hardware_MemoryThroughput/ |
control | 24 sizes=[ 16 * 1024 * 1024])
|
control.cache_copy_1thread | 23 sizes=[ 4096, 192 * 1024, 512 * 1024])
|
/external/autotest/client/site_tests/hardware_TrimIntegrity/ |
control.quick | 22 job.run_test('hardware_TrimIntegrity', file_size=16*1024*1024)
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
pthread_create_version.cc | 14 const size_t sz = 1024 * 1024;
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
large_allocator_unpoisons_on_free.cc | 28 void *p = my_memalign(kPageSize, 1024 * 1024);
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
allocators_sanity.cc | 8 int *p = (int*)malloc(1024 * sizeof(int)); 14 p[1024] = 0;
|
dll_aligned_mallocs.cc | 17 int *p = (int*)_aligned_malloc(1024 * sizeof(int), 32); 26 p[1024] = 0;
|
dll_allocators_sanity.cc | 10 int *p = (int*)malloc(1024 * sizeof(int)); 16 p[1024] = 0;
|
/external/compiler-rt/test/tsan/ |
java_alloc.cc | 4 int const kHeapSize = 1024 * 1024;
|
java_finalizer.cc | 13 int const kHeapSize = 1024 * 1024;
|
java_lock.cc | 17 int const kHeapSize = 1024 * 1024;
|
java_race_pc.cc | 22 int const kHeapSize = 1024 * 1024;
|
java_rwlock.cc | 17 int const kHeapSize = 1024 * 1024;
|
/external/e2fsprogs/misc/ |
mke2fs.conf.in | 24 blocksize = 1024 29 blocksize = 1024
|