HomeSort by relevance Sort by last modified time
    Searched full:ostype (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /development/ide/xcode/SampleCode/English.lproj/main.nib/
objects.xib 10 <ostype name="command">frnt</ostype>
15 <ostype name="command">sall</ostype>
25 <ostype name="command">undo</ostype>
30 <ostype name="command">redo</ostype>
38 <ostype name="command">cut </ostype>
    [all...]
  /development/ide/xcode/animatorTest/English.lproj/main.nib/
objects.xib 19 <ostype name="command">abou</ostype>
33 <ostype name="command">new </ostype>
38 <ostype name="command">open</ostype>
46 <ostype name="command">clos</ostype>
51 <ostype name="command">save</ostype>
    [all...]
  /external/lldb/test/functionalities/data-formatter/rdar-11628688/
TestFormattersBoolRefPtr.py 19 """Test the formatters we use for OSType."""
26 """Test the formatters we use for OSType."""
37 """Test the formatters we use for OSType."""
59 # Now check that we use the right summary for OSType
61 substrs = ["(OSType) a = 1952805748 'test'","(OSType) b = 1650815860 'best'"])
main.mm 17 OSType a = 'test';
18 OSType b = 'best';
  /external/chromium_org/webkit/tools/layout_tests/
run_http_server.sh 9 if [ "$OSTYPE" = "cygwin" ]; then
run_webkit_tests.sh 9 if [ "$OSTYPE" = "cygwin" ]; then
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 30 Triple::OSType OSType;
35 MipsAsmBackend(const Target &T, Triple::OSType _OSType, bool _isLittle,
37 : MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle),
  /external/chromium_org/third_party/codesighs/
autosummary.unix.bash 114 OSTYPE=`uname -s`
119 if [ $OSTYPE == "Darwin" ]; then
129 if [ $OSTYPE == "Darwin" ]; then
143 if [ $OSTYPE == "Darwin" ] || [ $OSTYPE == "SunOS" ]; then
152 if [ $OSTYPE == "Darwin" ]; then
189 if [ $OSTYPE == "Darwin" ]; then
basesummary.unix.bash 61 OSTYPE=`uname -s`
63 if [ $OSTYPE == "Darwin" ]; then
128 if [ $OSTYPE == "Darwin" ]; then
139 if [ $OSTYPE == "Darwin" ]; then
151 if [ $OSTYPE == "Darwin" ]; then
196 if [ $OSTYPE == "Darwin" ]; then
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 226 Triple::OSType OSType;
228 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) :
229 SparcAsmBackend(T), OSType(OSType) { }
248 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType);
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 41 static uint8_t getOSABI(Triple::OSType OSType) {
42 switch (OSType) {
  /system/media/camera/docs/
metadata-check-dependencies 21 if [[ "$OSTYPE" == "darwin"* ]]
29 elif [[ "$OSTYPE" == "linux-gnu" ]] && which apt-get >& /dev/null
  /external/chromium_org/gpu/config/
gpu_control_list.h 26 enum OsType {
56 OsType os, std::string os_version, const GPUInfo& gpu_info);
180 bool Contains(OsType type, const std::string& version) const;
185 OsType type() const;
187 // Maps string to OsType; returns kOsUnknown if it's not a valid os.
188 static OsType StringToOsType(const std::string& os);
191 OsType type_;
290 bool Contains(OsType os_type, const std::string& os_version,
297 // Returns the OsType.
298 OsType GetOsType() const
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
macutils.cc 89 static bool GetGestalt(OSType ostype, int* value) {
92 OSStatus result = Gestalt(ostype, &native_value);
98 DecodeFourChar(ostype, &str);
  /external/chromium_org/third_party/webrtc/base/
macutils.cc 72 static bool GetGestalt(OSType ostype, int* value) {
75 OSStatus result = Gestalt(ostype, &native_value);
81 DecodeFourChar(ostype, &str);
  /external/e2fsprogs/lib/e2p/
Android.mk 22 ostype.c \
Makefile.in 22 ostype.o percent.o
31 $(srcdir)/ostype.c $(srcdir)/percent.c
68 tst_ostype: $(srcdir)/ostype.c
71 $(srcdir)/ostype.c $(ALL_CFLAGS)
180 ostype.o: $(srcdir)/ostype.c $(top_builddir)/lib/config.h \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h 32 int PyMac_GetOSType(PyObject *, OSType *); /* argument parser for OSType */
33 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h 32 int PyMac_GetOSType(PyObject *, OSType *); /* argument parser for OSType */
33 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
  /external/chromium_org/chrome/common/
chrome_version_info.cc 110 current_version += OSType();
120 std::string VersionInfo::OSType() const {
  /frameworks/base/core/java/android/net/
LocalSocketImpl.java 239 int osType;
242 osType = OsConstants.SOCK_DGRAM;
245 osType = OsConstants.SOCK_STREAM;
248 osType = OsConstants.SOCK_SEQPACKET;
254 fd = Os.socket(OsConstants.AF_UNIX, osType, 0);
  /external/chromium_org/crypto/
mock_apple_keychain_mac.cc 57 data_size = sizeof(OSType);
158 OSType value) {
161 OSType* data = static_cast<OSType*>(attribute->data);
232 mutable_this->SetTestDataCreator(key, *(static_cast<OSType*>(data)));
485 OSType* data = static_cast<OSType*>(attribute->data);
  /cts/tools/cfassembler/etc/
cfassembler 60 if [ "$OSTYPE" = "cygwin" ] ; then
  /cts/tools/dasm/etc/
dasm 60 if [ "$OSTYPE" = "cygwin" ] ; then
  /dalvik/tools/dexdeps/etc/
dexdeps 63 if [ "$OSTYPE" = "cygwin" ] ; then

Completed in 940 milliseconds

1 2 3 4 5