/external/guice/extensions/grapher/src/com/google/inject/grapher/ |
D | Edge.java | 29 private final NodeId toId; field in Edge 31 protected Edge(NodeId fromId, NodeId toId) { in Edge() argument 33 this.toId = toId; in Edge() 41 return toId; in getToId() 50 return Objects.equal(fromId, other.fromId) && Objects.equal(toId, other.toId); in equals() 55 return Objects.hashCode(fromId, toId); in hashCode() 65 public abstract Edge copy(NodeId fromId, NodeId toId); in copy() argument
|
D | Alias.java | 28 private final NodeId toId; field in Alias 30 public Alias(NodeId fromId, NodeId toId) { in Alias() argument 32 this.toId = toId; in Alias() 40 return toId; in getToId()
|
D | BindingEdge.java | 40 public BindingEdge(NodeId fromId, NodeId toId, Type type) { in BindingEdge() argument 41 super(fromId, toId); in BindingEdge() 69 public Edge copy(NodeId fromId, NodeId toId) { in copy() argument 70 return new BindingEdge(fromId, toId, type); in copy()
|
D | DependencyEdge.java | 36 public DependencyEdge(NodeId fromId, NodeId toId, InjectionPoint injectionPoint) { in DependencyEdge() argument 37 super(fromId, toId); in DependencyEdge() 71 public Edge copy(NodeId fromId, NodeId toId) { in copy() argument 72 return new DependencyEdge(fromId, toId, injectionPoint); in copy()
|
/external/clang/test/SemaObjCXX/ |
D | objc-container-subscripting.mm | 65 ConvertibleTo<id> toId, 75 …toArrayExplicit[2] = toId; // expected-error {{type 'ExplicitlyConvertibleTo<NSMutableArray *>' do… 82 ConvertibleTo<id> toId, 90 Dict[toId] = toBlock; 94 Dict[toBlock] = Dict[toId] = Dict[toBlock]; 96 …Id = toDictExplicit[toId] = Id; // expected-error {{no viable overloaded operator[] for type 'Expl…
|
D | literals.mm | 83 ConvertibleTo<id> toId, 89 toId,
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | XLocaleDistance.java | 171 public V toId(K source); in toId() method 210 public Integer toId(T source) { in toId() method in XLocaleDistance.IdMakerFull 698 final String desiredPartition = regionMapper.toId(desiredRegion); in distanceRaw() 699 final String supportedPartition = regionMapper.toId(supportedRegion); in distanceRaw() 1002 public String toId(String region) { in toId() method in XLocaleDistance.RegionMapper 1207 if (toId(item) != null) { in compact() 1214 if (toId(item) != null) { in compact() 1230 if (toId(item) != null) { in compact()
|
D | IntDistanceNode.java | 118 final int desiredId = id.toId(desired); in getDistance() 119 final int supportedId = id.toId(supported); // can optimize later in getDistance()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | XLocaleDistance.java | 268 public V toId(K source); in toId() method 308 public Integer toId(T source) { in toId() method in XLocaleDistance.IdMakerFull 817 final String desiredPartition = regionMapper.toId(desiredRegion); in distanceRaw() 818 final String supportedPartition = regionMapper.toId(supportedRegion); in distanceRaw() 1148 public String toId(String region) { in toId() method in XLocaleDistance.RegionMapper 1351 if (toId(item) != null) { in compact() 1358 if (toId(item) != null) { in compact() 1373 if (toId(item) != null) { in compact()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | XLocaleDistance.java | 258 public V toId(K source); in toId() method 298 public Integer toId(T source) { in toId() method in XLocaleDistance.IdMakerFull 803 final String desiredPartition = regionMapper.toId(desiredRegion); in distanceRaw() 804 final String supportedPartition = regionMapper.toId(supportedRegion); in distanceRaw() 1134 public String toId(String region) { in toId() method in XLocaleDistance.RegionMapper 1337 if (toId(item) != null) { in compact() 1344 if (toId(item) != null) { in compact() 1359 if (toId(item) != null) { in compact()
|