Home
last modified time | relevance | path

Searched refs:relpath (Results 1 – 25 of 34) sorted by relevance

12

/external/eigen/doc/
Deigen_navtree_hacks.js78 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/
Dgypd_parser.py47 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/
Dcompatibility.py62 relpath = _relpath_nt variable
64 relpath = _relpath_posix variable
Dloader.py15 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/
Dzdump.c1042 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/
Dinstall.py22 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/
Dgjslint.py41 sys.argv.extend(['-r', os.path.relpath(p)])
Dcheck_common.py61 return list(set([os.path.relpath(f, p.tracing_root_path)
Dvulcanize_trace_viewer.py47 tracing_dir = os.path.relpath(
Dtracing_dev_server.py34 rel_f = os.path.relpath(full_f, basedir)
Ddev_server.py63 rel = os.path.relpath(path, '/')
/external/pdfium/build/
Dgyp_pdfium38 args.append('--depth=' + os.path.relpath(pdfium_root))
/external/google-breakpad/src/build/
Dgyp_breakpad58 args.append('--depth=' + os.path.relpath(breakpad_root))
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
Dresource.py23 return os.path.relpath(self.absolute_path, self.toplevel_dir)
Dfake_fs.py128 relative_to_prefix = os.path.relpath(filename, prefix)
Dhtml_module.py45 os.path.relpath(self.resource.absolute_path))
Dmodule.py153 rel_filename = os.path.relpath(dependent_raw_script.filename,
/external/chromium-trace/trace-viewer/build/
Dchecklicenses.py87 filename = os.path.relpath(filename.strip(), base_directory)
/external/v8/tools/generate_shim_headers/
Dgenerate_shim_headers.py69 os.path.relpath(root, source_tree_root))
/external/google-breakpad/src/testing/gtest/scripts/
Dupload.py1109 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/
Dupload.py1109 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/
Dgyp_v8157 args.append('--depth=' + os.path.relpath(v8_root))
/external/clang/tools/scan-view/
DScanView.py689 relpath = '/'.join(components)
690 path = posixpath.join(self.server.root, relpath)
/external/skia/tools/skpdiff/
Dskpdiff_server.py168 git_path = os.path.relpath(path, SKIA_ROOT_DIR).replace('\\', '/')
/external/v8/tools/
Drun-deopt-fuzzer.py354 shell_dir = os.path.relpath(shell_dir)

12