HomeSort by relevance Sort by last modified time
    Searched full:target_info (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/native_client_sdk/src/build_tools/
make_simple.py 189 def WriteTarget(makefile, target_info):
190 valid_conf = ' '.join(target_info.get('make_valid_configurations', []))
198 ''' % target_info)
200 sources = target_info.get('sources', [])
206 target_name_var = target_info['target_name']
209 for name, config in target_info['configurations'].items():
211 WriteConfig(makefile, name, config, target_info['type'])
213 actions = target_info.get('actions', [])
216 'target': target_info['target_name'],
217 'product': target_info['target_name']
    [all...]
  /external/libffi/testsuite/lib/
wrapper.exp 27 if { [target_info needs_status_wrapper] != "" \
28 && [target_info needs_status_wrapper] != "0" \
30 set saved_wrap_compile_flags [target_info wrap_compile_flags]
libffi-dg.exp 169 if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
  /external/chromium_org/chrome/browser/download/
download_target_determiner_unittest.cc 241 const DownloadTargetInfo* target_info);
371 scoped_ptr<DownloadTargetInfo> target_info = local
373 VerifyDownloadTarget(test_case, target_info.get());
379 scoped_ptr<DownloadTargetInfo> target_info) {
380 target_info_receiver->swap(target_info);
388 scoped_ptr<DownloadTargetInfo> target_info; local
394 &target_info));
397 return target_info.Pass();
413 const DownloadTargetInfo* target_info) {
416 EXPECT_EQ(expected_local_path.value(), target_info->target_path.value())
1877 scoped_ptr<DownloadTargetInfo> target_info = local
1995 scoped_ptr<DownloadTargetInfo> target_info = local
2139 scoped_ptr<DownloadTargetInfo> target_info = local
2227 scoped_ptr<DownloadTargetInfo> target_info = local
    [all...]
chrome_download_manager_delegate_unittest.cc 250 DownloadTargetInfo* target_info,
255 target_info->target_path = target_path;
256 target_info->target_disposition = target_disposition;
257 target_info->danger_type = danger_type;
258 target_info->intermediate_path = intermediate_path;
chrome_download_manager_delegate.cc 703 scoped_ptr<DownloadTargetInfo> target_info) {
706 if (!target_info->target_path.empty() && item &&
707 IsOpenInBrowserPreferreredForFile(target_info->target_path) &&
708 target_info->is_filetype_handled_securely)
710 callback.Run(target_info->target_path,
711 target_info->target_disposition,
712 target_info->danger_type,
713 target_info->intermediate_path);
download_target_determiner.cc 626 scoped_ptr<DownloadTargetInfo> target_info(new DownloadTargetInfo);
628 target_info->target_path = local_path_;
629 target_info->target_disposition =
633 target_info->danger_type = danger_type_;
634 target_info->intermediate_path = intermediate_path_;
635 target_info->mime_type = mime_type_;
636 target_info->is_filetype_handled_securely = is_filetype_handled_securely_;
639 FROM_HERE, base::Bind(completion_callback_, base::Passed(&target_info)));
chrome_download_manager_delegate.h 171 scoped_ptr<DownloadTargetInfo> target_info);
  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_server.cc 102 service_context->target_info.process = target_process_;
103 service_context->target_info.process_id = target_process_id_;
104 service_context->target_info.job_object = target_job_object_;
233 ipc_info.client_info = &service_context->target_info;
target_process.h 52 base::win::ScopedProcessInformation* target_info);
target_process.cc 115 base::win::ScopedProcessInformation* target_info) {
195 if (!target_info->DuplicateFrom(process_info)) {
sharedmem_ipc_server.h 91 ClientInfo target_info; member in struct:sandbox::SharedMemIPCServer::ServerControl
broker_services.cc 279 PROCESS_INFORMATION* target_info) {
431 *target_info = process_info.Take();
  /external/v8/src/
hydrogen.cc     [all...]
  /external/chromium_org/chrome/installer/util/
installer_state_unittest.cc 544 struct target_info { struct
  /external/chromium_org/v8/src/
hydrogen.cc     [all...]

Completed in 254 milliseconds