/external/oprofile/libpp/ |
D | locate_images.cpp | 60 root_path = op_realpath(root_path_); in populate() 61 if (!root_path.empty()) in populate() 62 root_path = op_realpath(root_path); in populate() 64 if (root_path.empty() && archive_path.empty()) in populate() 68 if (!root_path.empty() && root_path != archive_path) in populate() 69 populate(paths, root_path); in populate() 149 if (!root_path.empty() || archive_path.empty()) { in locate_image() 150 string image = op_realpath(root_path + image_name); in locate_image() 208 if (is_prefix(result[i], root_path)) { in find_image_path() 230 if (root_path.length() && is_prefix(image, root_path)) in strip_path_prefix() [all …]
|
D | locate_images.h | 37 std::string const & root_path); 99 std::string root_path; variable
|
D | profile_spec.h | 43 std::string const & root_path);
|
/external/v8/test/mozilla/ |
D | testcfg.py | 106 root_path = root[len(self.root):].split(os.path.sep) 107 root_path = current_path + [x for x in root_path if x] 109 for i in xrange(len(root_path)): 110 if i == 0: dir = root_path[1:] 111 else: dir = root_path[1:-i] 119 full_path = root_path + [file[:-3]]
|
/external/icu4c/test/depstest/ |
D | depstest.py | 41 def _ReadObjFile(root_path, library_name, obj_name): argument 50 path = os.path.join(root_path, library_name, obj_name) 81 def _ReadLibrary(root_path, library_name): argument 82 obj_paths = glob.glob(os.path.join(root_path, library_name, "*.o")) 84 _ReadObjFile(root_path, library_name, os.path.basename(path)) 136 def Process(root_path): argument 152 _ReadLibrary(root_path, library_name)
|
/external/v8/test/es5conform/ |
D | testcfg.py | 86 root_path = root[len(self.root):].split(os.path.sep) 87 root_path = current_path + [x for x in root_path if x] 91 full_path = root_path + [file[:-3]]
|
/external/chromium/chrome/common/extensions/ |
D | extension_resource_unittest.cc | 32 FilePath root_path; in TEST() local 33 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &root_path)); in TEST() 38 ExtensionResource resource(extension_id, root_path, relative_path); in TEST() 41 EXPECT_EQ(root_path.value(), resource.extension_root().value()); in TEST()
|
/external/srec/srec/crec/ |
D | astar.c | 423 partial_path* parp1 = stack->root_path; in check_stack_root_sanity() 547 stack->root_path = 0; in astar_stack_make() 583 stack->root_path = make_new_partial_path(stack); in astar_stack_prepare() 584 ASSERT(stack->root_path); in astar_stack_prepare() 585 stack->root_path->refcount = 9999; in astar_stack_prepare() 586 stack->root_path->token_index = MAXwtokenID; in astar_stack_prepare() 587 stack->root_path->word = MAXwordID; in astar_stack_prepare() 604 append_arc_arriving(stack->root_path, parp); in astar_stack_prepare() 635 if (stack->root_path) in astar_stack_clear() 636 free_partial_path(stack, stack->root_path); in astar_stack_clear() [all …]
|
/external/v8/test/test262/ |
D | testcfg.py | 90 root_path = root[len(self.root):].split(os.path.sep) 91 root_path = current_path + [x for x in root_path if x]
|
/external/chromium/chrome/browser/extensions/ |
D | file_manager_util.cc | 85 const FilePath& root_path = *iter; in ConvertFileToFileSystemUrl() local 86 root_path.GetComponents(&components); in ConvertFileToFileSystemUrl() 91 if (root_path.AppendRelativePath(full_file_path, &path)) { in ConvertFileToFileSystemUrl()
|
D | extension_file_browser_private_api.cc | 262 const GURL& root_path) OVERRIDE { in DidOpenFileSystem() argument 275 root_path)); in DidOpenFileSystem() 370 const std::string& name, const GURL& root_path) { in RespondSuccessOnUIThread() argument 375 dict->SetString("path", root_path.spec()); in RespondSuccessOnUIThread() 546 FilePath root_path = in SetupFileAccessPermissions() local 552 FilePath final_file_path = root_path.Append(virtual_path); in SetupFileAccessPermissions()
|
/external/chromium/chrome/common/ |
D | zip.cc | 230 const FilePath& root_path) { in AddEntryToZip() argument 233 WideToUTF8(path.value().substr(root_path.value().length() + 1)); in AddEntryToZip() 236 std::string str_path = path.value().substr(root_path.value().length() + 1); in AddEntryToZip()
|
/external/chromium/base/ |
D | file_util_posix.cc | 617 FileEnumerator::FileEnumerator(const FilePath& root_path, in FileEnumerator() argument 621 root_path_(root_path), in FileEnumerator() 626 pending_paths_.push(root_path); in FileEnumerator() 629 FileEnumerator::FileEnumerator(const FilePath& root_path, in FileEnumerator() argument 634 root_path_(root_path), in FileEnumerator() 637 pattern_(root_path.Append(pattern).value()) { in FileEnumerator() 645 pending_paths_.push(root_path); in FileEnumerator()
|
D | file_util.h | 85 BASE_API int64 ComputeDirectorySize(const FilePath& root_path); 448 FileEnumerator(const FilePath& root_path, 451 FileEnumerator(const FilePath& root_path,
|
/external/oprofile/pp/ |
D | common_option.h | 28 extern std::string root_path;
|
D | common_option.cpp | 35 string root_path; variable 50 popt::option(options::root_path, "root", 'R',
|
D | oparchive_options.cpp | 100 profile_spec::create(spec.common, image_path, root_path); in handle_options()
|
D | opgprof_options.cpp | 114 options::root_path); in handle_options()
|
/external/webkit/Tools/Scripts/webkitpy/ |
D | style_references.py | 68 def root_path(self): member in WebKitCheckout
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D | DSETUP.H | 52 int WINAPI DirectXSetup( HWND hwnd, LPSTR root_path, DWORD flags );
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
D | dsetup.h | 52 int WINAPI DirectXSetup( HWND hwnd, LPSTR root_path, DWORD flags );
|
/external/chromium/chrome/browser/sync/syncable/ |
D | directory_manager.h | 52 explicit DirectoryManager(const FilePath& root_path);
|
/external/srec/srec/include/ |
D | astar.h | 103 partial_path* root_path; /* root is the rightmost partial path member
|
/external/webkit/Tools/Scripts/ |
D | check-webkit-style | 104 checkout_root = checkout.root_path()
|
/external/llvm/include/llvm/Support/ |
D | PathV2.h | 210 const StringRef root_path(StringRef path);
|