/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/ |
D | StorageWizardTest.java | 89 waitFor(By.res(PACKAGE, "suc_layout_title").text(containsIgnoringCase("How will you use"))); in testInternal() 90 waitFor(By.res(PACKAGE, "storage_wizard_init_internal")).click(); in testInternal() 93 waitFor(By.res(ANDROID_PACKAGE, "alertTitle").textContains("Format")); in testInternal() 94 waitFor(By.clickable(true).text(containsIgnoringCase("Format"))).click(); in testInternal() 98 waitFor(By.res(PACKAGE, "storage_next_button")).click(); in testInternal() 102 waitFor(By.res(PACKAGE, "storage_next_button")).click(); in testInternal() 106 waitFor(By.res(PACKAGE, "storage_next_button")).click(); in testInternal() 117 waitFor(By.res(PACKAGE, "suc_layout_title").textContains("How will you use")); in testExternal() 118 waitFor(By.res(PACKAGE, "storage_wizard_init_external")).click(); in testExternal() 121 waitFor(By.res(PACKAGE, "suc_layout_title").textContains("ready to use")); in testExternal() [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | CarPowerManagementServiceUnitTest.java | 211 mPowerSignalListener.waitFor(PowerHalService.SET_ON, WAIT_TIMEOUT_MS); in testShutdown() 220 mPowerSignalListener.waitFor(PowerHalService.SET_SHUTDOWN_START, WAIT_TIMEOUT_MS); in testShutdown() 230 mPowerSignalListener.waitFor(PowerHalService.SET_ON, WAIT_TIMEOUT_MS); in testShutdownImmediately() 241 mPowerSignalListener.waitFor(PowerHalService.SET_SHUTDOWN_START, WAIT_TIMEOUT_MS); in testShutdownImmediately() 251 mPowerSignalListener.waitFor(PowerHalService.SET_ON, WAIT_TIMEOUT_MS); in testSuspend() 266 mPowerSignalListener.waitFor(PowerHalService.SET_ON, WAIT_TIMEOUT_MS); in testShutdownOnSuspend() 276 mPowerSignalListener.waitFor(PowerHalService.SET_SHUTDOWN_START, WAIT_TIMEOUT_MS); in testShutdownOnSuspend() 297 mPowerSignalListener.waitFor(PowerHalService.SET_ON, WAIT_TIMEOUT_MS); in testShutdownCancel() 319 mPowerSignalListener.waitFor(PowerHalService.SET_ON, WAIT_TIMEOUT_MS); in testSleepImmediately() 327 mPowerSignalListener.waitFor(PowerHalService.SET_DEEP_SLEEP_ENTRY, WAIT_TIMEOUT_MS); in testSleepImmediately() [all …]
|
/packages/apps/Traceur/src/com/android/traceur/ |
D | AtraceUtils.java | 71 if (atrace.waitFor() != 0) { in traceStart() 88 if (atrace.waitFor() != 0) { in traceStop() 103 if (atrace.waitFor() != 0) { in traceDump() 113 if (ps.waitFor() != 0) { in traceDump() 169 if (atrace.waitFor() != 0) { in atraceListCategories()
|
D | PerfettoUtils.java | 248 if (!process.waitFor(STARTUP_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in traceStart() 278 if (process.waitFor() != 0) { in traceStop() 317 int result = process.waitFor(); in isTracingOn()
|
D | TraceUtils.java | 101 if (rm.waitFor() != 0) { in clearSavedTraces()
|
/packages/modules/NeuralNetworks/runtime/ |
D | Manager.cpp | 160 const std::vector<const RuntimeMemory*>& memories, const std::vector<int>& waitFor, 208 const std::vector<int>& waitFor, const OptionalTimePoint& deadline, 580 const std::vector<const RuntimeMemory*>& memories, const std::vector<int>& waitFor, in executeFenced() argument 585 CHECK(std::all_of(waitFor.begin(), waitFor.end(), [](int fd) { return fd >= 0; })); in executeFenced() 592 waitForHandles.reserve(waitFor.size()); in executeFenced() 593 for (int fd : waitFor) { in executeFenced() 724 const std::vector<int>& waitFor, const OptionalTimePoint& deadline, in computeFenced() argument 727 CHECK(std::all_of(waitFor.begin(), waitFor.end(), [](int fd) { return fd >= 0; })); in computeFenced() 730 waitForHandles.reserve(waitFor.size()); in computeFenced() 731 for (int fd : waitFor) { in computeFenced() [all …]
|
D | ExecutionBuilder.cpp | 833 static bool waitForSyncFences(const std::vector<int>& waitFor) { in waitForSyncFences() argument 834 for (int syncFd : waitFor) { in waitForSyncFences() 847 const std::vector<int>& waitFor, uint64_t timeoutDurationAfterFence, in computeFencedInternal() argument 857 mExecutor->computeFenced(waitFor, timeoutDurationAfterFence, deadline); in computeFencedInternal() 877 if (!waitForSyncFences(waitFor)) { in computeFencedInternal() 890 const std::vector<int>& waitFor, uint64_t timeoutDurationAfterFence, in computeFencedInternal() argument 908 std::vector<int> waitForFds = waitFor; in computeFencedInternal() 965 if (!waitForSyncFences(waitFor)) { in computeFencedInternal() 972 int ExecutionBuilder::computeFenced(const std::vector<int>& waitFor, in computeFenced() argument 999 computeFencedInternal(waitFor, timeoutDurationAfterFence, deadline); in computeFenced() [all …]
|
D | ExecutionBuilder.h | 155 const std::vector<int>& waitFor, uint64_t timeoutDurationAfterFence, 272 const std::vector<int>& waitFor, uint64_t timeoutDurationAfterFence, 288 const std::vector<int>& waitFor, uint64_t timeoutDurationAfterFence,
|
D | Manager.h | 62 const std::vector<int>& waitFor, const OptionalTimePoint& deadline, 91 const std::vector<const RuntimeMemory*>& memories, const std::vector<int>& waitFor,
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
D | IconLoaderTest.java | 77 public synchronized Object waitFor() { in waitFor() method in IconLoaderTest.AssertConsumer 87 IconLoaderTest.assertNull(waitFor()); in assertNull() 90 IconLoaderTest.assertNotNull(waitFor()); in assertNotNull()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/testutils/ |
D | PollingCheck.java | 88 public static void waitFor(final PollingCheckCondition condition) { in waitFor() method in PollingCheck 97 public static void waitFor(long timeout, final PollingCheckCondition condition) { in waitFor() method in PollingCheck 106 public static void waitFor(long timeout, BooleanSupplier condition, String errorMessage) { in waitFor() method in PollingCheck
|
/packages/modules/NeuralNetworks/common/include/ |
D | DefaultExecution.h | 49 const std::vector<SyncFence>& waitFor, const OptionalTimePoint& deadline, in computeFenced() argument 51 return kPreparedModel->executeFenced(kRequest, waitFor, kMeasure, deadline, in computeFenced()
|
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimPreparedModel.cpp | 215 const std::vector<::ndk::ScopedFileDescriptor>& waitFor, bool measureTiming, in executeFenced() argument 231 std::vector<const ANeuralNetworksEvent*> deps(waitFor.size()); in executeFenced() 233 std::transform(waitFor.begin(), waitFor.end(), deps.begin(), in executeFenced()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/system/ |
D | FactoryResetConfirmFragmentTest.java | 200 PollingCheck.waitFor( in confirmClicked_noOemUnlockAllowed_provisioned_wipesPdb() 214 PollingCheck.waitFor( in confirmClicked_noOemUnlockAllowed_provisioned_sendsResetIntent()
|
D | ResetAppPrefFragmentTest.java | 179 PollingCheck.waitFor( in triggerResetButtonAndWaitForTask()
|
/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/ |
D | DeployAgent.java | 144 p.waitFor(); in executeCommand() 324 p.waitFor(); in writePatchedDataToSession()
|
/packages/modules/NeuralNetworks/common/include/nnapi/ |
D | IExecution.h | 149 const std::vector<SyncFence>& waitFor, const OptionalTimePoint& deadline,
|
D | IPreparedModel.h | 146 const Request& request, const std::vector<SyncFence>& waitFor, MeasureTiming measure,
|
/packages/modules/NeuralNetworks/driver/sample/ |
D | CanonicalPreparedModel.cpp | 195 const Request& request, const std::vector<SyncFence>& waitFor, MeasureTiming measure, in executeFenced() argument 213 for (const auto& syncFence : waitFor) { in executeFenced()
|
D | CanonicalPreparedModel.h | 47 const Request& request, const std::vector<SyncFence>& waitFor, MeasureTiming measure,
|
/packages/modules/Wifi/service/tests/mts/src/android/net/wifi/mts/ |
D | StreamReader.java | 85 process.waitFor(); in runProcessCommand()
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | ShimPreparedModel.h | 52 const std::vector<::ndk::ScopedFileDescriptor>& waitFor,
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | IperfClient.java | 105 mProcess.waitFor(); in stopClient()
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastServiceTestCase.java | 82 protected static void waitFor(BooleanSupplier condition) { in waitFor() method in CellBroadcastServiceTestCase
|
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/ |
D | Utils.java | 70 if (process.waitFor() == 0) { in runCommand()
|