HomeSort by relevance Sort by last modified time
    Searched full:target_info (Results 26 - 50 of 51) sorted by null

12 3

  /external/libcxx/utils/libcxx/test/
config.py 21 from libcxx.test.target_info import make_target_info
204 self.target_info = make_target_info(self)
360 # default value. Otherwise we ask the target_info.
365 use_lit_shell_default = self.target_info.use_lit_shell_default()
390 self.target_info.add_locale_features(self.config.available_features)
392 target_platform = self.target_info.platform()
489 if self.target_info.platform() == "darwin" and \
490 self.target_info.is_host_macosx() and \
547 self.target_info.add_cxx_compile_flags(self.cxx.compile_flags)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
config.py 21 from libcxx.test.target_info import make_target_info
204 self.target_info = make_target_info(self)
350 # default value. Otherwise we ask the target_info.
355 use_lit_shell_default = self.target_info.use_lit_shell_default()
380 self.target_info.add_locale_features(self.config.available_features)
382 target_platform = self.target_info.platform()
479 if self.target_info.platform() == "darwin" and \
480 self.target_info.is_host_macosx() and \
534 self.target_info.add_cxx_compile_flags(self.cxx.compile_flags)
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActiveInstrumentation.java 136 mTargetInfo.writeToProto(proto, ActiveInstrumentationProto.TARGET_INFO);
  /external/curl/lib/vauth/
ntlm.c 192 ntlm->target_info = malloc(target_info_len);
193 if(!ntlm->target_info)
196 memcpy(ntlm->target_info, &buffer[target_info_offset], target_info_len);
853 Curl_safefree(ntlm->target_info);
  /external/turbine/java/com/google/turbine/bytecode/
ClassFile.java 513 /** A JVMS 4.7.20 target_info structure. */
549 /** A JVMS 4.7.20 target_info. */
  /toolchain/binutils/binutils-2.27/gold/
target.h 507 struct Target_info
563 Target(const Target_info* pti)
819 const Target_info* pti_;
    [all...]
i386.cc 358 Target_i386(const Target::Target_info* info = &i386_info)
864 static const Target::Target_info i386_info;
903 const Target::Target_info Target_i386::i386_info =
    [all...]
x86_64.cc 449 Target_x86_64(const Target::Target_info* info = &x86_64_info)
    [all...]
tilegx.cc 237 Target_tilegx(const Target::Target_info* info = &tilegx_info)
611 static const Target::Target_info tilegx_info;
666 const Target::Target_info Target_tilegx<64, false>::tilegx_info =
694 const Target::Target_info Target_tilegx<32, false>::tilegx_info =
722 const Target::Target_info Target_tilegx<64, true>::tilegx_info =
750 const Target::Target_info Target_tilegx<32, true>::tilegx_info =
    [all...]
aarch64.cc     [all...]
sparc.cc 429 static Target::Target_info sparc_info;
477 Target::Target_info Target_sparc<32, true>::sparc_info =
505 Target::Target_info Target_sparc<64, true>::sparc_info =
    [all...]
powerpc.cc     [all...]
ChangeLog-0815 274 (Target::Target_info::hash_entry_size): New data member.
    [all...]
s390.cc 723 static Target::Target_info s390_info;
805 Target::Target_info Target_s390<32>::s390_info =
833 Target::Target_info Target_s390<64>::s390_info =
    [all...]
arm.cc     [all...]
mips.cc     [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
testfile.cc 92 static const Target::Target_info test_target_info;
96 const Target::Target_info Target_test<size, big_endian>::test_target_info =
  /external/libffi/testsuite/lib/
libffi.exp 184 if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/
libffi.exp 184 if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/lib/
libffi.exp 184 if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]
  /external/curl/lib/
curl_ntlm_core.c 773 memcpy(ptr + 44, ntlm->target_info, ntlm->target_info_len);
urldata.h 334 void *target_info; /* TargetInfo received in the ntlm type-2 message */ member in struct:ntlmdata
    [all...]
  /frameworks/base/core/proto/android/server/
activitymanagerservice.proto 797 optional .android.content.pm.ApplicationInfoProto target_info = 5;
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/
MethodWriter.java     [all...]

Completed in 4480 milliseconds

12 3