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

  /external/skia/platform_tools/android/bin/
gyp_to_android.py 39 def generate_var_dict(target_dir, target_file, skia_arch_type, have_neon,
46 target_dir: Directory containing gyp files.
54 result_file = android_framework_gyp.main(target_dir, target_file,
59 android_framework_gyp.clean_gypd_files(target_dir)
63 def main(target_dir=None, require_sk_user_config=False, gyp_source_dir=None):
69 target_dir: Directory in which to place 'Android.mk'. If None, the file
134 if target_dir:
135 dst_dir = target_dir
141 require_sk_user_config=require_sk_user_config, target_dir=dst_dir,
146 skia_trunk=target_dir,
    [all...]
  /external/v8/test/benchmarks/
testcfg.py 134 def _DownloadIfNecessary(self, url, revision, target_dir):
136 revision_file = "CHECKED_OUT_%s" % target_dir
145 if os.path.exists(target_dir):
146 shutil.rmtree(target_dir)
147 archive_file = "downloaded_%s_%s.tar.gz" % (target_dir, revision)
156 command = "svn co %s -r %s %s" % (url, revision, target_dir)
159 raise Exception("Error checking out %s benchmark" % target_dir)
161 tar.add("%s" % target_dir)
  /external/skia/platform_tools/android/gyp_gen/
tool_makefile_writer.py 30 def write_tool_android_mk(target_dir, var_dict):
34 target_dir: Destination for the makefile. Must not be None.
37 target_file = os.path.join(target_dir, 'Android.mk')
72 result_file = android_framework_gyp.main(target_dir=gyp_dir,
109 write_tool_android_mk(target_dir=full_dest, var_dict=var_dict)
generate_user_config.py 32 target_dir, defines):
40 target_dir/SkUserConfig.h
47 target_dir: Directory within which the modified SkUserConfig.h will be
62 if target_dir:
63 dst_filename = os.path.join(target_dir, dst_filename)
android_framework_gyp.py 27 def main(target_dir, target_file, skia_arch_type, have_neon,
32 target_dir: Directory containing all gyp files, including common.gypi
33 target_file: Gyp file to start on. Other files within target_dir will
77 full_path = os.path.join(target_dir, target_file)
80 args.extend(['-I', os.path.join(target_dir, 'common.gypi')])
makefile_writer.py 163 def write_android_mk(target_dir, common, deviations_from_common):
167 target_dir: The full path to the directory to write Android.mk, or None
178 if target_dir:
179 target_file = os.path.join(target_dir, target_file)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_file_util.py 27 self.target_dir = os.path.join(tmp_dir, 'd1')
56 os.mkdir(self.target_dir)
57 move_file(self.source, self.target_dir, verbose=1)
58 wanted = ['moving %s -> %s' % (self.source, self.target_dir)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_file_util.py 27 self.target_dir = os.path.join(tmp_dir, 'd1')
56 os.mkdir(self.target_dir)
57 move_file(self.source, self.target_dir, verbose=1)
58 wanted = ['moving %s -> %s' % (self.source, self.target_dir)]
  /external/bouncycastle/
import_bouncycastle.sh 162 declare -r target_dir="$2"
164 echo -n "Restoring timestamps for ${target_dir}... "
174 touch -d "$file_time" "${target_dir}${file#$git_dir}"
  /external/mesa3d/scons/
gallium.py 53 target_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir'], subdir)
54 return env.Install(target_dir, source)
70 target_dir = os.path.join(install_dir, 'lib')
72 last = env.InstallAs(os.path.join(target_dir, target_name), source)
78 last = env.Command(os.path.join(target_dir, target_name), last, action)
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]

Completed in 1478 milliseconds