Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 55) sorted by relevance

123

/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DAppCrawlTesterHostPreparerTest.java59 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
DAppCrawlTesterTest.java372 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 …]
DDeviceUtilsTest.java369 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/
DFastbootVerifyUserspaceTest.java123 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/
Dstatistics.h49 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/
DProcUidCpuPowerTests.py30 def result_correct(self, result): argument
55 def result_correct(self, result): argument
80 def result_correct(self, result): argument
DProcSimpleFileTests.py65 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 …]
DProcUidConcurrentTimeTests.py56 def result_correct(self, result): argument
102 def result_correct(self, result): argument
/test/dittosuite/src/
Dtimespec_utils.cpp41 timespec result; in NanosToTimespec() local
73 timespec result = {0, 0}; in operator -() local
89 timespec result = {0, 0}; in operator +() local
Dmultithreading.cpp53 auto result = std::make_unique<Result>(prefix + name_, repeat_); in CollectResults() local
Dresult.cpp46 void Result::AddSubResult(std::unique_ptr<Result> result) { in AddSubResult()
238 TimeUnit result; in GetTimeUnit() local
260 BandwidthUnit result; in GetBandwidthUnit() local
/test/dittosuite/
Ddittobench.cpp42 auto result = main->CollectResults(""); in main() local
Ddittobench_benchmark.cpp58 auto result = main->CollectResults(""); in BM_DittoBench() local
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/testtype/binary/
DKernelTargetTest.java55 CommandResult result, ITestInvocationListener listener, TestDescription description) { in checkCommandResult()
/test/mlts/benchmark/jni/
Drandom_graph_test_jni.cpp93 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/
DHwBinderLatencyTest.py140 def _addBenchmarkTableToResult(self, result, bits): argument
157 def _uploadResult(self, result, bits): argument
/test/vts-testcase/kernel/abi/src/com/android/tests/abi/
DKernelAbilistTest.java75 String result = getDevice().getProperty(name); in getProp() local
/test/vts-testcase/kernel/sdcardfs/src/com/android/sdcardfs/vts/
DSdcardfsTest.java49 CommandResult result = getDevice().executeShellV2Command("uname -r"); in testSdcardfsNotPresent() local
/test/mlts/benchmark/src/com/android/nn/benchmark/core/sl/
DSupportLibraryDriverHandler.java86 String result = null; in extractAllAndGetNnApiSlPath() local
138 String result = dexClassLoader.findLibrary(libShortName); in getNnApiSlPathFromApkLibraries() local
/test/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTest.java38 default boolean isFailure(Optional<String> result) { return result.isPresent(); } in isFailure()
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNMultipleProcessModelLoadTest.java52 Intent result = new Intent(); in getRunModelsInMultipleProcessesConfigIntent() local
DNNMultipleProcessInferenceTest.java43 Intent result = new Intent(); in getRunModelsInMultipleProcessesConfigIntent() local
/test/mlts/benchmark/results/
Dgenerate_result.py270 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/
DDeviceUtils.java125 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/
DIOUtils.java38 float[] result = new float[size]; in readFloats() local

123