/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 | 149 long time = SystemClock.uptimeMillis(); in sendMetaHotkey() local 162 long time = SystemClock.uptimeMillis(); in sendMetaKey() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | InterpolatorTest.java | 77 long time = SystemClock.uptimeMillis(); in testTimeToValues1() local 276 private void verifyValue(int time, float expected, Result expectedResult, in verifyValue() 283 private void verifyValues(int time, float[] expected, Result expectedResult, in verifyValues()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | TokenWatcherTest.java | 163 long time = System.currentTimeMillis(); in waitUntilAcquired() local 174 long time = System.currentTimeMillis(); in waitUntilReleased() local
|
D | ConditionVariableTest.java | 47 long time = System.currentTimeMillis(); in testConditionVariable() local
|
D | ProcessTest.java | 158 long time = 0; in testKillProcess() local
|
D | LooperTest.java | 180 int time = 100; in testQuit() local
|
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ |
D | DeviceEvent.java | 228 public static Predicate<DeviceEvent> isNewerThan(final long time) { in isNewerThan() 253 public final long time; field in DeviceEvent 256 final String sender, final DeviceEventType type, String paramsString, final long time) { in DeviceEvent()
|
/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/tests/text/src/android/text/format/cts/ |
D | TimeTest.java | 68 Time time = new Time(); in testConstructor() local 79 Time time = new Time(); in testNormalize() local 105 Time time = new Time(timeZone); in testSwitchTimezone() local 116 Time time = new Time(); in testSet() local 127 private void verifyTime(Time time, Time anotherTime) { in verifyTime() 144 Time time = new Time(); in testGetWeekNumber() local 213 Time time = new Time(); in testIsEpoch() local 1413 Time time = new Time(timezone); in testToMillis_skippedTime() local 1482 Time time = new Time(PstPdt.ID); in testToMillis_duplicateWallTime() local 1569 Time time = new Time(timezone); in verifyToMillisInvalid() 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/tests/openglperf2/jni/reference/scene/flocking/ |
D | WaterMeshNode.cpp | 19 WaterMeshNode::WaterMeshNode(const Mesh* mesh, int time, GLuint textureId1, GLuint textureId2) : in WaterMeshNode()
|
/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/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/ |
D | UtilsReceiver.java | 71 final long time = extras.getLong(EXTRA_TIME, System.currentTimeMillis()); in doAllocation() local
|
/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/common/util/src/com/android/compatibility/common/util/ |
D | IInvocationResult.java | 36 void setStartTime(long time); in setStartTime()
|
D | LightInvocationResult.java | 137 public void setStartTime(long time) { in setStartTime()
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | BaseMovementMethodTest.java | 214 final long time = SystemClock.uptimeMillis(); in createScrollEvent() local
|
/cts/tests/tests/nativemedia/aaudio/src/ |
D | utils.cpp | 29 struct timespec time; in getNanoseconds() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | AbstractTimePickerActivity.java | 77 final String time = hour + ":" + minute; in updateOutputWithTime() local
|
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/ |
D | StorageStatsTest.java | 386 private long doAllocateReceiver(String pkg, double fraction, long time) throws Exception { in doAllocateReceiver() 406 private long doAllocateProvider(String pkg, double fraction, long time) throws Exception { in doAllocateProvider()
|
/cts/tests/tests/location/src/android/location/cts/psedorange/ |
D | SatelliteClockCorrectionCalculator.java | 149 private static double fixWeekRollover(double time) { in fixWeekRollover()
|