HomeSort by relevance Sort by last modified time
    Searched refs:basepath (Results 1 - 18 of 18) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/
runtktests.py 66 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None):
68 and are inside packages found in the path starting at basepath.
75 for dirpath, dirnames, filenames in os.walk(basepath):
81 pkg_name = dirpath[len(basepath) + len(os.sep):].replace('/', '.')
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/
runtktests.py 66 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None):
68 and are inside packages found in the path starting at basepath.
75 for dirpath, dirnames, filenames in os.walk(basepath):
81 pkg_name = dirpath[len(basepath) + len(os.sep):].replace('/', '.')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 66 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None):
68 and are inside packages found in the path starting at basepath.
75 for dirpath, dirnames, filenames in os.walk(basepath):
81 pkg_name = dirpath[len(basepath) + len(os.sep):].replace('/', '.')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 66 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None):
68 and are inside packages found in the path starting at basepath.
75 for dirpath, dirnames, filenames in os.walk(basepath):
81 pkg_name = dirpath[len(basepath) + len(os.sep):].replace('/', '.')
  /prebuilts/go/darwin-x86/src/path/filepath/
path.go 250 // joined to basepath with an intervening separator. That is,
251 // Join(basepath, Rel(basepath, targpath)) is equivalent to targpath itself.
252 // On success, the returned path will always be relative to basepath,
253 // even if basepath and targpath share no elements.
254 // An error is returned if targpath can't be made relative to basepath or if
256 func Rel(basepath, targpath string) (string, error) {
257 baseVol := VolumeName(basepath)
259 base := Clean(basepath)
  /prebuilts/go/linux-x86/src/path/filepath/
path.go 250 // joined to basepath with an intervening separator. That is,
251 // Join(basepath, Rel(basepath, targpath)) is equivalent to targpath itself.
252 // On success, the returned path will always be relative to basepath,
253 // even if basepath and targpath share no elements.
254 // An error is returned if targpath can't be made relative to basepath or if
256 func Rel(basepath, targpath string) (string, error) {
257 baseVol := VolumeName(basepath)
259 base := Clean(basepath)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tools.py 23 basepath = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(__file__))), variable
25 scriptsdir = os.path.join(basepath, 'scripts')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tools.py 23 basepath = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(__file__))), variable
25 scriptsdir = os.path.join(basepath, 'scripts')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tools.py 23 basepath = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(__file__))), variable
25 scriptsdir = os.path.join(basepath, 'scripts')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tools.py 23 basepath = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(__file__))), variable
25 scriptsdir = os.path.join(basepath, 'scripts')
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmshare.h 207 NET_API_STATUS WINAPI NetFileEnum(LMSTR servername,LMSTR basepath,LMSTR username,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,PDWORD_PTR resume_handle);
  /frameworks/native/cmds/installd/
utils.cpp 885 const char* basepath = data_path.c_str(); local
886 CACHE_NOISY(ALOGI("add_cache_files: basepath=%s\n", basepath));
888 d = opendir(basepath);
904 auto parent = StringPrintf("%s/%s", basepath, name);
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host_test.go 319 fmt.Fprintf(rw, "basepath=%s\n", req.URL.Path)
328 "basepath": "/foo",
  /prebuilts/go/linux-x86/src/net/http/cgi/
host_test.go 319 fmt.Fprintf(rw, "basepath=%s\n", req.URL.Path)
328 "basepath": "/foo",
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
EditorWindow.py 132 basepath = '/usr/share/doc/' # standard location
133 dochome = os.path.join(basepath, pyver,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
EditorWindow.py 132 basepath = '/usr/share/doc/' # standard location
133 dochome = os.path.join(basepath, pyver,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 132 basepath = '/usr/share/doc/' # standard location
133 dochome = os.path.join(basepath, pyver,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 132 basepath = '/usr/share/doc/' # standard location
133 dochome = os.path.join(basepath, pyver,
    [all...]

Completed in 497 milliseconds