Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 42) sorted by relevance

12

/test/vts-testcase/hal/thermal/V1_0/target_stress/
Dthermal_hidl_stress_test.cpp52 std::cv_status status = std::cv_status::no_timeout; in wait() local
73 [&](ThermalStatus status, hidl_vec<Temperature> /* temperatures */) { in TEST_F()
88 [&](ThermalStatus status, hidl_vec<CpuUsage> /* cpuUsages */) { in TEST_F()
103 [&](ThermalStatus status, hidl_vec<CoolingDevice> /* coolingDevice */) { in TEST_F()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DICaseResult.java51 List<ITestResult> getResults(TestStatus status); in getResults()
56 int countResults(TestStatus status); in countResults()
DCaseResult.java73 public List<ITestResult> getResults(TestStatus status) { in getResults()
97 public int countResults(TestStatus status) { in countResults()
DIModuleResult.java145 int countResults(TestStatus status); in countResults()
DITestResult.java46 void setResultStatus(TestStatus status); in setResultStatus()
DModuleResult.java246 public int countResults(TestStatus status) { in countResults()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/util/
DProcessHelperTest.java125 CommandStatus status = mProcessHelper.waitForProcess(10000); in testSuccess() local
138 CommandStatus status = mProcessHelper.waitForProcess(10000); in testFailure() local
151 CommandStatus status = mProcessHelper.waitForProcess(100); in testTimeout() local
DVtsPythonRunnerHelperTest.java88 private IRunUtil createMockRunUtil(CommandStatus status) { in createMockRunUtil()
/test/framework/harnesses/host_controller/vti_interface/
Dvti_endpoint_client.py312 def UpdateLeasedJobStatus(self, status, update_interval): argument
337 def StartHeartbeat(self, status="leased", update_interval=60): argument
355 def StopHeartbeat(self, status="complete", infra_log_url=""): argument
382 def SetJobStatusFromLeasedTo(self, status): argument
/test/vti/test_serving/gae/webapp/src/utils/
Dmodel_util.py22 def UpdateParentSchedule(job, status): argument
/test/vti/test_serving/gae/frontend/src/app/model/
Ddevice.ts19 status: number = void 0; property in Device
Djob.ts37 status: number = void 0; property in Job
/test/vts-testcase/hal/treble/vintf/
DVtsTrebleVintfTestBase.cpp102 std::future_status status = future_result.wait_for(timeout); in ForEachHidlHalInstance() local
124 std::future_status status = future_result.wait_for(timeout); in ForEachAidlHalInstance() local
162 auto status = future.wait_for(max_time); in GetHalService() local
178 auto status = in GetInstanceNames() local
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DRootProcessScanner.java159 String status = getProcessStatus(processDir); in isRootProcess() local
177 String status = getProcessStatus(processDir); in isApproved() local
231 String status = getProcessStatus(processDir); in getProcessName() local
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py768 def validateGet(self, status, value): argument
828 def validateSet(self, status): argument
907 def validateGet(self, status, value): argument
944 def validateGet(self, status, value): argument
975 def validateSet(self, status): argument
994 def validateGet(self, status, value): argument
1030 def validateSet(self, status): argument
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsCoverageAlertJobServlet.java86 TestCoverageStatusEntity status, in getTestCoverageStatus()
300 TestCoverageStatusEntity status = ofy().load().type(TestCoverageStatusEntity.class).id(testName) in doPost() local
DVtsInactivityJobServlet.java153 TestStatusEntity status = null; in doPost() local
DVtsAlertJobServlet.java78 private static Map<String, TestCase> getCurrentFailures(TestStatusEntity status) { in getCurrentFailures()
512 TestStatusEntity status = null; in doPost() local
/test/vts-testcase/hal/gnss/V1_0/host/
DVtsHalGnssV1_0HostTest.py55 def gnssStatusCb(status): argument
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestTest.java184 CommandStatus status, File workingDir) { in createMockVtsPythonRunnerHelper()
/test/vts/drivers/hal/common/binder/
DVtsFuzzerBinderService.cpp85 status_t status = reply.readInt32(&res); in LoadHal() local
/test/vts/proto/
DVtsFuzzTaskMessage.proto101 optional Status status = 1; field
/test/vti/test_serving/gae/webapp/src/handlers/
Dbase.py165 def render(self, resp, status=httplib.OK): argument
/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py94 status=Status.DEVICE_STATUS_DICT["fastboot"], argument
/test/vts/drivers/resource/include/fmq_driver/
DVtsFmqDriver.h445 status_t status; in ReadFmqBlocking() local
501 status_t status; in WriteFmqBlocking() local

12