HomeSort by relevance Sort by last modified time
    Searched defs:Os (Results 1 - 6 of 6) sorted by null

  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
PlatformPackageTest.java 21 import com.android.sdklib.internal.repository.Archive.Os;
30 * that matches the current platform OS and architecture. Since this
32 * create archives for any OS and any architecture.
42 Os archiveOs,
45 assert archiveOs == Os.getCurrentOs();
47 return super.initializeArchives(props, Os.ANY, Arch.ANY, LOCAL_ARCHIVE_PATH);
SourcePackageTest.java 22 import com.android.sdklib.internal.repository.Archive.Os;
31 * that matches the current platform OS and architecture. Since this
33 * create archives for any OS and any architecture.
49 Os archiveOs,
52 assert archiveOs == Os.getCurrentOs();
54 return super.initializeArchives(props, Os.ANY, Arch.ANY, LOCAL_ARCHIVE_PATH);
SystemImagePackageTest.java 22 import com.android.sdklib.internal.repository.Archive.Os;
31 * that matches the current platform OS and architecture. Since this
33 * create archives for any OS and any architecture.
52 Os archiveOs,
55 assert archiveOs == Os.getCurrentOs();
57 return super.initializeArchives(props, Os.ANY, Arch.ANY, LOCAL_ARCHIVE_PATH);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Archive.java 41 private static final String PROP_OS = "Archive.Os"; //$NON-NLS-1$
71 /** The OS that this archive can be downloaded on. */
72 public enum Os {
80 private Os(String uiName) {
84 /** Returns the UI name of the OS. */
89 /** Returns the XML name of the OS. */
95 * Returns the current OS as one of the {@link Os} enum values or null.
97 public static Os getCurrentOs() {
98 String os = System.getProperty("os.name"); //$NON-NLS-1$ local
118 Os os = getCurrentOs(); local
307 String os; local
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Os.java 27 public interface Os {
  /prebuilt/common/ant/
ant.jar 

Completed in 2430 milliseconds