Home
last modified time | relevance | path

Searched refs:modeId (Results 1 – 12 of 12) sorted by relevance

/external/vogar/src/vogar/android/
DDeviceRuntime.java42 private final ModeId modeId; field in DeviceRuntime
45 public DeviceRuntime(Run run, ModeId modeId, Variant variant, in DeviceRuntime() argument
48 if (!modeId.isDevice() || !modeId.supportsVariant(variant)) { in DeviceRuntime()
49 throw new IllegalArgumentException("Unsupported mode:" + modeId + in DeviceRuntime()
53 this.modeId = modeId; in DeviceRuntime()
92 if (modeId == ModeId.APP_PROCESS) { in newVmCommandBuilder()
DHostRuntime.java44 private final ModeId modeId; field in HostRuntime
47 public HostRuntime(Run run, ModeId modeId, Variant variant) { in HostRuntime() argument
48 if (!modeId.isHost() || !modeId.supportsVariant(variant)) { in HostRuntime()
49 throw new IllegalArgumentException("Unsupported mode:" + modeId + in HostRuntime()
53 this.modeId = modeId; in HostRuntime()
102 for (String jar : modeId.getJarNames()) { in newVmCommandBuilder()
DAndroidSdk.java64 Log log, Mkdir mkdir, ModeId modeId, boolean useJack) { in createAndroidSdk() argument
147 if (modeId.isHost()) { in createAndroidSdk()
152 String[] jarNames = modeId.getJarNames(); in createAndroidSdk()
/external/vogar/src/vogar/
DVogar.java66 ModeId modeId = ModeId.DEVICE; field in Vogar
240 System.out.println(" Default is: " + modeId); in printUsage()
447 if (!modeId.acceptsVmArgs() && !vmArgs.isEmpty()) { in parseArgs()
448 System.out.println("VM args " + vmArgs + " should not be specified for mode " + modeId); in parseArgs()
453 if (!modeId.supportsVariant(variant)) { in parseArgs()
454 System.out.println("Variant " + variant + " not supported for mode " + modeId); in parseArgs()
473 vmCommand = modeId.defaultVmCommand(variant); in parseArgs()
482 firstMonitorPort = modeId.isLocal() ? 8788 : 8787; in parseArgs()
519 if (!modeId.acceptsVmArgs() && !targetArgs.isEmpty()) { in parseArgs()
520 … System.out.println("Target args " + targetArgs + " should not be specified for mode " + modeId); in parseArgs()
[all …]
DRun.java147 this.maxConcurrentActions = (vogar.stream || vogar.modeId == ModeId.ACTIVITY) in Run()
175 console, vogar.expectationFiles, vogar.modeId, vogar.variant); in Run()
180 this.mode = createMode(vogar.modeId, vogar.variant); in Run()
203 private Mode createMode(ModeId modeId, Variant variant) { in createMode() argument
204 switch (modeId) { in createMode()
208 return new HostRuntime(this, modeId, variant); in createMode()
211 return new DeviceRuntime(this, modeId, variant, new Supplier<String>() { in createMode()
220 throw new IllegalArgumentException("Unsupported mode: " + modeId); in createMode()
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...