/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
linux.py | 97 (base, arch) = port_name.rsplit('-', 1) 99 assert arch in self.SUPPORTED_VERSIONS 102 self._architecture = arch
|
/external/dropbear/debian/ |
rules | 96 binary-arch: install dropbear.deb 103 binary: binary-arch binary-indep 105 .PHONY: patch build clean install binary-indep binary-arch binary
|
/external/kernel-headers/original/asm-arm/arch/ |
hardware.h | 2 * linux/include/asm-arm/arch-omap/hardware.h 42 #include <asm/arch/cpu.h> 44 #include <asm/arch/io.h> 45 #include <asm/arch/serial.h> 149 * XXX: These probably want to be moved to arch/arm/mach-omap/omap1/irq.c
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-x86-linux.c | 252 setup_child( &ctst->arch, &ptst->arch, True ); 256 ctst->arch.vex.guest_EAX = 0; 259 ctst->arch.vex.guest_ESP = esp; 316 ptst->arch.vex.guest_ESP, 317 ctst->arch.vex.guest_FS, ctst->arch.vex.guest_GS); 340 VG_(cleanup_thread)(&ctst->arch); 552 ldt = (Char*)(VG_(threads)[tid].arch.vex.guest_LDT); 586 ldt = (VexGuestX86SegDescr*)VG_(threads)[tid].arch.vex.guest_LDT [all...] |
syswrap-amd64-darwin.c | 233 thread_state_to_vex(state, flavor, count, &tst->arch.vex); 238 find_stack_segment(tid, tst->arch.vex.guest_RSP); 325 VexGuestAMD64State *vex = &tst->arch.vex; 470 vex = &tst->arch.vex; 476 vex = &tst->arch.vex;
|
/external/chromium_org/tools/valgrind/asan/third_party/ |
asan_symbolize.py | 142 # Guess which arch we're running. 10 = len('0x') + 8 hex digits. 144 self.arch = 'x86_64' 146 self.arch = 'i386' 154 print 'atos -o %s -arch %s' % (self.binary, self.arch) 155 cmdline = ['atos', '-o', self.binary, '-arch', self.arch] 230 self.arch = fragments[2]
|
/external/clang/tools/scan-build/ |
ccc-analyzer | 348 '-arch' => 1, 468 # Specially handle duplicate cases of -arch 469 if ($Arg eq "-arch") { 470 my $arch = $ARGV[$i+1]; 473 if (!(defined $DisabledArchs{$arch})) { $ArchsSeen{$arch} = 1; } 689 foreach my $arch (@Archs) { 691 push @NewArgs, '-arch', $arch;
|
/external/compiler-rt/ |
Android.mk | 200 # $(1): arch 205 $(error Unsupported ARCH $(1))))) 209 # $(2): arch 211 # If lib/<arch>/X.S is included in the source list, we should filter out lib/X.c 212 # in the result source list (i.e., use the one optimized for the arch.) Otherwise 272 arch := 274 arch := $(TARGET_ARCH) 276 arch := $(HOST_ARCH) 294 ifeq ($$(arch),arm) 303 LOCAL_SRC_FILES := $$(call get-libcompiler-rt-source-files,$$(arch)) [all...] |
Makefile | 47 @echo " <platform name>-<config name>-<arch name>:" 48 @echo " build the libraries for a single config and arch" 135 $(call GetCNAVar,SHARED_LIBRARY,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch)))) 137 $(call GetCNAVar,SHARED_LIBRARY_SUFFIX,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch)))) 151 $(call VarOrDefault,$(Tmp.Key).Arch.$(Tmp.Config),$($(Tmp.Key).Arch)))) 167 # Per-Config-Arch Libraries 168 $(foreach arch,$(Tmp.ArchsToBuild),\ 169 $(call PerPlatformConfigArch_template,$(arch))) 173 $(call Set,Tmp.Arch,$(1) [all...] |
/external/compiler-rt/lib/asan/scripts/ |
asan_symbolize.py | 174 # Guess which arch we're running. 10 = len('0x') + 8 hex digits. 176 self.arch = 'x86_64' 178 self.arch = 'i386' 183 print 'atos -o %s -arch %s' % (self.binary, self.arch) 184 cmdline = ['atos', '-o', self.binary, '-arch', self.arch] 255 self.arch = fragments[2]
|
/external/chromium_org/chrome/browser/extensions/api/runtime/ |
runtime_api.cc | 533 const char* arch = chrome::OmahaQueryParams::getArch(); local 534 if (strcmp(arch, "arm") == 0) { 535 info.arch = GetPlatformInfo::Results::PlatformInfo::ARCH_ARM; 536 } else if (strcmp(arch, "x86") == 0) { 537 info.arch = GetPlatformInfo::Results::PlatformInfo::ARCH_X86_32; 538 } else if (strcmp(arch, "x64") == 0) { 539 info.arch = GetPlatformInfo::Results::PlatformInfo::ARCH_X86_64;
|
/external/chromium_org/native_client_sdk/src/tools/ |
nacl_gcc.mk | 153 $(error Invalid arch specified in NACL_ARCH: $(NACL_ARCH). Valid values are: $(VALID_ARCHES)) 334 # Strip Macro for each arch (e.g., each arch supported by LINKER_RULE). 369 # Strip Macro for each arch (e.g., each arch supported by MAP_RULE). 410 ARCH_SUFFIXES := $(foreach arch,$(ARCHES),_$(arch).nexe) 430 EXECUTABLES=$(foreach arch,$(ARCH_SUFFIXES),$(OUTDIR)/$(1)$(arch)) $(GLIBC_SO_LIST)
|
nacl_llvm.mk | 103 $(call LOG,TRANSLATE,$$@,$(PNACL_TRANSLATE) --allow-llvm-bitcode-input -arch x86-32 $$^ -o $$@) 106 $(call LOG,TRANSLATE,$$@,$(PNACL_TRANSLATE) --allow-llvm-bitcode-input -arch x86-64 $$^ -o $$@) 109 $(call LOG,TRANSLATE,$$@,$(PNACL_TRANSLATE) --allow-llvm-bitcode-input -arch arm $$^ -o $$@)
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readmacho.c | 218 struct fat_arch arch; local 240 arch.cputype = VG_(ntohl)(arch_be->cputype); 241 arch.cpusubtype = VG_(ntohl)(arch_be->cpusubtype); 242 arch.offset = VG_(ntohl)(arch_be->offset); 243 arch.size = VG_(ntohl)(arch_be->size); 244 if (arch.cputype == cputype) { 245 if (ii->img_szB < arch.offset + arch.size) { 249 ii->macho_img = ii->img + arch.offset; 250 ii->macho_img_szB = arch.size [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-parse.c | 617 return yasm_bc_create_data(&dvs, 1, (int)withzero, p_object->arch, 627 return yasm_bc_create_data(&dvs, size, 0, p_object->arch, cur_line); 656 bc = yasm_bc_create_data(&dvs, 1, 0, p_object->arch, cur_line); 680 bc = yasm_bc_create_data(&dvs, 1, 0, p_object->arch, cur_line); 940 (p_object->arch, ID_val, ID_len, cur_line, &bc, &prefix)) { 945 /* Propagate errors in case we got a warning from the arch */ 977 /* Propagate errors in case we got a warning from the arch */ 984 bc = yasm_arch_create_empty_insn(p_object->arch, cur_line); 992 switch (yasm_arch_parse_check_regtmod(p_object->arch, ID_val, ID_len, 999 bc = yasm_arch_create_empty_insn(p_object->arch, cur_line) [all...] |
/external/chromium_org/ppapi/native_client/ |
chrome_main.scons | 263 arch = env.subst('${TARGET_FULLARCH}') 275 obj['files'][lib_name][arch] = {} 276 obj['files'][lib_name][arch]['url'] = lib_name 311 nmf_data = {'program': dict((arch, {'url': '%s_%s.nexe' % (exe_name, arch)}) 312 for arch in archs)}
|
/external/chromium_org/third_party/devscripts/ |
licensecheck.pl.vanilla | 157 (?:^|/)(?:DEADJOE|\.cvsignore|\.arch-inventory|\.bzrignore|\.gitignore)$| 159 (?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|_darcs|\.git|
|
licensecheck.pl | 160 (?:^|/)(?:DEADJOE|\.cvsignore|\.arch-inventory|\.bzrignore|\.gitignore)$| 162 (?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|_darcs|\.git|
|
/external/e2fsprogs/debian/attic/libs/ |
rules | 14 ARCH = $(shell dpkg --print-architecture) 36 ifeq ($(ARCH),alpha) 69 # no arch-independant debs. 71 binary-arch: build 180 binary: binary-indep binary-arch 182 .PHONY: binary binary-arch binary-indep clean checkroot
|
/build/core/combo/ |
TARGET_linux-arm.mk | 20 # You can set TARGET_ARCH_VARIANT to use an arch version other 22 # $(BUILD_COMBOS)/arch/<name>.mk which must contain 24 # defines in build/core/combo/include/arch/<combo>/AndroidConfig.h. Their 43 TARGET_ARCH_SPECIFIC_MAKEFILE := $(BUILD_COMBOS)/arch/$(TARGET_ARCH)/$(TARGET_ARCH_VARIANT).mk 207 KERNEL_HEADERS_ARCH := $(libc_root)/kernel/arch-$(TARGET_ARCH) 212 $(libc_root)/arch-arm/include \
|
TARGET_linux-mips.mk | 20 # You can set TARGET_ARCH_VARIANT to use an arch version other 22 # $(BUILD_COMBOS)/arch/<name>.mk which must contain 24 # defines in build/core/combo/include/arch/<combo>/AndroidConfig.h. Their 43 TARGET_ARCH_SPECIFIC_MAKEFILE := $(BUILD_COMBOS)/arch/$(TARGET_ARCH)/$(TARGET_ARCH_VARIANT).mk 198 KERNEL_HEADERS_ARCH := $(libc_root)/kernel/arch-$(TARGET_ARCH) 203 $(libc_root)/arch-mips/include \
|
TARGET_linux-x86.mk | 31 # Include the arch-variant-specific configuration file. 35 TARGET_ARCH_SPECIFIC_MAKEFILE := $(BUILD_COMBOS)/arch/$(TARGET_ARCH)/$(TARGET_ARCH_VARIANT).mk 84 KERNEL_HEADERS_ARCH := $(libc_root)/kernel/arch-$(TARGET_ARCH) 158 $(libc_root)/arch-x86/include \
|
/external/chromium_org/chrome/browser/component_updater/ |
pepper_flash_component_installer.cc | 337 std::string arch; 338 manifest.GetStringASCII("x-ppapi-arch", &arch); 339 if (arch != kPepperFlashArch)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sysconfig.py | 179 get_config_vars()['CFLAGS'] = ('-arch ppc -arch i386 -isysroot ' 187 get_config_vars()['CFLAGS'] = ('-arch x86_64 -arch i386 -isysroot ' 195 get_config_vars()['CFLAGS'] = ('-arch x86_64 -arch ppc -arch i386 -isysroot ' 202 get_config_vars()['CFLAGS'] = ('-arch ppc64 -arch x86_64 -arch ppc -arch i386 -isysroot [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sysconfig.py | 179 get_config_vars()['CFLAGS'] = ('-arch ppc -arch i386 -isysroot ' 187 get_config_vars()['CFLAGS'] = ('-arch x86_64 -arch i386 -isysroot ' 195 get_config_vars()['CFLAGS'] = ('-arch x86_64 -arch ppc -arch i386 -isysroot ' 202 get_config_vars()['CFLAGS'] = ('-arch ppc64 -arch x86_64 -arch ppc -arch i386 -isysroot [all...] |