HomeSort by relevance Sort by last modified time
    Searched full:apple (Results 26 - 50 of 6892) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/runtime/base/
variant_map_test.cc 39 static const Key<int> Apple;
44 const FruitMap::Key<int> FruitMap::Apple;
52 EXPECT_NULL(fm.Get(FruitMap::Apple));
53 EXPECT_FALSE(fm.Exists(FruitMap::Apple));
57 fm.Set(FruitMap::Apple, 1);
59 EXPECT_EQ(1, *fm.Get(FruitMap::Apple));
60 EXPECT_TRUE(fm.Exists(FruitMap::Apple));
62 fm.Set(FruitMap::Apple, 5);
64 EXPECT_EQ(5, *fm.Get(FruitMap::Apple));
65 EXPECT_TRUE(fm.Exists(FruitMap::Apple));
163 int apple = fmAppleAndOrange.ReleaseOrDefault(FruitMap::Apple); local
178 int apple = fm.GetOrDefault(FruitMap::Apple); local
    [all...]
  /external/valgrind/none/tests/darwin/
apple-main-arg.c 8 // On Darwin there's this secret fourth argument, 'apple', which is a pointer
12 int main(int argc, char *argv[], char *envp[], char *apple[])
21 // envp[i]==NULL; envp[i+1]==apple[0]==executable_path
22 assert(envp[i+1] == apple[0]);
24 // Make sure realpath(argv[0]) == realpath(apple[0]). (realpath resolves
27 realpath(apple[0], pappl);
  /external/clang/docs/
Block-ABI-Apple.txt 1 *NOTE* This document has moved to http://clang.llvm.org/docs/Block-ABI-Apple.html.
  /external/clang/test/Driver/
default-toolchain.c 4 // RUN: %clang -target i386-apple-darwin9 -arch ppc -m64 -v 2> %t
5 // RUN: grep 'Target: powerpc64-apple-darwin9' %t
7 // RUN: %clang -target i386-apple-darwin9 -arch ppc64 -m32 -v 2> %t
8 // RUN: grep 'Target: powerpc-apple-darwin9' %t
redundant-args.c 1 // RUN: %clang -target x86_64-apple-darwin10 \
darwin-version.c 1 // RUN: %clang -target armv6-apple-darwin9 -c %s -### 2>&1 | \
3 // CHECK-VERSION-OSX: "armv6k-apple-macosx10.5.0"
4 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=2.0 -c %s -### 2>&1 | \
6 // CHECK-VERSION-IOS2: "armv6k-apple-ios2.0.0"
7 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=2.2 -c %s -### 2>&1 | \
9 // CHECK-VERSION-IOS22: "armv6k-apple-ios2.2.0"
10 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=3.0 -c %s -### 2>&1 | \
12 // CHECK-VERSION-IOS3: "armv6k-apple-ios3.0.0"
13 // RUN: %clang -target i686-apple-darwin8 -c %s -### 2>&1 | \
15 // RUN: %clang -target i686-apple-darwin9 -mmacosx-version-min=10.4 -c %s -### 2>&1 |
    [all...]
arm64-as.s 1 // Make sure the arm64 default on cyclone when compiling for apple.
2 // RUN: %clang -target arm64-apple-ios -arch arm64 -### -c %s 2>&1 | FileCheck -check-prefix=TARGET %s
cpp-precomp.c 1 // RUN: %clang -target x86_64-apple-darwin10 \
4 // RUN: %clang -target x86_64-apple-darwin10 \
sysroot.c 6 // Apple Darwin uses -isysroot as the syslib root, too.
8 // RUN: %clang -target i386-apple-darwin10 \
10 // RUN: FileCheck --check-prefix=CHECK-APPLE-ISYSROOT < %t2 %s
11 // CHECK-APPLE-ISYSROOT: "-arch" "i386"{{.*}} "-syslibroot" "{{[^"]*}}/FOO"
13 // Check that honor --sysroot= over -isysroot, for Apple Darwin.
15 // RUN: %clang -target i386-apple-darwin10 \
17 // RUN: FileCheck --check-prefix=CHECK-APPLE-SYSROOT < %t3 %s
18 // CHECK-APPLE-SYSROOT: "-arch" "i386"{{.*}} "-syslibroot" "{{[^"]*}}/BAR"
  /external/llvm/test/CodeGen/X86/
