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

1 2

  /external/srec/tools/grxmlcompile/
netw_arc.h 54 toId= to;
68 toId= arcsrc->toId;
85 if (arcsrc->toId == endId && newEndId >= 0)
86 toId= newEndId;
88 toId= arcsrc->toId + offset;
106 toId= Id;
146 int GetToId() { return toId; };
178 else if (toId > test->toId
    [all...]
netw_dump.cpp 66 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << std::endl;
84 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << std::endl;
174 outfile << arc[loc]->fromId << Separator << arc[loc]->toId << Separator << inLabel.c_str() << Separator << outLabel.c_str() << std::endl;
218 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << outLabel.c_str() << std::endl;
221 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << Eps << std::endl;
230 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << ".wb" << separator << outLabel.c_str() << std::endl;
233 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << ".wb" << separator << Eps << std::endl;
292 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << outLabel.c_str() << std::endl;
295 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << Eps << std::endl;
304 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << ".wb" << separator << outLabel.c_str() << std::endl
    [all...]
sub_base.cpp 293 int ii, fromId, toId;
300 toId= arc[ii]->GetToId();
301 if (toId >= 0)
302 if (equivMap[toId] != toId)
303 arc[ii]->AssignToId (equivMap[toId]);
  /external/clang/test/SemaObjCXX/
objc-container-subscripting.mm 65 ConvertibleTo<id> toId,
75 toArrayExplicit[2] = toId; // expected-error {{type 'ExplicitlyConvertibleTo<NSMutableArray *>' does not provide a subscript operator}}
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 'ExplicitlyConvertibleTo<NSMutableDictionary *>'}}
literals.mm 83 ConvertibleTo<id> toId,
89 toId,
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 122 * @param toId Unique identifier of the ending keyframe
126 public <T extends Drawable & Animatable> void addTransition(int fromId, int toId,
132 mState.addTransition(fromId, toId, transition, reversible);
196 final int toId = state.getKeyframeIdAt(toIndex);
197 if (toId == 0 || fromId == 0) {
202 final int transitionIndex = state.indexOfTransition(fromId, toId);
214 final boolean reversed = state.isTransitionReversed(fromId, toId);
217 final boolean reversed = state.isTransitionReversed(fromId, toId);
410 int toId = 0;
422 case R.attr.toId
    [all...]
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 50 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId)
51 : FromId(FromId), ToId(ToId) {}
56 const Stmt *ToMatch = Result.Nodes.getStmtAs<Stmt>(ToId);
  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 63 /// the statement bound to \c ToId.
66 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
71 std::string ToId;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsBroadcastConfigInfo.java 47 public SmsBroadcastConfigInfo(int fromId, int toId, int fromScheme,
50 mToServiceId = toId;
  /frameworks/base/tests/VectorDrawableTest/res/drawable/
state_animation_vector_drawable02.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_drawable01.xml 22 <transition android:fromId="@+id/off" android:toId="@+id/on" android:reversible="true">
  /frameworks/base/core/res/res/drawable/
scrubber_control_material_anim.xml 30 <transition android:fromId="@+id/not_pressed" android:toId="@+id/pressed">
52 <transition android:fromId="@+id/pressed" android:toId="@+id/not_pressed">
btn_check_material_anim.xml 30 <transition android:fromId="@+id/off" android:toId="@+id/on">
82 <transition android:fromId="@+id/on" android:toId="@+id/off">
btn_radio_material_anim.xml 40 <transition android:fromId="@+id/off" android:toId="@+id/on">
92 <transition android:fromId="@+id/on" android:toId="@+id/off">
switch_thumb_material_anim.xml 44 android:toId="@+id/on">
84 <transition android:fromId="@+id/on" android:toId="@+id/off">
  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry.cc 65 std::string ToId(int identifier) {
319 while (!IsUniqueId(extension_id, ToId(last_generated_rule_identifier_id_)))
321 return ToId(last_generated_rule_identifier_id_);
  /frameworks/base/core/java/android/transition/
TransitionInflater.java 322 int toId = a.getResourceId(R.styleable.TransitionManager_toScene, -1);
323 Scene toScene = (toId < 0) ? null : Scene.getSceneForLayout(sceneRoot, toId, mContext);
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 968 string fromid, toid; // fromid == "real" zone, toid == alias local
969 in >> fromid >> toid; local
971 if (finalZones.find(toid) != finalZones.end()) {
975 links[fromid].insert(toid);
976 reverseLinks[toid] = fromid;
979 linkSource[toid] = "Olson link";
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 968 string fromid, toid; // fromid == "real" zone, toid == alias local
969 in >> fromid >> toid; local
971 if (finalZones.find(toid) != finalZones.end()) {
975 links[fromid].insert(toid);
976 reverseLinks[toid] = fromid;
979 linkSource[toid] = "Olson link";
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 395 const UnicodeString& toID,
933 const UnicodeString& toID,
941 to + "(" + TestUtility::hex(to) + ") "+toID+" => " +
    [all...]
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 396 const UnicodeString& toID,
934 const UnicodeString& toID,
942 to + "(" + TestUtility::hex(to) + ") "+toID+" => " +
    [all...]
  /external/chromium_org/third_party/sinonjs/src/
sinon.js     [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
openssl.c 651 BIO_printf(out, "\tOID: %s\n", OBJ_nid2ln(pkey_id));
  /external/openssl/apps/
openssl.c 652 BIO_printf(out, "\tOID: %s\n", OBJ_nid2ln(pkey_id));

Completed in 663 milliseconds

1 2