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

<<31323334353637383940>>

  /external/chromium_org/third_party/sqlite/src/test/
trans2.test 71 set rec [list $i [random_uuid] [expr {int(rand()*5000)+1000}] [random_uuid]]
126 [expr {int(rand()*5000)+1000}] [random_uuid]]
134 [expr {int(rand()*5000)+1000}] [random_uuid]]
162 THEN zeroblob((random()&65535)%5000 + 1000) END;
186 THEN zeroblob((random()&65535)%5000 + 1000) END;
216 THEN zeroblob((random()&65535)%5000 + 1000) END;
222 THEN zeroblob((random()&65535)%5000 + 1000) END;
vacuum3.test 85 UPDATE t1 SET d = randomblob(1000);
95 } {1000}
138 INSERT INTO abc VALUES(randomblob(100), randomblob(200), randomblob(1000));
140 SELECT randomblob(1000), randomblob(200), randomblob(100)
143 SELECT randomblob(100), randomblob(200), randomblob(1000)
146 SELECT randomblob(100), randomblob(200), randomblob(1000)
149 SELECT randomblob(100), randomblob(200), randomblob(1000)
152 SELECT randomblob(100), randomblob(200), randomblob(1000)
158 SELECT randomblob(100), randomblob(200), randomblob(1000)
  /cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java 190 assertEquals(1000, childAnimation1.getStartOffset());
209 childAnimation1.getTransformation(startTime + 1000, transformation1);
210 childAnimation4.getTransformation(startTime + 1000, transformation2);
211 childAnimation7.getTransformation(startTime + 1000, transformation3);
240 assertEquals(1000, childAnimation7.getStartOffset());
253 childAnimation1.getTransformation(startTime + 1000, transformation1);
254 childAnimation4.getTransformation(startTime + 1000, transformation2);
255 childAnimation7.getTransformation(startTime + 1000, transformation3);
320 assertEquals(1000, controller.getDelayForView(child2));
322 assertEquals(1000, controller.getDelayForView(child4))
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_tree_db.cc 20 // fillrand100K -- write N/1000 100K values in random order in async mode
21 // fillseq100K -- write N/1000 100K values in seq order in async mode
23 // readseq100K -- read N/1000 100K values in sequential order in async mode
24 // readrand100K -- read N/1000 100K values in sequential order in async mode
191 char line[1000];
240 if (next_report_ < 1000) next_report_ += 100;
242 else if (next_report_ < 10000) next_report_ += 1000;
357 Write(write_sync, RANDOM, FRESH, num_ / 1000, 100 * 1000, 1);
360 Write(write_sync, SEQUENTIAL, FRESH, num_ / 1000, 100 * 1000, 1)
    [all...]
  /external/chromium_org/ui/views/controls/
