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

1 2

  /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/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;
  /frameworks/base/core/res/res/drawable/
btn_check_material_anim.xml 26 android:fromId="@+id/unchecked"
30 android:fromId="@+id/checked"
seekbar_thumb_material_anim.xml 42 android:fromId="@+id/unpressed"
46 android:fromId="@+id/pressed"
btn_radio_material_anim.xml 36 <transition android:fromId="@+id/off" android:toId="@+id/on">
104 <transition android:fromId="@+id/on" android:toId="@+id/off">
switch_thumb_material_anim.xml 43 android:fromId="@+id/off"
84 <transition android:fromId="@+id/on" android:toId="@+id/off">
  /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);
466 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">
state_animation_vector_drawable01_false.xml 22 <transition android:fromId="@+id/off" android:toId="@+id/on" android:reversible="false">
  /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">
ic_tab_timer.xml 29 <transition android:fromId="@id/off" android:toId="@id/on">
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
ChromaFormat.java 44 public static ChromaFormat fromId(int id) {
  /frameworks/base/core/java/android/transition/
TransitionInflater.java 324 int fromId = a.getResourceId(R.styleable.TransitionManager_fromScene, -1);
325 Scene fromScene = (fromId < 0) ? null: Scene.getSceneForLayout(sceneRoot, fromId, mContext);
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 968 string fromid, toid; // fromid == "real" zone, toid == alias local
969 in >> fromid >> toid;
975 links[fromid].insert(toid);
976 reverseLinks[toid] = fromid;
978 linkSource[fromid] = "Olson link";
    [all...]
  /external/clang/include/clang/AST/
ASTImporter.h 188 IdentifierInfo *Import(const IdentifierInfo *FromId);
  /frameworks/base/tools/aapt2/
SdkConstants.cpp 590 { u"fromId", 21 },

Completed in 684 milliseconds

1 2