/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | AsyncUtils.java | 39 public static <T> T await(Future<T> f, long time, TimeUnit timeUnit) { in await() 51 public static Throwable awaitFailure(Future<?> f, long time, TimeUnit timeUnit) { in awaitFailure() 60 Future<T> f, long time, TimeUnit timeUnit) { in awaitCancellation()
|
/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/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ |
D | DeviceEvent.java | 145 public static Predicate<DeviceEvent> isNewerThan(long time) { in isNewerThan() 164 public final long time; field in DeviceEvent 166 private DeviceEvent(String sender, DeviceEventType type, long time) { in DeviceEvent()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | InterpolatorTest.java | 78 long time = SystemClock.uptimeMillis(); in testTimeToValues1() local 277 private void verifyValue(int time, float expected, Result expectedResult, in verifyValue() 284 private void verifyValues(int time, float[] expected, Result expectedResult, in verifyValues()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ContentPaneFocusTest.java | 150 long time = SystemClock.uptimeMillis(); in sendMetaHotkey() local 163 long time = SystemClock.uptimeMillis(); in sendMetaKey() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | TokenWatcherTest.java | 192 long time = System.currentTimeMillis(); in waitUntilAcquired() local 203 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/tests/tests/media/src/android/media/cts/ |
D | AudioEffectTest.java | 385 int time = 500; in test3_1SetParameterIntInt() local 451 int time = 500; in test3_3SetParameterIntByteArray() local 488 int[] time = new int[1]; in test3_4SetParameterIntArrayIntArray() local 559 int time = 500; in test3_6SetParameterIntArrayByteArray() local
|
D | DecodeEditEncodeTest.java | 491 long time = inputData.getChunkTime(inputChunk); in editVideoData() local 686 long time = inputData.getChunkTime(inputChunk); in checkVideoData() local 848 public void addChunk(ByteBuffer buf, int flags, long time) { in addChunk()
|
/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 | 79 Time time = new Time(); in testConstructor() local 90 Time time = new Time(); in testNormalize() local 116 Time time = new Time(timeZone); in testSwitchTimezone() local 127 Time time = new Time(); in testSet() local 138 private void verifyTime(Time time, Time anotherTime) { in verifyTime() 155 Time time = new Time(); in testGetWeekNumber() local 224 Time time = new Time(); in testIsEpoch() local 1426 Time time = new Time(timezone); in testToMillis_skippedTime() local 1495 Time time = new Time(PstPdt.ID); in testToMillis_duplicateWallTime() local 1582 Time time = new Time(timezone); in verifyToMillisInvalid() local [all …]
|
/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/hardware/src/android/hardware/cts/ |
D | GeomagneticFieldTest.java | 57 long time = new Calendar.Builder() in assertMagneticField() local
|
/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/tests/tests/telecom/src/android/telecom/cts/ |
D | MockConference.java | 183 public boolean acquireLock(long time, TimeUnit unit) { in acquireLock()
|
/cts/tests/tests/syncmanager/common/proto/ |
D | sync_manager_cts.proto | 24 optional int64 time = 1; field
|
/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/text/src/android/text/method/cts/ |
D | BaseMovementMethodTest.java | 215 final long time = SystemClock.uptimeMillis(); in createScrollEvent() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | AbstractTimePickerActivity.java | 73 final String time = hour + ":" + minute; in updateOutputWithTime() local
|
/cts/tests/tests/nativemedia/aaudio/jni/ |
D | utils.cpp | 32 struct timespec time; in getNanoseconds() local
|