HomeSort by relevance Sort by last modified time
    Searched full:fromid (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/guice/extensions/grapher/src/com/google/inject/grapher/
Edge.java 28 private final NodeId fromId;
31 protected Edge(NodeId fromId, NodeId toId) {
32 this.fromId = fromId;
37 return fromId;
49 return Objects.equal(fromId, other.fromId) && Objects.equal(toId, other.toId);
53 return Objects.hashCode(fromId, toId);
59 * @param fromId new ID of the 'from' node
63 public abstract Edge copy(NodeId fromId, NodeId toId)
    [all...]
Alias.java 27 private final NodeId fromId;
30 public Alias(NodeId fromId, NodeId toId) {
31 this.fromId = fromId;
36 return fromId;
BindingEdge.java 42 public BindingEdge(NodeId fromId, NodeId toId, Type type) {
43 super(fromId, toId);
64 return "BindingEdge{fromId=" + getFromId() + " toId=" + getToId() + " type=" + type + "}";
67 @Override public Edge copy(NodeId fromId, NodeId toId) {
68 return new BindingEdge(fromId, toId, type);
DependencyEdge.java 36 public DependencyEdge(NodeId fromId, NodeId toId, InjectionPoint injectionPoint) {
37 super(fromId, toId);
58 return "DependencyEdge{fromId=" + getFromId() + " toId=" + getToId()
62 @Override public Edge copy(NodeId fromId, NodeId toId) {
63 return new DependencyEdge(fromId, toId, injectionPoint);
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 37 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText)
38 : FromId(FromId), ToText(ToText) {}
42 if (const Stmt *FromMatch = Result.Nodes.getStmtAs<Stmt>(FromId)) {
50 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId)
51 : FromId(FromId), ToId(ToId) {}
55 const Stmt *FromMatch = Result.Nodes.getStmtAs<Stmt>(FromId);
  /external/v8/src/compiler/
fast-accessor-assembler.cc 55 assembler_->Load(MachineType::Pointer(), FromId(value),
75 MachineType::Pointer(), FromId(value),
98 return FromRaw(assembler_->Load(MachineType::IntPtr(), FromId(value),
108 assembler_->Load(MachineType::Pointer(), FromId(value),
115 assembler_->Return(FromId(value));
124 assembler_->Word32And(FromId(value), assembler_->Int32Constant(mask)),
137 assembler_->IntPtrEqual(FromId(value), assembler_->IntPtrConstant(0)),
155 assembler_->Bind(FromId(label_id));
164 assembler_->IntPtrEqual(FromId(value_id), assembler_->IntPtrConstant(0)),
165 &pass, FromId(label_id))
    [all...]
fast-accessor-assembler.h 81 Node* FromId(ValueId value) const;
82 RawMachineLabel* FromId(LabelId value) const;
  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 50 /// \brief Replace the text of the statement bound to \c FromId with the text in
54 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
58 std::string FromId;
62 /// \brief Replace the text of the statement bound to \c FromId with the text of
66 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
70 std::string FromId;
  /cts/tests/tests/graphics/res/drawable/
animated_state_list_density.xml 27 android:fromId="@+id/unfocused"
36 android:fromId="@+id/focused"
animated_state_list_density_constant_size.xml 28 android:fromId="@+id/unfocused"
37 android:fromId="@+id/focused"
  /frameworks/base/core/res/res/drawable/
btn_check_material_anim.xml 26 android:fromId="@+id/unchecked"
30 android:fromId="@+id/checked"
btn_radio_material_anim.xml 26 android:fromId="@+id/on"
30 android:fromId="@+id/off"
seekbar_thumb_material_anim.xml 42 android:fromId="@+id/unpressed"
46 android:fromId="@+id/pressed"
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 121 * @param fromId Unique identifier of the starting keyframe
126 public <T extends Drawable & Animatable> void addTransition(int fromId, int toId,
132 mState.addTransition(fromId, toId, transition, reversible);
189 final int fromId = state.getKeyframeIdAt(fromIndex);
191 if (toId == 0 || fromId == 0) {
196 final int transitionIndex = state.indexOfTransition(fromId, toId);
202 boolean hasReversibleFlag = state.transitionHasReversibleFlag(fromId, toId);
210 final boolean reversed = state.isTransitionReversed(fromId, toId);
215 final boolean reversed = state.isTransitionReversed(fromId, toId);
467 final int fromId = a.getResourceId
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsBroadcastConfigInfo.java 47 public SmsBroadcastConfigInfo(int fromId, int toId, int fromScheme,
49 mFromServiceId = fromId;
  /frameworks/base/tests/VectorDrawableTest/res/drawable/
state_animation_drawable04.xml 22 <transition android:fromId="@+id/off" android:toId="@+id/on"
state_animation_drawable04_false.xml 22 <transition android:fromId="@+id/off" android:toId="@+id/on"
state_animation_vector_drawable02.xml 22 <transition android:fromId="@+id/off" android:toId="@+id/on"
state_animation_vector_drawable02_false.xml 22 <transition android:fromId="@+id/off" android:toId="@+id/on"
state_animation_vector_drawable03.xml 22 <transition android:fromId="@+id/off" android:toId="@+id/on"
state_animation_vector_drawable03_false.xml 22 <transition android:fromId="@+id/off" android:toId="@+id/on"
state_animation_vector_drawable01.xml 22 <transition android:fromId="@+id/off" android:toId="@+id/on" android:reversible="true">
  /packages/apps/DeskClock/res/drawable-v22/
ic_tab_alarm.xml 29 <transition android:fromId="@id/off" android:toId="@id/on">
ic_tab_clock.xml 29 <transition android:fromId="@id/off" android:toId="@id/on">
ic_tab_stopwatch.xml 29 <transition android:fromId="@id/off" android:toId="@id/on">

Completed in 4035 milliseconds

1 2 3