HomeSort by relevance Sort by last modified time
    Searched full:1024 (Results 126 - 150 of 13691) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/autotest/client/site_tests/platform_CrosDisksFilesystem/
ext3_tests 4 "block_size": 1024,
14 "block_size": 1024,
25 "block_size": 1024,
ext4_tests 4 "block_size": 1024,
14 "block_size": 1024,
25 "block_size": 1024,
ntfs_tests 4 "block_size": 1024,
15 "block_size": 1024,
27 "block_size": 1024,
vfat_tests 4 "block_size": 1024,
14 "block_size": 1024,
25 "block_size": 1024,
  /external/compiler-rt/test/tsan/
java_lock_move.cc 19 int const kHeapSize = 1024 * 1024;
23 int const kMove = 1024;
java_race_move.cc 15 int const kHeapSize = 1024 * 1024;
19 int const kMove = 1024;
  /external/e2fsprogs/tests/f_orphan/
expect.1 1 Clearing orphaned inode 15 (uid=0, gid=0, mode=040755, size=1024)
3 Clearing orphaned inode 16 (uid=0, gid=0, mode=040755, size=1024)
5 Clearing orphaned inode 13 (uid=0, gid=0, mode=040755, size=1024)
  /external/e2fsprogs/tests/r_1024_small_bg/
script 3 test_description="ext2 1024 blocksize with small block groups"
4 FEATURES="-t ext2 -O ^resize_inode -b 1024 -g 1024"
  /external/llvm/test/CodeGen/AMDGPU/
store-vector-ptrs.ll 8 define void @store_vector_ptrs(<4 x i32*>* %out, <4 x [1024 x i32]*> %array) nounwind {
9 %p = getelementptr [1024 x i32], <4 x [1024 x i32]*> %array, <4 x i16> zeroinitializer, <4 x i16> <i16 16, i16 16, i16 16, i16 16>
  /external/llvm/test/MC/Sparc/
sparc-directives.s 12 ! SPARC32: .half 1024
13 ! SPARC64: .half 1024
14 .half 1024
  /external/swiftshader/src/SwiftShader/
SwiftShader.ini 14 VertexRoutineCacheSize=1024
15 PixelRoutineCacheSize=1024
16 SetupRoutineCacheSize=1024
  /external/swiftshader/third_party/LLVM/test/Transforms/LICM/
2011-07-06-Alignment.ll 3 @A = common global [1024 x float] zeroinitializer, align 4
11 %arrayidx = getelementptr [1024 x float]* @A, i64 0, i64 3
15 %exitcond = icmp ne i64 %indvar, 1024
  /external/toybox/tests/
test_human_readable.test 7 testing "l 1024" "test_human_readable 123456789" "118M\n" "" ""
9 testing "s 1024" "test_human_readable 5675" "5.5K\n" "" ""
13 # 267350/1024=261.08. We say 261K and coreutils says 262K.
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_copy_test.java 34 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
35 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
37 float[] f1 = new float[1024 * 2];
38 float[] f2 = new float[1024 * 2];
58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
61 float[] f1 = new float[1024 * 4];
62 float[] f2 = new float[1024 * 4];
82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
83 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_copy_test.java 33 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
34 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
36 float[] f1 = new float[1024 * 2];
37 float[] f2 = new float[1024 * 2];
57 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
58 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
60 float[] f1 = new float[1024 * 4];
61 float[] f2 = new float[1024 * 4];
81 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
82 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_copy_test.java 35 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
36 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
38 float[] f1 = new float[1024 * 2];
39 float[] f2 = new float[1024 * 2];
59 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
60 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
62 float[] f1 = new float[1024 * 4];
63 float[] f2 = new float[1024 * 4];
83 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
84 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
    [all...]
  /system/core/libcutils/arch-x86_64/
cache.h 18 #define SHARED_CACHE_SIZE (1024*1024) /* Silvermont L2 Cache */
19 #define DATA_CACHE_SIZE (24*1024) /* Silvermont L1 Data Cache */
  /external/openssh/openbsd-compat/
fmt_scaled.c 61 1024LL,
62 1024LL*1024,
63 1024LL*1024*1024,
64 1024LL*1024*1024*1024,
    [all...]
  /external/toybox/toys/other/
truncate.c 20 SIZE suffix: k=1024, m=1024^2, g=1024^3, t=1024^4, p=1024^5, e=1024^6
  /external/valgrind/exp-bbv/tests/amd64-linux/
complex_rep.S 6 # 11 + 8*1024 + 3 = 8206
16 mov $1024,%rcx
18 rep stosb # store 1024 times
31 mov $1024, %rbx
34 mov $1024,%rcx
38 mov $1024,%rcx
  /external/valgrind/exp-bbv/tests/x86/
complex_rep.S 6 # 11 + 8*1024 + 3 = 8206
16 mov $1024,%ecx
18 rep stosb # store 1024 times
31 mov $1024, %ebx
34 mov $1024,%ecx
38 mov $1024,%ecx
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
resource.h 61 #define _STK_LIM (10*1024*1024)
62 #define EXEC_STACK_BIAS (2*1024*1024)
68 #define MLOCK_LIMIT ((PAGE_SIZE > 64*1024) ? PAGE_SIZE : 64*1024)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
am33_5.s 60 mov (-1024,sp),r2
61 mov r2,(-1024,sp)
62 movbu (-1024,sp),r2
63 movbu r2,(-1024,sp)
64 movhu (-1024,sp),r2
65 movhu r2,(-1024,sp)
  /cts/tests/tests/net/src/android/net/http/cts/
HttpResponseCacheTest.java 61 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
68 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
69 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
74 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
77 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024);
    [all...]
  /development/ndk/platforms/android-9/include/linux/
threads.h 21 #define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : (sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))

Completed in 1411 milliseconds

1 2 3 4 56 7 8 91011>>