HomeSort by relevance Sort by last modified time
    Searched defs:getDestination (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecMessage.java 63 public int getDestination() {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MachineLocation.h 92 const MachineLocation &getDestination() const { return Destination; }
MCDwarf.h 259 const MachineLocation &getDestination() const { return Destination; }
  /frameworks/base/core/java/android/net/
RouteInfo.java 273 public IpPrefix getDestination() {
432 return Objects.equals(mDestination, target.getDestination()) &&
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ContactListItemData.java 114 public CharSequence getDestination() {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDownloadManager.java 87 public Uri getDestination() {
243 return request.getDestination().toString();
  /frameworks/base/services/net/java/android/net/netlink/
RtNetlinkNeighborMessage.java 188 public InetAddress getDestination() {
  /frameworks/base/tests/net/java/android/net/
RouteInfoTest.java 51 assertEquals(Prefix("::/0"), r.getDestination());
56 assertEquals(Prefix("0.0.0.0/0"), r.getDestination());
62 assertEquals(Prefix("2001:db8:beef::/48"), r.getDestination());
67 assertEquals(Prefix("192.0.2.0/24"), r.getDestination());
224 assertEquals("192.0.2.4", r.getDestination().getAddress().getHostAddress());
228 assertEquals("2001:db8:1:e::", r.getDestination().getAddress().getHostAddress());
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEntry.java 258 public String getDestination() {
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
FileOperation.java 82 public DocumentStack getDestination() {
140 service, listener, id, getDestination(), getSrc(), getMessenger(), features);
180 return new CompressJob(service, listener, id, getDestination(), getSrc(),
223 service, listener, id, getDestination(), getSrc(), getMessenger(), features);
260 service, listener, id, getDestination(), getSrc(), mSrcParent,
263 return new DeleteJob(service, listener, id, getDestination(), getSrc(),
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactListItemView.java 118 mContactDetailsTextView.setText(mData.getDestination());
122 final String destinationString = String.valueOf(mData.getDestination());
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
ContactPickerFragmentTest.java 192 assertEquals(cliv.mData.getDestination(), participants.get(0).getSendDestination());
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorSpaceTest.java 450 assertSame(ColorSpace.get(ColorSpace.Named.DCI_P3), connector.getDestination());
457 assertSame(connector.getDestination(), connector.getSource());
461 assertSame(ColorSpace.get(ColorSpace.Named.SRGB), connector.getDestination());
464 assertSame(connector.getSource(), connector.getDestination());
560 assertSame(connector.getSource(), connector.getDestination());
617 assertSame(ColorSpace.get(ColorSpace.Named.SRGB), connector1.getDestination());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
RenderingRequest.java 182 public Rect getDestination() {
  /packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/
EmbmsTestDownloadApp.java 423 getDestination(info.getServiceId()))
433 private Uri getDestination(String serviceId) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
732 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
732 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
732 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
742 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
742 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
742 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
742 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
732 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
732 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
732 inline Instruction *MemoryDepChecker::Dependence::getDestination(

Completed in 633 milliseconds

1 2 3 4