/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,
|
/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;
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
PlatformGraphicsContextRecording.cpp | 158 void playback(PlatformGraphicsContext* context, size_t fromId, size_t toId) const { 159 ALOGV("playback %p from %d->%d", this, fromId, toId); 164 if (data->m_orderBy > toId) 263 CanvasState* toState, size_t toId) { 264 ALOGV("applyState(%p->%p, %d-%d)", fromState, toState, fromId, toId); 269 applyState(context, fromState, fromId, toState->parent(), toId); 280 applyState(context, fromState->parent(), fromId, toState, toId); 285 applyState(context, fromState, fromId, toState->parent(), toId); 288 toState->playback(context, fromId, toId); [all...] |
/external/icu4c/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/icu4c/test/intltest/ |
transrt.cpp | 396 const UnicodeString& toID, 934 const UnicodeString& toID, 942 to + "(" + TestUtility::hex(to) + ") "+toID+" => " + [all...] |
/external/openssl/apps/ |
openssl.c | 651 BIO_printf(out, "\tOID: %s\n", OBJ_nid2ln(pkey_id));
|
/external/clang/lib/AST/ |
ASTImporter.cpp | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
RIL.java | [all...] |
/packages/apps/Camera/perftests/panorama/input/ |
test_004.ppm | [all...] |
/packages/apps/Gallery2/perftests/panorama/input/ |
test_004.ppm | [all...] |