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

<<11121314151617181920>>

  /external/v8/test/mjsunit/asm/
int32div.js 7 var heap = new ArrayBuffer(64 * 1024);
25 var divisors = [-2147483648, -32 * 1024, -1000, -16, -7, -2, -1, 0,
26 1, 3, 4, 10, 64, 100, 1024, 2147483647];
int32mod-constant.js 7 var heap = new ArrayBuffer(64 * 1024);
25 var divisors = [-2147483648, -32 * 1024, -1000, -16, -7, -2, -1, 0,
26 1, 3, 4, 10, 64, 100, 1024, 2147483647];
  /external/webrtc/webrtc/common_audio/vad/
vad_gmm_unittest.cc 32 EXPECT_EQ(1024, WebRtcVad_GaussianProbability(59, 0, 128, &delta));
34 EXPECT_EQ(1024, WebRtcVad_GaussianProbability(75, 128, 128, &delta));
36 EXPECT_EQ(1024, WebRtcVad_GaussianProbability(-75, -128, 128, &delta));
  /frameworks/base/libs/hwui/tests/unit/
StringUtilsTests.cpp 48 os << SizePrinter{5 * 1024 * 1024 + 520 * 1024};
  /hardware/intel/common/libmix/mix_video/src/
test.c 24 Drawable drawable = 1024;
51 mix_displayx11_set_drawable (x11, 1024);
71 mix_displayx11_set_drawable (x11, 1024);
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Platform.java 37 /** Returns a thread-local 1024-char array. */
44 * The starting size is 1024 characters. If we grow past this we don't
50 return new char[1024];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
posix_types.h 7 * This allows for 1024 file descriptors: if NR_OPEN is ever grown
8 * beyond that you'll have to change this too. But 1024 fd's seem to be
25 #define __FD_SETSIZE 1024
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
posix_types.h 7 * This allows for 1024 file descriptors: if NR_OPEN is ever grown
8 * beyond that you'll have to change this too. But 1024 fd's seem to be
25 #define __FD_SETSIZE 1024
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11256.go 33 var buf [1024]byte
44 x[i] = make([]byte, 1024*1024)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11256.go 33 var buf [1024]byte
44 x[i] = make([]byte, 1024*1024)
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
MtpDatabaseTest.java 200 createDocument(100, "note.txt", MtpConstants.FORMAT_TEXT, 1024),
201 createDocument(101, "image.jpg", MtpConstants.FORMAT_EXIF_JPEG, 2 * 1024 * 1024),
202 createDocument(102, "music.mp3", MtpConstants.FORMAT_MP3, 3 * 1024 * 1024)
203 }, new long[] { 1024L, 2L * 1024L * 1024L, 3L * 1024L * 1024L})
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
test_vault.py 63 self.vault.DefaultPartSize = 2 * 1024 * 1024
77 self.vault.DefaultPartSize = 8 * 1024 * 1024
90 self.getsize.return_value = 400 * 1024 * 1024 * 1024
98 expected_part_size = 64 * 1024 * 1024
170 part_size=1024 * 1024 * 1024 * 8
    [all...]
  /art/test/080-oom-throw/src/
Main.java 27 holder[i] = new char[1024 * 1024];
57 ArrayMemEater.blowup(new char[128 * 1024][]);
90 int size = 32 * 1024 * 1024;
  /cts/tests/app/app/src/android/app/stubs/
ActivityManagerMemoryClassTestActivity.java 33 private static final int ARRAY_BYTES_SIZE = 256 * 1024;
55 int numArrays = targetMbs * 1024 * 1024 / ARRAY_BYTES_SIZE;
62 + " (" + (i * ARRAY_BYTES_SIZE / 1024 / 1024) + "mb)");
  /external/iptables/extensions/
libxt_rateest.c 67 { "Kibit", 1024. },
69 { "Mibit", 1024.*1024. },
71 { "Gibit", 1024.*1024.*1024. },
73 { "Tibit", 1024.*1024.*1024.*1024. }
    [all...]
  /external/llvm/test/MC/Disassembler/Mips/msa/
test_mi10.txt 7 0x7a 0x00 0x20 0xe1 # CHECK: ld.h $w3, -1024($4)
14 0x7b 0x00 0x52 0x62 # CHECK: ld.w $w9, -1024($10)
17 0x79 0x00 0x6b 0x22 # CHECK: ld.w $w12, 1024($13)
22 0x7b 0x80 0x8c 0x23 # CHECK: ld.d $w16, -1024($17)
26 0x78 0x80 0xad 0x23 # CHECK: ld.d $w20, 1024($21)
  /external/v8/test/mjsunit/regress/
