OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NANOS_PER_MILLISECOND
(Results
1 - 10
of
10
) sorted by null
/cts/tests/tests/nativemedia/aaudio/jni/
test_aaudio.h
21
#define
NANOS_PER_MILLISECOND
(NANOS_PER_MICROSECOND * 1000)
24
#define NANOS_PER_SECOND (
NANOS_PER_MILLISECOND
* MILLIS_PER_SECOND)
26
#define DEFAULT_STATE_TIMEOUT (500 *
NANOS_PER_MILLISECOND
)
27
#define DEFAULT_READ_TIMEOUT (300 *
NANOS_PER_MILLISECOND
)
/frameworks/av/media/libaaudio/examples/utils/
AAudioExampleUtils.h
32
#define
NANOS_PER_MILLISECOND
(NANOS_PER_MICROSECOND * 1000)
33
#define NANOS_PER_SECOND (
NANOS_PER_MILLISECOND
* 1000)
/frameworks/av/media/libaaudio/tests/
test_various.cpp
45
constexpr int64_t
NANOS_PER_MILLISECOND
= 1000 * 1000;
73
1000 *
NANOS_PER_MILLISECOND
));
87
1000 *
NANOS_PER_MILLISECOND
));
109
1000 *
NANOS_PER_MILLISECOND
));
136
1000 *
NANOS_PER_MILLISECOND
));
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
TimeUtil.java
56
private static final long
NANOS_PER_MILLISECOND
= 1000000;
264
(int) (milliseconds % MILLIS_PER_SECOND *
NANOS_PER_MILLISECOND
));
272
(int) (milliseconds % MILLIS_PER_SECOND *
NANOS_PER_MILLISECOND
));
284
/
NANOS_PER_MILLISECOND
;
294
/
NANOS_PER_MILLISECOND
;
517
if (nanos %
NANOS_PER_MILLISECOND
== 0) {
518
return String.format("%1$03d", nanos /
NANOS_PER_MILLISECOND
);
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
StatszZPageHandler.java
112
private static final long
NANOS_PER_MILLISECOND
= 1000 * 1000;
367
+ timestamp.getNanos() /
NANOS_PER_MILLISECOND
));
/cts/tests/tests/media/src/android/media/cts/
AudioHelper.java
266
private static final long
NANOS_PER_MILLISECOND
= 1000000;
267
private static final long NANOS_PER_SECOND =
NANOS_PER_MILLISECOND
* MILLIS_PER_SECOND;
310
* (1. /
NANOS_PER_MILLISECOND
);
351
(int) ((getStartTimeNs() - trackStartTimeNs) /
NANOS_PER_MILLISECOND
);
AudioTrackLatencyTest.java
55
private final static long
NANOS_PER_MILLISECOND
= 1000000L;
57
private final static long NANOS_PER_SECOND =
NANOS_PER_MILLISECOND
* MILLIS_PER_SECOND;
348
int latencyMillis = (int) (latencyNanos /
NANOS_PER_MILLISECOND
);
AudioTrackSurroundTest.java
60
private final static long
NANOS_PER_MILLISECOND
= 1000000L;
62
private final static long NANOS_PER_SECOND =
NANOS_PER_MILLISECOND
* MILLIS_PER_SECOND;
257
double measuredMillis = elapsedNanos / (double)
NANOS_PER_MILLISECOND
;
AudioRecordTest.java
536
final int
NANOS_PER_MILLISECOND
= 1000000;
538
final long RECORD_TIME_NS = RECORD_TIME_MS *
NANOS_PER_MILLISECOND
;
[
all
...]
/external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar
Completed in 3866 milliseconds