OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:useconds_t
(Results
51 - 75
of
75
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/frameworks/compile/libbcc/include/bcc/Support/
FileBase.h
120
useconds_t
pRetryInterval = kDefaultRetryLockInterval);
/frameworks/compile/libbcc/lib/Support/
FileBase.cpp
137
useconds_t
pRetryInterval) {
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
types.h
137
typedef __useconds_t
useconds_t
;
typedef
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
types.h
137
typedef __useconds_t
useconds_t
;
typedef
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
types.h
137
typedef __useconds_t
useconds_t
;
typedef
/external/v8/src/
platform-solaris.cc
205
useconds_t
ms = static_cast<
useconds_t
>(milliseconds);
832
useconds_t
interval = interval_ * 1000 - 100;
platform-freebsd.cc
828
useconds_t
interval = interval_ * 1000 - 100;
platform-openbsd.cc
910
useconds_t
interval = interval_ * 1000 - 100;
platform-linux.cc
[
all
...]
/external/bison/lib/
unistd.in.h
[
all
...]
/external/chromium_org/v8/src/
platform-posix.cc
255
useconds_t
ms = static_cast<
useconds_t
>(milliseconds);
/art/runtime/
thread.cc
598
static const
useconds_t
kTimeoutUs = 30 * 1000000; // 30s.
599
useconds_t
total_delay_us = 0;
600
useconds_t
delay_us = 0;
662
useconds_t
new_delay_us = delay_us * 2;
[
all
...]
/external/bison/darwin-lib/
unistd.h
[
all
...]
/external/bison/linux-lib/
unistd.h
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
2399
useconds_t
= __darwin_
useconds_t
variable
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
2399
useconds_t
= __darwin_
useconds_t
variable
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h
226
typedef __useconds_t
useconds_t
;
typedef
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h
226
typedef __useconds_t
useconds_t
;
typedef
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h
226
typedef __useconds_t
useconds_t
;
typedef
[
all
...]
Completed in 1132 milliseconds
1
2
3