HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 976 - 1000 of 4948) sorted by null

<<31323334353637383940>>

  /external/chromium/net/base/
transport_security_state_unittest.cc 147 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000);
160 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000);
173 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000);
186 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000);
219 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000);
253 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000);
276 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000);
277 const base::Time older = current_time - base::TimeDelta::FromSeconds(1000);
296 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000);
551 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000);
    [all...]
  /external/valgrind/tsan/
thread_sanitizer_test.cc 54 // Insert range [1000, 1000+100) with value 1.
55 map.InsertInfo(1000, TestHeapInfo(1000, 100, 1));
57 info = map.GetInfo(1000);
59 EXPECT_EQ(1000U, info->ptr);
63 EXPECT_TRUE(map.GetInfo(1000));
79 info = map.GetInfo(1000);
87 info = map.GetInfo(1000);
108 EXPECT_TRUE((info = map.GetInfo(1000)));
    [all...]
  /frameworks/native/libs/utils/tests/
Looper_test.cpp 130 int result = mLooper->pollOnce(1000);
144 int result = mLooper->pollOnce(1000);
257 int result = mLooper->pollOnce(1000);
467 int result = mLooper->pollOnce(1000);
493 int result = mLooper->pollOnce(1000);
503 result = mLooper->pollOnce(1000);
526 mLooper->sendMessageDelayed(ms2ns(-1000), handler, Message(MSG_TEST1));
566 int result = mLooper->pollOnce(1000);
576 result = mLooper->pollOnce(1000);
600 mLooper->sendMessageAtTime(now - ms2ns(1000), handler, Message(MSG_TEST1))
    [all...]
  /external/v8/test/mjsunit/
