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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Object/
Archive.h 40 int getUID() const;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectStreamClassTest.java 48 public static long getUID() {
104 + DummyClass.getUID(), osc.getSerialVersionUID() == DummyClass
105 .getUID());
182 public static long getUID() {
ObjectStreamFieldTest.java 47 public static long getUID() {
  /external/llvm/include/llvm/Object/
Archive.h 48 unsigned getUID() const;
90 unsigned getUID() const { return getHeader()->getUID(); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Archive.h 54 Expected<unsigned> getUID() const;
112 Expected<unsigned> getUID() const { return Header.getUID(); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Archive.h 54 Expected<unsigned> getUID() const;
112 Expected<unsigned> getUID() const { return Header.getUID(); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Archive.h 54 Expected<unsigned> getUID() const;
112 Expected<unsigned> getUID() const { return Header.getUID(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Archive.h 54 Expected<unsigned> getUID() const;
112 Expected<unsigned> getUID() const { return Header.getUID(); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Archive.h 54 Expected<unsigned> getUID() const;
112 Expected<unsigned> getUID() const { return Header.getUID(); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Archive.h 54 Expected<unsigned> getUID() const;
112 Expected<unsigned> getUID() const { return Header.getUID(); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Archive.h 54 Expected<unsigned> getUID() const;
112 Expected<unsigned> getUID() const { return Header.getUID(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Archive.h 54 Expected<unsigned> getUID() const;
112 Expected<unsigned> getUID() const { return Header.getUID(); }
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectStreamFieldTest.java 45 public static long getUID() {
  /external/clang/lib/Lex/
HeaderSearch.cpp     [all...]
  /external/clang/include/clang/Basic/
FileManager.h 89 unsigned getUID() const { return UID; }
  /external/clang/lib/Frontend/
DependencyGraph.cpp 95 OS << "header_" << Node->getUID();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
FileManager.h 88 unsigned getUID() const { return UID; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
FileManager.h 88 unsigned getUID() const { return UID; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
FileManager.h 88 unsigned getUID() const { return UID; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
FileManager.h 88 unsigned getUID() const { return UID; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
FileManager.h 88 unsigned getUID() const { return UID; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
FileManager.h 88 unsigned getUID() const { return UID; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
FileManager.h 88 unsigned getUID() const { return UID; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
FileManager.h 88 unsigned getUID() const { return UID; }
  /external/clang/lib/Basic/
FileManager.cpp 511 UIDToFiles[FE->getValue()->getUID()] = FE->getValue();
516 UIDToFiles[VFE->getUID()] = VFE.get();

Completed in 462 milliseconds

1 2