HomeSort by relevance Sort by last modified time
    Searched full:1024 (Results 1 - 25 of 9809) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gradle-plugin/com/google/gms/google-services/2.1.0-beta3/
google-services-2.1.0-beta3.pom.sha1 0 1024e6cf48d69218451598880d60609776c26af
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
attr-unknown-1024-1.s 1 .c6xabi_attribute 1024, 1
attr-unknown-7.d 4 #source: attr-unknown-1024-1.s
5 #source: attr-unknown-1024-1.s
6 #error: .*error: unknown mandatory EABI object attribute 1024
  /art/test/081-hot-exceptions/
expected.txt 2 exception = 1024
  /external/strace/xlat/
fcntlcmds.in 22 F_SETLEASE (1024 + 0)
23 F_GETLEASE (1024 + 1)
24 F_NOTIFY (1024 + 2)
25 F_CANCELLK (1024 + 5)
26 F_DUPFD_CLOEXEC (1024 + 6)
27 F_SETPIPE_SZ (1024 + 7)
28 F_GETPIPE_SZ (1024 + 8)
29 F_ADD_SEALS (1024 + 9)
30 F_GET_SEALS (1024 + 10)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
rgn-over8.s 3 .zero 1024
5 .zero 1024
7 .zero 1024
  /external/libunwind/tests/
ia64-test-stack.h 1 #define NSTACKS 1024
  /external/opencv3/modules/python/test/
leak2.py 9 a = cv.CreateImage((1024,1024), cv.IPL_DEPTH_8U, 1)
10 b = cv.CreateMat(1024, 1024, cv.CV_8UC1)
11 c = cv.CreateMatND([1024,1024], cv.CV_8UC1)
  /external/clang/test/SemaCXX/
integer-overflow.cpp 9 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536870912 with type 'int'}}
13 uint64_t overflow = 4608 * 1024 * 1024,
15 overflow2 = (uint64_t)(4608 * 1024 * 1024),
17 overflow3 = (uint64_t)(4608 * 1024 * 1024 * i),
19 overflow4 = (1ULL * ((4608) * ((1024) * (1024))) + 2ULL)
    [all...]
  /external/clang/test/Sema/
integer-overflow.c 9 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536870912 with type 'int'}}
13 uint64_t overflow = 4608 * 1024 * 1024,
15 overflow2 = (uint64_t)(4608 * 1024 * 1024),
17 overflow3 = (uint64_t)(4608 * 1024 * 1024 * i),
19 overflow4 = (1ULL * ((4608) * ((1024) * (1024))) + 2ULL)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
v9branch1.s 5 .skip (128 * 1024 - 16)
8 .skip (128 * 1024 - 4)
13 .skip (1024 * 1024 - 16)
16 .skip (1024 * 1024 - 4)
v9branch4.s 5 .skip (1024 * 1024 - 12)
v9branch5.s 4 .skip (1024 * 1024)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
pr13839.t 9 . = ASSERT((_end - _text <= (512 * 1024 * 1024)), "foo");
  /external/valgrind/none/tests/linux/
mremap.c 34 p = mkmap(1024*1024);
35 np = mremap(p, 1024*1024, 256*1024, 0); /* shrink, fixed */
42 munmap(np, 256*1024);
44 p = mkmap(1024*1024);
45 np = mremap(p, 1024*1024, 256*1024, MREMAP_MAYMOVE); /* shrink, maymove */
    [all...]
brk-overflow1.c 9 ptr = sbrk(9*1024*1024);
mremap6.c 26 p = mkmap(1024*1024);
27 np = mremap(p, 1024*1024, 2048*1024, MREMAP_MAYMOVE); /* grow, maymove */
  /external/v8/test/mjsunit/regress/
regress-353004.js 7 var buffer1 = new ArrayBuffer(100 * 1024);
16 var buffer2 = new ArrayBuffer(100 * 1024);
21 return 100 * 1024;
26 var buffer3 = new ArrayBuffer(100 * 1024 * 1024);
34 var buffer4 = new ArrayBuffer(100 * 1024);
38 return 100 * 1024 * 1024;
43 var buffer5 = new ArrayBuffer(100 * 1024);
47 }}, 100 * 1024 * 1024)
    [all...]
  /system/core/libion/tests/
exit_test.cpp 30 static const size_t allocationSizes[] = {4*1024, 64*1024, 1024*1024, 2*1024*1024};
48 static const size_t allocationSizes[] = {4*1024, 64*1024, 1024*1024, 2*1024*1024}
    [all...]
allocate_test.cpp 29 static const size_t allocationSizes[] = {4*1024, 64*1024, 1024*1024, 2*1024*1024};
44 static const size_t allocationSizes[] = {4*1024, 64*1024, 1024*1024, 2*1024*1024}
    [all...]
  /external/e2fsprogs/tests/m_desc_size_128/
script 3 MKE2FS_OPTS="-b 1024 -O 64bit,extents -g 1024 -N 8192 -E desc_size=128"
  /external/llvm/test/Assembler/
2007-04-20-AlignedStore.ll 1 ; RUN: llvm-as < %s | llvm-dis | grep "align 1024"
6 store i32 0, i32* %arg, align 1024
  /external/autotest/frontend/migrations/
069_tko_tests_extend_reason_table.py 6 ALTER TABLE tko_tests MODIFY reason VARCHAR(1024);
  /external/llvm/test/Transforms/BBVectorize/
mem-op-depth.ll 5 @A = common global [1024 x float] zeroinitializer, align 16
6 @B = common global [1024 x float] zeroinitializer, align 16
10 %V1 = load float, float* getelementptr inbounds ([1024 x float], [1024 x float]* @A, i64 0, i64 0), align 16
11 %V2 = load float, float* getelementptr inbounds ([1024 x float], [1024 x float]* @A, i64 0, i64 1), align 4
12 %V3= load float, float* getelementptr inbounds ([1024 x float], [1024 x float]* @A, i64 0, i64 2), align 8
13 %V4 = load float, float* getelementptr inbounds ([1024 x float], [1024 x float]* @A, i64 0, i64 3), align
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
test_utils.py 36 self.assertEqual(minimum_part_size(1), 4 * 1024 * 1024)
40 self.assertEqual(minimum_part_size(8 * 1024 * 1024),
41 4 * 1024 * 1024)
47 self.assertEqual(minimum_part_size(8 * 1024 * 1024 * 10000),
48 8 * 1024 * 1024)
    [all...]

Completed in 670 milliseconds

1 2 3 4 5 6 7 8 91011>>