Home
last modified time | relevance | path

Searched refs:target_info (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/test/libcxx/test/
Dconfig.py148 self.target_info = getattr(mod, info)()
276 target_system = self.target_info.system()
277 target_platform = self.target_info.platform()
311 name = self.target_info.platform_name()
312 ver = self.target_info.platform_ver()
353 if self.target_info.platform() == 'linux':
510 if self.target_info.platform() != 'darwin':
523 target_platform = self.target_info.platform()
603 if self.target_info.platform() == 'linux':
626 if self.target_info.platform() == 'darwin':
[all …]
/external/libcxxabi/test/
Dlit.site.cfg.in13 config.target_info = "@LIBCXXABI_TARGET_INFO@"
DCMakeLists.txt13 set(LIBCXXABI_TARGET_INFO "libcxx.test.target_info.LocalTI" CACHE STRING
/external/libcxx/test/
Dlit.site.cfg.in25 config.target_info = "@LIBCXX_TARGET_INFO@"
DCMakeLists.txt30 set(LIBCXX_TARGET_INFO "libcxx.test.target_info.LocalTI" CACHE STRING
/external/curl/lib/
Dcurl_ntlm_msgs.c184 ntlm->target_info = malloc(target_info_len); in ntlm_decode_type2_target()
185 if(!ntlm->target_info) in ntlm_decode_type2_target()
188 memcpy(ntlm->target_info, &buffer[target_info_offset], target_info_len); in ntlm_decode_type2_target()
Dcurl_ntlm_core.c701 memcpy(ptr + 44, ntlm->target_info, ntlm->target_info_len); in Curl_ntlm_core_mk_ntlmv2_resp()
Durldata.h444 void* target_info; /* TargetInfo received in the ntlm type-2 message */ member
Dcurl_sasl.c1148 Curl_safefree(ntlm->target_info); in Curl_sasl_ntlm_cleanup()
/external/v8/src/crankshaft/
Dhydrogen.cc8341 CompilationInfo target_info(&parse_info); in TryInline() local
8352 if (!Compiler::ParseAndAnalyze(target_info.parse_info())) { in TryInline()
8353 if (target_info.isolate()->has_pending_exception()) { in TryInline()
8362 if (target_info.scope()->num_heap_slots() > 0) { in TryInline()
8368 Variable* rest = target_info.scope()->rest_parameter(&rest_index); in TryInline()
8374 FunctionLiteral* function = target_info.literal(); in TryInline()
8406 ZoneList<Declaration*>* decls = target_info.scope()->declarations(); in TryInline()
8426 if (!Compiler::EnsureDeoptimizationSupport(&target_info)) { in TryInline()
8433 top_info()->AddInlinedFunction(target_info.shared_info()); in TryInline()
8441 AstTyper(target_info.isolate(), target_info.zone(), target_info.closure(), in TryInline()
[all …]