regress-619.js 42 for(var i = 0; i < 1024; i++) {
46 for(var i = 0; i < 1024; i++) {
50 for(var i = 0; i < 1024; i++) {
54 for(var i = 0; i < 1024; i++) {
58 for(var i = 0; i < 1024; i++) {
regress-typedarray-length.js 83 a = new MyTypedArray(1024);
89 assertEquals(1024, get(a));
90 assertEquals(1024, get(a));
91 assertEquals(1024, get(a));
93 assertEquals(1024, get(a));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_add.d 9 0+008 <[^>]+> f20f 4900 addw r9, pc, #1024 ; 0x400
10 0+00c <[^>]+> f509 6880 add.w r8, r9, #1024 ; 0x400
15 0+020 <[^>]+> f2af 4900 subw r9, pc, #1024 ; 0x400
16 0+024 <[^>]+> f5a9 6880 sub.w r8, r9, #1024 ; 0x400
28 0+04e <[^>]+> f50d 6580 add.w r5, sp, #1024 ; 0x400
  /external/autotest/client/tests/cgroup/
cgroup_client.py 28 size = 1024
41 for i in range(1024 * 1024):
88 dev.read(1024*1024)
102 for _ in range(1024*1024):
  /external/iproute2/ip/
iplink_bond.c 177 addattr8(n, 1024, IFLA_BOND_MODE, mode);
183 addattr32(n, 1024, IFLA_BOND_ACTIVE_SLAVE, ifindex);
185 addattr32(n, 1024, IFLA_BOND_ACTIVE_SLAVE, 0);
190 addattr32(n, 1024, IFLA_BOND_MIIMON, miimon);
195 addattr32(n, 1024, IFLA_BOND_UPDELAY, updelay);
200 addattr32(n, 1024, IFLA_BOND_DOWNDELAY, downdelay);
205 addattr8(n, 1024, IFLA_BOND_USE_CARRIER, use_carrier);
210 addattr32(n, 1024, IFLA_BOND_ARP_INTERVAL, arp_interval);
212 struct rtattr * nest = addattr_nest(n, 1024,
222 addattr32(n, 1024, i, addr)
    [all...]
  /external/iproute2/tc/
q_dsmark.c 72 addattr_l(n,1024,TCA_OPTIONS,NULL,0);
73 addattr_l(n,1024,TCA_DSMARK_INDICES,&ind,sizeof(ind));
77 addattr_l(n,1024,TCA_DSMARK_DEFAULT_INDEX,&tmp,sizeof(tmp));
79 if (set_tc_index) addattr_l(n,1024,TCA_DSMARK_SET_TC_INDEX,NULL,0);
99 addattr_l(n,1024,TCA_OPTIONS,NULL,0);
108 addattr_l(n,1024,TCA_DSMARK_MASK,&tmp,1);
117 addattr_l(n,1024,TCA_DSMARK_VALUE,&tmp,1);
  /system/update_engine/payload_generator/
full_update_generator_unittest.cc 39 config_.hard_chunk_size = 128 * 1024;
74 brillo::Blob new_part(9 * 1024 * 1024);
104 config_.hard_chunk_size = 1024 * 1024;
106 brillo::Blob new_part(1536 * 1024); // 1.5 MiB
127 brillo::Blob new_part(16 * 1024);
  /external/autotest/client/site_tests/graphics_Gbm/src/
gbmtest.c 260 bo = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING);
275 bo = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING);
323 bo = gbm_bo_create(gbm, 1024, 1024, format, GBM_BO_USE_RENDERING);
345 bo = gbm_bo_create(gbm, 1024, 1024, format, usage);
380 bo1 = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING)
    [all...]
  /external/libdrm/tests/amdgpu/
cs_tests.c 184 req.alloc_size = 4*1024;
243 req.alloc_size = 4*1024; /* msg */
244 req.alloc_size += 4*1024; /* fb */
247 req.alloc_size += ALIGN(sizeof(uvd_bitstream), 4*1024);
248 req.alloc_size += ALIGN(dpb_size, 4*1024);
249 req.alloc_size += ALIGN(dt_size, 4*1024);
273 ptr += 4*1024;
274 memset(ptr, 0, 4*1024);
276 ptr += 4*1024;
280 ptr += 4*1024;
    [all...]

Completed in 1604 milliseconds

<<11121314151617181920>>