/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/ |
D | VtsPythonVirtualenvPreparerTest.java | 164 CommandResult result = new CommandResult(CommandStatus.SUCCESS); in testInstallDeps_reqFile_success() local 188 CommandResult result = new CommandResult(CommandStatus.SUCCESS); in testInstallDeps_depModule_success() local 218 CommandResult result = new CommandResult(CommandStatus.TIMED_OUT); in testInstallDeps_reqFile_failure() local 244 CommandResult result = new CommandResult(CommandStatus.TIMED_OUT); in testInstallDeps_depModule_failure() local 269 private void addDefaultModuleExpectations(IRunUtil mockRunUtil, CommandResult result) { in addDefaultModuleExpectations() 286 CommandResult result = new CommandResult(); in test_initVirtualenv_creationSuccess() local 306 CommandResult result = new CommandResult(); in test_initVirtualenv_creationSuccess_completionFail() local 331 CommandResult result = new CommandResult(); in test_initVirtualenv_creationFail_Errno26_waitSucceed() local 352 CommandResult result = new CommandResult(); in test_initVirtualenv_creationFail_Errno26_waitFailed() local 373 CommandResult result = new CommandResult(); in test_initVirtualenv_creationFail_noErrno26() local
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
D | ProtoFuzzerMutateFns.cpp | 28 VarInstance result{}; in VarInstanceStubFromSpec() local 45 VarInstance result{VarInstanceStubFromSpec(var_spec)}; in ArrayRandomGen() local 55 VarInstance result{var_instance}; in ArrayMutate() local 63 VarInstance result{VarInstanceStubFromSpec(var_spec)}; in EnumRandomGen() local 93 VarInstance result{VarInstanceStubFromSpec(var_spec)}; in ScalarRandomGen() local 101 VarInstance result{var_instance}; in ScalarMutate() local 108 VarInstance result{VarInstanceStubFromSpec(var_spec)}; in StringRandomGen() local 124 VarInstance result{var_instance}; in StringMutate() local 160 VarInstance result{VarInstanceStubFromSpec(var_spec)}; in StructRandomGen() local 169 VarInstance result{var_instance}; in StructMutate() local [all …]
|
D | ProtoFuzzerMutator.cpp | 113 ExecSpec result{}; in RandomGen() local 159 FuncSpec result{func_spec}; in RandomGen() local 172 FuncSpec result{func_spec}; in Mutate() local
|
/test/vts/drivers/hal/server/ |
D | SocketServer.cpp | 66 string result; in ReadSpecification() local 75 const string& result = driver_manager_->CallFunction(call_msg); in Call() local 83 const string& result = driver_manager_->GetAttribute(call_msg); in GetAttribute() local 141 int32_t result = command_message.status_type(); in ProcessOneCommand() local 153 const string& result = Call(command_message.arg()); in ProcessOneCommand() local 162 const string& result = ReadSpecification( in ProcessOneCommand() local 175 const string& result = GetAttribute(command_message.arg()); in ProcessOneCommand() local 184 string result = ListFunctions(); in ProcessOneCommand() local
|
D | BinderServer.cpp | 74 int32_t result = in onTransact() local 90 int32_t result = Status(type); in onTransact() local 105 const string& result = Call(arg); in onTransact() local 119 const char* result = GetFunctions(); in onTransact() local
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | TestCaseRunEntity.java | 71 public final int result; field in TestCaseRunEntity.TestCase 80 public TestCase(long parentId, int offset, String name, int result) { in TestCase() 142 int result = results.get(index).intValue(); in onLoad() local 154 public boolean addTestCase(String name, int result) { in addTestCase()
|
/test/vts/drivers/shell/ |
D | ShellDriver.cpp | 40 int result = 0; in Close() local 54 CommandResult* result = new CommandResult(); in ExecShellCommandPopen() local 92 CommandResult* result = new CommandResult(); in ExecShellCommandNohup() local 139 CommandResult* result = this->ExecShellCommandNohup(command); in ExecShellCommand() local
|
/test/vts/drivers/hal/libcodecoverage/ |
D | gcda_parser_test.cpp | 31 std::vector<unsigned> result = in main() local
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | ResultReporterTest.java | 160 IInvocationResult result = mReporter.getResult(); in testResultReporting() local 215 IInvocationResult result = mReporter.getResult(); in testRepeatedExecutions() local 279 IInvocationResult result = mReporter.getResult(); in testRetry() local 335 IInvocationResult result = mReporter.getResult(); in testRetryCanSetDone() local 374 IInvocationResult result = mReporter.getResult(); in testRetryCannotSetDone() local 392 IInvocationResult result = mReporter.getResult(); in testResultReporting_moduleNotDone() local 419 IInvocationResult result = mReporter.getResult(); in testResultReporting_moduleNotDone_noTests() local 436 IInvocationResult result = mReporter.getResult(); in testResultReporting_moduleDone_noTests() local 528 IInvocationResult result = mReporter.getResult(); in testResultReporter_sharded() local
|
/test/mlts/benchmark/results/ |
D | generate_result.py | 198 def generate_accuracy_headers(result): argument 219 def generate_accuracy_values(baseline, result): argument 296 def generate_avg_ms(baseline, result): argument 314 def generate_result_entry(baseline, result): argument 328 def generate_latency_graph_entry(result, results_with_bl): argument
|
/test/vts-testcase/kernel/api/proc/ |
D | ProcUidCpuPowerTests.py | 33 def result_correct(self, result): argument 57 def result_correct(self, result): argument 81 def result_correct(self, result): argument
|
D | ProcSimpleFileTests.py | 63 def result_correct(self, result): argument 125 def result_correct(self, result): argument 145 def result_correct(self, result): argument 161 def result_correct(self, result): argument 241 def result_correct(self, result): argument 276 def result_correct(self, result): argument 294 def result_correct(self, result): argument 313 def result_correct(self, result): argument 332 def result_correct(self, result): argument 351 def result_correct(self, result): argument [all …]
|
/test/vti/dashboard/src/test/java/com/android/vts/api/ |
D | DataRestServletTest.java | 114 String result = sw.getBuffer().toString().trim(); in testBranchData() local 135 String result = sw.getBuffer().toString().trim(); in testDeviceData() local
|
/test/vts/drivers/resource/include/fmq_driver/ |
D | VtsFmqDriver.h | 520 size_t* result) { in AvailableToWrite() 530 size_t* result) { in AvailableToRead() 540 size_t* result) { in GetQuantumSize() 550 size_t* result) { in GetQuantumCount() 568 atomic<uint32_t>** result) { in GetEventFlagWord() 578 QueueId queue_id, size_t* result) { in GetQueueDescAddress() 615 MessageQueue<T, flavor>* result = queue_object.get(); in FindQueue() local
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
D | IntegrationTest.java | 213 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun() local 316 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun_incomplete() local 345 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun_completeAfterInternalRetry() local 385 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun_incomplete_rerun_incomplete() local 453 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun_incomplete_rerun_complete() local
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | MeasureTime.java | 33 double[] result = new double[count]; in measure() local
|
D | StreamUtil.java | 57 ByteArrayOutputStream result = new ByteArrayOutputStream(); in readInputStream() local
|
/test/vts/compilation_tools/vtsc/ |
D | VtsCompilerUtils.cpp | 158 string result; in GetCppVariableType() local 532 string result = str; in ClearStringWithNameSpaceAccess() local 539 string result; in PathJoin() local 559 string result; in RemoveBaseDir() local
|
/test/vti/dashboard/src/test/java/com/android/vts/entity/ |
D | TestCaseRunEntityTest.java | 49 int result = results.get(index); in saveTest() local
|
/test/vts/drivers/libdrivercomm/ |
D | VtsDriverCommUtil.cpp | 70 int result = 0; in Close() local 145 int result = read(sockfd_, &msg[bytes_read], msg_len - bytes_read); in VtsSocketRecvBytes() local
|
/test/vti/test_serving/gae/testing/ |
D | e2e_test.py | 126 result = main(args.sdk_path, args.test_path, args.test_pattern) variable
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | RetryFilterHelper.java | 151 IInvocationResult result = new LightInvocationResult(getResult()); in setCommandLineOptionsFor() local 169 IInvocationResult result = new LightInvocationResult(getResult()); in setBuildInfoRetryCommand() local 181 IInvocationResult result = null; in getResult() local
|
/test/vts-testcase/performance/hwbinder_latency_test/ |
D | HwBinderLatencyTest.py | 140 def _addBenchmarkTableToResult(self, result, bits): argument 157 def _uploadResult(self, result, bits): argument
|
/test/vts-testcase/fuzz/template/libfuzzer_test/ |
D | libfuzzer_test.py | 144 def EvaluateTestcase(self, test_case, result, inuse_seed): argument 252 def AssertTestResult(self, test_case, result): argument
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
D | NfcClientCallback.driver.cpp | 69 static sp<::android::hardware::nfc::V1_0::INfcClientCallback> result; in VtsFuzzerCreateVts_android_hardware_nfc_V1_0_INfcClientCallback() local 149 android::vts::DriverBase* result = in vts_func_4_android_hardware_nfc_V1_0_INfcClientCallback_with_arg() local
|