/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/ltp/testcases/kernel/syscalls/mkdirat/ |
D | mkdirat01.c | 45 static char relpath[256]; variable 57 {&dir_fd, relpath, 0, 0}, 59 {&fd_atcwd, relpath, 0, 0}, 60 {&fd, relpath, -1, ENOTDIR}, 61 {&fd_invalid, relpath, -1, EBADF}, 95 sprintf(relpath, "mkdiratrelpath%d_%d", getpid(), i); in setup_iteration()
|
/external/v8/tools/clang/translation_unit/ |
D | test_translation_unit.py | 64 print '[ RUN ] %s' % os.path.relpath(actual) 83 fromfile=os.path.relpath(expected), 84 tofile=os.path.relpath(actual)): 86 print '[ FAILED ] %s' % os.path.relpath(actual) 90 print '[ OK ] %s' % os.path.relpath(actual)
|
/external/v8/tools/clang/scripts/ |
D | test_tool.py | 105 print '[ RUN ] %s' % os.path.relpath(actual) 114 fromfile=os.path.relpath(expected), 115 tofile=os.path.relpath(actual)): 117 print '[ FAILED ] %s' % os.path.relpath(actual) 121 print '[ OK ] %s' % os.path.relpath(actual)
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 2016 static int cr_or_mod(const char *relpath, const struct cpuset *cp, int new) in cr_or_mod() argument 2030 fullpath(buf, sizeof(buf), relpath); in cr_or_mod() 2041 if (cpuset_query(cp_sav, relpath) < 0) in cr_or_mod() 2067 int cpuset_create(const char *relpath, const struct cpuset *cp) in cpuset_create() argument 2069 return cr_or_mod(relpath, cp, 1); in cpuset_create() 2073 int cpuset_delete(const char *relpath) in cpuset_delete() argument 2080 fullpath(buf, sizeof(buf), relpath); in cpuset_delete() 2090 int cpuset_query(struct cpuset *cp, const char *relpath) in cpuset_query() argument 2097 fullpath(buf, sizeof(buf), relpath); in cpuset_query() 2174 int cpuset_modify(const char *relpath, const struct cpuset *cp) in cpuset_modify() argument [all …]
|
D | cpuinfo.c | 316 static int find_domain_cpusets(char *relpath) in find_domain_cpusets() argument 322 if (relpath == NULL) { in find_domain_cpusets() 333 if (cpuset_query(cp, relpath)) { in find_domain_cpusets() 348 while_each_childdir(cpuset_mountpoint(), relpath, c_relpath, in find_domain_cpusets()
|
/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/libmojo/mojo/public/tools/gn/ |
D | zip.py | 27 file_name = os.path.relpath(f, base_dir) 32 file_name = os.path.relpath(realf, base_dir)
|
/external/skia/infra/bots/ |
D | zip_utils.py | 36 zi.filename = os.path.relpath(filepath, target_dir) 45 z.write(dirpath, os.path.relpath(dirpath, target_dir))
|
/external/v8/tools/ |
D | isolate_driver.py | 222 src_isolate = os.path.relpath(os.path.join(cwd, isolate), SRC_DIR) 230 isolate_relpath = os.path.relpath( 292 args[index] = os.path.relpath(os.path.abspath(args[index]), abs_base)
|
/external/vixl/tools/ |
D | lint.py | 230 relative_aarch32_traces_path = os.path.relpath(config.dir_aarch32_traces,'.') 231 relative_aarch64_traces_path = os.path.relpath(config.dir_aarch64_traces,'.')
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
D | zip_utils.py | 20 dir_arc_path = os.path.join(arc_path, os.path.relpath(dir_path, path))
|
/external/google-breakpad/src/build/ |
D | gyp_breakpad | 58 args.append('--depth=' + os.path.relpath(breakpad_root))
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | zip_utils.py | 22 dir_arc_path = os.path.join(arc_path, os.path.relpath(dir_path, path))
|
/external/kmod/tools/ |
D | depmod.c | 795 const char *relpath; /* path relative to '$ROOT/lib/modules/$VER/' */ member 948 mod->relpath = mod->path + cfg->dirnamelen + 1; in depmod_module_add() 950 mod->relpath = NULL; in depmod_module_add() 958 if (mod->relpath != NULL) { in depmod_module_add() 959 size_t uncrelpathlen = lastslash - mod->relpath + modnamesz in depmod_module_add() 961 mod->uncrelpath = memdup(mod->relpath, uncrelpathlen + 1); in depmod_module_add() 1059 const char *relpath; in depmod_modules_search_file() local 1072 relpath = path + depmod->cfg->dirnamelen + 1; in depmod_modules_search_file() 1073 DBG("try %s (%s)\n", relpath, modname); in depmod_modules_search_file() 1087 mod->relpath, relpath); in depmod_modules_search_file() [all …]
|
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/support/ |
D | run_bindings_generator.py | 17 mojom_reldir = os.path.dirname(os.path.relpath(mojom_file, root_dir))
|
/external/webrtc/webrtc/build/ |
D | merge_libs.py | 43 files.append(os.path.relpath(os.path.join(root, filename)))
|
D | gyp_webrtc | 108 args.append('--depth=' + os.path.relpath(checkout_root))
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | perf_tracing_agent.py | 150 os.path.relpath(perfhost_path, '.'), perf_profile, symfs_dir, kallsyms) 158 cmd += ' --objdump %s' % os.path.relpath(objdump_path, '.')
|
/external/libyuv/files/ |
D | gyp_libyuv | 87 args.append('--depth=' + os.path.relpath(checkout_root))
|
/external/v8/tools/generate_shim_headers/ |
D | generate_shim_headers.py | 69 os.path.relpath(root, source_tree_root))
|
/external/jsoncpp/devtools/ |
D | batchbuild.py | 212 cmake_log_url = os.path.relpath( build.cmake_log_path, report_dir ) 213 build_log_url = os.path.relpath( build.build_log_path, report_dir )
|
/external/v8/ |
D | .ycm_extra_conf.py | 134 rel_filename = os.path.relpath(os.path.realpath(filename), out_dir)
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/ |
D | move.py | 115 rel_path = os.path.relpath(module_path, _BaseDir(module_path))
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | discover.py | 48 module_rel_path = os.path.relpath(
|