HomeSort by relevance Sort by last modified time
    Searched defs:Apple (Results 1 - 21 of 21) sorted by null

  /external/mdnsresponder/mDNSWindows/DLL.NET/
PString.h 3 * Copyright (c) 2003-2004 Apple Computer, Inc. All rights reserved.
23 namespace Apple
dnssd_NET.h 3 * Copyright (c) 2003-2004 Apple Computer, Inc. All rights reserved.
27 * to bonjour@apple.com to let us know.
31 * <http://lists.apple.com/bonjour-dev/>
49 namespace Apple
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.cpp 25 Apple = 1
32 clEnumValN(Apple, "apple", "Emit Apple-style NEON assembly"),
  /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/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 76 Apple,
  /external/llvm/include/llvm/ADT/
Triple.h 124 Apple,
168 TvOS, // Apple tvOS
169 WatchOS, // Apple watchOS
432 /// Is this an Apple tvOS triple.
437 /// Is this an Apple watchOS triple.
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 128 Apple,
173 TvOS, // Apple tvOS
174 WatchOS, // Apple watchOS
440 /// Is this an Apple tvOS triple.
445 /// Is this an Apple watchOS triple.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 129 Apple,
174 TvOS, // Apple tvOS
175 WatchOS, // Apple watchOS
442 /// Is this an Apple tvOS triple.
447 /// Is this an Apple watchOS triple.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Triple.h 130 Apple,
177 TvOS, // Apple tvOS
178 WatchOS, // Apple watchOS
451 /// Is this an Apple tvOS triple.
456 /// Is this an Apple watchOS triple.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Triple.h 130 Apple,
177 TvOS, // Apple tvOS
178 WatchOS, // Apple watchOS
451 /// Is this an Apple tvOS triple.
456 /// Is this an Apple watchOS triple.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Triple.h 132 Apple,
178 TvOS, // Apple tvOS
179 WatchOS, // Apple watchOS
454 /// Is this an Apple tvOS triple.
459 /// Is this an Apple watchOS triple.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Triple.h 132 Apple,
178 TvOS, // Apple tvOS
179 WatchOS, // Apple watchOS
454 /// Is this an Apple tvOS triple.
459 /// Is this an Apple watchOS triple.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Triple.h 132 Apple,
178 TvOS, // Apple tvOS
179 WatchOS, // Apple watchOS
454 /// Is this an Apple tvOS triple.
459 /// Is this an Apple watchOS triple.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Triple.h 132 Apple,
178 TvOS, // Apple tvOS
179 WatchOS, // Apple watchOS
454 /// Is this an Apple tvOS triple.
459 /// Is this an Apple watchOS triple.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 129 Apple,
174 TvOS, // Apple tvOS
175 WatchOS, // Apple watchOS
442 /// Is this an Apple tvOS triple.
447 /// Is this an Apple watchOS triple.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Triple.h 130 Apple,
177 TvOS, // Apple tvOS
178 WatchOS, // Apple watchOS
451 /// Is this an Apple tvOS triple.
456 /// Is this an Apple watchOS triple.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Triple.h 130 Apple,
177 TvOS, // Apple tvOS
178 WatchOS, // Apple watchOS
451 /// Is this an Apple tvOS triple.
456 /// Is this an Apple watchOS triple.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Triple.h 132 Apple,
178 TvOS, // Apple tvOS
179 WatchOS, // Apple watchOS
454 /// Is this an Apple tvOS triple.
459 /// Is this an Apple watchOS triple.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Triple.h 132 Apple,
178 TvOS, // Apple tvOS
179 WatchOS, // Apple watchOS
454 /// Is this an Apple tvOS triple.
459 /// Is this an Apple watchOS triple.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Triple.h 132 Apple,
178 TvOS, // Apple tvOS
179 WatchOS, // Apple watchOS
454 /// Is this an Apple tvOS triple.
459 /// Is this an Apple watchOS triple.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Triple.h 132 Apple,
178 TvOS, // Apple tvOS
179 WatchOS, // Apple watchOS
454 /// Is this an Apple tvOS triple.
459 /// Is this an Apple watchOS triple.

Completed in 198 milliseconds