| /test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/ |
| D | AppCrawlTesterHostPreparerTest.java | 59 String result = AppCrawlTesterHostPreparer.getSdkPath(mTestInfo); in getSdkPath_wasSet_returnsPath() local 66 String result = AppCrawlTesterHostPreparer.getSdkPath(mTestInfo); in getSdkPath_wasNotSet_returnsNull() local 76 String result = AppCrawlTesterHostPreparer.getCrawlerBinPath(mTestInfo); in getCrawlerBinPath_wasSet_returnsPath() local 83 String result = AppCrawlTesterHostPreparer.getCrawlerBinPath(mTestInfo); in getCrawlerBinPath_wasNotSet_returnsNull() local 93 String result = AppCrawlTesterHostPreparer.getCredentialPath(mTestInfo); in getCredentialPath_wasSet_returnsPath() local 100 String result = AppCrawlTesterHostPreparer.getCredentialPath(mTestInfo); in getCredentialPath_wasNotSet_returnsNull() local
|
| D | AppCrawlTesterTest.java | 372 String[] result = suj.createUtpCrawlerRunCommand(mTestInfo); in createUtpCrawlerRunCommand_containsRequiredCrawlerParams() local 394 String[] result = suj.createUtpCrawlerRunCommand(mTestInfo); in createUtpCrawlerRunCommand_containsRoboscriptFileWhenProvided() local 411 String[] result = suj.createUtpCrawlerRunCommand(mTestInfo); in createUtpCrawlerRunCommand_containsCrawlGuidanceFileWhenProvided() local 428 String[] result = suj.createUtpCrawlerRunCommand(mTestInfo); in createUtpCrawlerRunCommand_loginDirContainsOnlyCrawlGuidanceFile_addsFilePath() local 446 String[] result = suj.createUtpCrawlerRunCommand(mTestInfo); in createUtpCrawlerRunCommand_loginDirContainsOnlyRoboscriptFile_addsFilePath() local 467 String[] result = suj.createUtpCrawlerRunCommand(mTestInfo); in createUtpCrawlerRunCommand_loginDirContainsMultipleLoginFiles_addsRoboscriptFilePath() local 483 String[] result = suj.createUtpCrawlerRunCommand(mTestInfo); in createUtpCrawlerRunCommand_loginDirEmpty_doesNotAddFlag() local 498 String[] result = suj.createUtpCrawlerRunCommand(mTestInfo); in createUtpCrawlerRunCommand_crawlerIsExecutedThroughJavaJar() local 516 String[] result = suj.createUtpCrawlerRunCommand(mTestInfo); in createUtpCrawlerRunCommand_splitApksProvided_useApkFileAndSplitApkFilesParams() local 537 String[] result = suj.createUtpCrawlerRunCommand(mTestInfo); in createUtpCrawlerRunCommand_uiAutomatorModeEnabled_doesNotContainApks() local [all …]
|
| D | DeviceUtilsTest.java | 369 DeviceTimestamp result = sut.currentTimeMillis(); in currentTimeMillis_successful_returnsTime() local 429 String result = sut.getPackageVersionName("any"); in getPackageVersionName_deviceCommandFailed_returnsUnknown() local 443 String result = sut.getPackageVersionName("any"); in getPackageVersionName_deviceCommandReturnsUnexpected_returnsUnknown() local 456 String result = sut.getPackageVersionName("any"); in getPackageVersionName_deviceCommandSucceed_returnsVersionName() local 467 String result = sut.getPackageVersionCode("any"); in getPackageVersionCode_deviceCommandFailed_returnsUnknown() local 481 String result = sut.getPackageVersionCode("any"); in getPackageVersionCode_deviceCommandReturnsUnexpected_returnsUnknown() local 494 String result = sut.getPackageVersionCode("any"); in getPackageVersionCode_deviceCommandSucceed_returnVersionCode() local 509 List<DropboxEntry> result = sut.getDropboxEntries(Set.of("")); in getDropboxEntries_noEntries_returnsEmptyList() local 536 List<DropboxEntry> result = sut.getDropboxEntries(Set.of(tag)); in getDropboxEntries_entryExists_returnsEntry() local 629 List<DropboxEntry> result = sut.getDropboxEntriesFromStdout(Set.of("system_server_wtf")); in getDropboxEntriesFromStdout_entryExists_returnsEntry() local
|
| /test/vts/tests/fastboot_test/src/com/android/tests/ |
| D | FastbootVerifyUserspaceTest.java | 123 CommandResult result = mRunUtil.runTimedCmd(MAX_CMD_RUN_TIME, mFuzzyFastbootPath, in testFastbootdSlotOperations() local 133 CommandResult result = mRunUtil.runTimedCmd(MAX_CMD_RUN_TIME, mFuzzyFastbootPath, in testLogicalPartitionCommands() local 151 CommandResult result = mRunUtil.runTimedCmd(MAX_CMD_RUN_TIME, mFuzzyFastbootPath, in testFastbootReboot() local 161 CommandResult result = mRunUtil.runTimedCmd(MAX_CMD_RUN_TIME, mFuzzyFastbootPath, in testLogicalPartitionFlashing() local
|
| /test/dittosuite/include/ditto/ |
| D | statistics.h | 49 T result = std::accumulate(samples.begin(), samples.end(), T{}); in StatisticsGetMean() local 69 T result = my_vector_copy[n / 2] + my_vector_copy[(n - 1) / 2]; in StatisticsGetMedian() local
|
| /test/vts/tests/kernel_proc_file_api_test/proc_tests/ |
| D | ProcUidCpuPowerTests.py | 30 def result_correct(self, result): argument 55 def result_correct(self, result): argument 80 def result_correct(self, result): argument
|
| D | ProcSimpleFileTests.py | 65 def result_correct(self, result): argument 127 def result_correct(self, result): argument 147 def result_correct(self, result): argument 163 def result_correct(self, result): argument 243 def result_correct(self, result): argument 278 def result_correct(self, result): argument 297 def result_correct(self, result): argument 314 def result_correct(self, result): argument 351 def result_correct(self, result): argument 428 def result_correct(self, result): argument [all …]
|
| D | ProcUidConcurrentTimeTests.py | 56 def result_correct(self, result): argument 102 def result_correct(self, result): argument
|
| /test/dittosuite/src/ |
| D | timespec_utils.cpp | 41 timespec result; in NanosToTimespec() local 73 timespec result = {0, 0}; in operator -() local 89 timespec result = {0, 0}; in operator +() local
|
| D | multithreading.cpp | 53 auto result = std::make_unique<Result>(prefix + name_, repeat_); in CollectResults() local
|
| D | result.cpp | 46 void Result::AddSubResult(std::unique_ptr<Result> result) { in AddSubResult() 238 TimeUnit result; in GetTimeUnit() local 260 BandwidthUnit result; in GetBandwidthUnit() local
|
| /test/dittosuite/ |
| D | dittobench.cpp | 42 auto result = main->CollectResults(""); in main() local
|
| D | dittobench_benchmark.cpp | 58 auto result = main->CollectResults(""); in BM_DittoBench() local
|
| /test/vts/tools/vts-core-tradefed/src/com/android/tradefed/testtype/binary/ |
| D | KernelTargetTest.java | 55 CommandResult result, ITestInvocationListener listener, TestDescription description) { in checkCommandResult()
|
| /test/mlts/benchmark/jni/ |
| D | random_graph_test_jni.cpp | 93 std::vector<test_helper::TestOperationType> result; in getOperationsInModel() local 312 std::vector<test_helper::TestHalVersion>* result) { in HalVersionsSupportedByDevice() 333 std::vector<test_helper::TestOperandType>* result) { in OperandTypesSupportedByDevice() 386 std::vector<test_helper::TestOperationType>* result) { in OperationsSupportedByDevice() 489 int result = kSuccess; in Java_com_android_nn_crashtest_core_test_RandomGraphTest_runRandomModel() local 564 RandomGraphGenerator* result = new RandomGraphGenerator( in Java_com_android_nn_crashtest_core_test_RandomGraphTest_createRandomGraphGenerator() 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/kernel/abi/src/com/android/tests/abi/ |
| D | KernelAbilistTest.java | 75 String result = getDevice().getProperty(name); in getProp() local
|
| /test/vts-testcase/kernel/sdcardfs/src/com/android/sdcardfs/vts/ |
| D | SdcardfsTest.java | 49 CommandResult result = getDevice().executeShellV2Command("uname -r"); in testSdcardfsNotPresent() local
|
| /test/mlts/benchmark/src/com/android/nn/benchmark/core/sl/ |
| D | SupportLibraryDriverHandler.java | 86 String result = null; in extractAllAndGetNnApiSlPath() local 138 String result = dexClassLoader.findLibrary(libShortName); in getNnApiSlPathFromApkLibraries() local
|
| /test/mlts/benchmark/src/com/android/nn/crashtest/core/ |
| D | CrashTest.java | 38 default boolean isFailure(Optional<String> result) { return result.isPresent(); } in isFailure()
|
| /test/mlts/benchmark/src/com/android/nn/crashtest/app/ |
| D | NNMultipleProcessModelLoadTest.java | 52 Intent result = new Intent(); in getRunModelsInMultipleProcessesConfigIntent() local
|
| D | NNMultipleProcessInferenceTest.java | 43 Intent result = new Intent(); in getRunModelsInMultipleProcessesConfigIntent() local
|
| /test/mlts/benchmark/results/ |
| D | generate_result.py | 270 def generate_accuracy_headers(result): argument 291 def generate_accuracy_values(baseline, result): argument 386 def generate_result_entry(baseline, result): argument 466 def generate_compilation_result_entry(result): argument
|
| /test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
| D | DeviceUtils.java | 125 CommandResult result = mDevice.executeShellV2Command("echo ${EPOCHREALTIME:0:14}"); in currentTimeMillis() local 179 CommandResult result = mDevice.executeShellV2Command("ls " + videoPath); in runWithScreenRecording() local 223 CommandResult result = mDevice.executeShellV2Command("ls -sh " + videoPath); in runWithScreenRecording() local 251 CommandResult result = in freezeRotation() local 270 CommandResult result = in unfreezeRotation() local
|
| /test/mlts/benchmark/src/com/android/nn/benchmark/util/ |
| D | IOUtils.java | 38 float[] result = new float[size]; in readFloats() local
|