HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 376 - 400 of 9567) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ash/
dip_unittest.cc 36 UpdateDisplay("1000x900*1.0f");
42 EXPECT_EQ("0,0 1000x900", display.bounds().ToString());
44 EXPECT_EQ("0,0 1000x853", work_area.ToString());
59 EXPECT_EQ("0,0 1000x900", display_2x.bounds().ToString());
61 EXPECT_EQ("0,0 1000x853", work_area.ToString());
  /external/chromium_org/cc/layers/
video_layer_impl_unittest.cc 20 gfx::Size layer_size(1000, 1000);
21 gfx::Size viewport_size(1000, 1000);
64 gfx::Rect occluded(200, 0, 800, 1000);
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicQuadIntersectionTest.cpp 139 if (index % 1000 == 999) SkDebugf(".");
141 {ran.nextRangeF(-1000, 1000), ran.nextRangeF(-1000, 1000)},
142 {ran.nextRangeF(-1000, 1000), ran.nextRangeF(-1000, 1000)},
143 {ran.nextRangeF(-1000, 1000), ran.nextRangeF(-1000, 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;
  /external/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> >,
  /external/skia/tests/
PathOpsCubicQuadIntersectionTest.cpp 139 if (index % 1000 == 999) SkDebugf(".");
141 {ran.nextRangeF(-1000, 1000), ran.nextRangeF(-1000, 1000)},
142 {ran.nextRangeF(-1000, 1000), ran.nextRangeF(-1000, 1000)},
143 {ran.nextRangeF(-1000, 1000), ran.nextRangeF(-1000, 1000)}
    [all...]
  /frameworks/base/core/jni/
android_os_SystemClock.cpp 68 return tm.tv_sec * 1000LL + tm.tv_nsec / 1000000;
73 return tv.tv_sec * 1000LL + tv.tv_usec / 1000;
88 return tm.tv_sec * 1000000LL + tm.tv_nsec / 1000;
93 return tv.tv_sec * 1000000LL + tv.tv_nsec / 1000;
  /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> >,
  /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/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...]
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
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...]
and.decTest 33 andx005 and 1100 1010 -> 1000
208 andx299 and 100001000 000011000 -> 1000
244 andx781 and -Inf -1000 -> NaN Invalid_operation
249 andx786 and -Inf 1000 -> NaN Invalid_operation
250 andx787 and -1000 -Inf -> NaN Invalid_operation
256 andx793 and 1000 -Inf -> NaN Invalid_operation
260 andx801 and Inf -1000 -> NaN Invalid_operation
265 andx806 and Inf 1000 -> NaN Invalid_operation
267 andx808 and -1000 Inf -> NaN Invalid_operation
273 andx814 and 1000 Inf -> NaN Invalid_operatio
    [all...]
ddXor.decTest 59 ddxor033 xor 1000 1000 -> 0
243 ddxor781 xor -Inf -1000 -> NaN Invalid_operation
248 ddxor786 xor -Inf 1000 -> NaN Invalid_operation
249 ddxor787 xor -1000 -Inf -> NaN Invalid_operation
255 ddxor793 xor 1000 -Inf -> NaN Invalid_operation
259 ddxor801 xor Inf -1000 -> NaN Invalid_operation
264 ddxor806 xor Inf 1000 -> NaN Invalid_operation
266 ddxor808 xor -1000 Inf -> NaN Invalid_operation
272 ddxor814 xor 1000 Inf -> NaN Invalid_operatio
    [all...]
shift.decTest 50 shix020 shift 1 -1000 -> NaN Invalid_operation
53 shix023 shift 1 1000 -> NaN Invalid_operation
107 shix151 shift 1.00000000E-999 -1 -> 1.0000000E-1000
111 shix155 shift 9.00000000E-999 -1 -> 9.0000000E-1000
128 shix181 shift -1.00000000E-999 -1 -> -1.0000000E-1000
132 shix185 shift -9.00000000E-999 -1 -> -9.0000000E-1000
162 shix787 shift -1000 -Inf -> NaN Invalid_operation
168 shix793 shift 1000 -Inf -> NaN Invalid_operation
179 shix808 shift -1000 Inf -> NaN Invalid_operation
185 shix814 shift 1000 Inf -> NaN Invalid_operatio
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
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...]
and.decTest 33 andx005 and 1100 1010 -> 1000
208 andx299 and 100001000 000011000 -> 1000
244 andx781 and -Inf -1000 -> NaN Invalid_operation
249 andx786 and -Inf 1000 -> NaN Invalid_operation
250 andx787 and -1000 -Inf -> NaN Invalid_operation
256 andx793 and 1000 -Inf -> NaN Invalid_operation
260 andx801 and Inf -1000 -> NaN Invalid_operation
265 andx806 and Inf 1000 -> NaN Invalid_operation
267 andx808 and -1000 Inf -> NaN Invalid_operation
273 andx814 and 1000 Inf -> NaN Invalid_operatio
    [all...]
