OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nanotime
(Results
76 - 100
of
343
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java
198
long postTimeNanos = System.
nanoTime
();
219
postTimeNanos = System.
nanoTime
();
240
long postTimeNanos = System.
nanoTime
();
/art/runtime/base/
time_utils.h
60
uint64_t
NanoTime
();
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
VerticalGridFragment.java
55
long seed = System.
nanoTime
();
/frameworks/av/include/media/stagefright/
VideoFrameScheduler.h
36
// get adjusted
nanotime
for a video frame render at renderTime
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
MidiBtleTimeTracker.java
20
* Convert MIDI over BTLE timestamps to system
nanotime
.
/frameworks/native/cmds/dumpstate/
utils.c
56
static uint64_t
nanotime
() {
function
266
uint64_t elapsed =
nanotime
();
273
elapsed =
nanotime
() - elapsed;
445
uint64_t start =
nanotime
();
488
uint64_t elapsed =
nanotime
() - start;
711
uint64_t start =
nanotime
();
733
pid, (float)(
nanotime
() - start) / NANOS_PER_SEC);
741
uint64_t start =
nanotime
();
753
pid, (float)(
nanotime
() - start) / NANOS_PER_SEC);
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
TestFramerateView.java
73
long now_us = System.
nanoTime
() / 1000;
/libcore/jsr166-tests/src/test/java/jsr166/
LinkedBlockingDequeTest.java
653
long startTime = System.
nanoTime
();
740
long startTime = System.
nanoTime
();
744
long startTime = System.
nanoTime
();
760
long t0 = System.
nanoTime
();
764
long t0 = System.
nanoTime
();
885
long startTime = System.
nanoTime
();
[
all
...]
ScheduledExecutorTest.java
66
final long startTime = System.
nanoTime
();
89
final long startTime = System.
nanoTime
();
111
final long startTime = System.
nanoTime
();
135
final long startTime = System.
nanoTime
();
166
long startTime = System.
nanoTime
();
194
long startTime = System.
nanoTime
();
369
long startTime = System.
nanoTime
();
642
long startTime = System.
nanoTime
();
[
all
...]
/system/core/libbacktrace/
backtrace_test.cpp
88
uint64_t
NanoTime
() {
107
uint64_t start =
NanoTime
();
111
if ((
NanoTime
() - start) > NS_PER_SEC) {
208
uint64_t start =
NanoTime
();
213
} while ((
NanoTime
() - start) < seconds * NS_PER_SEC);
301
uint64_t start =
NanoTime
();
327
} while (!verified && (
NanoTime
() - start) <= 5 * NS_PER_SEC);
437
uint64_t start =
NanoTime
();
443
((
NanoTime
() - start) <= 5 * NS_PER_SEC));
1049
uint64_t start =
NanoTime
();
[
all
...]
/art/compiler/utils/
dedupe_set.h
77
hash_start =
NanoTime
();
81
uint64_t hash_end =
NanoTime
();