Home
last modified time | relevance | path

Searched refs:toId (Results 1 – 10 of 10) sorted by relevance

/external/guice/extensions/grapher/src/com/google/inject/grapher/
DEdge.java29 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
DAlias.java28 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()
DBindingEdge.java40 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()
DDependencyEdge.java36 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/
Dobjc-container-subscripting.mm65 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…
Dliterals.mm83 ConvertibleTo<id> toId,
89 toId,
/external/cldr/tools/java/org/unicode/cldr/draft/
DXLocaleDistance.java171 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()
DIntDistanceNode.java118 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/
DXLocaleDistance.java268 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/
DXLocaleDistance.java258 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()