/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/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/lldb/test/unittest2/ |
D | compatibility.py | 62 relpath = _relpath_nt variable 64 relpath = _relpath_posix variable
|
D | loader.py | 15 from os.path import relpath 17 from unittest2.compatibility import relpath 230 _relpath = relpath(path, self._top_level_dir)
|
/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/trace-viewer/hooks/ |
D | install.py | 22 src_path_rel = os.path.relpath(full_src_path, full_dst_path_dirname) 46 os.path.relpath(full_dst_path)))
|
/external/chromium-trace/trace-viewer/tracing/build/ |
D | gjslint.py | 41 sys.argv.extend(['-r', os.path.relpath(p)])
|
D | check_common.py | 61 return list(set([os.path.relpath(f, p.tracing_root_path)
|
D | vulcanize_trace_viewer.py | 47 tracing_dir = os.path.relpath(
|
D | tracing_dev_server.py | 34 rel_f = os.path.relpath(full_f, basedir)
|
D | dev_server.py | 63 rel = os.path.relpath(path, '/')
|
/external/pdfium/build/ |
D | gyp_pdfium | 38 args.append('--depth=' + os.path.relpath(pdfium_root))
|
/external/google-breakpad/src/build/ |
D | gyp_breakpad | 58 args.append('--depth=' + os.path.relpath(breakpad_root))
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/ |
D | resource.py | 23 return os.path.relpath(self.absolute_path, self.toplevel_dir)
|
D | fake_fs.py | 128 relative_to_prefix = os.path.relpath(filename, prefix)
|
D | html_module.py | 45 os.path.relpath(self.resource.absolute_path))
|
D | module.py | 153 rel_filename = os.path.relpath(dependent_raw_script.filename,
|
/external/chromium-trace/trace-viewer/build/ |
D | checklicenses.py | 87 filename = os.path.relpath(filename.strip(), base_directory)
|
/external/v8/tools/generate_shim_headers/ |
D | generate_shim_headers.py | 69 os.path.relpath(root, source_tree_root))
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | upload.py | 1109 oldrelpath = relpath = self._GetRelPath(filename) 1111 out = RunShell(["hg", "status", "-C", "--rev", self.base_rev, relpath]) 1115 if out[0].startswith('%s: ' % relpath): 1129 new_content = open(relpath, "rb").read() 1135 if not is_binary or not self.IsImage(relpath):
|
/external/google-breakpad/src/testing/scripts/ |
D | upload.py | 1109 oldrelpath = relpath = self._GetRelPath(filename) 1111 out = RunShell(["hg", "status", "-C", "--rev", self.base_rev, relpath]) 1115 if out[0].startswith('%s: ' % relpath): 1129 new_content = open(relpath, "rb").read() 1135 if not is_binary or not self.IsImage(relpath):
|
/external/v8/build/ |
D | gyp_v8 | 157 args.append('--depth=' + os.path.relpath(v8_root))
|
/external/clang/tools/scan-view/ |
D | ScanView.py | 689 relpath = '/'.join(components) 690 path = posixpath.join(self.server.root, relpath)
|
/external/skia/tools/skpdiff/ |
D | skpdiff_server.py | 168 git_path = os.path.relpath(path, SKIA_ROOT_DIR).replace('\\', '/')
|
/external/v8/tools/ |
D | run-deopt-fuzzer.py | 354 shell_dir = os.path.relpath(shell_dir)
|