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

<<21222324252627282930>>

  /external/chromium_org/v8/test/mjsunit/
debug-step.js 32 // Simple debug event handler which first time hit will perform 1000 steps and
41 exec_state.prepareStep(Debug.StepAction.StepIn, 1000);
59 for (i = 0; i < 1000; i++) { // Line 2.
67 // Check that performing 1000 steps will make i 499.
73 // Check that performing 1000 steps with a break point on the statement in the
string-natives.js 52 for (i = 0; i < 26; i++) %_TwoByteSeqStringSetChar(s3, i, i+1000);
53 for (i = 0; i < 26; i++) assertEquals(s3[i], String.fromCharCode(i+1000));
56 for (var i = 0; i < 1000; i++) {
63 for (var i = 0; i < 1000; i++) {
70 for (var i = 0; i < 1000; i++) {
  /external/clang/test/SemaObjC/
objc-literal-nsnumber.m 34 int thousand = 1000;
38 NSNumber * NInt = @1000;
42 NSNumber *NNegativeInt = @-1000;
43 NSNumber *NPositiveInt = @+1000;
51 NSNumber *bv = @(1391126400 * 1000); // expected-warning {{overflow in expression; result is -443003904 with type 'int'}}
  /external/libcxx/test/utilities/time/time.traits/time.traits.specializations/
time_point.pass.cpp 35 std::chrono::duration<long, std::ratio<1, 1000> >,
36 std::chrono::duration<long, std::ratio<1, 1000> > >();
38 std::chrono::duration<int, std::ratio<1, 1000> >,
39 std::chrono::duration<long, std::ratio<1, 1000> > >();
41 std::chrono::duration<short, std::ratio<1, 1000> >,
  /external/llvm/test/CodeGen/Thumb/
PR17309.ll 3 %struct.C = type { [1000 x i8] }
4 %struct.S = type { [1000 x i16] }
5 %struct.I = type { [1000 x i32] }
14 call void @llvm.lifetime.start(i64 1000, i8* %0) #1
16 call void @llvm.lifetime.end(i64 1000, i8* %0) #1
  /external/llvm/test/CodeGen/Thumb2/
2010-08-10-VarSizedAllocaBug.ll 10 ; CHECK: sub.w [[R12:r[0-9]+]], r4, #1000
16 %1 = alloca [1000 x i8], align 4 ; <[1000 x i8]*> [#uses=1]
17 %.sub = getelementptr inbounds [1000 x i8]* %1, i32 0, i32 0 ; <i8*> [#uses=2]
18 %2 = call i32 (i8*, i32, i32, i8*, ...)* @__sprintf_chk(i8* %.sub, i32 0, i32 1000, i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), i32 %i) nounwind ; <i32> [#uses=0]
  /external/qemu/android/
iolooper-select.c 184 tm->tv_sec = duration / 1000;
185 tm->tv_usec = (duration - 1000*tm->tv_sec) * 1000;
227 return gettimeofday(&time_now, NULL) ? -1 : (int64_t)time_now.tv_sec * 1000LL +
228 time_now.tv_usec / 1000;
  /external/skia/bench/
MemcpyBench.cpp 66 BENCH(memcpy32_memcpy, 1000)
78 BENCH(memcpy32_autovectorize, 1000)
117 BENCH(memcpy32_sse2_align, 1000)
147 BENCH(memcpy32_sse2_unalign, 1000)
154 BENCH(sk_memcpy32, 1000)
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidTreeMapTest.java 49 int val = mRandom.nextInt(1000);
75 for (int val = 0; val < 1000; val++) {
82 for (int i = 0; i < 1000; i++) {
83 int val = mRandom.nextInt(1000);
96 for (int val = 0; val < 1000; val++) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.specializations/
time_point.pass.cpp 35 std::chrono::duration<long, std::ratio<1, 1000> >,
36 std::chrono::duration<long, std::ratio<1, 1000> > >();
38 std::chrono::duration<int, std::ratio<1, 1000> >,
39 std::chrono::duration<long, std::ratio<1, 1000> > >();
41 std::chrono::duration<short, std::ratio<1, 1000> >,
  /external/chromium_org/base/metrics/
statistics_recorder_unittest.cc 66 Histogram* histogram = CreateHistogram("TestHistogram", 1, 1000, 10);
123 Histogram* histogram = CreateHistogram("TestHistogram", 1, 1000, 10);
145 "TestHistogram1", 1, 1000, 10, HistogramBase::kNoFlags);
147 "TestHistogram2", 1, 1000, 10, HistogramBase::kNoFlags);
155 Histogram::FactoryGet("TestHistogram1", 1, 1000, 10, Histogram::kNoFlags);
156 Histogram::FactoryGet("TestHistogram2", 1, 1000, 10, Histogram::kNoFlags);
157 Histogram::FactoryGet("TestHistogram3", 1, 1000, 10, Histogram::kNoFlags);
180 "TestHistogram", 1, 1000, 10, HistogramBase::kNoFlags);
187 "TestHistogram", 1, 1000, 10, HistogramBase::kNoFlags);
195 "TestLinearHistogram", 1, 1000, 10, HistogramBase::kNoFlags)
    [all...]
  /external/chromium_org/mojo/system/
data_pipe_unittest.cc 104 for (uint32_t capacity = 1; capacity <= 100 * 1000 * 1000; capacity *= 10) {
126 for (uint32_t elements = 1; elements <= 1000 * 1000; elements *= 10) {
185 for (uint32_t size = 100; size <= 100 * 1000; size *= 10) {
186 // Capacity of 1000 elements.
192 1000 * size // |capacity_num_bytes|.
280 1000 // |capacity_num_bytes|.
302 std::numeric_limits<uint32_t>::max() - 1000, // |element_num_bytes|.
303 std::numeric_limits<uint32_t>::max() - 1000 // |capacity_num_bytes|
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform.h 18 03c0 0000 0000 - 1000 0000 0000: shadow
19 1000 0000 0000 - 3000 0000 0000: protected
29 0400 0000 0000 - 1000 0000 0000: shadow
30 1000 0000 0000 - 2900 0000 0000: protected
42 0000 0000 0000 - 0000 1000 0000: executable
43 0000 1000 0000 - 00f8 0000 0000: -
45 00e0 0000 0000 - 1000 0000 0000: -
46 1000 0000 0000 - 1380 0000 0000: shadow
54 0000 0000 0000 - 0000 1000 0000: executable
55 0000 1000 0000 - 00f8 0000 0000:
    [all...]
  /hardware/ti/omap4-aah/camera/
CameraHalCommon.cpp 50 CAMHAL_LOGI("PPM: %s :%ld.%ld ms", str, ( ppm.tv_sec /1000 ), ( ppm.tv_sec % 1000 ));
77 absolute *= 1000;
78 absolute += ppm.tv_usec /1000;
80 CAMHAL_LOGI("PPM: %s :%llu.%llu ms : %llu ms", str, ( elapsed /1000 ), ( elapsed % 1000 ), absolute);
107 absolute *= 1000;
108 absolute += ppm.tv_usec /1000;
113 CAMHAL_LOGI("PPM: %s :%ld.%ld ms : %llu ms", temp_str, ( ppm.tv_sec /1000 ), ( ppm.tv_sec % 1000 ), absolute)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/detail/
shared.hpp 159 # if BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 0
161 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 1
163 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 2
165 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 3
167 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 4
169 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 5
171 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 6
173 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 7
175 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 8
177 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL ==
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel_unittest.cc 572 TestTransfer(0, 1000, 100, false);
579 TestTransfer(0, 1000, 100, false);
580 TestTransfer(1, 1000, 100, false);
586 TestTransfer(0, 1000, 100, true);
593 TestTransfer(0, 1000, 100, true);
594 TestTransfer(1, 1000, 100, true);
602 TestTransfer(0, 1000, 100, false);
611 TestTransfer(0, 1000, 100, false);
612 TestTransfer(1, 1000, 100, false);
619 TestTransfer(0, 1000, 100, false)
    [all...]
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 292 unsigned short r = (blockX == blockY) ? 1000 : 200;
293 unsigned short g = blockY ? 1000: 200;
294 unsigned short b = blockX ? 1000: 200;
398 checkPixel(buf, 0, 0, 1000, 200, 200);
399 checkPixel(buf, 1, 0, 1000, 200, 200);
400 checkPixel(buf, 0, 1, 1000, 200, 200);
401 checkPixel(buf, 1, 1, 1000, 200, 200);
404 checkPixel(buf, blockWidth, 0, 200, 200, 1000);
405 checkPixel(buf, blockWidth + 1, 0, 200, 200, 1000);
406 checkPixel(buf, blockWidth, 1, 200, 200, 1000);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
dqXor.decTest 77 dqxor631 xor 1111111111111111111111111111110111 1111111111111111111111111111111111 -> 1000
112 dqxor671 xor 1111111111111111111111111111111111 1111111111111111111111111111110111 -> 1000
132 dqxor033 xor 1000 1000 -> 0
316 dqxor781 xor -Inf -1000 -> NaN Invalid_operation
321 dqxor786 xor -Inf 1000 -> NaN Invalid_operation
322 dqxor787 xor -1000 -Inf -> NaN Invalid_operation
328 dqxor793 xor 1000 -Inf -> NaN Invalid_operation
332 dqxor801 xor Inf -1000 -> NaN Invalid_operation
337 dqxor806 xor Inf 1000 -> NaN Invalid_operatio
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
dqXor.decTest 77 dqxor631 xor 1111111111111111111111111111110111 1111111111111111111111111111111111 -> 1000
112 dqxor671 xor 1111111111111111111111111111111111 1111111111111111111111111111110111 -> 1000
132 dqxor033 xor 1000 1000 -> 0
316 dqxor781 xor -Inf -1000 -> NaN Invalid_operation
321 dqxor786 xor -Inf 1000 -> NaN Invalid_operation
322 dqxor787 xor -1000 -Inf -> NaN Invalid_operation
328 dqxor793 xor 1000 -Inf -> NaN Invalid_operation
332 dqxor801 xor Inf -1000 -> NaN Invalid_operation
337 dqxor806 xor Inf 1000 -> NaN Invalid_operatio
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
BidiTest.java 152 assertEquals(0, bd.getLevelAt(1000));
164 assertEquals(1, bd.getLevelAt(1000));
176 assertEquals(0, bd.getLevelAt(1000));
188 assertEquals(1, bd.getLevelAt(1000));
202 assertEquals(0, bd.getLevelAt(1000));
214 assertEquals(1, bd.getLevelAt(1000));
226 assertEquals(0, bd.getLevelAt(1000));
238 assertEquals(1, bd.getLevelAt(1000));
252 assertEquals(0, bd.getLevelAt(1000));
264 assertEquals(0, bd.getLevelAt(1000));
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android_unittest.py 261 EXPECTED_STACKTRACE = '-rw------- 1000 1000 3604 2013-11-19 16:16 tombstone_10\ntombstone content'
297 self._mock_adb.set_tombstone_output('-rw------- 1000 1000 3604 2013-11-19 16:15 tombstone_00\n' +
299 '-rw------- 1000 1000 3604 2013-11-19 16:16 tombstone_10')
308 self._mock_adb.set_tombstone_output('1000 1000 3604 2013-11-19 16:15 tombstone_00\n' +
309 '1000 1000 3604 2013-11-19 16:15 tombstone_01\n'
    [all...]
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_long.pass.cpp 75 long v = -1000;
80 assert(ex == "-1000");
84 long v = 1000;
89 assert(ex == "1000");
94 long v = 1000;
99 assert(ex == "+1000");
104 long v = 1000;
115 long v = 1000;
125 long v = 1000;
136 long v = 1000;
    [all...]
put_long_long.pass.cpp 72 long long v = -1000;
76 assert(ex == "-1000");
80 long long v = 1000;
84 assert(ex == "1000");
89 long long v = 1000;
93 assert(ex == "+1000");
98 long long v = 1000;
108 long long v = 1000;
117 long long v = 1000;
127 long long v = 1000;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_long.pass.cpp 75 long v = -1000;
80 assert(ex == "-1000");
84 long v = 1000;
89 assert(ex == "1000");
94 long v = 1000;
99 assert(ex == "+1000");
104 long v = 1000;
115 long v = 1000;
125 long v = 1000;
136 long v = 1000;
    [all...]
put_long_long.pass.cpp 72 long long v = -1000;
76 assert(ex == "-1000");
80 long long v = 1000;
84 assert(ex == "1000");
89 long long v = 1000;
93 assert(ex == "+1000");
98 long long v = 1000;
108 long long v = 1000;
117 long long v = 1000;
127 long long v = 1000;
    [all...]

Completed in 2225 milliseconds

<<21222324252627282930>>