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

  /sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/internal/repository/
MockToolPackage.java 20 import com.android.sdklib.internal.repository.Archive.Os;
43 Os.getCurrentOs(), // archiveOs,
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
MinToolsPackage.java 20 import com.android.sdklib.internal.repository.Archive.Os;
70 Os archiveOs,
Archive.java 50 private static final String PROP_OS = "Archive.Os"; //$NON-NLS-1$
80 /** The OS that this archive can be downloaded on. */
81 public enum Os {
89 private Os(String uiName) {
93 /** Returns the UI name of the OS. */
98 /** Returns the XML name of the OS. */
104 * Returns the current OS as one of the {@link Os} enum values or null.
106 public static Os getCurrentOs() {
107 String os = System.getProperty("os.name"); //$NON-NLS-1$ local
127 Os os = getCurrentOs(); local
315 String os; local
581 FileOutputStream os = null; local
    [all...]
LocalSdkParser.java 24 import com.android.sdklib.internal.repository.Archive.Os;
171 Os.getCurrentOs(), //archiveOs
232 // we should expect to find adb, android and an emulator adapted to the current OS.
252 Os.getCurrentOs(), //archiveOs
285 Os.getCurrentOs(), //archiveOs
DocPackage.java 23 import com.android.sdklib.internal.repository.Archive.Os;
74 Os archiveOs,
150 * @param osSdkRoot The OS path of the SDK root folder.
ExtraPackage.java 22 import com.android.sdklib.internal.repository.Archive.Os;
82 Os archiveOs,
217 * @param osSdkRoot The OS path of the SDK root folder.
PlatformPackage.java 24 import com.android.sdklib.internal.repository.Archive.Os;
78 Os.getCurrentOs(), //archiveOs
163 * @param osSdkRoot The OS path of the SDK root folder.
ToolPackage.java 22 import com.android.sdklib.internal.repository.Archive.Os;
61 Os archiveOs,
106 * @param osSdkRoot The OS path of the SDK root folder.
Package.java 22 import com.android.sdklib.internal.repository.Archive.Os;
116 Os archiveOs,
245 (Os) XmlParserUtils.getEnumAttribute(archiveNode, SdkRepository.ATTR_OS,
246 Os.values(), null),
396 * @param osSdkRoot The OS path of the SDK root folder.
417 * @param osSdkRoot The OS path of the SDK root folder.
SamplePackage.java 25 import com.android.sdklib.internal.repository.Archive.Os;
96 Os.ANY, //archiveOs
126 Os.ANY, //archiveOs
206 * @param osSdkRoot The OS path of the SDK root folder.
AddonPackage.java 25 import com.android.sdklib.internal.repository.Archive.Os;
103 Os.getCurrentOs(), //archiveOs
239 * @param osSdkRoot The OS path of the SDK root folder.
RepoSource.java 20 import com.android.sdklib.internal.repository.Archive.Os;
536 // - one of the <archive> elements must have an "os" and "arch" attributes
574 Os os = (Os) XmlParserUtils.getEnumAttribute(archive, local
576 Os.values(),
582 if (os == null || !os.isCompatible() ||
624 ar.setAttributeNS(ns, SdkRepository.ATTR_OS, os.getXmlName());
    [all...]
  /external/dhcpcd/mk/
cc.mk 4 CFLAGS?= -Os
  /external/grub/
Android.mk 90 LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc
126 LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc
config.status 551 s,@STAGE2_CFLAGS@,-Os,;t t
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
Makefile 64 SizeOPT = -Os -G-
  /external/libnfc-nxp/
Android.mk 125 LOCAL_CFLAGS += -Os
  /build/core/combo/
TARGET_linux-arm.mk 70 -Os \
  /external/dropbear/debian/
rules 23 CC =diet -v -Os gcc -nostdinc
  /ndk/toolchains/arm-eabi-4.4.0/
setup.mk 79 -Os \
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 70 -Os \
  /external/e2fsprogs/debian/
rules 97 BF_CCOPTS = -Os -fomit-frame-pointer
  /prebuilt/common/ant/
ant.jar 

Completed in 483 milliseconds