/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/ |
DocPackage.java | 25 import com.android.sdklib.internal.repository.archives.Archive.Os;
82 Os archiveOs,
97 Os archiveOs,
207 * @param osSdkRoot The OS path of the SDK root folder.
|
ToolPackage.java | 28 import com.android.sdklib.internal.repository.archives.Archive.Os;
117 Os archiveOs,
132 Os archiveOs,
218 * @param osSdkRoot The OS path of the SDK root folder.
|
Package.java | 29 import com.android.sdklib.internal.repository.archives.Archive.Os;
136 Os archiveOs,
190 Os archiveOs,
300 (Os) XmlParserUtils.getEnumAttribute(archiveNode, SdkRepoConstants.ATTR_OS,
301 Os.values(), null),
532 * @param osSdkRoot The OS path of the SDK root folder.
555 * @param osSdkRoot The OS path of the SDK root folder.
|
PlatformPackage.java | 28 import com.android.sdklib.internal.repository.archives.Archive.Os;
110 Os.getCurrentOs(), //archiveOs
266 * @param osSdkRoot The OS path of the SDK root folder.
|
SourcePackage.java | 30 import com.android.sdklib.internal.repository.archives.Archive.Os;
100 Os.getCurrentOs(), //archiveOs
267 * @param osSdkRoot The OS path of the SDK root folder.
|
SamplePackage.java | 29 import com.android.sdklib.internal.repository.archives.Archive.Os;
111 Os.ANY, //archiveOs
147 Os.ANY, //archiveOs
258 * @param osSdkRoot The OS path of the SDK root folder.
|
SystemImagePackage.java | 29 import com.android.sdklib.internal.repository.archives.Archive.Os;
103 Os.getCurrentOs(), //archiveOs
291 * @param osSdkRoot The OS path of the SDK root folder.
|
ExtraPackage.java | 31 import com.android.sdklib.internal.repository.archives.Archive.Os;
190 Os archiveOs,
212 Os archiveOs,
548 * @param osSdkRoot The OS path of the SDK root folder. Must NOT be null.
580 * @param osSdkRoot The OS path of the SDK root folder if known.
|
AddonPackage.java | 30 import com.android.sdklib.internal.repository.archives.Archive.Os;
230 Os.getCurrentOs(), //archiveOs
304 * @param archiveOsPath The absolute OS path of the addon folder.
527 * @param osSdkRoot The OS path of the SDK root folder.
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/ |
SdkRepoSource.java | 21 import com.android.sdklib.internal.repository.archives.Archive.Os;
287 // - one of the <archive> elements must have an "os" and "arch" attributes
343 Os os = (Os) XmlParserUtils.getEnumAttribute(archive,
local 345 Os.values(),
351 if (os == null || !os.isCompatible() ||
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/ |
ExtraPackageTest_v3.java | 20 import com.android.sdklib.internal.repository.archives.Archive.Os; 46 Os.ANY, //archiveOs
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
LocalSdkParser.java | 27 import com.android.sdklib.internal.repository.archives.Archive.Os;
328 Os.getCurrentOs(), //archiveOs
511 // we should expect to find android and an emulator adapted to the current OS.
542 Os.getCurrentOs(), //archiveOs
564 // we should expect to find adb, aidl, aapt and dx (adapted to the current OS).
581 Os.getCurrentOs(), //archiveOs
614 Os.getCurrentOs(), //archiveOs
|
/libcore/luni/src/main/java/libcore/io/ |
ForwardingOs.java | 28 * Subclass this if you want to override some {@link Os} methods but otherwise delegate. 30 public class ForwardingOs implements Os { 31 protected final Os os; field in class:ForwardingOs 33 public ForwardingOs(Os os) { 34 this.os = os; 37 public FileDescriptor accept(FileDescriptor fd, InetSocketAddress peerAddress) throws ErrnoException { return os.accept(fd, peerAddress); } 38 public boolean access(String path, int mode) throws ErrnoException { return os.access(path, mode); [all...] |
BlockGuardOs.java | 32 public BlockGuardOs(Os os) { 33 super(os); 55 return tagSocket(os.accept(fd, peerAddress)); 60 if (S_ISSOCK(Libcore.os.fstat(fd).st_mode)) { 75 os.close(fd); 79 StructLinger linger = Libcore.os.getsockoptLinger(fd, SOL_SOCKET, SO_LINGER); 85 os.connect(fd, address, port); 92 os.fdatasync(fd); 97 os.fsync(fd) [all...] |
Os.java | 27 public interface Os {
|
Posix.java | 28 public final class Posix implements Os {
|
/external/compiler-rt/make/platform/ |
darwin_bni.mk | 31 CFLAGS := -Wall -Os -fomit-frame-pointer -g $(DEPLOYMENT_FLAGS)
|
/external/dropbear/debian/ |
rules | 23 CC =diet -v -Os gcc -nostdinc
|
/frameworks/base/core/java/android/os/ |
FileUtils.java | 17 package android.os; 31 import libcore.io.Os; 84 * @deprecated use {@link Os#stat(String)} instead. 100 * @deprecated use {@link Os#stat(String)} instead.
|
/ndk/toolchains/arm-linux-androideabi-4.4.3/ |
setup.mk | 70 -Os \
|
/build/core/combo/ |
TARGET_linux-arm.mk | 80 -Os \
|
/external/llvm/lib/Transforms/Scalar/ |
LoopUnswitch.cpp | 151 explicit LoopUnswitch(bool Os = false) : 152 LoopPass(ID), OptimizeForSize(Os), redoLoop(false), 336 Pass *llvm::createLoopUnswitchPass(bool Os) { 337 return new LoopUnswitch(Os); [all...] |
/external/chromium/third_party/libjingle/source/talk/ |
main.scons | 19 import os namespace 424 linux_opt_env.Append(CCFLAGS = ['-Os'])
|
/external/grub/ |
config.status | 551 s,@STAGE2_CFLAGS@,-Os,;t t [all...] |
/external/e2fsprogs/debian/ |
rules | 128 BF_CFLAGS = -Os -fomit-frame-pointer
|