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

1 2 3

  /external/swiftshader/third_party/subzero/pydir/
build-runtime.py 41 def MakeRuntimesForTarget(target_info, ll_files,
44 if target_info.target in excluded_targets:
48 return template.format(dir=tempdir, target=target_info.target)
50 return template.format(rtdir=rtdir, target=target_info.target)
57 ['-mtriple=' + target_info.triple] + target_info.llc_flags,
59 verbose, target_info.target)
64 '-target=' + target_info.triple,
71 '-triple=' + target_info.triple, '--defsym NATIVE=1',
75 srcdir=srcdir, target=target_info.target
    [all...]
crosstest.py 100 target_info = arch_map[args.target]
101 triple = target_info.triple
104 llc_flags = target_info.llc_flags + arch_llc_flags_extra[args.target]
224 '-arch', target_info.compiler_arch,
230 target_info.cross_headers)
  /build/make/tools/releasetools/
test_ota_from_target_files.py 146 target_info = BuildInfo(self.TEST_INFO_DICT, None)
147 self.assertEqual('product-device', target_info.device)
148 self.assertEqual('build-fingerprint', target_info.fingerprint)
149 self.assertFalse(target_info.is_ab)
150 self.assertIsNone(target_info.oem_props)
153 target_info = BuildInfo(self.TEST_INFO_DICT_USES_OEM_PROPS,
155 self.assertEqual('device1', target_info.device)
157 target_info.fingerprint)
162 target_info = BuildInfo(self.TEST_INFO_DICT_USES_OEM_PROPS, oem_dicts)
163 self.assertEqual('device3', target_info.device
    [all...]
ota_from_target_files 598 def HasTrebleEnabled(target_files_zip, target_info):
600 target_info.GetBuildProp("ro.treble.enabled") == "true")
603 def WriteFingerprintAssertion(script, target_info, source_info):
605 target_oem_props = target_info.oem_props
609 source_info.fingerprint, target_info.fingerprint)
612 target_info.GetBuildProp("ro.build.thumbprint"),
617 target_info.GetBuildProp("ro.build.thumbprint"))
620 target_info.fingerprint,
624 def AddCompatibilityArchiveIfTrebleEnabled(target_zip, output_zip, target_info,
638 target_info: The BuildInfo instance that holds the target build info
    [all...]
ota_from_target_files.py 598 def HasTrebleEnabled(target_files_zip, target_info):
600 target_info.GetBuildProp("ro.treble.enabled") == "true")
603 def WriteFingerprintAssertion(script, target_info, source_info):
605 target_oem_props = target_info.oem_props
609 source_info.fingerprint, target_info.fingerprint)
612 target_info.GetBuildProp("ro.build.thumbprint"),
617 target_info.GetBuildProp("ro.build.thumbprint"))
620 target_info.fingerprint,
624 def AddCompatibilityArchiveIfTrebleEnabled(target_zip, output_zip, target_info,
638 target_info: The BuildInfo instance that holds the target build info
    [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]
  /external/python/cpython2/Modules/_ctypes/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]
  /external/python/cpython3/Modules/_ctypes/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]
  /external/libunwind_llvm/test/
CMakeLists.txt 20 set(LIBUNWIND_TARGET_INFO "libcxx.test.target_info.LocalTI" CACHE STRING
lit.site.cfg.in 14 config.target_info = "@LIBUNWIND_TARGET_INFO@"
  /toolchain/binutils/binutils-2.27/ld/testsuite/config/
default.exp 103 (![board_info [target_info name] exists multilib_flags] ||
104 ![string match "*-mabi" [board_info [target_info name] multilib_flags]])
295 if [board_info [target_info name] exists cflags] {
296 append flags " [board_info [target_info name] cflags]"
298 if [board_info [target_info name] exists ldflags] {
299 append flags " [board_info [target_info name] ldflags]"
333 if [board_info [target_info name] exists cflags] {
334 append flags " [board_info [target_info name] cflags]"
336 if [board_info [target_info name] exists ldflags] {
337 append flags " [board_info [target_info name] ldflags]
    [all...]
  /external/libcxx/test/
lit.site.cfg.in 24 config.target_info = "@LIBCXX_TARGET_INFO@"
CMakeLists.txt 46 set(LIBCXX_TARGET_INFO "libcxx.test.target_info.LocalTI" CACHE STRING
  /external/libcxxabi/test/
CMakeLists.txt 21 set(LIBCXXABI_TARGET_INFO "libcxx.test.target_info.LocalTI" CACHE STRING
lit.site.cfg.in 15 config.target_info = "@LIBCXXABI_TARGET_INFO@"
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/
lit.site.cfg.in 24 config.target_info = "@LIBCXX_TARGET_INFO@"
CMakeLists.txt 45 set(LIBCXX_TARGET_INFO "libcxx.test.target_info.LocalTI" CACHE STRING
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
CMakeLists.txt 21 set(LIBCXXABI_TARGET_INFO "libcxx.test.target_info.LocalTI" CACHE STRING
lit.site.cfg.in 15 config.target_info = "@LIBCXXABI_TARGET_INFO@"
  /external/v8/src/asmjs/
asm-typer.cc 819 auto* target_info = Lookup(target_variable); local
821 if (target_info != nullptr) {
838 target_info = new (zone_) VariableInfo(type);
839 target_info->set_mutability(mutability);
842 target_info = ImportLookup(value->AsProperty());
843 if (target_info == nullptr) {
846 CHECK(target_info->mutability() == VariableInfo::kImmutableGlobal);
847 if (target_info->IsFFI()) {
849 target_info = new (zone_) VariableInfo(ffi_type_);
850 target_info->set_mutability(VariableInfo::kImmutableGlobal)
1071 auto* target_info = Lookup(target_variable); local
1838 auto* target_info = Lookup(var); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53ErratumStub.cpp 100 ResolveInfo* target_info = pBuilder.CreateLocalSymbol(*target); local
109 reloc->setSymInfo(target_info);
122 reloc->setSymInfo(target_info);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/ndk/test/
config.py 6 import libcxx.test.target_info
11 class AndroidTargetInfo(libcxx.test.target_info.DefaultTargetInfo):
53 self.target_info = AndroidTargetInfo(self)
  /external/libcxx/utils/libcxx/test/
target_info.py 266 default = "libcxx.test.target_info.LocalTI"
267 info_str = full_config.get_lit_conf('target_info', default)
271 target_info = getattr(mod, info)(full_config)
272 full_config.lit_config.note("inferred target_info as: %r" % info_str)
273 return target_info
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
target_info.py 262 default = "libcxx.test.target_info.LocalTI"
263 info_str = full_config.get_lit_conf('target_info', default)
267 target_info = getattr(mod, info)(full_config)
268 full_config.lit_config.note("inferred target_info as: %r" % info_str)
269 return target_info
  /toolchain/binutils/binutils-2.27/ld/testsuite/lib/
ld-lib.exp 178 if [board_info [target_info name] exists multilib_flags] {
179 set tmp_flags " [board_info [target_info name] multilib_flags]"
297 if [board_info [target_info name] exists cflags] {
298 append flags " [board_info [target_info name] cflags]"
301 if [board_info [target_info name] exists multilib_flags] {
302 append flags " [board_info [target_info name] multilib_flags]"
    [all...]

Completed in 662 milliseconds

1 2 3