Home
last modified time | relevance | path

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

1234

/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/chromium-trace/catapult/perf_insights/perf_insights/
Dlocal_directory_corpus_driver.py22 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/
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/vixl/third_party/android/
Dgenerate_android_mk.py47 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/
Dhost_fake.py76 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/
Dtestcfg.py50 relpath = fullpath[len(self.root) + 1 : -3]
51 testname = relpath.replace(os.path.sep, "/")
/external/chromium-trace/catapult/third_party/typ/typ/
Dhost.py105 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/
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/catapult/hooks/
Dinstall.py25 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/
Ddev_server.py57 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/
Dtestcfg.py56 relpath = fullpath[len(self.root) + 1 : -3]
57 testname = relpath.replace(os.path.sep, "/")
/external/v8/test/mozilla/
Dtestcfg.py80 relpath = fullpath[len(self.testroot) + 1 : -3]
81 testname = relpath.replace(os.path.sep, "/")
/external/v8/test/message/
Dtestcfg.py56 relpath = fullpath[len(self.root) + 1 : -3]
57 testname = relpath.replace(os.path.sep, "/")
/external/v8/test/webkit/
Dtestcfg.py59 relpath = fullpath[len(self.root) + 1 : -3]
60 testname = relpath.replace(os.path.sep, "/")
/external/opencv3/samples/gpu/performance/
Dperformance.cpp142 string abspath(const string& relpath) in abspath() argument
144 return TestSystem::instance().workingDir() + relpath; in abspath()
/external/chromium-trace/catapult/devil/devil/utils/
Dzip_utils.py20 dir_arc_path = os.path.join(arc_path, os.path.relpath(dir_path, path))
/external/chromium-trace/catapult/systrace/profile_chrome/
Dperf_controller.py135 os.path.relpath(perfhost_path, '.'), perf_profile, symfs_dir, kallsyms)
143 cmd += ' --objdump %s' % os.path.relpath(objdump_path, '.')
/external/v8/test/test262/
Dtestcfg.py120 relpath = fullpath[len(self.testroot) + 1 : -3]
121 testname = relpath.replace(os.path.sep, "/")
/external/google-breakpad/src/build/
Dgyp_breakpad58 args.append('--depth=' + os.path.relpath(breakpad_root))
/external/pdfium/build/
Dgyp_pdfium38 args.append('--depth=' + os.path.relpath(pdfium_root))
/external/webrtc/webrtc/build/
Dmerge_libs.py43 files.append(os.path.relpath(os.path.join(root, filename)))
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
Dresource.py23 return os.path.relpath(self.absolute_path, self.toplevel_dir)
/external/chromium-trace/catapult/tracing/tracing_build/
Dcheck_common.py58 return list(set([os.path.relpath(f, project.tracing_root_path)
Dvulcanize_trace_viewer.py36 tracing_dir = os.path.relpath(
/external/libyuv/files/
Dgyp_libyuv87 args.append('--depth=' + os.path.relpath(checkout_root))

1234