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

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 101 Address addr1 = lookupAddress(setMinLatitude, setMinLongitude, true);
102 Address addr2 = lookupAddress(setMaxLatitude, setMaxLongitude, true);
127 Address currentAddress = lookupAddress(
305 public Address lookupAddress(final double latitude, final double longitude,
372 return lookupAddress(latitude, longitude, false);
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugLine.h 136 uint32_t lookupAddress(uint64_t address, uint64_t cu_high_pc) const;
DWARFContext.cpp 158 uint32_t rowIndex = lineTable->lookupAddress(address, hiPC);
DWARFDebugLine.cpp 443 DWARFDebugLine::LineTable::lookupAddress(uint64_t address,
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DetailsAddressResolver.java 49 return geocoder.lookupAddress(mLatlng[0], mLatlng[1], true);
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 186 uint32_t lookupAddress(uint64_t address) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 196 uint32_t lookupAddress(uint64_t address) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 193 uint32_t lookupAddress(uint64_t Address) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 193 uint32_t lookupAddress(uint64_t Address) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 197 uint32_t lookupAddress(uint64_t Address) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 197 uint32_t lookupAddress(uint64_t Address) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 197 uint32_t lookupAddress(uint64_t Address) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 197 uint32_t lookupAddress(uint64_t Address) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 196 uint32_t lookupAddress(uint64_t address) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 193 uint32_t lookupAddress(uint64_t Address) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 193 uint32_t lookupAddress(uint64_t Address) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 197 uint32_t lookupAddress(uint64_t Address) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 197 uint32_t lookupAddress(uint64_t Address) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 197 uint32_t lookupAddress(uint64_t Address) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 197 uint32_t lookupAddress(uint64_t Address) const;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 553 uint32_t DWARFDebugLine::LineTable::lookupAddress(uint64_t address) const {
667 uint32_t RowIndex = lookupAddress(Address);

Completed in 1576 milliseconds