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

1 2

  /external/webkit/Tools/Scripts/webkitpy/common/system/
workspace.py 42 target_name = "%s-%s.%s" % (name, count, extension)
44 target_name = "%s.%s" % (name, extension)
45 target_path = self._filesystem.join(directory, target_name)
autoinstall.py 179 def _create_scratch_directory(self, target_name):
187 prefix = target_name + "_"
202 def _url_downloaded_path(self, target_name):
204 filename = ".%s.url" % target_name
208 def _is_downloaded(self, target_name, url):
210 version_path = self._url_downloaded_path(target_name)
212 _log.debug('Checking %s URL downloaded...' % target_name)
225 def _record_url_downloaded(self, target_name, url):
227 version_path = self._url_downloaded_path(target_name)
426 def install(self, url, should_refresh=False, target_name=None
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
__init__.py 78 target_name="eliza.py") variable
  /development/testrunner/coverage/
coverage.py 211 for target_name in target_dirs:
212 output_path = os.path.join(self._output_root_path, target_name)
213 target = self._targets_manifest.GetTarget(target_name)
217 (target_name, self._TEST_COVERAGE_EXT))
219 report_path = os.path.join(output_path, target_name)
  /external/chromium/net/http/
mock_gssapi_library_posix.h 75 // value associated with the |target_name| argument to |init_sec_context()|
147 const gss_name_t target_name,
http_auth_gssapi_posix.h 66 const gss_name_t target_name,
137 const gss_name_t target_name,
http_auth_gssapi_posix_unittest.cc 141 gss_name_t target_name = NULL; local
155 target_name,
http_auth_gssapi_posix.cc 555 const gss_name_t target_name,
569 target_name,
mock_gssapi_library_posix.cc 358 const gss_name_t target_name,
  /external/chromium/chrome/browser/download/
download_item.h 271 FilePath target_name() const { return target_name_; } function in class:DownloadItem
  /development/testrunner/test_defs/
instrumentation_test.py 82 def SetTargetName(self, target_name):
83 self._target_name = target_name
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 145 target_name = self.send( :"#{ target_type }_file_name" ) and
146 targets.push( output_directory / target_name )
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 807 const char *target_name;
810 target_name = input->in_file_name;
825 char *backup_file_name = get_backup_file_name(target_name);
826 ck_rename (target_name, backup_file_name, input->out_file_name);
830 ck_rename (input->out_file_name, target_name, input->out_file_name);
802 const char *target_name; local
    [all...]
  /external/iptables/iptables/
ip6tables.c 1086 const char *target_name; local
1133 target_name = ip6tc_get_target(e, h);
1134 if (target_name && (*target_name != '\0'))
1136 printf(" -%c %s", e->ipv6.flags & IP6T_F_GOTO ? 'g' : 'j', target_name);
1138 printf(" -j %s", target_name);
    [all...]
iptables.c 1106 const char *target_name; local
1144 target_name = iptc_get_target(e, h);
1145 if (target_name && (*target_name != '\0'))
1147 printf(" -%c %s", e->ip.flags & IPT_F_GOTO ? 'g' : 'j', target_name);
1149 printf(" -j %s", target_name);
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 378 EXIT_CODE, EXIT_SIG, and COREDUMP, for the target TARGET_NAME.
382 child_error (char *target_name, int exit_code, int exit_sig, int coredump,
393 target_name, exit_code);
398 target_name, exit_code);
401 target_name, strsignal (exit_sig),
    [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/expat/
libtool     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/openfst/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc 620 get_download()->target_name(), gfx::Font(), kTextWidth);
    [all...]
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 269 FilePath filename(download->target_name());
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfd.h     [all...]

Completed in 984 milliseconds

1 2