/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/ |
install_host.sh | 11 TARGET_DIR="/Library/Google/Chrome/NativeMessagingHosts" 13 TARGET_DIR=\ 18 TARGET_DIR="/etc/opt/chrome/native-messaging-hosts" 20 TARGET_DIR="$HOME/.config/google-chrome/NativeMessagingHosts" 27 mkdir -p $TARGET_DIR 30 cp $DIR/$HOST_NAME.json $TARGET_DIR 35 sed -i -e "s/HOST_PATH/$ESCAPED_HOST_PATH/" $TARGET_DIR/$HOST_NAME.json 38 chmod o+r $TARGET_DIR/$HOST_NAME.json
|
uninstall_host.sh | 10 TARGET_DIR="/Library/Google/Chrome/NativeMessagingHosts" 12 TARGET_DIR=\ 17 TARGET_DIR="/etc/opt/chrome/native-messaging-hosts" 19 TARGET_DIR='$HOME/.config/google-chrome/NativeMessagingHosts' 24 rm $TARGET_DIR/com.google.chrome.example.echo.json
|
/external/skia/platform_tools/android/bin/ |
gyp_to_android.py | 38 def generate_var_dict(target_dir, target_file, skia_arch_type, have_neon): 44 target_dir: Directory containing gyp files. 51 result_file = android_framework_gyp.main(target_dir, target_file, 55 android_framework_gyp.clean_gypd_files(target_dir) 59 def main(target_dir=None, require_sk_user_config=False): 65 target_dir: Directory in which to place 'Android.mk'. If None, the file 124 if target_dir: 125 dst_dir = target_dir 131 require_sk_user_config=require_sk_user_config, target_dir=dst_dir, 136 skia_trunk=target_dir, [all...] |
/external/chromium_org/third_party/skia/platform_tools/android/bin/ |
gyp_to_android.py | 38 def generate_var_dict(target_dir, target_file, skia_arch_type, have_neon): 44 target_dir: Directory containing gyp files. 51 result_file = android_framework_gyp.main(target_dir, target_file, 55 android_framework_gyp.clean_gypd_files(target_dir) 59 def main(target_dir=None, require_sk_user_config=False): 65 target_dir: Directory in which to place 'Android.mk'. If None, the file 124 if target_dir: 125 dst_dir = target_dir 131 require_sk_user_config=require_sk_user_config, target_dir=dst_dir, 136 skia_trunk=target_dir, [all...] |
/external/chromium_org/chrome/browser/translate/ |
component_cld_data_harness.cc | 80 base::FilePath target_dir; local 81 GetExtractedComponentDestination(&target_dir); 85 << " to " << target_dir.value(); 86 ASSERT_TRUE(base::CreateDirectoryAndGetError(target_dir, NULL)); 87 ASSERT_TRUE(base::CopyDirectory(source_dir, target_dir, true)); 88 ASSERT_TRUE(base::PathExists(target_dir));
|
/external/chromium_org/build/android/gyp/ |
delete_files.py | 34 for target_dir in args: 35 target_pattern = os.path.join(target_dir, options.pattern) 38 keep_pattern = os.path.join(target_dir, options.keep)
|
create_device_library_links.py | 10 options.target_dir). This script then creates links in an apk's lib/ folder to 71 'STRIPPED_LIBRARIES_DIR=%(target_dir)s; ' 75 'target_dir': options.target_dir, 101 'script_device_path', 'target_dir', 'configuration_name']
|
/external/chromium_org/third_party/skia/platform_tools/android/tests/ |
generate_user_config_tests.py | 35 require_sk_user_config, target_dir): 44 target_dir=target_dir, defines=defines) 61 target_dir=tmp, defines=defines) 66 require_sk_user_config=False, target_dir=tmp)
|
makefile_writer_tests.py | 95 def generate_dummy_makefile(target_dir): 102 target_dir: directory in which to write the resulting Android.mk 110 makefile_writer.write_android_mk(target_dir=target_dir, 114 def generate_dummy_tool_makefile(target_dir): 118 target_dir: directory in which to write the resulting Android.mk 121 tool_makefile_writer.write_tool_android_mk(target_dir=target_dir,
|
/external/skia/platform_tools/android/tests/ |
generate_user_config_tests.py | 35 require_sk_user_config, target_dir): 44 target_dir=target_dir, ordered_set=defines) 61 target_dir=tmp, ordered_set=ordered_set) 66 require_sk_user_config=False, target_dir=tmp)
|
makefile_writer_tests.py | 95 def generate_dummy_makefile(target_dir): 102 target_dir: directory in which to write the resulting Android.mk 110 makefile_writer.write_android_mk(target_dir=target_dir, 114 def generate_dummy_tool_makefile(target_dir): 118 target_dir: directory in which to write the resulting Android.mk 121 tool_makefile_writer.write_tool_android_mk(target_dir=target_dir,
|
/external/qemu/distrib/sdl-1.2.15/VisualC/SDLmain/ |
SDLmain.dsp | 37 # PROP BASE Target_Dir "" 42 # PROP Target_Dir "" 58 # PROP BASE Target_Dir "" 63 # PROP Target_Dir "" 79 # PROP BASE Target_Dir "" 84 # PROP Target_Dir ""
|
/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/chromium_org/third_party/skia/platform_tools/android/gyp_gen/ |
android_framework_gyp.py | 41 def main(target_dir, target_file, skia_arch_type, have_neon): 45 target_dir: Directory containing all gyp files, including common.gypi 46 target_file: Gyp file to start on. Other files within target_dir will 70 full_path = os.path.join(target_dir, target_file) 73 args.extend(['-I', os.path.join(target_dir, 'common.gypi')])
|
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)
|
tool_makefile_writer.py | 18 def write_tool_android_mk(target_dir, var_dict): 22 target_dir: Destination for the makefile. Must not be None. 25 target_file = os.path.join(target_dir, 'Android.mk') 60 result_file = android_framework_gyp.main(target_dir=gyp_dir, 96 write_tool_android_mk(target_dir=full_dest, var_dict=var_dict)
|
/external/skia/platform_tools/android/gyp_gen/ |
android_framework_gyp.py | 41 def main(target_dir, target_file, skia_arch_type, have_neon): 45 target_dir: Directory containing all gyp files, including common.gypi 46 target_file: Gyp file to start on. Other files within target_dir will 70 full_path = os.path.join(target_dir, target_file) 73 args.extend(['-I', os.path.join(target_dir, 'common.gypi')])
|
generate_user_config.py | 32 target_dir, ordered_set): 40 target_dir/SkUserConfig.h 47 target_dir: Directory within which the modified SkUserConfig.h will be 63 if target_dir: 64 dst_filename = os.path.join(target_dir, dst_filename)
|
tool_makefile_writer.py | 18 def write_tool_android_mk(target_dir, var_dict, place_in_local_tmp): 22 target_dir: Destination for the makefile. Must not be None. 27 target_file = os.path.join(target_dir, 'Android.mk') 68 result_file = android_framework_gyp.main(target_dir=gyp_dir, 104 write_tool_android_mk(target_dir=full_dest, var_dict=var_dict,
|
/external/chromium_org/remoting/tools/ |
register_local_nm_hosts.sh | 19 local target_dir="$4" 23 local target_manifest="${target_dir}/${manifest_name}" 26 mkdir -p "${target_dir}"
|
/external/lldb/scripts/ |
finish-swig-wrapper-classes.sh | 17 # TARGET_DIR is where the lldb framework/shared library gets put. 26 TARGET_DIR=$2 91 ./finish-swig-${curlang}-LLDB.sh $SRC_ROOT $TARGET_DIR $CONFIG_BUILD_DIR "${PREFIX}" "${debug_flag}" "${makefile_flag}"
|
/external/bzip2/ |
dlltest.dsp | 36 # PROP BASE Target_Dir ""
42 # PROP Target_Dir ""
60 # PROP BASE Target_Dir ""
66 # PROP Target_Dir ""
|
/external/libogg/win32/VS6/ |
ogg_static.dsp | 37 # PROP BASE Target_Dir ""
42 # PROP Target_Dir ""
60 # PROP BASE Target_Dir ""
65 # PROP Target_Dir ""
|
/external/tinyxml/ |
tinyxmlSTL.dsp | 37 # PROP BASE Target_Dir ""
42 # PROP Target_Dir ""
61 # PROP BASE Target_Dir ""
66 # PROP Target_Dir ""
|