OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MILLISECONDS_PER_SECOND
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/system_wrappers/source/
condition_variable_posix.cc
81
const int
MILLISECONDS_PER_SECOND
= 1000;
106
ts.tv_sec += max_time_inMS /
MILLISECONDS_PER_SECOND
;
109
- ((max_time_inMS /
MILLISECONDS_PER_SECOND
) *
MILLISECONDS_PER_SECOND
))
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
ldt0028.js
29
var
MILLISECONDS_PER_SECOND
= 1000;
43
delay(
MILLISECONDS_PER_SECOND
/ SAMPLES_PER_SECOND );
/external/llvm/include/llvm/Support/
TimeValue.h
84
MILLISECONDS_PER_SECOND
= 1000, ///< One Thousand
244
return seconds_ *
MILLISECONDS_PER_SECOND
+
325
this->seconds_ = milliseconds /
MILLISECONDS_PER_SECOND
;
326
this->nanos_ = NanoSecondsType(milliseconds %
MILLISECONDS_PER_SECOND
) *
/external/dbus/dbus/
dbus-sysdeps-unix.c
[
all
...]
dbus-sysdeps-win.c
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java
[
all
...]
Completed in 6810 milliseconds