object-define-property.js 107 var dataConfigurable = { value: 1000, configurable: true };
263 assertEquals(obj1.foobar, 1000);
264 assertEquals(desc.value, 1000);
270 //Try writing to non writable attribute - should remain 1000
272 assertEquals(obj1.foobar, 1000);
341 assertEquals(obj2.foo, 1000);
342 assertEquals(desc.value, 1000);
384 assertEquals(obj2.bar, 1000);
385 assertEquals(desc.value, 1000);
398 var obj3 = {x:1000};
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java 73 convertedList.set(50, new Integer(1000));
75 50).equals(new Integer(1000)));
325 byte d[] = new byte[1000];
338 byte d[] = new byte[1000];
381 short d[] = new short[1000];
394 short d[] = new short[1000];
429 char d[] = new char[1000];
441 char d[] = new char[1000];
476 int d[] = new int[1000];
489 int d[] = new int[1000];
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 130 #define POLL_TIMEOUT 1000
205 // t->lapse /= 1000;
239 lapse /= 1000;
339 if (delay > 1000)
341 linux_cb.write_time.tv_sec += delay / 1000;
342 delay %= 1000;
344 unsigned long write_delay = delay * 1000 * 1000;
346 if (linux_cb.write_time.tv_nsec > 1000*1000*1000
    [all...]
  /external/libvorbis/lib/
vorbisenc.c 272 g->coupling_pointlimit[0][i]=kHz*1000./vi->rate*ci->blocksizes[0];
273 g->coupling_pointlimit[1][i]=kHz*1000./vi->rate*ci->blocksizes[1];
277 g->sliding_lowpass[0][i]=kHz*1000./vi->rate*ci->blocksizes[0];
278 g->sliding_lowpass[1][i]=kHz*1000./vi->rate*ci->blocksizes[1];
284 g->coupling_pointlimit[0][i]=kHz*1000./vi->rate*ci->blocksizes[0];
285 g->coupling_pointlimit[1][i]=kHz*1000./vi->rate*ci->blocksizes[1];
291 g->sliding_lowpass[0][i]=kHz*1000./vi->rate*ci->blocksizes[0];
292 g->sliding_lowpass[1][i]=kHz*1000./vi->rate*ci->blocksizes[1];
519 double freq=ci->hi.lowpass_kHz*1000.;
536 freq=ci->psy_g_param.coupling_pkHz[PACKETBLOBS-1]*1000.
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java 50 private static final long ANIMATIONSET_DURATION = 1000;
162 final long[] originChildDuration = { 1000, 1000, 500 };
163 final long[] originChildStartOffset = { 2000, 1000, 0 };
265 final long[] originChildStartTime = {1000, 2000, 3000};
272 assertEquals(1000, animationSet.getStartTime());
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 46 return tv.tv_sec*1000. + tv.tv_usec/1000.;
195 Fixed ft = FIXED_FROM_FLOAT(t/1000.);
347 1000./avgFrame, 1000./maxFrame, 1000./minFrame,
  /external/dropbear/libtomcrypt/src/ciphers/safer/
safer.c 433 /* now see if we can encrypt all zero bytes 1000 times, decrypt and come back where we started */
435 for (y = 0; y < 1000; y++) safer_ecb_encrypt(buf[0], buf[0], &skey);
436 for (y = 0; y < 1000; y++) safer_ecb_decrypt(buf[0], buf[0], &skey);
475 /* now see if we can encrypt all zero bytes 1000 times, decrypt and come back where we started */
477 for (y = 0; y < 1000; y++) safer_ecb_encrypt(buf[0], buf[0], &skey);
478 for (y = 0; y < 1000; y++) safer_ecb_decrypt(buf[0], buf[0], &skey);
  /external/grub/netboot/
3c509.c 33 #define udelay(n) waiton_timer2(((n)*TICKS_PER_MS)/1000)
78 udelay(1000);
129 udelay(1000);
285 udelay(1000); /* if incomplete wait 1 ms */
478 udelay(1000); /* Must wait 800 ?s, be conservative */
493 udelay(1000); /* wait 1 ms */
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 134 vmin = 1000;
135 vmax = -1000;
359 vmin = 1000;
360 vmax = -1000;
361 jmin = 1000;
362 jmax = -1000;
  /external/qemu/distrib/sdl-1.2.15/test/
testoverlay2.c 312 fprintf(stderr, "The -fps option requires an argument [from 1 to 1000], default is 12.\n");
315 if ((fps<0) || (fps>1000))
317 fprintf(stderr, "The -fps option must be in range from 1 to 1000, default is 12.\n");
325 fprintf(stderr, "The -fps option requires an argument [from 1 to 1000], default is 12.\n");
377 fprintf(stderr, "The -fps option requires an argument [from 1 to 1000], default is 12.\n");
506 fpsdelay=1000/fps;
  /gdk/samples/bitmap-plasma-llvm/jni/
plasma.cpp 200 Fixed ft = FIXED_FROM_FLOAT(t/1000.);
286 return tv.tv_sec*1000. + tv.tv_usec/1000.;
358 1000./avgFrame, 1000./maxFrame, 1000./minFrame,
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 50 int val = (int) (REDY * r + GREENY * g + BLUEY * b) / 1000 + 16;
55 val = (int) (REDV * r - GREENV * g - BLUEV * b) / 1000 + 128;
60 val = (int) (-REDU * r - GREENU * g + BLUEU * b) / 1000 + 128;
94 int val = (int) (REDY * r + GREENY * g + BLUEY * b) / 1000 + 16;
99 val = (int) (REDV * r - GREENV * g - BLUEV * b) / 1000 + 128;
104 val = (int) (-REDU * r - GREENU * g + BLUEU * b) / 1000 + 128;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 50 int val = (int) (REDY * r + GREENY * g + BLUEY * b) / 1000 + 16;
55 val = (int) (REDV * r - GREENV * g - BLUEV * b) / 1000 + 128;
60 val = (int) (-REDU * r - GREENU * g + BLUEU * b) / 1000 + 128;
94 int val = (int) (REDY * r + GREENY * g + BLUEY * b) / 1000 + 16;
99 val = (int) (REDV * r - GREENV * g - BLUEV * b) / 1000 + 128;
104 val = (int) (-REDU * r - GREENU * g + BLUEU * b) / 1000 + 128;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/
libgcc.a 31 _muldi3.o/ 1331373717 1000 1000 100644 3796 `
120   ,libgcc2.c__muldi3    ! %) 7 > E L S Z a h o v { ? ? ? ? ? ? ? ? ? ? ? ?  , 8<@? f _negdi2.o/ 1331373717 1000 1000 100644 3652 `
209   libgcc2.c__negdi2    ! %) 7 > E L S Z a h o v { ? ? ? ? ? ? ? ? ? ? ? ?  , 7;?f _lshrdi3.o/ 1331373717 1000 1000 100644 3944 `
301   Llibgcc2.c__lshrdi3    ! %) 7 > E L S Z a h o v { ? ? ? ? ? ? ? ? ? ? ? ? ? * 7 CGK???? ?f _ashldi3.o/ 1331373717 1000 1000 100644 3972 `
393   Plibgcc2.c__ashldi3    ! %) 7 > E L S Z a h o v { ? ? ? ? ? ? ? ? ? ? ? ? ? * 7 CGK???? ?f _ashrdi3.o/ 1331373717 1000 1000 100644 3952
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
EventLogTest.java 59 for (int i = 0; i < 1000; i++) longString.append("xyzzy");
61 Object[] longArray = new Object[1000];
62 for (int i = 0; i < 1000; i++) longArray[i] = 12345;
  /device/common/libbt/src/
upio.c 464 ts.it_value.tv_sec = PROC_BTWRITE_TIMER_TIMEOUT_MS/1000;
465 ts.it_value.tv_nsec = 1000*(PROC_BTWRITE_TIMER_TIMEOUT_MS%1000);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
HttpCookieTest.java 577 checkInvalidCookie("Set-Cookie2:name=test;vErsion=1000");
618 list = HttpCookie.parse("Set-Cookie2:name=test;max-age=1000");
620 assertEquals(1000, cookie.getMaxAge());
710 list = HttpCookie.parse("Set-Cookie:name=test;Max-Age=1000");
712 assertEquals(1000, cookie.getMaxAge());
714 list = HttpCookie.parse("Set-Cookie:name=test;Max-Age=-1000");
716 assertEquals(-1000, cookie.getMaxAge());
849 .parse("Set-Cookie:name=test;expires=Tue, 27-Jan-1998 19:14:07 GMT;Max-Age=1000");
857 .parse("Set-Cookie:name=value;max-age=1000;expires=Tue, 17-Jan-1998 19:14:07 GMT;version=1");
860 assertEquals(1000, cookie.getMaxAge())
    [all...]
  /external/bluetooth/bluedroid/hci/src/
lpm.c 154 ts.it_value.tv_sec = bt_lpm_cb.timeout_ms/1000;
155 ts.it_value.tv_nsec = 1000*(bt_lpm_cb.timeout_ms%1000);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERGeneralizedTime.java 179 int hours = offset / (60 * 60 * 1000);
180 int minutes = (offset - (hours * 60 * 60 * 1000)) / (60 * 1000);
  /external/chromium/chrome/browser/
upgrade_detector.cc 40 const int kCheckForUpgradeMs = 2 * 60 * 60 * 1000; // 2 hours.
44 const int kNotifyCycleTimeMs = 20 * 60 * 1000; // 20 minutes.
60 return interval_ms * 1000; // Command line value is in seconds.
  /external/chromium/net/url_request/
url_request_throttler_entry.cc 39 const int URLRequestThrottlerEntry::kDefaultMaximumBackoffMs = 15 * 60 * 1000;
40 const int URLRequestThrottlerEntry::kDefaultEntryLifetimeMs = 2 * 60 * 1000;
237 int64 value_ms = static_cast<int64>(0.5 + time_in_sec * 1000);
  /external/dropbear/libtomcrypt/src/ciphers/
xtea.c 171 /* now see if we can encrypt all zero bytes 1000 times, decrypt and come back where we started */
173 for (y = 0; y < 1000; y++) xtea_ecb_encrypt(tmp[0], tmp[0], &skey);
174 for (y = 0; y < 1000; y++) xtea_ecb_decrypt(tmp[0], tmp[0], &skey);

Completed in 1379 milliseconds

<<31323334353637383940>>