cstring.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin | not grep comm
aligned-comm.ll 2 ; RUN: llc < %s -mtriple=i386-apple-darwin10 | grep "array,16512,7"
3 ; RUN: llc < %s -mtriple=i386-apple-darwin9 | grep "array,16512,7"
gcc_except_table.ll 1 ; RUN: llc -mtriple x86_64-apple-darwin %s -o - | FileCheck %s --check-prefix=APPLE
7 ; APPLE: .cfi_startproc
8 ; APPLE: .cfi_personality 155, ___gxx_personality_v0
9 ; APPLE: .cfi_lsda 16, Lexception0
10 ; APPLE: .cfi_def_cfa_offset 16
11 ; APPLE: callq __Unwind_Resume
12 ; APPLE: .cfi_endproc
13 ; APPLE: GCC_except_table0:
14 ; APPLE: Lexception0
    [all...]
  /external/mdnsresponder/
README.version 1 URL: http://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-320.10.80.tar.gz
  /hardware/bsp/intel/peripheral/libupm/src/lpd8806/
._jsupm_lpd8806.i 1 Mac OS X  2??ATTRR???com.apple.TextEncodingutf-8;134217984 (…)
._pyupm_lpd8806.i 1 Mac OS X  2??ATTRU???com.apple.TextEncodingutf-8;134217984 (…)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
pmmintrin.h 0 /* APPLE LOCAL file mainline 2005-06-30 Radar 4131077 */
48 /* APPLE LOCAL begin nodebug inline 4152603 */
50 /* APPLE LOCAL end nodebug inline 4152603 */
52 /* APPLE LOCAL begin radar 5618945 */
59 /* APPLE LOCAL end radar 5618945 */
61 /* APPLE LOCAL begin radar 4152603 */
62 /* APPLE LOCAL begin radar 5618945 */
64 /* APPLE LOCAL end radar 5618945 */
70 /* APPLE LOCAL begin radar 5618945 */
72 /* APPLE LOCAL end radar 5618945 *
    [all...]
syslimits.h 7 /* APPLE LOCAL begin 4401222 */
8 /* APPLE LOCAL end 4401222 */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
pmmintrin.h 0 /* APPLE LOCAL file mainline 2005-06-30 Radar 4131077 */
48 /* APPLE LOCAL begin nodebug inline 4152603 */
50 /* APPLE LOCAL end nodebug inline 4152603 */
52 /* APPLE LOCAL begin radar 5618945 */
59 /* APPLE LOCAL end radar 5618945 */
61 /* APPLE LOCAL begin radar 4152603 */
62 /* APPLE LOCAL begin radar 5618945 */
64 /* APPLE LOCAL end radar 5618945 */
70 /* APPLE LOCAL begin radar 5618945 */
72 /* APPLE LOCAL end radar 5618945 *
    [all...]
syslimits.h 7 /* APPLE LOCAL begin 4401222 */
8 /* APPLE LOCAL end 4401222 */
  /external/clang/test/Sema/
