/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.comparisons/ |
op_equal.pass.cpp | 42 std::chrono::milliseconds s1(3); 48 std::chrono::milliseconds s1(3); 85 constexpr std::chrono::milliseconds s1(3); 91 constexpr std::chrono::milliseconds s1(3);
|
op_less.pass.cpp | 56 std::chrono::milliseconds s1(3); 64 std::chrono::milliseconds s1(3); 113 constexpr std::chrono::milliseconds s1(3); 121 constexpr std::chrono::milliseconds s1(3);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/ |
convert_inexact.fail.cpp | 24 std::chrono::milliseconds ms = us;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.arithmetic/ |
op_+=.pass.cpp | 22 typedef std::chrono::milliseconds Duration;
|
op_-=.pass.cpp | 22 typedef std::chrono::milliseconds Duration;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cons/ |
convert.fail.cpp | 24 typedef std::chrono::milliseconds Duration1;
|
duration.fail.cpp | 23 typedef std::chrono::milliseconds Duration;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.special/ |
max.pass.cpp | 22 typedef std::chrono::milliseconds Duration;
|
min.pass.cpp | 22 typedef std::chrono::milliseconds Duration;
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementTimeContainer.java | 33 * milliseconds.
|
/packages/apps/Nfc/nci/jni/ |
CondVar.h | 70 ** millisec: Timeout in milliseconds.
|
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/ |
WebConcurrency.java | 40 // Delay between queries (in milliseconds).
|
/packages/screensavers/PhotoTable/res/values-land-notouch/ |
config.xml | 27 <!-- Duration in milliseconds for the pickup animation. -->
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
timeb.h | 35 unsigned short int millitm; /* Additional milliseconds. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
timeb.h | 35 unsigned short int millitm; /* Additional milliseconds. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
timeb.h | 35 unsigned short int millitm; /* Additional milliseconds. */
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_timer.h | 39 /** This is the OS scheduler timeslice, in milliseconds */ 46 * Get the number of milliseconds since the SDL library initialization. 51 /** Wait a specified number of milliseconds before returning */ 58 * Set a callback to run after the specified number of milliseconds has
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_timer.h | 39 /** This is the OS scheduler timeslice, in milliseconds */ 46 * Get the number of milliseconds since the SDL library initialization. 51 /** Wait a specified number of milliseconds before returning */ 58 * Set a callback to run after the specified number of milliseconds has
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_timer.h | 39 /** This is the OS scheduler timeslice, in milliseconds */ 46 * Get the number of milliseconds since the SDL library initialization. 51 /** Wait a specified number of milliseconds before returning */ 58 * Set a callback to run after the specified number of milliseconds has
|
/external/libnl-headers/ |
netlink-types.h | 340 * Base value in milliseconds to ompute reachable time, see RFC2461. 350 * The time in milliseconds between retransmitted Neighbor 356 * Interval in milliseconds to check for stale neighbour 362 * Delay in milliseconds for the first time probe if 368 * Maximum delay in milliseconds of an answer to a neighbour 374 * Minimum age in milliseconds before a neighbour entry 380 * Delay in milliseconds before answering to an ARP request
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
ViewPropertyAnimatorTest.java | 219 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); 242 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); 265 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); 289 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); 316 mFuture.get(getTimeout() + 100, TimeUnit.MILLISECONDS); 340 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); 364 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
DatatypeFactory.java | 171 * specifying the <code>Duration</code> as milliseconds.</p> 181 * <p>All six values are set by computing their values from the specified milliseconds 200 * @param durationInMilliSeconds Duration in milliseconds to create. 347 * <p>Create a <code>Duration</code> of type <code>xdt:dayTimeDuration</code> using the specified milliseconds as defined in 355 * <p>All four values are set by computing their values from the specified milliseconds 374 * <p>Any remaining milliseconds after determining the day, hour, minute and second are discarded.</p> 376 * @param durationInMilliseconds Milliseconds of <code>Duration</code> to create. 404 int milliseconds = (int) (val % 60000L); // 60000 milliseconds per minute local 406 ++milliseconds; [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
MovieAudioTrack.java | 266 * @param startTimeMs the start time in milliseconds
276 * @return The start time in milliseconds
286 * @param startTimeMs the start time in milliseconds
296 * @return The start time in milliseconds
303 * @return The duration in milliseconds. This value represents the audio
320 * @param beginMs start time in the audio track in milliseconds (relative to
322 * @param endMs end time in the audio track in milliseconds (relative to the
|
/external/chromium/base/ |
time_win_unittest.cc | 52 int64 milliseconds = (now - last).InMilliseconds(); local 55 EXPECT_GE(milliseconds, 0); 56 EXPECT_LT(milliseconds, 250); 173 const int kMaxTime = 35; // Maximum acceptible milliseconds for test. 220 // Sleep for a few milliseconds (note that it means 1000 microseconds).
|
/external/chromium_org/base/time/ |
time_win_unittest.cc | 52 int64 milliseconds = (now - last).InMilliseconds(); local 55 EXPECT_GE(milliseconds, 0); 56 EXPECT_LT(milliseconds, 250); 173 const int kMaxTime = 35; // Maximum acceptible milliseconds for test. 224 // Sleep for a few milliseconds (note that it means 1000 microseconds).
|