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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/libcore/io/
Libcore.java 22 public static Os os = new BlockGuardOs(new Posix()); field in class:Libcore
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator_range_io.hpp 56 std::basic_ostream<Elem, Traits>& Os,
62 Elem, Traits>(Os) );
63 return Os;
75 std::ostream& Os,
78 std::copy( r.begin(), r.end(), std::ostream_iterator<char>(Os));
79 return Os;
  /development/libraries/stereocamera/
source.properties 5 Archive.Os=ANY
  /external/ant-glob/src/org/apache/tools/ant/util/
FileUtils.java 21 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");
  /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;
  /external/compiler-rt/test/timing/
time 9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name
  /external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
Os.java 26 * Condition that tests the OS type.
30 public class Os implements Condition {
32 System.getProperty("os.name").toLowerCase(Locale.ENGLISH);
34 System.getProperty("os.arch").toLowerCase(Locale.ENGLISH);
36 System.getProperty("os.version").toLowerCase(Locale.ENGLISH);
41 * OS family to look for
45 * Name of OS
49 * version of OS
53 * OS architecture
57 * OS family that can be tested for. {@value
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 136 llvm::raw_svector_ostream Os(Buf);
139 Os << " The "<< ((ArgNum == 1) ? "second" : "third") << " argument to '"
148 Os.str(), CELoc, &R, 1);
  /external/dhcpcd/mk/
cc.mk 4 CFLAGS?= -Os
  /external/grub/
Android.mk 90 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
  /external/chromium_org/third_party/icu/
icudata.host.darwin-arm.mk 43 -Os \
102 -Os \
icudata.host.darwin-mips.mk 44 -Os \
104 -Os \
icudata.host.darwin-x86.mk 43 -Os \
102 -Os \
  /external/chromium_org/third_party/yasm/
config_sources.host.darwin-x86.mk 42 -Os \
95 -Os \
config_sources.host.linux-x86.mk 42 -Os \
95 -Os \
  /external/chromium_org/sandbox/
sandbox_services_headers.target.darwin-arm.mk 55 -Os \
137 -Os \
sandbox_services_headers.target.darwin-x86.mk 57 -Os \
140 -Os \
sandbox_services_headers.target.linux-arm.mk 55 -Os \
137 -Os \
sandbox_services_headers.target.linux-x86.mk 57 -Os \
140 -Os \
  /external/chromium_org/testing/
gtest_prod.target.darwin-arm.mk 58 -Os \
141 -Os \
gtest_prod.target.darwin-mips.mk 58 -Os \
141 -Os \
gtest_prod.target.darwin-x86.mk 60 -Os \
144 -Os \
gtest_prod.target.linux-arm.mk 58 -Os \
141 -Os \
gtest_prod.target.linux-mips.mk 58 -Os \
141 -Os \
gtest_prod.target.linux-x86.mk 60 -Os \
144 -Os \

Completed in 898 milliseconds

1 2 3 4 5 6 7 8 91011>>