OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NANOS_PER_MICROSECOND
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/nativemedia/aaudio/jni/
test_aaudio.h
20
#define
NANOS_PER_MICROSECOND
((int64_t)1000)
21
#define NANOS_PER_MILLISECOND (
NANOS_PER_MICROSECOND
* 1000)
/frameworks/av/media/libaaudio/examples/utils/
AAudioExampleUtils.h
31
#define
NANOS_PER_MICROSECOND
((int64_t)1000)
32
#define NANOS_PER_MILLISECOND (
NANOS_PER_MICROSECOND
* 1000)
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
TimeUtil.java
57
private static final long
NANOS_PER_MICROSECOND
= 1000;
302
(int) (microseconds % MICROS_PER_SECOND *
NANOS_PER_MICROSECOND
));
310
(int) (microseconds % MICROS_PER_SECOND *
NANOS_PER_MICROSECOND
));
322
/
NANOS_PER_MICROSECOND
;
332
/
NANOS_PER_MICROSECOND
;
519
} else if (nanos %
NANOS_PER_MICROSECOND
== 0) {
520
return String.format("%1$06d", nanos /
NANOS_PER_MICROSECOND
);
/external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar
Completed in 414 milliseconds