HomeSort by relevance Sort by last modified time
    Searched refs:target_arch (Results 1 - 6 of 6) sorted by null

  /external/openssl/
Apps-config.mk 111 target_arch := $(TARGET_ARCH) macro
112 ifeq ($(target_arch)-$(TARGET_HAS_BIGENDIAN),mips-true)
113 target_arch := unknown_arch macro
116 target_c_flags := $(common_c_flags) $($(target_arch)_c_flags) $(local_c_flags)
118 target_src_files := $(common_src_files) $($(target_arch)_src_files)
119 target_src_files := $(filter-out $($(target_arch)_exclude_files), $(target_src_files))
Ssl-config.mk 106 target_arch := $(TARGET_ARCH) macro
107 ifeq ($(target_arch)-$(TARGET_HAS_BIGENDIAN),mips-true)
108 target_arch := unknown_arch macro
111 target_c_flags := $(common_c_flags) $($(target_arch)_c_flags) $(local_c_flags)
113 target_src_files := $(common_src_files) $($(target_arch)_src_files)
114 target_src_files := $(filter-out $($(target_arch)_exclude_files), $(target_src_files))
import_openssl.sh 316 target_arch := \$(TARGET_ARCH)
317 ifeq (\$(target_arch)-\$(TARGET_HAS_BIGENDIAN),mips-true)
318 target_arch := unknown_arch
321 target_c_flags := \$(common_c_flags) \$(\$(target_arch)_c_flags) \$(local_c_flags)
323 target_src_files := \$(common_src_files) \$(\$(target_arch)_src_files)
324 target_src_files := \$(filter-out \$(\$(target_arch)_exclude_files), \$(target_src_files))
Crypto-config.mk 664 target_arch := $(TARGET_ARCH) macro
665 ifeq ($(target_arch)-$(TARGET_HAS_BIGENDIAN),mips-true)
666 target_arch := unknown_arch macro
669 target_c_flags := $(common_c_flags) $($(target_arch)_c_flags) $(local_c_flags)
671 target_src_files := $(common_src_files) $($(target_arch)_src_files)
672 target_src_files := $(filter-out $($(target_arch)_exclude_files), $(target_src_files))
  /dalvik/vm/compiler/template/
gen-template.py 154 opcode_fp = open("%s/%s" % (target_arch, interp_defs_file))
334 target_arch = sys.argv[1] variable
348 config_fp = open("config-%s" % target_arch)
350 print "Unable to open config file 'config-%s'" % target_arch
357 asm_fp = open("%s/CompilerTemplateAsm-%s.S" % (output_dir, target_arch), "w")
374 """ % (target_arch)
  /dalvik/vm/mterp/
gen-mterp.py 527 target_arch = sys.argv[1] variable
541 config_fp = open("config-%s" % target_arch)
543 print "Unable to open config file 'config-%s'" % target_arch
550 c_fp = open("%s/InterpC-%s.cpp" % (output_dir, target_arch), "w")
551 asm_fp = open("%s/InterpAsm-%s.S" % (output_dir, target_arch), "w")
568 """ % (target_arch)

Completed in 76 milliseconds