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

  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientChip.java 46 mValue = entry.getDestination().trim();
110 return !TextUtils.isEmpty(mOriginalText) ? mOriginalText : mEntry.getDestination();
SingleRecipientArrayAdapter.java 61 destination.setText(Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress());
RecipientEntry.java 184 public String getDestination() {
RecipientEditTextView.java 568 return (mValidator != null && mValidator.isValid(contact.getDestination())) ?
    [all...]
BaseRecipientAdapter.java 303 final String emailAddress = entry.getDestination();
    [all...]
  /external/llvm/include/llvm/MC/
MachineLocation.h 92 const MachineLocation &getDestination() const { return Destination; }
MCDwarf.h 301 const MachineLocation &getDestination() const { return Destination; }
  /frameworks/base/core/java/android/net/
RouteInfo.java 110 public LinkAddress getDestination() {
163 target.getDestination() == null
164 : mDestination.equals(target.getDestination());
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 180 const MachineLocation &Dst = Move.getDestination();
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 195 if (IBI->getDestination(i) == TheOnlyDest)
198 IBI->getDestination(i)->removePredecessor(IBI->getParent());
    [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 85 const MachineLocation &Dst = Move.getDestination();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidTypeMoveParticipant.java 196 Object destination = getArguments().getDestination();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 581 final LinkAddress la = route.getDestination();
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 739 LinkAddress dest = route.getDestination();
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 822 Assert1(BI.getDestination(i)->getType()->isLabelTy(),
    [all...]

Completed in 572 milliseconds