/external/chromium/base/ |
base_paths.h | 44 PATH_END
|
path_service_unittest.cc | 53 for (int key = base::DIR_CURRENT; key < base::PATH_END; ++key) {
|
path_service.cc | 52 base::PATH_END,
|
/external/chromium/googleurl/src/ |
url_parse.cc | 194 int path_end = path.begin + path.len; local 198 for (int i = path.begin; i < path_end; i++) { 222 *ref = MakeRange(ref_separator + 1, path_end); 224 file_end = query_end = path_end; 405 int path_end = -1; local 415 path_end = spec_len; 421 path_end = spec_len; 424 // Split [path_begin, path_end) into a path + query. 425 for (int i = path_begin; i < path_end; ++i) { 427 parsed->query = MakeRange(i + 1, path_end); [all...] |
/external/opencv/otherlibs/highgui/ |
loadsave.cpp | 157 const char* path_end = path; 159 while( *path_end && *path_end != ';' ) 160 path_end++; 162 len = path_end - path;
|
/external/chromium/chrome/common/ |
chrome_paths.h | 87 PATH_END
|
chrome_paths.cc | 326 PathService::RegisterProvider(PathProvider, PATH_START, PATH_END);
|
/external/qemu/android/utils/ |
timezone.c | 168 char* path_end; member in struct:__anon9495 250 p = bufprint( p, scan->path_end, "/%s", ent->d_name ); 251 if (p >= scan->path_end) 390 scan->path_end = scan->path + sizeof(scan->path); 391 scan->path_root = bufprint( scan->path, scan->path_end, "%s", tzdir );
|
/external/libvpx/examples/includes/geshi/geshi/ |
gml.php | 146 'path_start','path_end', [all...] |
/external/clang/lib/CodeGen/ |
ItaniumCXXABI.cpp | 366 E->path_end()); 422 E->path_end()); [all...] |
CGExpr.cpp | 393 Adjustment.DerivedToBase.BasePath->path_end(), [all...] |
/external/clang/lib/AST/ |
StmtDumper.cpp | 343 I = Node->path_begin(), E = Node->path_end(); I != E; ++I) {
|
/external/stlport/stlport/stl/ |
_rope.h | 778 // Path_end contains the bottom section of the path from 787 // Last valid __pos in path_end; [all...] |
_rope.c | 24 // if necessary. Assumes path_end[leaf_index] and leaf_pos are correct. [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 778 // Path_end contains the bottom section of the path from 787 // Last valid __pos in path_end; [all...] |
_rope.c | 24 // if necessary. Assumes path_end[leaf_index] and leaf_pos are correct. [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
rope | [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 778 // Path_end contains the bottom section of the path from 787 // Last valid __pos in path_end; [all...] |
_rope.c | 24 // if necessary. Assumes path_end[leaf_index] and leaf_pos are correct. [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 778 // Path_end contains the bottom section of the path from 787 // Last valid __pos in path_end; [all...] |
_rope.c | 24 // if necessary. Assumes path_end[leaf_index] and leaf_pos are correct. [all...] |
/external/clang/lib/Serialization/ |
ASTWriterStmt.cpp | 511 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI) [all...] |
/external/clang/include/clang/AST/ |
Expr.h | 2413 path_iterator path_end() { return path_buffer() + path_size(); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::CastExpr 2415 path_const_iterator path_end() const { return path_buffer() + path_size(); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::CastExpr [all...] |