Home
last modified time | relevance | path

Searched refs:path_end (Results 1 – 14 of 14) sorted by relevance

/external/chromium/googleurl/src/
Durl_parse.cc194 int path_end = path.begin + path.len; in ParsePath() local
198 for (int i = path.begin; i < path_end; i++) { in ParsePath()
222 *ref = MakeRange(ref_separator + 1, path_end); in ParsePath()
224 file_end = query_end = path_end; in ParsePath()
405 int path_end = -1; in DoParseMailtoURL() local
415 path_end = spec_len; in DoParseMailtoURL()
421 path_end = spec_len; in DoParseMailtoURL()
425 for (int i = path_begin; i < path_end; ++i) { in DoParseMailtoURL()
427 parsed->query = MakeRange(i + 1, path_end); in DoParseMailtoURL()
428 path_end = i; in DoParseMailtoURL()
[all …]
/external/chromium_org/url/third_party/mozilla/
Durl_parse.cc196 int path_end = path.begin + path.len; in ParsePath() local
200 for (int i = path.begin; i < path_end; i++) { in ParsePath()
224 *ref = MakeRange(ref_separator + 1, path_end); in ParsePath()
226 file_end = query_end = path_end; in ParsePath()
532 int path_end = -1; in DoParseMailtoURL() local
542 path_end = spec_len; in DoParseMailtoURL()
548 path_end = spec_len; in DoParseMailtoURL()
552 for (int i = path_begin; i < path_end; ++i) { in DoParseMailtoURL()
554 parsed->query = MakeRange(i + 1, path_end); in DoParseMailtoURL()
555 path_end = i; in DoParseMailtoURL()
[all …]
/external/qemu/android/utils/
Dtimezone.c168 char* path_end; member
250 p = bufprint( p, scan->path_end, "/%s", ent->d_name ); in scan_timezone_dir()
251 if (p >= scan->path_end) in scan_timezone_dir()
390 scan->path_end = scan->path + sizeof(scan->path); in get_zoneinfo_timezone()
391 scan->path_root = bufprint( scan->path, scan->path_end, "%s", tzdir ); in get_zoneinfo_timezone()
/external/opencv/otherlibs/highgui/
Dloadsave.cpp157 const char* path_end = path;
159 while( *path_end && *path_end != ';' )
160 path_end++;
162 len = path_end - path;
/external/chromium_org/content/common/
Dplugin_list_posix.cc229 char* path_end = static_cast<char*>(memchr(info->path, '\0', in UnwrapNSPluginWrapper() local
231 if (!path_end) in UnwrapNSPluginWrapper()
232 path_end = info->path + sizeof(info->path); in UnwrapNSPluginWrapper()
234 std::string(info->path, path_end - info->path)); in UnwrapNSPluginWrapper()
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1390 const int* path_begin, const int* path_end, in FollowPath() argument
1394 if (path_begin == path_end) { in FollowPath()
1416 if (path_begin == path_end) { in FollowPath()
1437 return FollowPath(child, path_begin, path_end, in FollowPath()
1439 } else if (path_begin == path_end) { in FollowPath()
1453 return FollowPath(child, path_begin, path_end, in FollowPath()
1455 } else if (path_begin == path_end) { in FollowPath()
/external/clang/lib/CodeGen/
DCGCXXABI.cpp251 E->path_end()); in getMemberPointerAdjustment()
DCGExpr.cpp375 Adjustment.DerivedToBase.BasePath->path_end(), in EmitMaterializeTemporaryExpr()
2753 E->path_begin(), E->path_end(), in EmitCastLValue()
2776 E->path_begin(), E->path_end(), in EmitCastLValue()
DCGExprScalar.cpp1244 CE->path_begin(), CE->path_end(), in VisitCastExpr()
1254 CE->path_begin(), CE->path_end(), in VisitCastExpr()
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp255 E = Cast->path_end(); in evalDerivedToBase()
/external/clang/include/clang/AST/
DExpr.h2696 path_iterator path_end() { return path_buffer() + path_size(); } in path_end() function
2698 path_const_iterator path_end() const { return path_buffer() + path_size(); } in path_end() function
/external/clang/lib/AST/
DASTDumper.cpp1509 E = Node->path_end(); in dumpBasePath()
DExprConstant.cpp1679 PathE = E->path_end(); in HandleLValueBasePath()
4727 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); in VisitCastExpr()
4744 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr()
4886 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp596 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI) in VisitCastExpr()