Searched refs:target_info (Results 1 - 12 of 12) sorted by relevance

/external/libffi/testsuite/lib/
H A Dwrapper.exp27 if { [target_info needs_status_wrapper] != "" \
28 && [target_info needs_status_wrapper] != "0" \
30 set saved_wrap_compile_flags [target_info wrap_compile_flags]
H A Dlibffi-dg.exp169 if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dmake_simple.py189 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_nam
[all...]
/external/chromium_org/sandbox/win/src/
H A Dsharedmem_ipc_server.h91 ClientInfo target_info; member in struct:sandbox::SharedMemIPCServer::ServerControl
H A Dsharedmem_ipc_server.cc102 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;
H A Dtarget_process.h52 base::win::ScopedProcessInformation* target_info);
H A Dtarget_process.cc115 base::win::ScopedProcessInformation* target_info) {
195 if (!target_info->DuplicateFrom(process_info)) {
111 Create(const wchar_t* exe_path, const wchar_t* command_line, bool inherit_handles, const base::win::StartupInformation& startup_info, base::win::ScopedProcessInformation* target_info) argument
H A Dbroker_services.cc279 PROCESS_INFORMATION* target_info) {
431 *target_info = process_info.Take();
276 SpawnTarget(const wchar_t* exe_path, const wchar_t* command_line, TargetPolicy* policy, PROCESS_INFORMATION* target_info) argument
/external/chromium_org/ppapi/proxy/
H A Dppb_file_ref_proxy.cc254 PP_FileInfo* target_info = found->second;
255 *target_info = info;
/external/chromium_org/v8/src/
H A Dhydrogen.cc6361 CompilationInfo target_info(target, zone());
6363 if (!Parser::Parse(&target_info) || !Scope::Analyze(&target_info)) {
6364 if (target_info.isolate()->has_pending_exception()) {
6373 if (target_info.scope()->num_heap_slots() > 0) {
6377 FunctionLiteral* function = target_info.function();
6410 ZoneList<Declaration*>* decls = target_info.scope()->declarations();
6424 target_info.EnableDeoptimizationSupport();
6425 if (!FullCodeGenerator::MakeCode(&target_info)) {
6433 ScopeInfo::Create(target_info
[all...]
/external/v8/src/
H A Dhydrogen.cc5259 CompilationInfo target_info(target);
5260 if (!ParserApi::Parse(&target_info, kNoParsingFlags) ||
5261 !Scope::Analyze(&target_info)) {
5262 if (target_info.isolate()->has_pending_exception()) {
5271 if (target_info.scope()->num_heap_slots() > 0) {
5275 FunctionLiteral* function = target_info.function();
5309 ZoneList<Declaration*>* decls = target_info.scope()->declarations();
5323 target_info.EnableDeoptimizationSupport();
5324 if (!FullCodeGenerator::MakeCode(&target_info)) {
5332 ScopeInfo::Create(target_info
[all...]
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state_unittest.cc546 struct target_info { struct

Completed in 1146 milliseconds