Searched refs:Os (Results 1 - 14 of 14) sorted by relevance

/external/ant-glob/src/org/apache/tools/ant/util/
H A DFileUtils.java21 import org.apache.tools.ant.taskdefs.condition.Os;
42 private static final boolean ON_NETWARE = Os.isFamily("netware");
43 private static final boolean ON_DOS = Os.isFamily("dos");
44 private static final boolean ON_WIN9X = Os.isFamily("win9x");
45 private static final boolean ON_WINDOWS = Os.isFamily("windows");
/external/compiler-rt/test/timing/
H A Dtime9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
H A DOs.java30 public class Os implements Condition { class in inherits:Condition
114 public Os() { method in class:Os
122 public Os(String family) { method in class:Os
180 * @see Os#setFamily(String)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp137 llvm::raw_svector_ostream Os(Buf);
140 Os << " The "<< ((ArgNum == 1) ? "second" : "third") << " argument to '"
149 Os.str(), CELoc, &R, 1);
/external/dhcpcd/mk/
H A Dcc.mk4 CFLAGS?= -Os
/external/grub/
H A DAndroid.mk90 LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector
127 LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector
H A Dconfig.status551 s,@STAGE2_CFLAGS@,-Os,;t t
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/
H A DMakefile64 SizeOPT = -Os -G-
/external/compiler-rt/make/platform/
H A Ddarwin_bni.mk31 CFLAGS := -Wall -Os -fomit-frame-pointer -g $(DEPLOYMENT_FLAGS)
/external/dropbear/debian/
H A Drules23 CC =diet -v -Os gcc -nostdinc
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp151 explicit LoopUnswitch(bool Os = false) :
152 LoopPass(ID), OptimizeForSize(Os), redoLoop(false),
336 Pass *llvm::createLoopUnswitchPass(bool Os) { argument
337 return new LoopUnswitch(Os);
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons424 linux_opt_env.Append(CCFLAGS = ['-Os'])
/external/e2fsprogs/debian/
H A Drules128 BF_CFLAGS = -Os -fomit-frame-pointer
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 247 milliseconds