/libcore/luni/src/main/java/libcore/io/ |
Libcore.java | 22 public static Os os = new BlockGuardOs(new Posix()); field in class:Libcore
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/ |
ArchiveTest.java | 20 import com.android.sdklib.internal.repository.Archive.Os; 34 Os.WINDOWS, //os 43 Os.LINUX, //os 52 Os.MACOSX, //os 61 Os.ANY, //os 66 assertEquals("Archive for any OS", a.getShortDescription()) [all...] |
MockPlatformToolPackage.java | 20 import com.android.sdklib.internal.repository.Archive.Os;
53 Os.getCurrentOs(), // archiveOs,
|
MockEmptyPackage.java | 24 import com.android.sdklib.internal.repository.Archive.Os; 49 Os.ANY /*archiveOs*/, 70 Os.ANY /*archiveOs*/, 92 Os.ANY /*archiveOs*/, 102 Os archiveOs,
|
MockToolPackage.java | 20 import com.android.sdklib.internal.repository.Archive.Os;
55 Os.getCurrentOs(), // archiveOs,
|
MinToolsPackageTest.java | 21 import com.android.sdklib.internal.repository.Archive.Os; 38 Os archiveOs, 89 Os.ANY, //archiveOs 108 Os.ANY, //archiveOs
|
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);
|
ArchiveInstallerTest.java | 20 import com.android.sdklib.internal.repository.Archive.Os; 135 "Archive.Os=ANY\n" + 189 "Archive.Os=ANY\n" + 223 Os.ANY, // archiveOs 265 "Archive.Os=ANY\n" + 288 Os archiveOs, 295 Os.ANY, 319 Os archiveOs, 326 Os.ANY, 355 Os archiveOs [all...] |
MockExtraPackage.java | 20 import com.android.sdklib.internal.repository.Archive.Os;
56 Os.getCurrentOs(), // archiveOs,
|
PackageTest.java | 21 import com.android.sdklib.internal.repository.Archive.Os; 45 Os archiveOs, 95 Os.ANY, //archiveOs 113 Os.ANY, //archiveOs 166 assertEquals(Os.ANY, a.getOs());
|
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);
|
ExtraPackageTest.java | 20 import com.android.sdklib.internal.repository.Archive.Os; 41 Os.ANY, //archiveOs
|
/development/libraries/stereocamera/ |
source.properties | 5 Archive.Os=ANY
|
/libcore/support/src/test/java/tests/io/ |
MockOs.java | 29 import libcore.io.Os; 33 * A mocking interceptor that wraps another {@link Os} to add faults. This can 44 private Os delegate; 66 private final Os mockOs = (Os) Proxy.newProxyInstance(MockOs.class.getClassLoader(), 67 new Class[] { Os.class }, invocationHandler); 73 delegate = Libcore.os; 74 Libcore.os = mockOs; 81 Libcore.os = delegate;
|
/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...] |
BrokenPackage.java | 21 import com.android.sdklib.internal.repository.Archive.Os;
67 Os.ANY, //archiveOs
|
MinToolsPackage.java | 20 import com.android.sdklib.internal.repository.Archive.Os;
74 Os archiveOs,
|
DocPackage.java | 23 import com.android.sdklib.internal.repository.Archive.Os;
79 Os archiveOs,
94 Os archiveOs,
203 * @param osSdkRoot The OS path of the SDK root folder.
|
PlatformToolPackage.java | 24 import com.android.sdklib.internal.repository.Archive.Os; 71 Os archiveOs, 135 Os archiveOs, 204 * @param osSdkRoot The OS path of the SDK root folder. 225 * @param osSdkRoot The OS path of the SDK root folder.
|
ToolPackage.java | 24 import com.android.sdklib.internal.repository.Archive.Os;
112 Os archiveOs,
127 Os archiveOs,
212 * @param osSdkRoot The OS path of the SDK root folder.
|
/frameworks/compile/libbcc/runtime/test/timing/ |
time | 9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name
|
/external/dhcpcd/mk/ |
cc.mk | 4 CFLAGS?= -Os
|
/external/grub/ |
Android.mk | 90 LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc 127 LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/ |
Makefile | 64 SizeOPT = -Os -G-
|