HomeSort by relevance Sort by last modified time
    Searched refs:base_dir (Results 126 - 150 of 150) sorted by null

1 2 3 4 56

  /external/python/cpython2/Lib/test/
test_runpy.py 206 def _add_relative_modules(self, base_dir, source, depth):
210 module_dir = base_dir
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_runpy.py 206 def _add_relative_modules(self, base_dir, source, depth):
210 module_dir = base_dir
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_runpy.py 206 def _add_relative_modules(self, base_dir, source, depth):
210 module_dir = base_dir
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_runpy.py 206 def _add_relative_modules(self, base_dir, source, depth):
210 module_dir = base_dir
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 206 def _add_relative_modules(self, base_dir, source, depth):
210 module_dir = base_dir
  /external/libmojo/build/android/gyp/util/
build_utils.py 297 def DoZip(inputs, output, base_dir=None):
303 base_dir: Prefix to strip from inputs.
308 tup = (os.path.relpath(tup, base_dir), tup)
318 def ZipDir(output, base_dir):
321 for root, _, files in os.walk(base_dir):
324 DoZip(inputs, output, base_dir)
  /development/vndk/tools/sourcedr/sourcedr/
ninja.py 509 def __init__(self, base_dir=None):
510 if base_dir is None:
513 self._base_dir = base_dir
  /external/autotest/scheduler/
drone_manager.py     [all...]
  /system/core/adb/
test_device.py     [all...]
  /external/toolchain-utils/crosperf/
results_cache_unittest.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dist.py     [all...]
  /external/curl/packages/vms/
setup_gnv_curl_build.com 35 $ base_dir = f$environment("default")
65 $ cnames = "/names=(shortened,as_is)/repository=''base_dir'"
76 $ define/job gnv_hacks 'base_dir'
152 $ copy 'default_dir'gnv_conftest.c_first 'base_dir'gnv$conftest.c_first
153 $ create 'base_dir'gnv$conftest.opt
154 $ open/append opt 'base_dir'gnv$conftest.opt
159 $ purge 'base_dir'gnv$conftest.*
160 $ rename 'base_dir'gnv$conftest.* ;1
  /external/python/cpython2/Lib/distutils/
dist.py     [all...]
  /external/python/cpython3/Lib/distutils/
dist.py     [all...]
  /external/python/cpython3/Lib/
shutil.py 595 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
598 'base_dir'.
654 tar.add(base_dir, filter=_set_uid_gid)
660 def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None):
661 """Create a zip file from all the files under 'base_dir'.
679 zip_filename, base_dir)
684 path = os.path.normpath(base_dir)
689 for dirpath, dirnames, filenames in os.walk(base_dir):
755 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0,
765 archive. 'base_dir' is the directory where we start archiving from
    [all...]
  /external/python/cpython3/Lib/test/
test_runpy.py 368 def _add_relative_modules(self, base_dir, source, depth):
372 module_dir = base_dir
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dist.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dist.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py     [all...]
  /external/autotest/client/common_lib/
utils.py 400 def locate_file(path, base_dir=None):
404 path. For relative path, it tries to locate the file from base_dir.
405 @param base_dir (optional): Base directory of the relative path.
413 if not os.path.isabs(path) and base_dir is not None:
415 path = os.path.join(base_dir, path)
    [all...]
  /external/libchrome/base/files/
file_path_unittest.cc 708 FilePath base_dir(FILE_PATH_LITERAL("base_dir"));
710 FilePath jpg = base_dir.Append(FILE_PATH_LITERAL("foo.jpg"));
717 FilePath path_no_ext = base_dir.Append(base);
    [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp 424 char base_dir[arraysize("--classpath-dir=") + PKG_PATH_MAX]; local
430 sprintf(base_dir, "--classpath-dir=%s", apk_dir.c_str());
527 argv[i++] = base_dir;
    [all...]
  /frameworks/base/core/proto/android/server/
activitymanagerservice.proto 474 optional string base_dir = 1;
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py     [all...]

Completed in 516 milliseconds

1 2 3 4 56