Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 43) sorted by relevance

12

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DAndroidDebugBridgeWrapperTest.java52 CommandResult res = new CommandResult(); in testAdbVersionParsing() local
68 CommandResult res = new CommandResult(); in testAdbVersionParsing_altFormat() local
87 CommandResult res = new CommandResult(); in testAdbVersionParse_runFail() local
103 CommandResult res = new CommandResult(); in testAdbVersionParsing_partial() local
119 CommandResult res = new CommandResult(); in testAdbVersionParsing_parseFail() local
DNativeDeviceTest.java1159 InputStreamSource res = null; in testGetBugreport_deviceUnavail_fallback() local
1694 Long res = mTestDevice.parseFreeSpaceFromModernOutput(dfOutput); in testParseDfOutput_mountWithNumber() local
1706 Long res = mTestDevice.parseFreeSpaceFromModernOutput(dfOutput); in testParseDfOutput() local
1718 Long res = mTestDevice.parseFreeSpaceFromModernOutput(dfOutput); in testParseDfOutput_wrongMount() local
1729 Long res = mTestDevice.parseFreeSpaceFromModernOutput(dfOutput); in testParseDfOutput_filesystemWithNumber() local
1936 File res = mTestDevice.pullFile(fakeRemotePath); in testPullFile_returnFileSuccess() local
1956 File res = mTestDevice.pullFile(fakeRemotePath); in testPullFile_returnNull() local
1977 String res = mTestDevice.pullFileContents(fakeRemotePath); in testPullFileContents_returnFileSuccess() local
1994 String res = mTestDevice.pullFileContents(fakeRemotePath); in testPullFileContents_returnNull() local
2201 CommandResult res = new CommandResult(); in testExecuteShellV2Command() local
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleSplitterTest.java65 List<ModuleDefinition> res = ModuleSplitter.splitConfiguration(runConfig, 5, true); in testSplitModule_configNotShardable() local
96 List<ModuleDefinition> res = ModuleSplitter.splitConfiguration(runConfig, 5, true); in testSplitModule_configNotStrictShardable_dynamic() local
127 List<ModuleDefinition> res = ModuleSplitter.splitConfiguration(runConfig, 5, false); in testSplitModule_configNotStrictShardable_notDynamic() local
159 List<ModuleDefinition> res = ModuleSplitter.splitConfiguration(runConfig, 5, true); in testSplitModule_testNotShardable() local
187 List<ModuleDefinition> res = ModuleSplitter.splitConfiguration(runConfig, 5, true); in testSplitModule_testShardable_didNotShard() local
217 List<ModuleDefinition> res = ModuleSplitter.splitConfiguration(runConfig, 5, true); in testSplitModule_testShardable_shard() local
243 List<ModuleDefinition> res = ModuleSplitter.splitConfiguration(runConfig, 5, false); in testSplitModule_testShardable_shard_noDynamic() local
DSuiteModuleLoaderTest.java120 LinkedHashMap<String, IConfiguration> res = in testInjectConfigOptions_moduleArgs() local
168 LinkedHashMap<String, IConfiguration> res = in testInjectConfigOptions_testArgs() local
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DSandboxConfigDumpTest.java58 int res = mConfigDump.parse(commandLine); in testParseCommandLine() local
79 int res = mConfigDump.parse(commandLine); in testParseCommandLine_filtered() local
100 int res = mConfigDump.parse(commandLine); in testParseCommandLine_run() local
DTradefedSandboxTest.java127 Exception res = mSandbox.prepareEnvironment(mMockContext, mMockConfig, mMockListener); in testPrepareEnvironment() local
163 Exception res = mSandbox.prepareEnvironment(mMockContext, mMockConfig, mMockListener); in testPrepareEnvironment_dumpConfigFail() local
181 Exception res = mSandbox.prepareEnvironment(mMockContext, mMockConfig, mMockListener); in testPrepareEnvironment_noTfDirJar() local
209 File res = in testSandboxOptions() local
DSandboxInvocationRunnerTest.java58 CommandResult res = new CommandResult(CommandStatus.SUCCESS); in testPrepareAndRun() local
DSandboxConfigUtilTest.java67 File res = null; in testDumpVersion() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java72 CommandResult res = new CommandResult(); in testRun() local
105 CommandResult res = new CommandResult(); in testRunFail_exception() local
138 CommandResult res = new CommandResult(); in testRunFail_failureOnly() local
/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DBootstrapBuildProviderTest.java52 IBuildInfo res = mProvider.getBuild(mMockDevice); in testGetBuild() local
75 IBuildInfo res = mProvider.getBuild(mMockDevice); in testGetBuild_stubDevice() local
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/suite/
DSuiteApkInstallerTest.java93 File res = mPreparer.getTestsDir(mMockBuildInfo); in testGetTestsDir_noVar() local
117 File res = in testGetLocalPathForFilename_withVariable() local
148 File res = in testGetTestsDir_notDir() local
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DAppSetupTest.java298 Set<String> res = new HashSet<>(); in testSetup_uninstallAll_noPackage() local
314 Set<String> res = new HashSet<>(); in testSetup_uninstallAll() local
332 Set<String> res = new HashSet<>(); in testSetup_uninstallAll_fails() local
DRunCommandTargetPreparerTest.java71 CommandResult res = new CommandResult(); in testSetUp() local
91 CommandResult res = new CommandResult(); in testSetUp_withTimeout() local
DFastbootDeviceFlasherTest.java515 CommandResult res = new CommandResult(CommandStatus.SUCCESS); in testCheckAndFlashBootloader() local
560 CommandResult res = new CommandResult(CommandStatus.SUCCESS); in testCheckAndFlashSystem_flashing() local
587 CommandResult res = new CommandResult(CommandStatus.SUCCESS); in testCheckAndFlashSystem_withFlashOptions() local
619 CommandResult res = new CommandResult(CommandStatus.SUCCESS); in testCheckAndFlashSystem_exception() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/
DXmlSuiteResultFormatterTest.java96 File res = mFormatter.writeResults(mResultHolder, mResultDir); in testBasicFormat() local
146 File res = mFormatter.writeResults(mResultHolder, mResultDir); in testFailuresReporting() local
199 File res = mFormatter.writeResults(mResultHolder, mResultDir); in testLogReporting() local
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DDataIdleTestHelper.java47 String res = mDevice.executeShellCommand("ping -c 10 -w 100 " + host); in pingTest() local
DPackageManagerOTATestUtils.java191 String res = mDevice.executeShellCommand(cmd); in packageHasPermission() local
218 String res = mDevice.executeShellCommand(cmd); in packageHasFlag() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DFileUtilTest.java428 File res = FileUtil.findFile(tmpDir, subFile.getName()); in testFindFile() local
445 File res = FileUtil.findFile(tmpDir, subFile.getName()); in testFindFile_sameDirName() local
462 File res = FileUtil.findFile(tmpDir, subDir.getName()); in testFindFile_directory() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DAndroidJUnitTestTest.java383 List<IRemoteTest> res = (List<IRemoteTest>) mAndroidJUnitTest.split(3); in testSplit_threeShards() local
404 List<IRemoteTest> res = (List<IRemoteTest>) mAndroidJUnitTest.split(3); in testSplit_maxShard() local
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcher.java123 EventSl4aObject res = mEventQueue.get(name).poll(); in popEvent() local
149 EventSl4aObject res = mEventQueue.get(name).poll(); in waitForEvent() local
DSl4aClient.java108 String res = device.installPackage(sl4aApkFile, true); in installSl4a() local
189 String res = mDevice.executeAdbCommand("forward", "--list"); in open() local
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxInvocationRunner.java45 Exception res = sandbox.prepareEnvironment(context, config, listener); in prepareAndRun() local
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DSandboxConfigurationFactoryTest.java73 private void expectDumpCmd(CommandResult res) { in expectDumpCmd()
/tools/tradefederation/core/prod-tests/src/com/android/wireless/tests/
DRadioHelper.java113 String res = mDevice.executeShellCommand("ping -c 10 -w 100 " + host); in pingTest() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DAndroidDebugBridgeWrapper.java89 CommandResult res = in getAdbVersion() local

12