ddXor.decTest 59 ddxor033 xor 1000 1000 -> 0
243 ddxor781 xor -Inf -1000 -> NaN Invalid_operation
248 ddxor786 xor -Inf 1000 -> NaN Invalid_operation
249 ddxor787 xor -1000 -Inf -> NaN Invalid_operation
255 ddxor793 xor 1000 -Inf -> NaN Invalid_operation
259 ddxor801 xor Inf -1000 -> NaN Invalid_operation
264 ddxor806 xor Inf 1000 -> NaN Invalid_operation
266 ddxor808 xor -1000 Inf -> NaN Invalid_operation
272 ddxor814 xor 1000 Inf -> NaN Invalid_operatio
    [all...]
shift.decTest 50 shix020 shift 1 -1000 -> NaN Invalid_operation
53 shix023 shift 1 1000 -> NaN Invalid_operation
107 shix151 shift 1.00000000E-999 -1 -> 1.0000000E-1000
111 shix155 shift 9.00000000E-999 -1 -> 9.0000000E-1000
128 shix181 shift -1.00000000E-999 -1 -> -1.0000000E-1000
132 shix185 shift -9.00000000E-999 -1 -> -9.0000000E-1000
162 shix787 shift -1000 -Inf -> NaN Invalid_operation
168 shix793 shift 1000 -Inf -> NaN Invalid_operation
179 shix808 shift -1000 Inf -> NaN Invalid_operation
185 shix814 shift 1000 Inf -> NaN Invalid_operatio
    [all...]
  /development/apps/Fallback/
AndroidManifest.xml 13 <intent-filter android:priority="-1000">
18 <intent-filter android:priority="-1000">
24 <intent-filter android:priority="-1000">
32 <intent-filter android:priority="-1000">
41 <intent-filter android:priority="-1000">
47 <intent-filter android:priority="-1000">
54 <intent-filter android:priority="-1000">
  /external/iproute2/examples/
cbqinit.eth1 14 $BANDWIDTH avpkt 1000 mpu 64
26 $BANDWIDTH rate 10Mbit allot 1514 maxburst 50 avpkt 1000
37 prio 6 maxburst 50 avpkt 1000 split 1:0 defmap ff3d
49 prio 2 maxburst 100 avpkt 1000 split 1:0 defmap c0
57 prio 7 maxburst 10 avpkt 1000 split 1:0 defmap 2
64 rate 5Mbit $BANDWIDTH allot 1514b avpkt 1000 \
74 rate 1Mbit $BANDWIDTH allot 1514b avpkt 1000 weight 10Kbit \
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
tick_util.h 172 return (ticks * 1000) / qpfreq.QuadPart;
179 return ticks / 1000LL;
189 return (ticks * 1000) / (qpfreq.QuadPart / 1000);
191 return ticks * 1000LL;
194 return ticks / 1000LL;
209 return (qpfreq.QuadPart * ms) / 1000;
216 return ms * 1000LL;
225 return (ticks * 1000) / qpfreq.QuadPart;
232 return ticks / 1000LL
    [all...]
  /external/webrtc/src/system_wrappers/interface/
tick_util.h 207 return (now._ticks * 1000) / qpfreq.QuadPart;
214 return now._ticks / 1000LL;
226 return (now._ticks * 1000) / (qpfreq.QuadPart/1000);
228 return now._ticks *1000LL;
231 return now._ticks / 1000LL;
248 return (qpfreq.QuadPart * ms) / 1000;
255 return ms * 1000LL;
265 return (ticks * 1000) / qpfreq.QuadPart;
272 return ticks / 1000LL
    [all...]

Completed in 3885 milliseconds

<<11121314151617181920>>