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

<<21222324252627282930>>

  /external/e2fsprogs/tests/u_mke2fs/
script 12 echo mke2fs -q -F -o Linux -b 1024 test.img > $OUT
13 $MKE2FS -F -o Linux -I 128 -b 1024 $TMPFILE >> $OUT 2>&1
18 $MKE2FS -q -F -o Linux -I 256 -O uninit_bg -E lazy_itable_init=1 -b 1024 $TMPFILE >> $OUT 2>&1
  /external/fio/
log.c 11 char buffer[1024];
39 char buffer[1024];
67 char buffer[1024];
  /external/llvm/test/CodeGen/X86/
atom-lea-sp.ll 18 %arr = alloca [1024 x i8], align 16
19 %arr_ptr = getelementptr inbounds [1024 x i8], [1024 x i8]* %arr, i8 0, i8 0
  /external/llvm/test/Transforms/InstCombine/
strcat-1.ll 20 %target = alloca [1024 x i8]
21 %arg1 = getelementptr [1024 x i8], [1024 x i8]* %target, i32 0, i32 0
strncat-1.ll 19 %target = alloca [1024 x i8]
20 %arg1 = getelementptr [1024 x i8], [1024 x i8]* %target, i32 0, i32 0
  /external/opencv3/modules/core/perf/
perf_dft.cpp 12 #define MAT_SIZES_DFT cv::Size(320, 480), cv::Size(800, 600), cv::Size(1280, 1024), sz1080p, sz2K
50 cv::Size(1024, 768), cv::Size(1280, 1024),
  /external/selinux/policycoreutils/sepolicy/
sepolicy-network.8 59 all ports < 1024 (reserved_port_type)
73 all ports > 500 and < 1024 (rpc_port_type)
81 all ports > 500 and < 1024 (rpc_port_type)
  /frameworks/rs/tests/cppstrided/
compute.cpp 12 uint32_t numElems = 1024;
17 if (tempStride < 1024) {
18 printf("stride must be greater than or equal to 1024\n");
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGeneratorSpiTest.java 59 keyPairGen.initialize(1024, new SecureRandom());
61 keyPairGen.initialize(-1024, new SecureRandom());
66 keyPairGen.initialize(1024, null);
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
UsbTunerTvInputService.java 40 private static final int MAX_CACHE_SIZE_DEF = 2 * 1024; // 2GB
56 1024L * 1024 * maxCacheSizeMb));
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
simdtest.cpp 46 for (size_t i = 0; i < 1024; i++)
48 for (size_t i = 0; i < 1024; i += step)
50 buffer[1024] = '\0';
  /system/core/metricsd/collectors/
disk_usage_collector.cc 59 used_space / (1024 * 1024),
61 1024, // up to 1 GB.
  /art/test/099-vmdebug/
expected.txt 16 Test tracing with bogus (< 1024 && != 0) filesize
  /bionic/libc/dns/include/
resolv_static.h 21 char hostbuf[8*1024];
  /bionic/libc/kernel/uapi/linux/
resource.h 69 #define _STK_LIM (8 * 1024 * 1024)
70 #define MLOCK_LIMIT ((PAGE_SIZE > 64 * 1024) ? PAGE_SIZE : 64 * 1024)
  /development/ndk/platforms/android-21/include/linux/
resource.h 69 #define _STK_LIM (8*1024*1024)
70 #define MLOCK_LIMIT ((PAGE_SIZE > 64*1024) ? PAGE_SIZE : 64*1024)
  /development/ndk/platforms/android-3/include/linux/
limits.h 15 #define NR_OPEN 1024
  /development/tools/emulator/skins/WSVGA/
layout 15 width 1024
  /development/tools/idegen/templates/idea/
compiler.xml 21 <option name="MAXIMUM_HEAP_SIZE" value="1024" />
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRReaderStream.m 18 static NSInteger READ_BUFFER_SIZE = 1024;
19 static NSInteger INITIAL_BUFFER_SIZE = 1024;
123 uint8_t buf[1024];
125 len = [(NSInputStream *)stream read:buf maxLength:1024];
  /external/autotest/client/deps/webgl_clear/files/
WebGLClear.html 25 var w = 1024;
26 var h = 1024;
81 <canvas id="canvas" width="1024" height="1024" style="width: 100%; height: 100%;"></canvas>
  /external/autotest/client/site_tests/hardware_MemoryThroughput/
hardware_MemoryThroughput.py 56 str(size / 1024) + 'KB')
72 parallel=1, sizes= [ 4096, 192 * 1024, 32 * 1024 * 1024 ]):
  /external/autotest/client/site_tests/hardware_TLBMissCost/src/
Makefile 15 ./generateBenchmarkFunction.sh 4096 1024 > iTLB_benchmark_function.c
  /external/autotest/client/site_tests/security_Minijail_seccomp/src/
fail.c 10 #define SIZE 1024
ok.c 10 #define SIZE 1024

Completed in 1703 milliseconds

<<21222324252627282930>>