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

1 2 3 4 5 6 7

  /art/libartbase/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/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.cpp 25 Apple = 1
32 clEnumValN(Apple, "apple", "Emit Apple-style NEON assembly"),
  /external/mdnsresponder/mDNSWindows/DLL.NET/
PString.h 3 * Copyright (c) 2003-2004 Apple Computer, Inc. All rights reserved.
23 namespace Apple
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/AArch64/
GccSemihost.S 3 # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/Arm/
GccSemihost.S 3 # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
  /external/swiftshader/third_party/LLVM/utils/
show-diagnostics 29 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
30 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
modsi3.S 3 # Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
udivdi3.S 3 # Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
umoddi3.S 3 # Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
umodsi3.S 3 # Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/AArch64/
SwitchStack.S 4 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/
SwitchStack.S 4 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/AArch64/
CpuFlushTlb.S 6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
CpuSleep.S 6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Arm/
CpuFlushTlb.S 6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
CpuSleep.S 12 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/AArch64/
CpuBreakpoint.S 6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
DisableInterrupts.S 6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
EnableInterrupts.S 6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
GetInterruptsState.S 6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
CpuBreakpoint.S 6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
DisableInterrupts.S 6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
DisableInterrupts.asm 6 ; Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
EnableInterrupts.S 6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
EnableInterrupts.asm 6 ; Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>

Completed in 354 milliseconds

1 2 3 4 5 6 7