/external/chromium_org/tools/vim/ |
D | chromium.ycm_extra_conf.py | 69 curdir = os.path.normpath(os.path.dirname(filename)) 70 while not (PathExists(curdir, 'src') and PathExists(curdir, 'src', 'DEPS') 71 and (PathExists(curdir, '.gclient') 72 or PathExists(curdir, 'src', '.git'))): 73 nextdir = os.path.normpath(os.path.join(curdir, '..')) 74 if nextdir == curdir: 76 curdir = nextdir 77 return os.path.join(curdir, 'src')
|
/external/lldb/test/unittest2/ |
D | compatibility.py | 15 def _relpath_nt(path, start=os.path.curdir): 40 return os.path.curdir 44 def _relpath_posix(path, start=os.path.curdir): 58 return os.path.curdir
|
/external/qemu/distrib/sdl-1.2.15/ |
D | sdl-config.in | 3 curdir=`dirname $0` 4 prefix=`dirname $curdir`
|
/external/skia/tools/ |
D | merge_static_libs.py | 27 curdir = os.getcwd() 49 os.chdir(curdir)
|
D | misc_utils.py | 142 if self._directory != os.curdir: 150 if self._directory != os.curdir:
|
D | add_codereview_message.py | 108 default=os.curdir,
|
D | roll_deps.py | 203 if config.skia_git_checkout_path != os.curdir: 224 if self._config.skia_git_checkout_path != os.curdir:
|
/external/chromium_org/third_party/skia/tools/ |
D | merge_static_libs.py | 27 curdir = os.getcwd() 49 os.chdir(curdir)
|
/external/chromium_org/tools/json_schema_compiler/ |
D | preview.py | 61 return os.path.normpath(os.curdir + path) 279 path = os.curdir 282 if not os.path.samefile(os.curdir, path):
|
/external/chromium_org/third_party/protobuf/python/ |
D | ez_setup.py | 86 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, 127 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
|
/external/protobuf/python/ |
D | ez_setup.py | 78 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, 119 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | ez_setup.py | 60 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, 101 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
D | files.py | 12 self.relative_dir = self.abs_file(os.curdir) + os.sep 45 for path in [os.curdir] + sys.path:
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | file.c | 275 char *curdir, *abspath; in yasm__abspath() local 277 curdir = yasm__getcwd(); in yasm__abspath() 278 abspath = yasm__combpath(curdir, path); in yasm__abspath() 279 yasm_xfree(curdir); in yasm__abspath()
|
/external/clang/utils/analyzer/ |
D | SATestAdd.py | 37 CurDir = os.path.abspath(os.curdir)
|
D | SATestBuild.py | 117 ProjectMapPath = os.path.join(os.path.abspath(os.curdir), 126 return os.path.join(os.path.abspath(os.curdir), ID)
|
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/ |
D | gypd_parser.py | 101 if rel_include is os.curdir:
|
/external/skia/platform_tools/android/gyp_gen/ |
D | gypd_parser.py | 101 if rel_include is os.curdir:
|
/external/chromium_org/third_party/cython/src/Cython/Debugger/ |
D | Cygdb.py | 100 path_to_debug_info = os.curdir
|
/external/chromium_org/tools/profile_chrome/ |
D | chrome_controller.py | 105 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file))
|
/external/chromium_org/third_party/skia/tools/bug_chomper/src/server/ |
D | server.go | 46 var curdir, _ = filepath.Abs(".") var 360 http.Handle("/res/", http.FileServer(http.Dir(curdir)))
|
/external/skia/tools/bug_chomper/src/server/ |
D | server.go | 46 var curdir, _ = filepath.Abs(".") var 360 http.Handle("/res/", http.FileServer(http.Dir(curdir)))
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | CmdLine.py | 124 options.output_dir = os.curdir
|
/external/chromium_org/tools/symsrc/ |
D | source_index.py | 63 thisdir = os.path.dirname(os.path.join(os.path.curdir, __file__))
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
D | perf_profiler.py | 40 rel_path = os.path.relpath(path, os.curdir)
|