Home
last modified time | relevance | path

Searched refs:Apple (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/external/owasp/sanitizer/tools/findbugs/licenses/
DLICENSE-AppleJavaExtensions.txt4 This is a pluggable jar of stub classes representing the new Apple eAWT and eIO APIs for Java 1.4 o…
8 Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple
9 Computer, Inc. ("Apple") in consideration of your agreement to the
11 redistribution of this Apple software constitutes acceptance of these
13 install, modify or redistribute this Apple software.
16 subject to these terms, Apple grants you a personal, non-exclusive
17 license, under Apple's copyrights in this original Apple software (the
18 "Apple Software"), to use, reproduce, modify and redistribute the Apple
20 provided that if you redistribute the Apple Software in its entirety and
22 text and disclaimers in all such redistributions of the Apple Software.
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/data/
DLocales.txt354 Apple ; en ; comprehensive
355 Apple ; en_AU ; modern
356 Apple ; en_GB ; modern
357 Apple ; ar ; modern
358 Apple ; bg ; modern
359 Apple ; bn ; modern
360 Apple ; ca ; modern
361 Apple ; cs ; modern
362 Apple ; da ; modern
363 Apple ; de ; modern
[all …]
/external/freetype/src/gxvalid/
DREADME10 Text', Apple Advanced Typography (AAT). In addition, gxvalid can
60 The following undocumented tables in TrueType fonts designed for Apple
70 formats; the former is supported on both Microsoft and Apple
71 platforms, while the latter is supported on Apple platforms.
73 **) `acnt' tables are not supported by currently available Apple font
76 ***) There is one more Apple extension, `hsty', but it is for
77 Newton-OS, not GX (Newton-OS is a platform by Apple, but it can
79 excluded from `Apple platform' in the context of TrueType.
80 gxvalid ignores it as Apple font tools do so.
110 Apple. But gxvalid cannot check a how QuickDraw GX/AAT renderer uses
[all …]
/external/llvm/test/CodeGen/WebAssembly/
Dreturned.ll14 %class.Apple = type { i8 }
16 declare %class.Apple* @_ZN5AppleC1Ev(%class.Apple* returned)
17 define %class.Apple* @_Z3foov() {
20 %0 = bitcast i8* %call to %class.Apple*
21 %call1 = tail call %class.Apple* @_ZN5AppleC1Ev(%class.Apple* %0)
22 ret %class.Apple* %0
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dreturned.ll14 %class.Apple = type { i8 }
16 declare %class.Apple* @_ZN5AppleC1Ev(%class.Apple* returned)
17 define %class.Apple* @_Z3foov() {
20 %0 = bitcast i8* %call to %class.Apple*
21 %call1 = tail call %class.Apple* @_ZN5AppleC1Ev(%class.Apple* %0)
22 ret %class.Apple* %0
/external/python/cpython2/Doc/library/
Daetypes.rst7 :synopsis: Python representation of the Apple Event Object Model.
12 The :mod:`aetypes` defines classes used to represent Apple Event data
13 descriptors and Apple Event object specifiers.
15 Apple Event data is contained in descriptors, and these descriptors are typed.
23 Apple Event server. An Apple Event specifier is used as the direct object for an
24 Apple Event or as the argument of an optional parameter. The :mod:`aetypes`
40 The :mod:`AEObjects` module defines the following classes to represent Apple
153 Specifier. See the Apple Open Scripting Architecture documentation for the
Daepack.rst29 Otherwise, a default mapping of Python types to Apple Event descriptor types is
67 object representation of the data in the Apple Event descriptor *x*. Simple
69 Python counterparts. Apple Event lists are returned as Python lists, and the
89 Built-in access to Apple Event Manager routines.
92 Python definitions of codes for Apple Event descriptor types.
/external/clang/cmake/caches/
DApple-stage1.cmake1 # This file sets up a CMakeCache for Apple-style bootstrap builds. It can be
2 # used on any Darwin system to approximate Apple Clang builds.
11 set(CLANG_VENDOR Apple CACHE STRING "")
52 -C ${CMAKE_CURRENT_LIST_DIR}/Apple-stage2.cmake
DREADME.txt18 Apple-stage1
21 The Apple stage1 cache configures a two stage build similar to how Apple builds
25 The Apple-stage2 cache can be used directly to match the build settings Apple
/external/python/cpython2/Mac/BuildScript/
DREADME.txt25 builder's Apple developer key, allowing downloaded packages to satisfy Apple's
26 default Gatekeeper policy (e.g. starting with 10.8, Apple store downloads and
27 Apple developer ID signed apps and installer packages). The process for
48 * readline module links with Apple BSD editline (libedit)
58 * Apple ``gcc-4.2``
83 * libcrypto and libssl from Apple OpenSSL 0.9.8
84 * readline module links with Apple BSD editline (libedit)
94 * Apple ``gcc-4.2``
103 considered a migration aid by Apple and is not likely to be fixed,
125 build a 2.7.9 or later installer on OS X 10.5 using the Apple-supplied
/external/fonttools/Tests/feaLib/data/
Dspec8c.fea7 name 1 "Feature description for Apple Platform, script Roman, language unspecified";
8 …rm ID specified, the implementation assumes script and language = Latin. For Apple this is (1,0,0).
9 name 1 1 12 "Feature description for Apple Platform, script Japanese, language Japanese";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCAsmInfo.cpp25 Apple = 1 enumerator
32 clEnumValN(Apple, "apple", "Emit Apple-style NEON assembly")));
37 AssemblerDialect = AsmWriterVariant == Default ? Apple : AsmWriterVariant; in AArch64MCAsmInfoDarwin()
/external/llvm/docs/
DAdvancedBuilds.rst49 Apple Clang Builds (A More Complex Bootstrap)
52 Apple's Clang builds are a slightly more complicated example of the simple
53 bootstrapping scenario. Apple Clang is built using a 2-stage build.
60 configuration the Apple Clang build settings are contained in CMake Cache files.
61 You can build an Apple Clang compiler using the following commands:
65 $ cmake -G Ninja -C <path to clang>/cmake/caches/Apple-stage1.cmake <path to source>
69 CLANG_BOOTSTRAP_CMAKE_ARGS to pass the Apple-stage2.cmake cache script to the
74 based on the settings in Apple-stage2.cmake.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAdvancedBuilds.rst49 Apple Clang Builds (A More Complex Bootstrap)
52 Apple's Clang builds are a slightly more complicated example of the simple
53 bootstrapping scenario. Apple Clang is built using a 2-stage build.
60 configuration the Apple Clang build settings are contained in CMake Cache files.
61 You can build an Apple Clang compiler using the following commands:
65 $ cmake -G Ninja -C <path to clang>/cmake/caches/Apple-stage1.cmake <path to source>
69 CLANG_BOOTSTRAP_CMAKE_ARGS to pass the Apple-stage2.cmake cache script to the
74 based on the settings in Apple-stage2.cmake.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dcoff_debug_info_type.ll1 ; RUN: llc -mtriple=i686-pc-mingw32 -accel-tables=Apple -filetype=asm -O0 < %s | FileCheck %s
2 ; RUN: llc -mtriple=i686-pc-cygwin -accel-tables=Apple -filetype=asm -O0 < %s | FileCheck %s
3 ; RUN: llc -mtriple=i686-w64-mingw32 -accel-tables=Apple -filetype=asm -O0 < %s | FileCheck %s
/external/compiler-rt/cmake/caches/
DApple.cmake1 # This file sets up a CMakeCache for Apple-style builds of compiler-rt.
2 # This configuration matches Apple uses when shipping Xcode releases.
/external/python/cpython3/Doc/using/
Dmac.rst20 Mac OS X 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you
39 The Apple-provided build of Python is installed in
42 Apple-controlled and are used by Apple- or third-party software. Remember that
106 :file:`~/.MacOSX/environment.plist`. See Apple's Technical Document QA1067 for
142 *PyObjC* is a Python binding to Apple's Objective-C/Cocoa framework, which is
148 X by Apple, and the latest version can be downloaded and installed from
/external/python/cpython2/Doc/using/
Dmac.rst28 Mac OS X 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you
46 The Apple-provided build of Python is installed in
49 Apple-controlled and are used by Apple- or third-party software. Remember that
113 :file:`~/.MacOSX/environment.plist`. See Apple's Technical Document QA1067 for
149 *PyObjC* is a Python binding to Apple's Objective-C/Cocoa framework, which is
155 X by Apple, and the latest version can be downloaded and installed from
/external/python/cpython3/Mac/BuildScript/
DREADME.txt30 * readline module links with Apple BSD editline (libedit)
40 * Apple ``gcc-4.2``
65 * readline module links with Apple BSD editline (libedit)
75 * Apple ``gcc-4.2``
84 considered a migration aid by Apple and is not likely to be fixed,
124 * Apple ``gcc-4.0``
147 build a 3.4.1 or later installer on OS X 10.5 using the Apple-supplied
/external/freetype/builds/mac/
DREADME3 * Makefile skeletons for Apple MPW (Macintosh's Programmer's Workshop)
28 by Apple, or CodeWarrior: a commercial developer
33 2-1. Apple MPW
38 m68k target: Apple SC 8.9.0d3e1
39 ppc target: Apple MrC 5.0.0d3c1
76 3-1. Apple MPW
78 Detailed building procedure by Apple MPW is
239 and Apple Type Service framework of MacOS.
281 against FSSpec are explained in Apple TechNotes 2078.
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCAsmInfo.cpp25 Apple = 1 enumerator
32 clEnumValN(Apple, "apple", "Emit Apple-style NEON assembly"),
/external/llvm/test/Transforms/SimplifyCFG/
Dtrap-debugloc.ll15 !2 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "Apple clang version 3.0 (tags/Apple/…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dtrap-debugloc.ll15 !2 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "Apple clang version 3.0 (tags/Apple/…
Dtrap-no-null-opt-debugloc.ll17 !2 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "Apple clang version 3.0 (tags/Apple/…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
D2011-08-04-DebugLoc2.ll16 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "Apple clang version 3.0 (tags/Apple/…

12345678910>>...21