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

<<31323334353637383940>>

  /frameworks/base/tools/layoutlib/bridge/src/android/os/
SystemClock_Delegate.java 92 return System.currentTimeMillis() * 1000;
104 return elapsedRealtime() * 1000;
  /frameworks/native/cmds/rawbu/
backup.cpp 249 if (!write_int64(fh, ((int64_t)st->st_atime)*1000*1000*1000)) return 0;
250 if (!write_int64(fh, ((int64_t)st->st_mtime)*1000*1000*1000)) return 0;
251 if (!write_int64(fh, ((int64_t)st->st_ctime)*1000*1000*1000)) return 0;
484 st->st_atime = (time_t)(ltime/1000/1000/1000)
    [all...]
  /frameworks/wilhelm/src/itf/
IVibra.c 102 } else if (!(0 <= intensity && intensity <= 1000)) {
156 thiz->mIntensity = 1000;
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 30 private static final long MILLISECONDS_PER_DAY = 24 * 60 * 60 * 1000;
130 mDstSavings = Math.abs(gmtOffsets[mTypes[lastStd] & 0xff] - gmtOffsets[mTypes[lastDst] & 0xff]) * 1000;
160 long currentUnixTime = System.currentTimeMillis() / 1000;
171 mRawOffset *= 1000;
172 mEarliestRawOffset = earliestRawOffset * 1000;
206 int unix = (int) (when / 1000);
217 return mRawOffset + mOffsets[mTypes[transition] & 0xff] * 1000;
222 int unix = (int) (when / 1000);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
TBSCertList.java 146 && ((revocationDate.getTime() / 1000)
147 == (rcert.revocationDate.getTime() / 1000))
154 return userCertificate.hashCode() * 37 + (int)revocationDate.getTime() / 1000
275 && thisUpdate.getTime() / 1000
276 == that.thisUpdate.getTime() / 1000
279 : nextUpdate.getTime() / 1000
280 == that.nextUpdate.getTime() / 1000)
292 + (int)thisUpdate.getTime() / 1000;
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramPacketTest.java 28 DatagramPacket dp = new DatagramPacket("Hello".getBytes(), 5, InetAddress.getLocalHost(), 1000);
29 assertEquals("Incorrect port returned", 1000, dp.getPort());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/
make_heap_comp.pass.cpp 50 test(1000);
54 const int N = 1000;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/
pop_heap_comp.pass.cpp 50 test(1000);
54 const int N = 1000;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/
push_heap_comp.pass.cpp 49 test(1000);
53 const int N = 1000;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/
sort_heap_comp.pass.cpp 51 test(1000);
55 const int N = 1000;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/sort/
sort_comp.pass.cpp 37 std::vector<int> v(1000);
47 std::vector<std::unique_ptr<int> > v(1000);
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-W 23 utouch(1000, 'a.x');
54 &utouch(1000, 'foo.x');
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ProgressService.java 64 handler.postDelayed(this, 1000);
81 handler.postDelayed(new UpdateRunnable(id, when, progress), 1000);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
timeval.h 36 #define PA_MSEC_PER_SEC 1000
39 #define PA_USEC_PER_MSEC 1000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
timeval.h 36 #define PA_MSEC_PER_SEC 1000
39 #define PA_USEC_PER_MSEC 1000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
timeval.h 36 #define PA_MSEC_PER_SEC 1000
39 #define PA_USEC_PER_MSEC 1000
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
minus.decTest 122 minx111 minus 0.1E-999 -> -1E-1000 Subnormal
123 minx112 minus 0.10E-999 -> -1.0E-1000 Subnormal
124 minx113 minus 0.100E-999 -> -1.0E-1000 Subnormal Rounded
128 minx116 minus 0.099E-999 -> -1.0E-1000 Inexact Rounded Subnormal Underflow
135 minx131 minus -0.1E-999 -> 1E-1000 Subnormal
136 minx132 minus -0.10E-999 -> 1.0E-1000 Subnormal
137 minx133 minus -0.100E-999 -> 1.0E-1000 Subnormal Rounded
141 minx136 minus -0.099E-999 -> 1.0E-1000 Inexact Rounded Subnormal Underflow
plus.decTest 133 plux211 plus 0.1E-999 -> 1E-1000 Subnormal
134 plux212 plus 0.10E-999 -> 1.0E-1000 Subnormal
135 plux213 plus 0.100E-999 -> 1.0E-1000 Subnormal Rounded
139 plux216 plus 0.099E-999 -> 1.0E-1000 Inexact Rounded Subnormal Underflow
146 plux231 plus -0.1E-999 -> -1E-1000 Subnormal
147 plux232 plus -0.10E-999 -> -1.0E-1000 Subnormal
148 plux233 plus -0.100E-999 -> -1.0E-1000 Subnormal Rounded
152 plux236 plus -0.099E-999 -> -1.0E-1000 Inexact Rounded Subnormal Underflow
ddRemainder.decTest 216 ddrem306 remainder 13 1000 -> 13
355 ddrem681 remainder Inf -1000 -> NaN Invalid_operation
360 ddrem686 remainder Inf 1000 -> NaN Invalid_operation
362 ddrem688 remainder -1000 Inf -> -1000
368 ddrem695 remainder 1000 Inf -> 1000
372 ddrem701 remainder -Inf -1000 -> NaN Invalid_operation
377 ddrem706 remainder -Inf 1000 -> NaN Invalid_operation
380 ddrem709 remainder -1000 Inf -> -100
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bufio.py 11 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000,
62 self.drive_one(bytes(1000))
test_macostools.py 39 data1 = rfp.read(1000)
42 data2 = rfp.read(1000)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
minus.decTest 122 minx111 minus 0.1E-999 -> -1E-1000 Subnormal
123 minx112 minus 0.10E-999 -> -1.0E-1000 Subnormal
124 minx113 minus 0.100E-999 -> -1.0E-1000 Subnormal Rounded
128 minx116 minus 0.099E-999 -> -1.0E-1000 Inexact Rounded Subnormal Underflow
135 minx131 minus -0.1E-999 -> 1E-1000 Subnormal
136 minx132 minus -0.10E-999 -> 1.0E-1000 Subnormal
137 minx133 minus -0.100E-999 -> 1.0E-1000 Subnormal Rounded
141 minx136 minus -0.099E-999 -> 1.0E-1000 Inexact Rounded Subnormal Underflow
plus.decTest 133 plux211 plus 0.1E-999 -> 1E-1000 Subnormal
134 plux212 plus 0.10E-999 -> 1.0E-1000 Subnormal
135 plux213 plus 0.100E-999 -> 1.0E-1000 Subnormal Rounded
139 plux216 plus 0.099E-999 -> 1.0E-1000 Inexact Rounded Subnormal Underflow
146 plux231 plus -0.1E-999 -> -1E-1000 Subnormal
147 plux232 plus -0.10E-999 -> -1.0E-1000 Subnormal
148 plux233 plus -0.100E-999 -> -1.0E-1000 Subnormal Rounded
152 plux236 plus -0.099E-999 -> -1.0E-1000 Inexact Rounded Subnormal Underflow
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bufio.py 11 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000,
62 self.drive_one(bytes(1000))
test_macostools.py 39 data1 = rfp.read(1000)
42 data2 = rfp.read(1000)

Completed in 373 milliseconds

<<31323334353637383940>>