/external/eigen/doc/ |
D | eigen_navtree_hacks.js | 78 function initNavTree(toroot,relpath) argument 91 o.node.relpath = relpath; 95 o.node.plus_img.src = relpath+"ftv2pnode.png"; 102 showSyncOff(navSync,relpath); 105 showSyncOn(navSync,relpath); 107 navSync.click(function(){ toggleSyncButton(relpath); }); 110 navTo(o,toroot,window.location.hash,relpath); 125 navTo(o,link,$(location).attr('hash'),relpath); 130 navTo(o,toroot,window.location.hash,relpath); 170 node.plus_img.src = node.relpath+"ftv2pnode.png"; [all …]
|
/external/chromium-trace/catapult/perf_insights/perf_insights/ |
D | local_directory_corpus_driver.py | 22 rel_f = os.path.relpath(full_f, basedir) 29 def _GetTagsForRelPath(relpath): argument 31 sub_dir = os.path.dirname(relpath) 39 relpath = os.path.relpath(filename, base_directory) 40 tags = _GetTagsForRelPath(relpath)
|
/external/skia/platform_tools/android/gyp_gen/ |
D | gypd_parser.py | 47 rel_source = os.path.relpath(source, os.pardir) 48 rel_source = os.path.relpath(rel_source, dest_dir) 98 rel_include = os.path.relpath(include, os.pardir) 99 rel_include = os.path.relpath(rel_include, dest_dir)
|
/external/vixl/third_party/android/ |
D | generate_android_mk.py | 47 default=os.path.relpath(target_mk_default, os.getcwd()), 54 sources = map(lambda p : os.path.relpath(p, dir_root), sources) 58 test_sources = map(lambda p : os.path.relpath(p, dir_root), test_sources)
|
/external/chromium-trace/catapult/third_party/typ/typ/fakes/ |
D | host_fake.py | 76 relpath = self.join(*comps) 77 if relpath.startswith('/'): 78 return relpath 79 return self.join(self.cwd, relpath) 118 files.append(self.relpath(f, top)) 205 def relpath(self, path, start): member in FakeHost
|
/external/v8/test/intl/ |
D | testcfg.py | 50 relpath = fullpath[len(self.root) + 1 : -3] 51 testname = relpath.replace(os.path.sep, "/")
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
D | host.py | 105 relpath = self.relpath(os.path.join(root, f), top) 106 all_files.append(relpath) 163 def relpath(self, path, start): member in Host 164 return os.path.relpath(path, start)
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zdump.c | 1042 static void getzones(char * basedir, char * relpath, struct listentry ** last, int * count) { in getzones() argument 1048 if (relpath != NULL) { in getzones() 1050 strcat(path, relpath); in getzones() 1055 if (strstr(relpath, ".tab") == NULL && strcmp(relpath, "Etc/Unknown") != 0) { in getzones() 1059 if ((pzonename = malloc(strlen(relpath) + 1)) == NULL) { in getzones() 1062 strcpy(pzonename, relpath); in getzones() 1083 if (relpath != NULL) { in getzones() 1084 strcpy(subpath, relpath); in getzones()
|
/external/chromium-trace/catapult/hooks/ |
D | install.py | 25 src_path_rel = os.path.relpath(full_src_path, full_dst_path_dirname) 50 os.path.relpath(full_dst_path)))
|
/external/chromium-trace/catapult/catapult_build/ |
D | dev_server.py | 57 rel_f = os.path.relpath(full_f, basedir) 120 rel = os.path.relpath(path, '/') 136 rel = os.path.relpath(filename, mapped_path) 247 rel = os.path.relpath(filename, source_path)
|
/external/v8/test/mjsunit/ |
D | testcfg.py | 56 relpath = fullpath[len(self.root) + 1 : -3] 57 testname = relpath.replace(os.path.sep, "/")
|
/external/v8/test/mozilla/ |
D | testcfg.py | 80 relpath = fullpath[len(self.testroot) + 1 : -3] 81 testname = relpath.replace(os.path.sep, "/")
|
/external/v8/test/message/ |
D | testcfg.py | 56 relpath = fullpath[len(self.root) + 1 : -3] 57 testname = relpath.replace(os.path.sep, "/")
|
/external/v8/test/webkit/ |
D | testcfg.py | 59 relpath = fullpath[len(self.root) + 1 : -3] 60 testname = relpath.replace(os.path.sep, "/")
|
/external/opencv3/samples/gpu/performance/ |
D | performance.cpp | 142 string abspath(const string& relpath) in abspath() argument 144 return TestSystem::instance().workingDir() + relpath; in abspath()
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | zip_utils.py | 20 dir_arc_path = os.path.join(arc_path, os.path.relpath(dir_path, path))
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | perf_controller.py | 135 os.path.relpath(perfhost_path, '.'), perf_profile, symfs_dir, kallsyms) 143 cmd += ' --objdump %s' % os.path.relpath(objdump_path, '.')
|
/external/v8/test/test262/ |
D | testcfg.py | 120 relpath = fullpath[len(self.testroot) + 1 : -3] 121 testname = relpath.replace(os.path.sep, "/")
|
/external/google-breakpad/src/build/ |
D | gyp_breakpad | 58 args.append('--depth=' + os.path.relpath(breakpad_root))
|
/external/pdfium/build/ |
D | gyp_pdfium | 38 args.append('--depth=' + os.path.relpath(pdfium_root))
|
/external/webrtc/webrtc/build/ |
D | merge_libs.py | 43 files.append(os.path.relpath(os.path.join(root, filename)))
|
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
D | resource.py | 23 return os.path.relpath(self.absolute_path, self.toplevel_dir)
|
/external/chromium-trace/catapult/tracing/tracing_build/ |
D | check_common.py | 58 return list(set([os.path.relpath(f, project.tracing_root_path)
|
D | vulcanize_trace_viewer.py | 36 tracing_dir = os.path.relpath(
|
/external/libyuv/files/ |
D | gyp_libyuv | 87 args.append('--depth=' + os.path.relpath(checkout_root))
|