Searched
full:1000 (Results
901 -
925 of
4948) sorted by null
<<31323334353637383940>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
video.h | 109 /* 0 or 1000 specifies normal speed, 112 >1: playback at speed/1000 of the normal speed, 113 <-1: reverse playback at (-speed/1000) of the normal speed. */ 141 unsigned int frame_rate; /* in frames per 1000sec */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/ |
Xw32defs.h | 56 #define sleep(x) _sleep((x) * 1000)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
video.h | 109 /* 0 or 1000 specifies normal speed, 112 >1: playback at speed/1000 of the normal speed, 113 <-1: reverse playback at (-speed/1000) of the normal speed. */ 141 unsigned int frame_rate; /* in frames per 1000sec */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
StatePrettyPrinter.java | 27 private StringBuilder mSb = new StringBuilder(1000);
|
/system/core/debuggerd/ |
crasher.c | 57 usleep(250*1000);
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_join.c | 35 usleep( 2000*1000 );
|
/bionic/libc/kernel/common/linux/ |
jiffies.h | 56 #define TICK_NSEC (SH_DIV (1000000UL * 1000, ACTHZ, 8)) 57 #define TICK_NSEC_HPET (SH_DIV(1000000UL * 1000, ACTHZ_HPET, 8)) 60 #define TICK_USEC_TO_NSEC(TUSEC) (SH_DIV (TUSEC * USER_HZ * 1000, ACTHZ, 8))
|
/cts/tests/tests/animation/src/android/animation/cts/ |
LayoutAnimationTest.java | 88 long duration = 1000l; 99 long duration = 1000l; 173 long duration = 1000;
|
/cts/tests/tests/net/src/android/net/http/cts/ |
SslCertificateTest.java | 91 return new Date(System.currentTimeMillis() - 1000); 190 Date date1 = new Date(System.currentTimeMillis() - 1000); 212 Date date1 = new Date(System.currentTimeMillis() - 1000);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
NotifyingService.java | 72 if (mCondition.block(5 * 1000)) 76 if (mCondition.block(5 * 1000)) 80 if (mCondition.block(5 * 1000))
|
/development/tools/axl/ |
chewie.py | 131 # print record[3] / 1000, record[6] / 1000, record[7] 173 "data rate: %s\n" % (1000 * byteCount / vals[-1][6])+ \
|
/development/tools/emulator/system/camera/fake-pipeline2/ |
Sensor.h | 54 * 1000 | : \ \vvvvvEEEER \ : : 61 * 1000 | : : \ \vvvvvEEEER \ : 68 * 1000 | : : : \ \vEEEEEEEEEEEEER \
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FilterInputStreamTest.java | 104 is.mark(1000); 127 is.skip(1000); 130 buf1.length, "UTF-8").equals(fileString.substring(1000, 1010)));
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
MulticastSocketTest.java | 257 Thread.sleep(1000); 262 Thread.sleep(1000); 318 Thread.sleep(1000); 323 Thread.sleep(1000); 328 Thread.sleep(1000); 341 Thread.sleep(1000); 349 Thread.sleep(1000); 419 Thread.sleep(1000); 430 Thread.sleep(1000); 589 Thread.sleep(1000); [all...] |
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/ |
UnixNetworkInterfaceTest.java | 131 String cmd = "ifconfig " + name + " mtu 1000"; 134 assertEquals(name + " MTU should be 1000", 1000, netif.getMTU());
|
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/ |
CharSinkTester.java | 105 out.write(a, 1000, 0); 143 a[1000] = 'E'; 145 out.write(a, 1000, 2);
|
SinkTester.java | 106 out.write(a, 1000, 0); 158 a[1000] = 5; 160 out.write(a, 1000, 2);
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
ClientKeyExchangeTest.java | 52 byte[] encoded = out.getData(1000); 111 byte[] encoded = out.getData(1000); 159 byte[] encoded = out.getData(1000);
|
ServerKeyExchangeTest.java | 52 byte[] encoded = out.getData(1000); 106 byte[] encoded = out.getData(1000); 155 byte[] encoded = out.getData(1000);
|
/external/chromium/chrome/browser/extensions/ |
extension_metrics_module.cc | 153 static const int kTenSecMs = 10 * 1000; 161 static const int kThreeMinMs = 3 * 60 * 1000; 169 static const int kOneHourMs = 60 * 60 * 1000;
|
/external/chromium/chrome/browser/policy/ |
device_token_fetcher.cc | 18 const int64 kTokenFetchErrorDelayMilliseconds = 5 * 60 * 1000; 20 const int64 kTokenFetchErrorMaxDelayMilliseconds = 3 * 60 * 60 * 1000; 22 const int64 kUnmanagedDeviceRefreshRateMilliseconds = 24 * 60 * 60 * 1000;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/ |
background.html | 9 var pollIntervalMin = 1000 * 60; // 1 minute 10 var pollIntervalMax = 1000 * 60 * 60; // 1 hour 12 var requestTimeout = 1000 * 2; // 5 seconds
|
/external/chromium/third_party/libjingle/source/talk/base/ |
event.cc | 164 ts.tv_sec = tv.tv_sec + (cms / 1000); 165 ts.tv_nsec = tv.tv_usec * 1000 + (cms % 1000) * 1000000;
|
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
TimeUnit.java | 94 static final long C1 = C0 * 1000L; 95 static final long C2 = C1 * 1000L; 96 static final long C3 = C2 * 1000L;
|
/external/icu4c/test/intltest/ |
tstnrapi.cpp | 128 copy.setText(UnicodeString(1000, (UChar32)0x308, 1000), errorCode); 130 errln("error in Normalizer(1000*U+0308).last()");
|
Completed in 1151 milliseconds
<<31323334353637383940>>