HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 276 - 300 of 8031) sorted by null

<<11121314151617181920>>

  /bionic/libc/kernel/common/linux/
delay.h 27 #define mdelay(n) ( (__builtin_constant_p(n) && (n)<=MAX_UDELAY_MS) ? udelay((n)*1000) : ({unsigned long __ms=(n); while (__ms--) udelay(1000);}))
31 #define ndelay(x) udelay(((x)+999)/1000)
  /external/chromium_org/sandbox/linux/suid/
process_util.h 18 // adjustment is [-1000, 1000], with [0, 1000] being user accessible.
  /external/chromium_org/third_party/sqlite/src/test/
bitvec.test 128 sqlite3BitvecBuiltinTest 4000 {3 1000 4 1000 3 1000 4 1000 3 1000 4 1000
129 3 1000 4 1000 3 1000 4 1000 3 1000 4 1000 0
    [all...]
trigger8.test 14 # (triggers with 100s or 1000s of statements) work.
28 # heap, use 1000.
32 set nStatement 1000
  /external/valgrind/main/memcheck/tests/
pdb-realloc.c 16 char* x = malloc(1000);
19 for (i = 0; i < 1000; i++)
26 for (i = 0; i < 1000; i++)
  /system/extras/tests/schedtest/
schedtest.c 33 usleep(1000);
40 if (!(i % 1000)) {
41 avg /= 1000;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
max.decTest 97 maxx091 max Inf -1000 -> Infinity
102 maxx096 max Inf 1000 -> Infinity
104 maxx098 max -1000 Inf -> Infinity
110 maxx104 max 1000 Inf -> Infinity
114 maxx121 max -Inf -1000 -> -1000
119 maxx126 max -Inf 1000 -> 1000
122 maxx129 max -1000 -Inf -> -1000
    [all...]
min.decTest 86 mnmx091 min Inf -1000 -> -1000
91 mnmx096 min Inf 1000 -> 1000
93 mnmx098 min -1000 Inf -> -1000
99 mnmx104 min 1000 Inf -> 1000
103 mnmx121 min -Inf -1000 -> -Infinity
108 mnmx126 min -Inf 1000 -> -Infinit
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
max.decTest 97 maxx091 max Inf -1000 -> Infinity
102 maxx096 max Inf 1000 -> Infinity
104 maxx098 max -1000 Inf -> Infinity
110 maxx104 max 1000 Inf -> Infinity
114 maxx121 max -Inf -1000 -> -1000
119 maxx126 max -Inf 1000 -> 1000
122 maxx129 max -1000 -Inf -> -1000
    [all...]
  /external/chromium_org/ash/
dip_unittest.cc 34 UpdateDisplay("1000x900*1.0f");
40 EXPECT_EQ("0,0 1000x900", display.bounds().ToString());
42 EXPECT_EQ("0,0 1000x852", work_area.ToString());
57 EXPECT_EQ("0,0 1000x900", display_2x.bounds().ToString());
59 EXPECT_EQ("0,0 1000x852", work_area.ToString());
  /external/chromium_org/base/process/
memory.h 44 const int kMaxOomScore = 1000;
48 // adjustment is [-1000, 1000], with [0, 1000] being user accessible.
50 // of [0, 1000], then we revert to using the older oom_adj, and
  /external/chromium_org/v8/test/mjsunit/
string-natives.js 44 for (i = 0; i < 26; i++) %_TwoByteSeqStringSetChar(s3, i, i+1000);
45 for (i = 0; i < 26; i++) assertEquals(s3[i], String.fromCharCode(i+1000));
48 for (var i = 0; i < 1000; i++) {
55 for (var i = 0; i < 1000; i++) {
62 for (var i = 0; i < 1000; i++) {
array-length.js 48 a[1000] = 1000;
56 assertEquals('undefined', typeof a[1000]);
63 a[1000] = 1000;
71 assertEquals(1000, a[1000]);
84 a[1000] = 1000;
98 assertEquals(1000, a[1000])
    [all...]
  /external/chromium_org/v8/test/webkit/
dfg-integer-optimization.js 36 for (var i = 0; i < 1000; ++i) {
38 var a = i * 1000 * 1000 * 10;
39 var b = i * 1000 * 1000 * 10 + 1;
  /frameworks/base/core/tests/coretests/src/android/provider/
SmsProviderTest.java 46 Long.toString(now - (5 * 24 * 60 * 60 * 1000)),
47 Long.toString(now - (2 * 24 * 60 * 60 * 1000)),
48 Long.toString(now - (5 * 60 * 60 * 1000)),
49 Long.toString(now - (30 * 60 * 1000)),
50 Long.toString(now - (5 * 60 * 1000)),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.specializations/
duration.pass.cpp 31 std::chrono::duration<long, std::ratio<1, 1000> >,
32 std::chrono::duration<long, std::ratio<1, 1000> > >();
34 std::chrono::duration<int, std::ratio<1, 1000> >,
35 std::chrono::duration<long, std::ratio<1, 1000> > >();
37 std::chrono::duration<short, std::ratio<1, 1000> >,
  /packages/apps/Exchange/tests/src/com/android/exchange/
EasAccountServiceTests.java 41 svc.mPingMaxHeartbeat = 1000;
48 assertEquals(1000, svc.mPingMaxHeartbeat);
54 svc.mPingMaxHeartbeat = 1000;
61 assertEquals(1000, svc.mPingMaxHeartbeat);
67 svc.mPingMaxHeartbeat = 1000;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fpformat.py 50 for val in (1000.0/3, 1000, 1000.0, .002, 1.0/3, 1e10):
57 self.assertEqual(fix(1.0, 1000), '1.'+('0'*1000))
58 self.assertEqual(sci("1"+('0'*1000), 0), '1e+1000')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fpformat.py 50 for val in (1000.0/3, 1000, 1000.0, .002, 1.0/3, 1e10):
57 self.assertEqual(fix(1.0, 1000), '1.'+('0'*1000))
58 self.assertEqual(sci("1"+('0'*1000), 0), '1e+1000')
  /external/chromium_org/v8/test/cctest/
test-date.cc 47 int days = DaysFromTime(time_sec * 1000);
48 int time_in_day_sec = TimeInDay(time_sec * 1000, days) / 1000;
52 return rule == NULL ? 0 : rule->offset_sec * 1000;
116 date_cache->GetDaylightSavingsOffsetFromOS(time / 1000);
146 CheckDST(september_10 + 2 * 3600 - 1000);
148 CheckDST(august_20 + 2 * 3600 - 1000);
155 CheckDST(time - 1000);
156 CheckDST(time + 1000);
165 CheckDST(september_10 + 2 * 3600 - 1000);
    [all...]
  /external/llvm/test/CodeGen/X86/
reverse_branches.ll 18 %strs = alloca [1000 x [1001 x i8]], align 16
23 %cmp = icmp slt i32 %j.0, 1000
29 %cmp2 = icmp slt i32 %0, 1000
33 %arraydecay = getelementptr inbounds [1000 x [1001 x i8]]* %strs, i64 0, i64 %indvars.iv50, i64 0
34 %call = call i8* @memchr(i8* %arraydecay, i32 120, i64 1000)
35 %add.ptr = getelementptr inbounds [1000 x [1001 x i8]]* %strs, i64 0, i64 %indvars.iv50, i64 %indvars.iv50
55 %cmp15 = icmp slt i32 %j13.0, 1000
61 %cmp19 = icmp slt i32 %1, 1000
65 %arraydecay24 = getelementptr inbounds [1000 x [1001 x i8]]* %strs, i64 0, i64 %indvars.iv, i64 0
69 %n.addr.0.i = phi i64 [ %dec.i, %do.cond.i ], [ 1000, %for.body20
    [all...]
  /external/v8/test/cctest/
test-date.cc 47 int days = DaysFromTime(time_sec * 1000);
48 int time_in_day_sec = TimeInDay(time_sec * 1000, days) / 1000;
52 return rule == NULL ? 0 : rule->offset_sec * 1000;
115 date_cache->GetDaylightSavingsOffsetFromOS(time / 1000);
145 CheckDST(september_10 + 2 * 3600 - 1000);
147 CheckDST(august_20 + 2 * 3600 - 1000);
154 CheckDST(time - 1000);
155 CheckDST(time + 1000);
164 CheckDST(september_10 + 2 * 3600 - 1000);
    [all...]
  /external/v8/test/mjsunit/
array-length.js 48 a[1000] = 1000;
56 assertEquals('undefined', typeof a[1000]);
63 a[1000] = 1000;
71 assertEquals(1000, a[1000]);
84 a[1000] = 1000;
98 assertEquals(1000, a[1000])
    [all...]
  /hardware/invensense/60xx/libsensors_iio/
sensor_params.h 99 #define ACCEL_MPU6500_MINDELAY (1000)
104 #define ACCEL_MPU9250_MINDELAY (1000)
109 #define ACCEL_MPU9150_MINDELAY (1000)
142 #define ACCEL_BMA250_MINDELAY (1000)
159 #define ACCEL_MPU6050_MINDELAY (1000)
166 #define GYRO_MPU3050_MINDELAY (1000)
171 #define GYRO_MPU6050_MINDELAY (1000)
176 #define GYRO_MPU9150_MINDELAY (1000)
181 #define GYRO_MPU9250_MINDELAY (1000)
186 #define GYRO_MPU6500_MINDELAY (1000)
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
sensor_params.h 106 #define ACCEL_MPU6500_MINDELAY (1000)
111 #define ACCEL_MPU9250_MINDELAY (1000)
116 #define ACCEL_MPU9150_MINDELAY (1000)
149 #define ACCEL_BMA250_MINDELAY (1000)
166 #define ACCEL_MPU6050_MINDELAY (1000)
173 #define GYRO_MPU3050_MINDELAY (1000)
178 #define GYRO_MPU6050_MINDELAY (1000)
183 #define GYRO_MPU9150_MINDELAY (1000)
188 #define GYRO_MPU9250_MINDELAY (1000)
193 #define GYRO_MPU6500_MINDELAY (1000)
    [all...]

Completed in 974 milliseconds

<<11121314151617181920>>