OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:microseconds
(Results
26 - 50
of
258
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/development/ndk/platforms/android-3/include/sys/
_types.h
60
typedef __uint32_t __useconds_t; /*
microseconds
*/
61
typedef __int32_t __suseconds_t; /*
microseconds
(signed) */
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/
SDL_MPWtimer.c
52
Microseconds
(&now);
64
Microseconds
(&now);
/frameworks/base/libs/utils/
Timers.cpp
94
// Get the duration in
microseconds
.
101
//
microseconds
.
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
_types.h
60
typedef __uint32_t __useconds_t; /*
microseconds
*/
61
typedef __int32_t __suseconds_t; /*
microseconds
(signed) */
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
_types.h
60
typedef __uint32_t __useconds_t; /*
microseconds
*/
61
typedef __int32_t __suseconds_t; /*
microseconds
(signed) */
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
_types.h
60
typedef __uint32_t __useconds_t; /*
microseconds
*/
61
typedef __int32_t __suseconds_t; /*
microseconds
(signed) */
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
_types.h
60
typedef __uint32_t __useconds_t; /*
microseconds
*/
61
typedef __int32_t __suseconds_t; /*
microseconds
(signed) */
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
_types.h
60
typedef __uint32_t __useconds_t; /*
microseconds
*/
61
typedef __int32_t __suseconds_t; /*
microseconds
(signed) */
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
_types.h
60
typedef __uint32_t __useconds_t; /*
microseconds
*/
61
typedef __int32_t __suseconds_t; /*
microseconds
(signed) */
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
_types.h
60
typedef __uint32_t __useconds_t; /*
microseconds
*/
61
typedef __int32_t __suseconds_t; /*
microseconds
(signed) */
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
_types.h
60
typedef __uint32_t __useconds_t; /*
microseconds
*/
61
typedef __int32_t __suseconds_t; /*
microseconds
(signed) */
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
_types.h
60
typedef __uint32_t __useconds_t; /*
microseconds
*/
61
typedef __int32_t __suseconds_t; /*
microseconds
(signed) */
/external/iproute2/tc/
README.last
22
where
microseconds
and seconds fields are separate.
/frameworks/base/core/java/android/os/
SystemClock.java
162
* Returns
microseconds
running in the current thread.
164
* @return elapsed
microseconds
in the thread
171
* Returns current wall time in
microseconds
.
173
* @return elapsed
microseconds
in wall time
/frameworks/base/include/utils/
Timers.h
75
static inline nsecs_t
microseconds
(nsecs_t v) { return us2ns(v); }
function
125
// Get the duration in
microseconds
.
129
//
microseconds
.
/external/chromium/base/synchronization/
waitable_event_win.cc
59
// Be careful here. TimeDelta has a precision of
microseconds
, but this API
/external/chromium/base/
time.h
6
//
microseconds
(s/1,000,000) since a platform-dependent epoch. Each
11
//
microseconds
.
14
// in measuring time durations. It is internally represented in
microseconds
.
165
// Constructs a delta given the duration in
microseconds
. This is private
171
// Delta in
microseconds
.
400
// The representation of Jan 1, 1970 UTC in
microseconds
since the
411
// Time in
microseconds
in UTC.
541
// and testing. Ticks is in
microseconds
.
545
// Tick count in
microseconds
.
/external/e2fsprogs/lib/uuid/
uuid_time.3.in
55
The time at which the UUID was created, in seconds and
microseconds
since
/external/qemu/distrib/sdl-1.2.12/src/thread/beos/
SDL_syssem.c
79
timeout *= 1000; /* BeOS uses a timeout in
microseconds
*/
/external/quake/quake/src/WinQuake/
main.cpp
49
// Note: Timer acually has less than microsecond resolution, so track time in
microseconds
:
/external/skia/src/animator/
SkTime.cpp
82
::
Microseconds
(&wide);
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
time.h
72
__suseconds_t tv_usec; /*
Microseconds
. */
/development/ndk/platforms/android-9/include/android/
sensor.h
190
* Sets the delivery rate of events in
microseconds
for the given sensor.
245
* Returns the minimum delay allowed between events in
microseconds
.
/development/tools/emulator/system/camera/
PreviewWindow.h
145
/* Timestamp (abs.
microseconds
) when last frame has been pushed to the
149
/* Preview frequency in
microseconds
. */
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/internal/kerberos/v5/
KerberosErrorMessageTest.java
105
// cusec [3]
Microseconds
OPTIONAL,
137
// susec [5]
Microseconds
Completed in 367 milliseconds
1
2
3
4
5
6
7
8
9
10
11