Searched refs:t1 (Results 1 – 25 of 26) sorted by relevance
12
159 d.unlinkToDeath(t1, r1); in testRegisterAndUnregister()160 d.unlinkToDeath(t1, r2); in testRegisterAndUnregister()166 d.unlinkToDeath(t1, r3); in testRegisterAndUnregister()213 d.linkToDeath(t1, r1); in testRegisterAndKill()214 d.linkToDeath(t1, r2); in testRegisterAndKill()215 d.linkToDeath(t1, r3); in testRegisterAndKill()218 d.linkToDeath(t1, r4); in testRegisterAndKill()219 d.unlinkToDeath(t1, r4); in testRegisterAndKill()230 t1.die(); in testRegisterAndKill()281 t1.die(); in duplicateRegistrations()[all …]
157 setRawList(t1, t2); in testAddRemoveSplitNotifyChange()171 setRawList(t1, t2); in testAddSameSplitBoundsInfoSkipNotifyChange()188 setRawList(t1, t2, t3); in testGetRecentTasks()193 t1.taskId, -1, in testGetRecentTasks()206 setRawList(t1, t2, t3, t4, t5, t6); in testGetRecentTasks_withPairs()218 t1.taskId, -1, in testGetRecentTasks_withPairs()249 t1.taskId, -1, in testGetRecentTasks_ReturnsRecentTasksAsynchronously()265 setRawList(t1, t2, t3, t4); in testGetRecentTasks_hasActiveDesktopTasks_proto2Enabled_groupFreeformTasks()305 setRawList(t1, t2, t3, t4); in testGetRecentTasks_hasActiveDesktopTasks_proto2Disabled_doNotGroupFreeformTasks()333 setRawList(t1, t2, t3); in testRemovedTaskRemovesSplit()[all …]
247 TextView t1 = new TextView(context); in doubleText() local248 t1.setHeight(desiredHeight); in doubleText()249 t1.setText(text); in doubleText()250 t1.setGravity(Gravity.START | Gravity.CENTER_VERTICAL); in doubleText()254 ll.addView(t1, lp1); in doubleText()281 TextView t1 = (TextView) ((LinearLayout) convertView).getChildAt(0); in convertDoubleText() local283 t1.setText(text); in convertDoubleText()
62 private final TestServiceType t1 = new TestServiceType("t1", "value1"); field in RegisteredServicesCacheTest83 cache.addServiceForQuerying(U0, r1, newServiceInfo(t1, UID1)); in testGetAllServicesHappyPath()95 cache.addServiceForQuerying(U0, r1, newServiceInfo(t1, UID1)); in testGetAllServicesReplaceUid()101 cache.addServiceForQuerying(U0, r1, newServiceInfo(t1, UID1)); in testGetAllServicesReplaceUid()117 cache.addServiceForQuerying(U0, r1, newServiceInfo(t1, UID1)); in testGetAllServicesServiceRemoved()125 cache.addServiceForQuerying(U0, r1, newServiceInfo(t1, UID1)); in testGetAllServicesServiceRemoved()132 cache.addServiceForQuerying(U0, r1, newServiceInfo(t1, UID1)); in testGetAllServicesMultiUser()150 cache.addServiceForQuerying(U0, r1, newServiceInfo(t1, UID1)); in testOnRemove()185 cache.addServiceForQuerying(0, r1, newServiceInfo(t1, 1)); in testMigration()
204 uint64_t t1 = getTimeMillis(); in runMemoryBandwidthTest() local208 double dt = getTimeMillis() - t1; in runMemoryBandwidthTest()254 uint64_t t1 = getTimeNanos(); in runMemoryLatencyTest() local268 double dt = getTimeNanos() - t1; in runMemoryLatencyTest()360 uint64_t t1 = getTimeNanos(); in runGFlopsTest() local362 double dt = getTimeNanos() - t1; in runGFlopsTest()
136 uint64_t t1 = GetTime(); in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest() local143 double dt = t2 - t1; in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()
106 long t1=0; in getCurrentPosition() local114 t1=SystemClock.uptimeMillis(); in getCurrentPosition()132 if ((currentPosition < ((t2-t1) *1.2)) && (currentPosition > 0)) in getCurrentPosition()165 long t1 =0; in setLooping() local178 t1=SystemClock.uptimeMillis(); in setLooping()186 Log.v(TAG, "looping position " + currentPosition + "duration = " + (t2-t1)); in setLooping()194 if ((currentPosition < ((t2-t1-5000)*1.2)) && currentPosition > 0) in setLooping()204 long t1=0; in pause() local211 t1=SystemClock.uptimeMillis(); in pause()219 Log.v(TAG, "isPlaying "+ misPlaying + " wait time " + (t2 - t1) ); in pause()[all …]
51 mv t1, sp52 .cfi_def_cfa_register t1
103 Thread t1 = new aThread(); in topMethod() local104 t1.start(); in topMethod()110 t1.join(); in topMethod()
83 final long t1 = SystemClock.uptimeMillis(); in init() local86 ProtoLog.v(WM_SHELL_INIT, "\t%s init took %dms", info.first, (t2 - t1)); in init()
101 protected static int getMetricTimestampDifferenceMicroseconds(long t2, long t1) { in getMetricTimestampDifferenceMicroseconds() argument102 if (t2 - t1 > Integer.MAX_VALUE) { in getMetricTimestampDifferenceMicroseconds()107 if (t2 < t1) { in getMetricTimestampDifferenceMicroseconds()111 return (int) ((t2 - t1) / 1000); in getMetricTimestampDifferenceMicroseconds()
140 snapshots.sortWith { t1: UiObject2, t2: UiObject2 ->141 t2.getVisibleBounds().left - t1.getVisibleBounds().left143 snapshots.sortWith { t1: UiObject2, t2: UiObject2 ->144 t1.getVisibleBounds().top - t2.getVisibleBounds().top
798 private void verifyTextSnapshotContentEquals(TextSnapshot t1, TextSnapshot t2) { in verifyTextSnapshotContentEquals() argument799 assertThat(t1.getCompositionStart()).isEqualTo(t2.getCompositionStart()); in verifyTextSnapshotContentEquals()800 assertThat(t1.getCompositionEnd()).isEqualTo(t2.getCompositionEnd()); in verifyTextSnapshotContentEquals()801 assertThat(t1.getCursorCapsMode()).isEqualTo(t2.getCursorCapsMode()); in verifyTextSnapshotContentEquals()802 assertThat(t1.getSurroundingText().isEqualTo(t2.getSurroundingText())).isTrue(); in verifyTextSnapshotContentEquals()
86 TextView t1 = dialog.getWindow().getDecorView().findViewById(R.id.text1); in onCreate() local87 t1.setText(getString(R.string.slice_permission_text_1, app2)); in onCreate()
626 Task t1 = createTaskBuilder(".Task1").build(); in testSessionDuration() local627 t1.touchActiveTime(); in testSessionDuration()628 mRecentTasks.add(t1); in testSessionDuration()634 triggerTrimAndAssertTrimmed(t1); in testSessionDuration()705 t1.mUserSetupComplete = true; in testVisibleTasks_excludedFromRecents_withExcluded()706 mRecentTasks.add(t1); in testVisibleTasks_excludedFromRecents_withExcluded()1049 mRecentTasks.add(t1); in testRemoveAllVisibleTasks()1075 triggerTrimAndAssertTrimmed(t1, t2, t3, t4, t5, t6, t7); in testRemoveAllVisibleTasks()1083 Task t1 = createTaskBuilder(".Task1") in testRemoveAllVisibleTasksPerUser() local1086 mRecentTasks.add(t1); in testRemoveAllVisibleTasksPerUser()[all …]
49 final long t1 = ajq1.peekNextTimestamp();51 if (t1 == AppJobQueue.NO_NEXT_TIMESTAMP) {66 return Long.compare(t1, t2);
148 Collections.sort(shareTargets, (t1, t2) -> -Float.compare(t1.getScore(), t2.getScore())); in sortTargets()
185 val t1 = regex190 flipDisplayInfo(100, listOf(t1, t2), displayInfoCallback)
1263 double t1 = cosU2 * sinLambda; in computeDistanceAndBearing() local1265 double sinSqSigma = t1 * t1 + t2 * t2; in computeDistanceAndBearing()
522 DropBoxManager.Entry t1 = dropbox.getNextEntry("DropBoxTest1", t0.getTimeMillis()); in testSizeLimits() local523 DropBoxManager.Entry t2 = dropbox.getNextEntry("DropBoxTest1", t1.getTimeMillis()); in testSizeLimits()527 assertEquals("DropBoxTest1", t1.getTag()); in testSizeLimits()531 assertEquals(blockSize * 2 - overhead, getEntrySize(t1)); in testSizeLimits()535 t1.close(); in testSizeLimits()
1692 long t1 = e1.getTime();1694 if (t1 == t2) {1708 if (t1 == DURATION_INFINITE) {1712 return (int) (t1 - t2);
308 float t0, const SkPoint &p0, float t1, const SkPoint &p1, in subdividePoints() argument310 midT = (t1 + t0) / 2; in subdividePoints()
1974 private boolean hasCompatibleActivityTypeAndWindowingMode(Task t1, Task t2) { in hasCompatibleActivityTypeAndWindowingMode() argument1975 final int activityType = t1.getActivityType(); in hasCompatibleActivityTypeAndWindowingMode()1976 final int windowingMode = t1.getWindowingMode(); in hasCompatibleActivityTypeAndWindowingMode()
162 …��T�)��h���I�%��t/�I�{_!���'�6��;b���"��#��X�3�N�����+��$��Q�t1�4�ő�Ql���v9�Y���Pf…
Error! Your browser does not support the video tag. There was an error! Java heap space java.lang.OutOfMemoryError: Java heap space
Java heap space
java.lang.OutOfMemoryError: Java heap space