/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
D | cssgen.php | 190 echo '<span style="color: green;">Found at ' . realpath($geshi_path) . '</span>'; 211 echo '<span style="color: green;">Found at ' . realpath($geshi_lang_path) . '</span>'; 230 <br />geshi.php: <input type=\"text\" name=\"geshi-path\" value=\"" . realpath('../geshi.php') . "\… 239 <br />language files directory: <input type=\"text\" name=\"geshi-lang-path\" value=\"" . realpath(… 254 … name="geshi-path" value="' . realpath($geshi_path) . '" /><input type="hidden" name="geshi-lang-p… 321 … name="geshi-path" value="' . realpath($geshi_path) . '" /><input type="hidden" name="geshi-lang-p…
|
/external/webkit/LayoutTests/http/tests/resources/ |
D | portabilityLayer.php | 13 return realpath($_ENV['TMP']); 15 return realpath($_ENV['TMPDIR']); 17 return realpath( $_ENV['TEMP']);
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
D | dispatch.py | 81 path = os.path.realpath(path) 206 if not os.path.realpath(scan_dir).startswith( 207 os.path.realpath(root_dir)): 365 scan_realpath = os.path.realpath(scan_dir) 366 root_realpath = os.path.realpath(root_dir) 369 (not os.path.realpath(path).startswith(root_realpath))):
|
/external/webkit/Tools/DumpRenderTree/android/ |
D | view_source.php | 27 $rootDir = realpath($_SERVER['DOCUMENT_ROOT'] . '..' . DIRECTORY_SEPARATOR . '..'); 44 $src = realpath(getAbsolutePath($_GET['src']));
|
D | get_layout_tests_dir_contents.php | 30 $rootDir = realpath($_SERVER['DOCUMENT_ROOT'] . '..' . DIRECTORY_SEPARATOR . '..'); 99 $relPath = substr(realpath(getAbsolutePath($path)), strlen($rootDir) + 1);
|
/external/valgrind/main/none/tests/darwin/ |
D | apple-main-arg.c | 26 realpath(argv[0], pargv); in main() 27 realpath(apple[0], pappl); in main()
|
/external/chromium/chrome/common/extensions/docs/build/ |
D | directory.py | 230 output_path = os.path.realpath(path) 382 real_manifest_path = os.path.realpath(self._manifest_path) 383 real_base_path = os.path.realpath(self._base_dir) 430 sample_path = os.path.realpath(os.path.dirname(self._manifest_path)) 561 base_path = os.path.realpath(os.path.dirname(self._manifest_path)) 570 fullpath = os.path.realpath(os.path.join(root, file_name)) 629 sample_path = os.path.realpath(os.path.dirname(self._manifest_path)) 668 abspath = os.path.realpath(os.path.join(root, file))
|
/external/valgrind/main/ |
D | exp-sgcheck.supp | 10 glibc realpath false positive 12 fun:realpath
|
/external/bison/lib/ |
D | stdlib.in.h | 732 # define realpath rpl_realpath 734 _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved) 736 _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved)); 739 _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved) 742 _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved)); 744 _GL_CXXALIASWARN (realpath); 746 # undef realpath 748 _GL_WARN_ON_USE (realpath, "realpath is unportable - use gnulib module "
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
D | test_dispatch.py | 70 os_root = os.path.realpath('/') 130 (os.path.realpath(os.path.join( 133 (os.path.realpath(os.path.join( 136 (os.path.realpath(os.path.join( 139 (os.path.realpath(os.path.join(
|
/external/webkit/Source/WebKit/chromium/ |
D | gyp_webkit | 55 specified_includes.add(os.path.realpath(arg[2:])) 59 if os.path.realpath(path) not in specified_includes:
|
/external/oprofile/pp/ |
D | oparchive_options.cpp | 70 string realpath = op_realpath(outdirectory); in check_options() local 71 if (realpath == "/") { in check_options()
|
/external/llvm/ |
D | Makefile.config.in | 42 # The macro below is expanded when 'realpath' is not built-in. 43 # Built-in 'realpath' is available on GNU Make 3.81. 44 realpath = $(shell cd $(1); $(PWD)) 46 PROJ_OBJ_DIR := $(call realpath, .) 47 PROJ_OBJ_ROOT := $(call realpath, $(PROJ_OBJ_DIR)/$(LEVEL)) 52 LLVM_SRC_ROOT := $(call realpath, @abs_top_srcdir@) 53 LLVM_OBJ_ROOT := $(call realpath, @abs_top_builddir@) 58 CLANG_SRC_ROOT:= $(call realpath, $(CLANG_SRC_ROOT)) 82 PROJ_SRC_DIR := $(call realpath, $(PROJ_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
|
/external/bison/darwin-lib/ |
D | stdlib.h | 1054 # define realpath rpl_realpath 1056 _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved) 1058 _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved)); 1061 _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved) 1064 _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved)); 1066 _GL_CXXALIASWARN (realpath); 1068 # undef realpath 1070 _GL_WARN_ON_USE (realpath, "realpath is unportable - use gnulib module "
|
/external/bison/linux-lib/ |
D | stdlib.h | 1054 # define realpath rpl_realpath 1056 _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved) 1058 _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved)); 1061 _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved) 1064 _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved)); 1066 _GL_CXXALIASWARN (realpath); 1068 # undef realpath 1070 _GL_WARN_ON_USE (realpath, "realpath is unportable - use gnulib module "
|
/external/skia/ |
D | gyp_skia | 39 specified_includes.add(os.path.realpath(arg[2:])) 43 if os.path.realpath(path) not in specified_includes:
|
/external/clang/tools/scan-build/ |
D | scan-build | 403 my $JS = Cwd::realpath("$RealBin/sorttable.js"); 413 my $CSS = Cwd::realpath("$RealBin/scanview.css"); 1517 $Clang = Cwd::realpath("$RealBin/bin/clang"); 1519 $Clang = Cwd::realpath("$RealBin/clang"); 1542 $Clang = Cwd::realpath($AnalyzerDiscoveryMethod); 1570 my $AbsRealBin = Cwd::realpath($RealBin); 1634 my $ScanView = Cwd::realpath("$RealBin/scan-view");
|
/external/llvm/utils/lit/lit/ |
D | discovery.py | 46 source_root = os.path.realpath(cfg.test_source_root or path) 47 exec_root = os.path.realpath(cfg.test_exec_root or path) 58 item = os.path.realpath(item)
|
/external/llvm/projects/sample/ |
D | Makefile.llvm.config.in | 36 # The macro below is expanded when 'realpath' is not built-in. 37 # Built-in 'realpath' is available on GNU Make 3.81. 38 realpath = $(shell cd $(1); $(PWD)) 40 PROJ_OBJ_DIR := $(call realpath, .) 41 PROJ_OBJ_ROOT := $(call realpath, $(PROJ_OBJ_DIR)/$(LEVEL)) 58 PROJ_SRC_DIR := $(call realpath, $(PROJ_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
|
/external/chromium/build/ |
D | gyp_chromium | 80 specified_includes.add(os.path.realpath(arg[2:])) 84 if os.path.realpath(path) not in specified_includes:
|
/external/v8/build/ |
D | gyp_v8 | 88 specified_includes.add(os.path.realpath(arg[2:])) 92 if os.path.realpath(path) not in specified_includes:
|
/external/webkit/Source/WebKit2/win/ |
D | build-generated-files.sh | 29 export WebKit2=$(cygpath -u "$(cygpath -ms "$(realpath ..)")")
|
/external/webkit/Tools/WebKitTestRunner/win/ |
D | build-generated-files.sh | 31 export WebKitTestRunner=$(cygpath -u "$(cygpath -ms "$(realpath ..)")")
|
/external/compiler-rt/lib/ubsan/lit_tests/ |
D | lit.cfg | 37 if (os.path.realpath(ubsan_test_src_root) != 38 os.path.realpath(config.test_source_root)):
|
/external/webkit/Source/WebCore/WebCore.vcproj/ |
D | migrate-scripts.sh | 39 XSRCROOT=`realpath "$XSRCROOT"`
|