/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | TimeUtil.java | 35 StringBuilder time = new StringBuilder(); in formatElapsedTime() local 66 static String getTimestamp(long time) { in getTimestamp()
|
/cts/suite/audio_quality/lib/src/task/ |
D | TaskSound.cpp | 81 int time = atoi(tokens->at(3).string()); in run() local 91 int time = atoi(tokens->at(2).string()); in run() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ContentPaneFocusTest.java | 116 long time = SystemClock.uptimeMillis(); in sendControlChar() local 127 long time = SystemClock.uptimeMillis(); in sendControlKey() local
|
D | SurfaceViewTest.java | 160 private void sleep(long time) { in sleep()
|
D | ChoreographerTest.java | 300 private void sleep(long time) { in sleep()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | InterpolatorTest.java | 63 long time = SystemClock.uptimeMillis(); in testTimeToValues1() local 259 private void assertValue(int time, float expected, Result expectedResult, in assertValue() 266 private void assertValues(int time, float[] expected, Result expectedResult, in assertValues()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ConditionVariableTest.java | 45 long time = System.currentTimeMillis(); in testConditionVariable() local
|
D | TokenWatcherTest.java | 163 long time = System.currentTimeMillis(); in waitUntilAcquired() local 174 long time = System.currentTimeMillis(); in waitUntilReleased() local
|
D | ProcessTest.java | 158 long time = 0; in testKillProcess() local
|
D | LooperTest.java | 175 int time = 100; in testQuit() local
|
/cts/suite/audio_quality/test_description/processing/ |
D | calc_thd.py | 54 time = index / samplingRate variable
|
D | calc_delay.py | 69 time = index / samplingRate variable
|
/cts/tests/openglperf2/jni/reference/scene/flocking/ |
D | WaterMeshNode.cpp | 19 WaterMeshNode::WaterMeshNode(const Mesh* mesh, int time, GLuint textureId1, GLuint textureId2) : in WaterMeshNode()
|
/cts/tests/tests/text/src/android/text/format/cts/ |
D | TimeTest.java | 57 Time time = new Time(); in testConstructor() local 67 Time time = new Time(); in testNormalize() local 92 Time time = new Time(timeZone); in testSwitchTimezone() local 102 Time time = new Time(); in testSet() local 113 private void assertTime(Time time, Time anotherTime) { in assertTime() 129 Time time = new Time(); in testGetWeekNumber() local 198 Time time = new Time(); in testIsEpoch() local 1373 Time time = new Time(timezone); in testToMillis_skippedTime() local 1441 Time time = new Time(PstPdt.ID); in testToMillis_duplicateWallTime() local 1527 Time time = new Time(timezone); in assertToMillisInvalid() local [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AudioEffectTest.java | 382 int time = 500; in test3_1SetParameterIntInt() local 448 int time = 500; in test3_3SetParameterIntByteArray() local 485 int[] time = new int[1]; in test3_4SetParameterIntArrayIntArray() local 556 int time = 500; in test3_6SetParameterIntArrayByteArray() local
|
D | DecodeEditEncodeTest.java | 482 long time = inputData.getChunkTime(inputChunk); in editVideoData() local 676 long time = inputData.getChunkTime(inputChunk); in checkVideoData() local 838 public void addChunk(ByteBuffer buf, int flags, long time) { in addChunk()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Drystone-2.1.sh | 880 Xextern long time(); function
|
/cts/tests/tests/media/libndkaudio/ |
D | WaveTableOscillator.cpp | 47 int WaveTableOscillator::getData(long time, float* outBuff, int numFrames, in getData()
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | IInvocationResult.java | 36 void setStartTime(long time); in setStartTime()
|
D | InvocationResult.java | 120 public void setStartTime(long time) { in setStartTime()
|
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
D | shadertoy_renderer.cpp | 37 double time = 1000.0 * timeval.tv_sec + (double) timeval.tv_nsec / 1e6; in NowInMs() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | IconTest.java | 149 private void sleep(long time) { in sleep()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | EventLogTest.java | 196 long time = events.get(i).getTimeNanos(); in assertEventTimes() local
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | GeeTestResultParser.java | 405 Matcher time = timePattern.matcher(identifier); in parseTestIdentifier() local 461 Matcher time = timePattern.matcher(identifier); in processRunCompletedTag() local
|
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/ |
D | SustainedPerformanceHostTest.java | 122 Double time = Double.parseDouble(line.split(":")[1]); in analyzeResults() local
|