HomeSort by relevance Sort by last modified time
    Searched refs:curdir (Results 1 - 25 of 41) sorted by null

1 2

  /docs/source.android.com/scripts/
build.py 59 for curdir, subdirs, files in os.walk(SRC_DIR):
65 print 'Processing %s...' % (curdir,),
67 curdir = os.path.normpath(curdir)
68 outdir = curdir.split(os.path.sep)
81 parentdir = os.path.dirname(curdir)
88 sidebar = md(os.path.join(curdir, 'sidebar.md'))
94 sidebar2 = md(os.path.join(curdir, 'sidebar2.md'))
100 sidebar3 = md(os.path.join(curdir, 'sidebar3.md'))
105 parents[curdir] = (sidebar, sidebar2, sidebar3
    [all...]
  /external/chromium_org/tools/vim/
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/
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/chromium_org/third_party/skia/tools/
merge_static_libs.py 27 curdir = os.getcwd()
49 os.chdir(curdir)
  /external/clang/utils/analyzer/
SATestAdd.py 37 CurDir = os.path.abspath(os.curdir)
47 ProjectMapPath = os.path.join(CurDir, SATestBuild.ProjectMapFile)
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/
gypd_parser.py 101 if rel_include is os.curdir:
  /external/antlr/antlr-3.4/runtime/Python/
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/
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/protobuf/python/
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/chromium_org/tools/json_schema_compiler/
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/cython/src/Cython/Compiler/
CmdLine.py 124 options.output_dir = os.curdir
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
Cygdb.py 100 path_to_debug_info = os.curdir
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.c 275 char *curdir, *abspath; local
277 curdir = yasm__getcwd();
278 abspath = yasm__combpath(curdir, path);
279 yasm_xfree(curdir);
  /external/chromium_org/tools/profile_chrome/
chrome_controller.py 105 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file))
  /external/chromium_org/tools/symsrc/
source_index.py 63 thisdir = os.path.dirname(os.path.join(os.path.curdir, __file__))
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
server.py 26 bad = set((os.curdir, os.pardir, ''))
  /external/chromium_org/third_party/cython/src/Cython/Distutils/
build_ext.py 303 output_dir = os.curdir
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
perf_profiler.py 40 rel_path = os.path.relpath(path, os.curdir)
  /external/chromium_org/tools/gyp/pylib/gyp/
__init__.py 201 return os.path.curdir
  /external/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 35 def _relpath(path, start=os.path.curdir):
43 return os.path.curdir
    [all...]
  /external/mksh/src/
Build.sh 465 curdir=`pwd` srcdir=`dirname "$0" 2>/dev/null`
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py     [all...]
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]

Completed in 1253 milliseconds

1 2