HomeSort by relevance Sort by last modified time
    Searched refs:apple (Results 126 - 150 of 380) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Makefile 18 codecs: misc windows iso apple ebcdic custom-mappings cjk
50 apple: build/
51 $(PYTHON) gencodec.py MAPPINGS/VENDORS/APPLE/ build/ mac_
  /external/libcxxabi/lib/
buildit 38 *-apple-*)
  /external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
MachO_ARM_PIC_relocations.s 1 # RUN: llvm-mc -triple=armv7s-apple-ios7.0.0 -filetype=obj -o %T/foo.o %s
2 # RUN: llvm-rtdyld -triple=armv7s-apple-ios7.0.0 -verify -check=%s %/T/foo.o
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
MachO_x86-64_PIC_relocations.s 1 # RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %T/test_x86-64.o %s
2 # RUN: llvm-rtdyld -triple=x86_64-apple-macosx10.9 -dummy-extern ds1=0xfffffffffffffffe -dummy-extern ds2=0xffffffffffffffff -verify -check=%s %/T/test_x86-64.o
  /external/llvm/test/MC/ARM/
macho-movwt.s 1 @ RUN: llvm-mc -triple thumbv7s-apple-ios9.0 %s -filetype obj -o %t.o
aligned-blx.s 1 @ RUN: llvm-mc -triple thumbv7-apple-ios -filetype=obj %s -o %t
ldr-pseudo-obj-errors.s 3 @RUN: not llvm-mc -triple=armv7-darwin-apple -filetype=obj %s -o %t1_darwin 2> %t2_darwin
macho-relocs-with-addend.s 1 @ RUN: llvm-mc -triple thumbv7-apple-ios7.0 -filetype=obj -o - %s | \
misaligned-blx.s 1 @ RUN: not llvm-mc -triple thumbv7-apple-ios -filetype=obj %s -o /dev/null 2>&1 | FileCheck %s
tls-directives.s 1 @ RUN: llvm-mc -triple thumbv7-apple-ios -filetype=obj -o %t %s
  /external/llvm/test/MC/X86/
x86_long_nop.s 3 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-apple-darwin10.0 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
4 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-apple-darwin8 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
  /external/python/cpython2/Tools/unicode/
Makefile 18 codecs: misc windows iso apple ebcdic custom-mappings cjk
50 apple: build/
51 $(PYTHON) gencodec.py MAPPINGS/VENDORS/APPLE/ build/ mac_
  /prebuilts/go/darwin-x86/src/os/
sys_darwin.go 27 // 11.0.0). See http://support.apple.com/kb/HT1633.
  /prebuilts/go/linux-x86/src/os/
sys_darwin.go 27 // 11.0.0). See http://support.apple.com/kb/HT1633.
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/lib/
buildit 38 *-apple-*)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/lib/
buildit 38 *-apple-*)
  /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/clang/test/Driver/
as-dwarf-cie.s 3 # RUN: %clang -cc1as -triple i386-apple-darwin -filetype obj %s -o %t
  /external/google-breakpad/src/client/ios/
Breakpad.h 48 #include <client/apple/Framework/BreakpadDefines.h>
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
enum.pass.cpp 30 enum Fruits { apple, pear, grape, mango, cantaloupe }; enumerator in enum:Cardinals::Fruits
  /external/llvm/test/MC/AArch64/
arm64-optional-hash.s 1 ; RUN: llvm-mc -triple arm64-apple-darwin -show-encoding < %s | FileCheck %s
  /external/llvm/test/MC/MachO/AArch64/
ld64-workaround.s 1 ; RUN: llvm-mc -triple arm64-apple-darwin10 %s -filetype=obj -o - | llvm-readobj -r --expand-relocs | FileCheck %s
  /external/llvm/test/MC/MachO/ARM/
data-in-code.s 1 @ RUN: llvm-mc -triple armv7-apple-darwin10 -filetype=obj -o - < %s | llvm-readobj --macho-data-in-code | FileCheck %s
relax-thumb2-branches.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding %s -filetype=obj -o - | llvm-readobj -s -sd | FileCheck %s
thumb-bl-jbits.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -filetype=obj -o - < %s | llvm-readobj -s -sd | FileCheck %s

Completed in 432 milliseconds

1 2 3 4 56 7 8 91011>>