Home
last modified time | relevance | path

Searched defs:target (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/prod-tests/src/com/android/sdk/tests/
DSdkTestAppTest.java100 private void buildTestAppsForTarget(String target, File[] testAppDirs, in buildTestAppsForTarget()
171 private void buildTestApp(String target, ITestInvocationListener listener, File testAppDir, in buildTestApp()
188 private void runTestAppTest(String target, File testAppDir, boolean isLibrary) { in runTestAppTest()
196 private void updateMinSdkVersion(String target, File testAppDir) { in updateMinSdkVersion()
220 private String parseApiFromTarget(String target) { in parseApiFromTarget()
236 private File updateProject(String target, File testAppDir, boolean isLibrary) { in updateProject()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DCodeCoverageTestBase.java322 boolean doesRunnerSupportSharding(InstrumentationTarget target) in doesRunnerSupportSharding()
329 Collection<TestIdentifier> collectTests(InstrumentationTarget target) in collectTests()
335 Collection<TestIdentifier> collectTests(InstrumentationTarget target, int shardIndex, in collectTests()
355 IRemoteAndroidTestRunner createTestRunner(InstrumentationTarget target, in createTestRunner()
377 int getNumberOfShards(InstrumentationTarget target) throws DeviceNotAvailableException { in getNumberOfShards()
391 TestRunResult runTest(InstrumentationTarget target, int shardIndex, int numShards, in runTest()
404 TestRunResult runTest(InstrumentationTarget target, TestIdentifier identifier, in runTest()
424 InstrumentationTest createTest(InstrumentationTarget target) { in createTest()
444 InstrumentationTest createTest(InstrumentationTarget target, TestIdentifier identifier) { in createTest()
456 InstrumentationTest createTest(InstrumentationTarget target, int shardIndex, int numShards) { in createTest()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DSdkAvdPreparer.java173 String target = findTargetToLaunch(targets); in createAvd() local
388 private String createAvdForTarget(ISdkBuildInfo sdkBuild, String target) in createAvdForTarget()
431 private String createAvdName(String target) { in createAvdName()
/tools/repohooks/rh/
Dgit.py135 def raw_diff(path, target): argument
/tools/test/connectivity/acts/framework/acts/
Dtest_decorators.py170 def __init__(self, target, instance): argument
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatLfnDirectoryEntry.java266 public void moveTo(FatLfnDirectory target, String newName) in moveTo()
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py680 def _is_timestamp_in_range(self, target, begin_time, end_time): argument
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py470 def assert_network_in_list(target, network_list): argument