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

1 2

  /external/stlport/stlport/stl/config/
_apple.h 5 /* common configuration settings for Apple MPW MrCpp / SCpp */
10 # error Apple's MPW MrCpp v.5.0.0 or better compiler required
13 # error Apple's MPW SCpp v.8.9.0 or better compiler required
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 5 /* common configuration settings for Apple MPW MrCpp / SCpp */
10 # error Apple's MPW MrCpp v.5.0.0 or better compiler required
13 # error Apple's MPW SCpp v.8.9.0 or better compiler required
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 5 /* common configuration settings for Apple MPW MrCpp / SCpp */
10 # error Apple's MPW MrCpp v.5.0.0 or better compiler required
13 # error Apple's MPW SCpp v.8.9.0 or better compiler required
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 5 /* common configuration settings for Apple MPW MrCpp / SCpp */
10 # error Apple's MPW MrCpp v.5.0.0 or better compiler required
13 # error Apple's MPW SCpp v.8.9.0 or better compiler required
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 5 /* common configuration settings for Apple MPW MrCpp / SCpp */
10 # error Apple's MPW MrCpp v.5.0.0 or better compiler required
13 # error Apple's MPW SCpp v.8.9.0 or better compiler required
  /external/llvm/utils/
clang-parse-diagnostics-file 54 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
55 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /frameworks/compile/libbcc/runtime/make/
AppleBI.mk 3 # Make rules to build compiler_rt in Apple B&I infrastructure
  /frameworks/compile/libbcc/runtime/make/platform/
darwin_bni.mk 2 Description := Target for Darwin using an Apple-style build.
  /external/llvm/include/llvm/ADT/
Triple.h 73 Apple,
  /external/v8/test/mjsunit/third_party/
array-splice-webkit.js 1 // Copyright (c) 2006 Apple Computer, Inc. All rights reserved.
object-keys.js 1 // Copyright (c) 2006 Apple Computer, Inc. All rights reserved.
string-trim.js 1 // Copyright (c) 2009 Apple Computer, Inc. All rights reserved.
  /external/webkit/Source/WebCore/inspector/front-end/
Toolbar.js 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
16 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
20 * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
23 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
  /external/llvm/lib/Support/
Triple.cpp 88 case Apple: return "apple";
203 if (!isOSDarwin() && getVendor() != Triple::Apple)
261 .Case("apple", Triple::Apple)
  /external/compiler-rt/make/
AppleBI.mk 3 # Make rules to build compiler_rt in Apple B&I infrastructure
  /external/compiler-rt/make/platform/
darwin_bni.mk 2 Description := Target for Darwin using an Apple-style build.
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 69 UNSIGNED_SHORT_8_8_MESA 0x85BA /* same as Apple's */
70 UNSIGNED_SHORT_8_8_REV_MESA 0x85BB /* same as Apple's */
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 82 == llvm::Triple::Apple)
CallAndMessageChecker.cpp 320 return (triple.getVendor() == llvm::Triple::Apple &&
CheckSecuritySyntaxOnly.cpp 30 return T.getVendor() == llvm::Triple::Apple ||
  /external/llvm/lib/MC/
SubtargetFeature.cpp 385 if (Triple.getVendor() == Triple::Apple) {
387 // powerpc-apple-*
390 // powerpc64-apple-*
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
CodeGeneratorTestRunner.pm 1 # Copyright (C) 2010 Apple Inc. All rights reserved.
12 # THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
15 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
83 * Copyright (C) 2010 Apple Inc. All rights reserved.
94 * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
97 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
  /external/jmonkeyengine/engine/src/bullet-native/android/
Android.mk 59 $(BULLET_PATH)/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/Apple\
  /external/llvm/unittests/ADT/
TripleTest.cpp 78 T = Triple("i386-apple-darwin");
80 EXPECT_EQ(Triple::Apple, T.getVendor());
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorCPP.pm 6 # Copyright (C) 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
48 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
    [all...]

Completed in 1912 milliseconds

1 2