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

1 2

  /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/chromium-trace/catapult/third_party/gsutil/
setup.py 71 def PlaceNeededFiles(self, target_dir):
73 target_dir = os.path.join(target_dir, 'gslib')
74 self.mkpath(target_dir)
77 with open(os.path.join(target_dir, 'VERSION'), 'w') as fp:
81 with open(os.path.join(target_dir, 'CHECKSUM'), 'w') as fp:
85 tests_dir = os.path.join(target_dir, 'tests')
  /external/skia/platform_tools/android/gyp_gen/
tool_makefile_writer.py 27 def write_tool_android_mk(target_dir, var_dict):
31 target_dir: Destination for the makefile. Must not be None.
34 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)
makefile_writer.py 185 def write_static_deps_mk(target_dir, common, deviations_from_common):
189 target_dir: The full path to the directory to write skia_static_includes.mk,
200 if target_dir:
201 target_file = os.path.join(target_dir, target_file)
222 def write_android_mk(target_dir, common, deviations_from_common):
226 target_dir: The full path to the directory to write Android.mk, or None
237 if target_dir:
238 target_file = os.path.join(target_dir, target_file)
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')])
  /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/v8/gypfiles/
vs_toolchain.py 171 def _CopyRuntime2013(target_dir, source_dir, dll_pattern):
176 target = os.path.join(target_dir, dll)
181 def _CopyRuntime2015(target_dir, source_dir, dll_pattern, suffix):
186 target = os.path.join(target_dir, dll)
190 print 'Copying %s to %s...' % (ucrt_src_dir, target_dir)
193 ucrt_dst_file = os.path.join(target_dir, file_part)
195 _CopyRuntimeImpl(os.path.join(target_dir, 'ucrtbase' + suffix),
199 def _CopyRuntime(target_dir, source_dir, target_cpu, debug):
204 _CopyRuntime2015(target_dir, source_dir, '%s140' + suffix, suffix)
206 _CopyRuntime2013(target_dir, source_dir, 'msvc%s120' + suffix
    [all...]
  /external/autotest/client/site_tests/platform_FileNum/
platform_FileNum.py 33 def create_files(self, target_dir, count):
34 """Create the number of files specified by count in target_dir.
37 target_dir: Directory to create files in.
42 create_dir = os.path.join(target_dir, 'createdir')
  /external/v8/build/
package_mac_toolchain.py 45 """Compress |target_dir| and upload to |TOOLCHAIN_URL|"""
47 parser.add_argument('target_dir',
52 contents_dir = os.path.join(args.target_dir, 'Contents')
78 os.chdir(args.target_dir)
vs_toolchain.py 171 def _CopyRuntime2013(target_dir, source_dir, dll_pattern):
176 target = os.path.join(target_dir, dll)
181 def _CopyRuntime2015(target_dir, source_dir, dll_pattern, suffix):
186 target = os.path.join(target_dir, dll)
192 ucrt_dst_file = os.path.join(target_dir, file_part)
194 _CopyRuntimeImpl(os.path.join(target_dir, 'ucrtbase' + suffix),
198 def _CopyRuntime(target_dir, source_dir, target_cpu, debug):
203 _CopyRuntime2015(target_dir, source_dir, '%s140' + suffix, suffix)
205 _CopyRuntime2013(target_dir, source_dir, 'msvc%s120' + suffix)
216 _CopyRuntimeImpl(os.path.join(target_dir, pgo_runtime_dll), source_x86
    [all...]
  /external/v8/build/win/
copy_cdb_to_output.py 30 def _CopyImpl(file_name, target_dir, source_dir, verbose=False):
34 target = os.path.join(target_dir, file_name)
  /external/autotest/site_utils/
lxc_config.py 176 target_dir = os.path.dirname(target)
177 if not lxc_utils.path_exists(target_dir):
178 utils.run('sudo mkdir -p "%s"' % 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)
  /external/v8/build/android/gyp/
create_device_library_links.py 10 options.target_dir). This script then creates links in an apk's lib/ folder to
74 'STRIPPED_LIBRARIES_DIR=%(target_dir)s; '
78 'target_dir': options.target_dir,
106 'script_device_path', 'target_dir', 'configuration_name']
  /external/autotest/client/bin/
site_sysinfo.py 177 target_dir = os.path.dirname(target_path)
178 if not os.path.exists(target_dir):
179 os.makedirs(target_dir)
  /external/v8/tools/
run_perf.py 735 def _PushExecutable(self, shell_dir, target_dir, binary):
736 self._PushFile(shell_dir, binary, target_dir)
743 target_dir,
749 target_dir,
755 target_dir,
780 target_dir = "bin_no_patch" if no_patch else "bin"
785 AndroidPlatform.DEVICE_DIR, target_dir, runnable.binary)
    [all...]
  /external/autotest/client/site_tests/logging_UserCrash/
logging_UserCrash.py 98 target_dir = os.path.join(self._symbol_dir, basename, file_id)
99 os.makedirs(target_dir)
100 os.rename(sym_name, os.path.join(target_dir, sym_name))
  /external/curl/tests/
ftpserver.pl     [all...]
  /external/autotest/utils/
external_packages.py 800 target_dir = os.path.join(install_dir, self.name)
801 if os.path.exists(target_dir):
802 shutil.rmtree(target_dir)
803 os.rename(extracted_dir, target_dir)
    [all...]
  /external/v8/tools/gyp/pylib/gyp/
msvs_emulation.py 243 target_dir = base_to_build + '\\' if base_to_build else ''
251 '$(OutDir)\\': target_dir,
255 '$(TargetDir)\\': target_dir,
259 '$(TargetPath)': os.path.join(target_dir, target_file_name),
    [all...]
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]

Completed in 710 milliseconds

1 2