styled_label_unittest.cc 57 styled()->SetBounds(0, 0, 1000, 1000);
71 styled()->SetBounds(0, 0, 1000, 1000);
88 styled()->SetBounds(0, 0, label_preferred_size.width() / 2, 1000);
133 styled()->SetBounds(0, 0, 1000, 1000);
193 styled()->SetBounds(0, 0, 1000, 1000);
284 styled()->SetBounds(0, 0, 1000, 1000)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedInputStreamTest.java 86 t = new Thread(pw = new PWriter(pos, 1000));
109 t = new Thread(pw = new PWriter(pos, 1000));
116 + pis.available(), pis.available() == 1000);
160 t = new Thread(pw = new PWriter(pos, 1000));
166 assertEquals("Available returned incorrect number of bytes", 1000, pis
178 t = new Thread(pw = new PWriter(pos, 1000));
184 assertEquals("Available returned incorrect number of bytes", 1000, pis
198 t = new Thread(pw = new PWriter(pos, 1000));
206 + pis.available(), pis.available() == 1000);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ObjectTest.java 100 status = -1000;
128 obj1.wait(1000, 0);
170 status = -1000;
199 obj1.wait(1000, 0);
268 obj1.wait(1000, 0);
272 obj1.wait(1000, 0);
313 if (error > (1000 + delay) || count == toLong.length) {
373 obj1.wait(1000, 0);
377 obj1.wait(1000, 0);
  /external/chromium_org/chrome/browser/chromeos/
session_length_limiter_unittest.cc 296 SetSessionLengthLimitPref(60 * 1000); // 60 seconds.
315 SetSessionLengthLimitPref(60 * 1000); // 60 seconds.
322 runner_->FastForwardBy(50 * 1000); // 50 seconds.
325 SetSessionLengthLimitPref(90 * 1000); // 90 seconds.
342 SetSessionLengthLimitPref(60 * 1000); // 60 seconds.
349 runner_->FastForwardBy(50 * 1000); // 50 seconds.
354 SetSessionLengthLimitPref(40 * 1000); // 40 seconds.
365 SetSessionLengthLimitPref(60 * 1000); // 60 seconds.
372 runner_->FastForwardBy(50 * 1000); // 50 seconds.
  /external/chromium_org/net/spdy/
spdy_priority_forest_test.cc 17 EXPECT_TRUE(forest.AddRootNode(1, 1000));
20 EXPECT_EQ(1000, forest.GetPriority(1));
59 forest.AddRootNode(1, 1000);
104 forest.AddRootNode(1, 1000);
139 EXPECT_EQ(1000, forest.GetPriority(1));
145 EXPECT_EQ(1000, forest.GetPriority(3));
159 forest.AddRootNode(1, 1000);
180 forest.AddRootNode(1, 1000);
242 forest.AddRootNode(1, 1000);
  /external/skia/bench/
MathBench.cpp 250 N = SkBENCHLOOP(1000),
251 NN = SkBENCHLOOP(1000),
317 ARRAY = SkBENCHLOOP(1000),
318 LOOP = SkBENCHLOOP(1000),
376 ARRAY = SkBENCHLOOP(1000),
438 ARRAY = SkBENCHLOOP(1000),
439 LOOP = SkBENCHLOOP(1000),
485 N = SkBENCHLOOP(1000),
486 NN = SkBENCHLOOP(1000),
  /external/valgrind/main/none/tests/s390x/
cu21.stdout.exp 11 dst address difference: 0 dst len: 1000
15 dst address difference: 0 dst len: 1000
19 dst address difference: 0 dst len: 1000
23 dst address difference: 0 dst len: 1000
27 dst address difference: 0 dst len: 1000
31 dst address difference: 0 dst len: 1000
35 dst address difference: 0 dst len: 1000
207 dst address difference: 0 dst len: 1000
211 dst address difference: 0 dst len: 1000
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 304 static const int kFpsToApiScale = 1000;
306 // Transform between (-1000,-1000)-(1000,1000) normalized coords from camera
330 // and camera API (-1000,1000)-(1000,1000) normalized coords
  /cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java 147 Thread.sleep(1000);
149 Thread.sleep(1000);
151 Thread.sleep(1000);
153 Thread.sleep(1000);
155 Thread.sleep(1000);
  /external/chromium_org/cc/debug/
overdraw_metrics.cc 163 float normalization = 1000.f / (DeviceViewportSize(layer_tree_host).width() *
225 static_cast<int>(render_surface_texture_use_bytes_ / 1000),
226 1000, 100000000, 50);
233 static_cast<int>(contents_texture_use_bytes_ / 1000),
234 1000, 100000000, 50);
  /external/chromium_org/third_party/leveldatabase/src/util/
cache_test.cc 35 static const int kCacheSize = 1000;
141 Insert(1000+i, 2000+i);
142 ASSERT_EQ(2000+i, Lookup(1000+i));
159 Insert(index, 1000+index, weight);
170 ASSERT_EQ(1000+i, r);
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/
shatest.c 110 static unsigned char buf[1000];
141 memset(buf,'a',1000);
143 ebcdic2ascii(buf, buf, 1000);
146 for (i=0; i<1000; i++)
147 EVP_DigestUpdate(&c,buf,1000);
  /external/llvm/test/CodeGen/Mips/
seleqk.ll 6 @b = global i32 1000, align 4
31 %cmp1 = icmp eq i32 %3, 1000
61 %cmp11 = icmp eq i32 %9, 1000
84 ; 16: cmpi ${{[0-9]+}}, 1000
90 ; 16: cmpi ${{[0-9]+}}, 1000
selnek.ll 6 @b = global i32 1000, align 4
31 %cmp1 = icmp ne i32 %3, 1000
61 %cmp11 = icmp ne i32 %9, 1000
100 ; 16: cmpi ${{[0-9]+}}, 1000
106 ; 16: cmpi ${{[0-9]+}}, 1000
  /external/openssl/crypto/sha/
shatest.c 110 static unsigned char buf[1000];
141 memset(buf,'a',1000);
143 ebcdic2ascii(buf, buf, 1000);
146 for (i=0; i<1000; i++)
147 EVP_DigestUpdate(&c,buf,1000);
  /external/valgrind/main/none/tests/amd64/
crc32.c 142 #define NMEM 1000
152 for (i = 0; i <= 1000-1-al; i += 1)
159 for (i = 0; i <= 1000-2-al; i += 2)
166 for (i = 0; i <= 1000-4-al; i += 4)
173 for (i = 0; i <= 1000-8-al; i += 8)
  /external/zlib/src/contrib/testzlib/
testzlib.c 113 dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted));
221 printf("time = %u msec = %f sec\n",dwGetTick,dwGetTick/(double)1000.);
222 printf("defcpr time QP = %u msec = %f sec\n",dwMsecQP,dwMsecQP/(double)1000.);
262 printf("time = %u msec = %f sec\n",dwGetTick,dwGetTick/(double)1000.);
263 printf("uncpr time QP = %u msec = %f sec\n",dwMsecQP,dwMsecQP/(double)1000.);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 159 print " ARM-CPU time at", i/1000, "MHz: ", MHZtime[i], "s"
192 util = int(0.5 - 1000 * uptime_idle/uptime_total) / 10
203 util = int(0.5 + 1000 * proctime_work/uptime_total) / 10
208 util = int(0.5 + 1000 * proctime_kernel/uptime_total) / 10
209 proc_util = int(0.5 + 1000 * proctime_kernel/proctime_work) / 10
  /sdk/emulator/opengl/tests/event_injector/