weak-import-on-enum.c 1 // RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-apple-darwin %s
2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
CMakeLists.txt 25 IF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
27 ELSE (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
32 ENDIF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
35 IF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
38 ENDIF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
  /prebuilts/tools/common/m2/repository/com/apple/AppleJavaExtensions/1.4/
AppleJavaExtensions-1.4.pom 6 <groupId>com.apple</groupId>
13 <url>http://developer.apple.com/library/mac/#samplecode/AppleJavaExtensions/Introduction/Intro.html</url>
17 <name>Apple License</name>
18 <url>http://developer.apple.com/library/mac/#samplecode/AppleJavaExtensions/Listings/README_txt.html#//apple_ref/doc/uid/DTS10000677-README_txt-DontLinkElementID_3</url>
25 This is a pluggable jar of stub classes representing the new Apple eAWT and eIO APIs for Java on Mac OS X. The purpose of these stubs is to allow for compilation of eAWT- or eIO-referencing code on platforms other than Mac OS X. The jar file is enclosed in a zip archive for easy expansion on other platforms.
33 Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple
35 Computer, Inc. ("Apple") in consideration of your agreement to the
39 redistribution of this Apple software constitutes acceptance of these
43 install, modify or redistribute this Apple software
    [all...]
  /external/llvm/test/CodeGen/AArch64/
global-merge.ll 4 ; RUN: llc < %s -mtriple=aarch64-apple-ios -O0 | FileCheck %s --check-prefix=CHECK-APPLE-IOS-NO-MERGE
5 ; RUN: llc < %s -mtriple=aarch64-apple-ios -O0 -global-merge-on-external=true | FileCheck %s --check-prefix=CHECK-APPLE-IOS-NO-MERGE
7 ; FIXME: add O1/O2 test for aarch64-none-linux-gnu and aarch64-apple-ios
17 ; CHECK-APPLE-IOS-LABEL: f1:
18 ; CHECK-APPLE-IOS: adrp x{{[0-9]+}}, __MergedGlobals
19 ; CHECK-APPLE-IOS-NOT: adrp
29 ; CHECK-APPLE-IOS: .zerofill __DATA,__bss,__MergedGlobals,8,3
30 ; CHECK-APPLE-IOS-NO-MERGE-NOT: .zerofill __DATA,__bss,__MergedGlobals,8,
    [all...]
  /external/clang/test/SemaObjC/
bool-type.m 1 // RUN: %clang_cc1 -triple thumbv7s-apple-ios8.0 -ast-dump "%s" 2>&1 | FileCheck %s --check-prefix CHECK-CHAR
2 // RUN: %clang_cc1 -triple thumbv7k-apple-watchos2.0 -ast-dump "%s" 2>&1 | FileCheck %s --check-prefix CHECK-BOOL
3 // RUN: %clang_cc1 -triple i386-apple-watchos2.0 -ast-dump "%s" 2>&1 | FileCheck %s --check-prefix CHECK-BOOL
4 // RUN: %clang_cc1 -triple arm64-apple-ios8.0 -ast-dump "%s" 2>&1 | FileCheck %s --check-prefix CHECK-BOOL
5 // RUN: %clang_cc1 -triple x86_64-apple-ios8.0 -ast-dump "%s" 2>&1 | FileCheck %s --check-prefix CHECK-BOOL
6 // RUN: %clang_cc1 -triple i386-apple-macosx10.10 -ast-dump "%s" 2>&1 | FileCheck %s --check-prefix CHECK-CHAR
7 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.10 -ast-dump "%s" 2>&1 | FileCheck %s --check-prefix CHECK-CHAR
  /external/llvm/test/MC/MachO/
eh-frame-reloc.s 1 // RUN: llvm-mc < %s -triple=x86_64-apple-macosx10.7 -filetype=obj | llvm-readobj -r | FileCheck %s
2 // RUN: llvm-mc < %s -triple=x86_64-apple-macosx10.6 -filetype=obj | llvm-readobj -r | FileCheck %s
3 // RUN: llvm-mc < %s -triple=x86_64-apple-ios7.0.0 -filetype=obj | llvm-readobj -r | FileCheck %s
4 // RUN: llvm-mc < %s -triple=x86_64-apple-macosx10.5 -filetype=obj | llvm-readobj -r | FileCheck %s
5 // RUN: llvm-mc < %s -triple=i686-apple-macosx10.6 -filetype=obj | llvm-readobj -r | FileCheck %s
6 // RUN: llvm-mc < %s -triple=i686-apple-macosx10.5 -filetype=obj | llvm-readobj -r | FileCheck %s
7 // RUN: llvm-mc < %s -triple=i686-apple-macosx10.4 -filetype=obj | llvm-readobj -r | FileCheck %s

Completed in 776 milliseconds

12 3 4 5 6 7 8 91011>>