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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/manual-tests/inspector/
console-time.html 14 console.log("2: If it says ~1000ms the first time is not overwritten.");
15 }, 1000);
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridInHorizontal.java 42 String values[] = new String[1000];
44 for(i=0; i<1000; i++) {
GridInVertical.java 42 String values[] = new String[1000];
44 for(i=0; i<1000; i++) {
GridPadding.java 38 String values[] = new String[1000];
39 for(int i = 0; i < 1000; i++) {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListDividers.java 38 String values[] = new String[1000];
39 for (int i = 0; i < 1000; i++) {
ListInHorizontal.java 41 String values[] = new String[1000];
42 for (int i = 0; i < 1000; i++) {
ListInVertical.java 41 String values[] = new String[1000];
42 for (int i = 0; i < 1000; i++) {
  /frameworks/ex/variablespeed/jni/
profile_timer.h 38 static_cast<int>((endTime - startTime_) * 1000 / CLOCKS_PER_SEC));
43 return (endTime - startTime_) * 1000 / CLOCKS_PER_SEC;
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieTheme.java 51 new MovieTransition(TransitionCrossfade.class, null, 1000,
55 new MovieOverlay(null, 0, 1000, context.getString(R.string.theme_travel_title),
64 new MovieTransition(TransitionAlpha.class, null, 1000,
68 new MovieOverlay(null, 0, 1000,
78 new MovieTransition(TransitionCrossfade.class, null, 1000,
82 new MovieOverlay(null, 0, 1000, context.getString(R.string.theme_film_title),
91 new MovieTransition(TransitionSliding.class, null, 1000,
96 new MovieOverlay(null, 0, 1000, context.getString(
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
MediaItemUtils.java 42 return 1000;
49 return 1000;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libssp_nonshared.a 6 /0 1331373744 1000 1000 100644 2652 `
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/
libssp_nonshared.a 6 /0 1331374591 1000 1000 100644 3312 `
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
delay.h 29 #if HZ >= 1000
35 #define MAX_UDELAY_MS (1000 / HZ)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
delay.h 29 #if HZ >= 1000
35 #define MAX_UDELAY_MS (1000 / HZ)
  /system/extras/timeinfo/
timeinfo.cpp 40 awaketime = ((1000 * uptime / realtime) + 5) / 10;
41 sleeptime = ((1000 * (realtime - uptime) / realtime) + 5) / 10;
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java 202 waitForResultOrThrow(5 * 1000, "service to start first time");
206 waitForResultOrThrow(5 * 1000, "service to start second time");
220 waitForResultOrThrow(5 * 1000, "service to be destroyed");
241 waitForResultOrThrow(5 * 1000, "existing connection to receive service");
245 waitForResultOrThrow(5 * 1000, "new connection to receive service");
264 waitForResultOrThrow(5 * 1000, "existing connection to lose service");
276 waitForResultOrThrow(5 * 1000, "existing connection to receive service");
294 waitForResultOrThrow(5 * 1000, "existing connection to lose service");
306 waitForResultOrThrow(5 * 1000, "existing connection to receive service");
324 waitForResultOrThrow(5 * 1000, "existing connection to unbind service")
    [all...]
  /dalvik/tests/083-jit-regressions/src/
Main.java 88 for (int i = 0; i < 1000; i++) {
93 for (int i = 0; i < 1000; i++) {
102 if (catchCount == 1000) {
107 " (expecting 1000)");
120 } while (++l < 1000);
  /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/
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/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
  /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++/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/chrome/browser/policy/
cloud_policy_controller_unittest.cc 216 CreateNewController(0, 0, 0, 1000 * 1000);
231 CreateNewController(1000 * 1000, 0, 0, 0);
247 CreateNewController(1000 * 1000, 0, 0, 0);
262 CreateNewController(1000 * 1000, 0, 0, 0);
278 CreateNewController(0, 0, 0, 1000 * 1000);
    [all...]
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 291 unsigned short r = (blockX == blockY) ? 1000 : 200;
292 unsigned short g = blockY ? 1000: 200;
293 unsigned short b = blockX ? 1000: 200;
397 checkPixel(buf, 0, 0, 1000, 200, 200);
398 checkPixel(buf, 1, 0, 1000, 200, 200);
399 checkPixel(buf, 0, 1, 1000, 200, 200);
400 checkPixel(buf, 1, 1, 1000, 200, 200);
403 checkPixel(buf, blockWidth, 0, 200, 200, 1000);
404 checkPixel(buf, blockWidth + 1, 0, 200, 200, 1000);
405 checkPixel(buf, blockWidth, 1, 200, 200, 1000);
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/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...]

Completed in 1940 milliseconds

<<11121314151617181920>>