iolooper-select.c 200 tm->tv_sec = duration / 1000;
201 tm->tv_usec = (duration - 1000*tm->tv_sec) * 1000;
258 return gettimeofday(&time_now, NULL) ? -1 : (int64_t)time_now.tv_sec * 1000LL +
259 time_now.tv_usec / 1000;
  /sdk/emulator/skins/assets/
basic_controls.svg 27 inkscape:vp_y="0 : 1000 : 0"
35 inkscape:vp_y="0 : 1000 : 0"
42 inkscape:vp_y="0 : 1000 : 0"
49 inkscape:vp_y="0 : 1000 : 0"
56 inkscape:vp_y="0 : 1000 : 0"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
remainder.decTest 137 remx114 remainder 1E+1000 0 -> NaN Invalid_operation
145 remx124 remainder 1E+1000 -0 -> NaN Invalid_operation
208 remx211 remainder 1E+1000 0 -> NaN Invalid_operation
250 remx306 remainder 13 1000 -> 13
368 remx681 remainder Inf -1000 -> NaN Invalid_operation
373 remx686 remainder Inf 1000 -> NaN Invalid_operation
375 remx688 remainder -1000 Inf -> -1000
381 remx695 remainder 1000 Inf -> 1000
    [all...]

Completed in 593 milliseconds

<<31323334353637383940>>