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

1 2 3 4 5 6 7

  /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...]
  /prebuilts/tools/linux-x86/sdl/bin/
sdl-config 3 curdir=`dirname $0`
4 prefix=`dirname $curdir`
  /prebuilts/tools/windows/sdl/bin/
sdl-config 3 curdir=`dirname $0`
4 prefix=`dirname $curdir`
  /external/chromium_org/tools/vim/
chromium.ycm_extra_conf.py 68 curdir = os.path.normpath(os.path.dirname(filename))
69 while not (PathExists(curdir, 'src') and PathExists(curdir, 'src', 'DEPS')
70 and (PathExists(curdir, '.gclient')
71 or PathExists(curdir, 'src', '.git'))):
72 nextdir = os.path.normpath(os.path.join(curdir, '..'))
73 if nextdir == curdir:
75 curdir = nextdir
76 return os.path.join(curdir, 'src')
  /external/qemu/distrib/sdl-1.2.15/
sdl-config.in 3 curdir=`dirname $0`
4 prefix=`dirname $curdir`
  /prebuilts/tools/darwin-x86/sdl/bin/
sdl-config 3 curdir=`dirname $0`
4 prefix=`dirname $curdir`
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/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/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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
__init__.py 21 here = os.path.dirname(__file__) or os.curdir
test_build_ext.py 346 curdir = os.getcwd()
347 wanted = os.path.join(curdir, 'src', 'lxml', 'etree' + ext)
353 cmd.build_lib = os.path.join(curdir, 'tmpdir')
354 wanted = os.path.join(curdir, 'tmpdir', 'lxml', 'etree' + ext)
363 wanted = os.path.join(curdir, 'tmpdir', 'twisted', 'runner',
370 wanted = os.path.join(curdir, 'twisted', 'runner', 'portmap' + ext)
382 curdir = os.getcwd()
384 wanted = os.path.join(curdir, 'src', 'lxml', 'etree' + ext)
407 curdir = os.getcwd()
409 wanted = os.path.join(curdir, 'src', 'lxml', 'etree' + ext
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
__init__.py 21 here = os.path.dirname(__file__) or os.curdir
test_build_ext.py 346 curdir = os.getcwd()
347 wanted = os.path.join(curdir, 'src', 'lxml', 'etree' + ext)
353 cmd.build_lib = os.path.join(curdir, 'tmpdir')
354 wanted = os.path.join(curdir, 'tmpdir', 'lxml', 'etree' + ext)
363 wanted = os.path.join(curdir, 'tmpdir', 'twisted', 'runner',
370 wanted = os.path.join(curdir, 'twisted', 'runner', 'portmap' + ext)
382 curdir = os.getcwd()
384 wanted = os.path.join(curdir, 'src', 'lxml', 'etree' + ext)
407 curdir = os.getcwd()
409 wanted = os.path.join(curdir, 'src', 'lxml', 'etree' + ext
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
user.py 29 home = os.curdir # Default
glob.py 44 for name in glob1(os.curdir, basename):
68 dirname = os.curdir
posixpath.py 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
37 curdir = '.' variable
379 if not name or name == curdir:
416 def relpath(path, start=curdir):
430 return curdir
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
user.py 29 home = os.curdir # Default
glob.py 44 for name in glob1(os.curdir, basename):
68 dirname = os.curdir
posixpath.py 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
37 curdir = '.' variable
379 if not name or name == curdir:
416 def relpath(path, start=curdir):
430 return curdir
  /external/chromium_org/third_party/skia/tools/
merge_static_libs.py 27 curdir = os.getcwd()
49 os.chdir(curdir)
misc_utils.py 142 if self._directory != os.curdir:
150 if self._directory != os.curdir:
  /external/skia/tools/
merge_static_libs.py 27 curdir = os.getcwd()
49 os.chdir(curdir)
misc_utils.py 142 if self._directory != os.curdir:
150 if self._directory != os.curdir:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aepack.py 66 o = Carbon.File.FSSpec(os.curdir)
78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aepack.py 66 o = Carbon.File.FSSpec(os.curdir)
78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
  /external/clang/utils/analyzer/
SATestAdd.py 37 CurDir = os.path.abspath(os.curdir)
47 ProjectMapPath = os.path.join(CurDir, SATestBuild.ProjectMapFile)

Completed in 312 milliseconds

1 2 3 4 5 6 7