/external/chromium_org/third_party/yasm/ |
yasm.host.linux-x86.mk | 80 $(gyp_intermediate_dir)/third_party/yasm/lc3bid.c: $(gyp_shared_intermediate_dir)/re2c $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/modules/arch/lc3b/lc3bid.re $(GYP_TARGET_DEPENDENCIES) 82 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/re2c" -s -o "$(gyp_intermediate_dir)/third_party/yasm/lc3bid.c" source/patched-yasm/modules/arch/lc3b/lc3bid.re 205 third_party/yasm/source/patched-yasm/modules/arch/lc3b/lc3barch.c \ 206 third_party/yasm/source/patched-yasm/modules/arch/lc3b/lc3bbc.c \ 207 third_party/yasm/source/patched-yasm/modules/arch/x86/x86arch.c \ 208 third_party/yasm/source/patched-yasm/modules/arch/x86/x86bc.c \ 209 third_party/yasm/source/patched-yasm/modules/arch/x86/x86expr.c \ 210 third_party/yasm/source/patched-yasm/modules/arch/x86/x86id.c \
|
/external/chromium_org/v8/tools/testrunner/network/ |
endpoint.py | 84 self.server.CompareOwnPerf(t, self.context.arch, self.context.mode)
|
network_execution.py | 58 self.perfdata = self.perf_data_manager.GetStore(context.arch, context.mode) 204 self.context.arch, self.context.mode],
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/ |
pdebuild-ant.jar | |
/external/kernel-headers/original/asm-arm/ |
memory.h | 27 #include <asm/arch/memory.h>
|
/external/kernel-headers/original/linux/ |
audit.h | 432 struct audit_field *arch_f; /* quick access to arch field */ 451 extern int audit_classify_arch(int arch); 457 extern void __audit_syscall_entry(int arch, 479 static inline void audit_syscall_entry(int arch, int major, unsigned long a0, 484 __audit_syscall_entry(arch, major, a0, a1, a2, a3);
|
/external/linux-tools-perf/ |
Android.mk | 93 arch/arm/util/dwarf-regs.c 238 arch/arm/util/dwarf-regs.c
|
/external/llvm/utils/crosstool/ARM/ |
build-install-linux.sh | 181 --with-arch=${CROSS_MARCH} \
|
/external/pixman/pixman/ |
pixman-arm-simd-asm-scaled.S | 34 .arch armv6
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/ |
aica.c | 9 #include <arch/irq.h>
|
/external/valgrind/main/coregrind/ |
pub_core_threadstate.h | 297 ThreadArchState arch; member in struct:__anon28025
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lattice_armv7.S | 30 .arch armv7-a
|
/hardware/ti/wlan/mac80211/ti-utils/ |
nvs.c | 244 if (cmn->arch == WL1271_ARCH) { 519 .arch = UNKNOWN_ARCH, 538 cmn.arch = WL1271_ARCH; 541 cmn.arch = WL128X_ARCH;
|
/ndk/build/tools/ |
prebuilt-common.sh | 530 # $2: platform/arch suffix 550 SYSROOT_SUFFIX=$PLATFORM/arch-$ARCH 1006 ARCH="arm" 1009 ABI_CONFIGURE_EXTRA_FLAGS="--with-arch=armv5te" 1012 ARCH="arm" 1015 ABI_CONFIGURE_EXTRA_FLAGS="--with-arch=armv5te --disable-gold" 1018 ARCH="arm" 1028 ARCH="x86" 1029 ABI=$ARCH [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-gccbug | 152 ARCH=`[ -f /bin/arch ] && /bin/arch` 345 `[ -n "$ARCH" ] && echo Architecture: $ARCH`
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-mips32-linux.c | 260 setup_child (&ctst->arch, &ptst->arch); 263 ctst->arch.vex.guest_r2 = 0; 264 ctst->arch.vex.guest_r7 = 0; 266 ctst->arch.vex.guest_r29 = sp; 304 ctst->arch.vex.guest_r27 = child_tls; 308 ctst->arch.vex.guest_r27 = child_tls; 330 VG_(cleanup_thread) (&ctst->arch); 334 ptst->arch.vex.guest_r2 = 0; 346 VG_ (cleanup_thread) (ThreadArchState * arch) { } [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_projects.py | 97 for arch in LIB_DICT[platform]: 98 dirpath = os.path.join(libdir, '%s_%s_host' % (platform, arch), config)
|
/external/chromium_org/third_party/icu/source/allinone/ |
icucheck.bat | 27 echo testing ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
section.c | 45 #include "arch.h" 215 /*@kept@*/ yasm_arch *arch, 239 object->arch = arch; 249 objfmt_module->keyword, ((yasm_arch_base *)arch)->module->keyword, 250 yasm_arch_get_machine(arch)); 290 ((yasm_arch_base *)object->arch)->module->directives); 454 /* Delete object format, debug format, and arch. This can be called 485 if (object->arch) 486 yasm_arch_destroy(object->arch); [all...] |
/external/qemu/ |
dis-asm.h | 46 bfd_arch_unknown, /* File arch not known */ 47 bfd_arch_obscure, /* Arch known, not one of these */ 268 enum bfd_architecture arch; member in struct:disassemble_info 436 (INFO).arch = bfd_arch_unknown, \
|
/ndk/build/core/ |
setup-abi.mk | 21 TARGET_ARCH := $(strip $(NDK_ABI.$(TARGET_ARCH_ABI).arch))
|
/ndk/tests/build/build-mode/jni/ |
Android.mk | 135 endif # if TARGET_ARCH is known arch
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_osx_support.py | 15 # like "-arch" or "-isdkroot", that may need customization for 132 # builds, in particular -isysroot and -arch arguments to the compiler. This 213 flags = re.sub('-arch\s+\w+\s', ' ', flags) 222 # Different Xcode releases support different sets for '-arch' 226 # This code automatically removes '-arch ppc' and '-arch ppc64' 235 if re.search('-arch\s+ppc', _config_vars['CFLAGS']) is not None: 238 status = os.system("'%s' -arch ppc -x c /dev/null 2>/dev/null"%( 243 # '-arch' flags if not explicitly overridden by an 248 flags = re.sub('-arch\s+ppc\w*\s', ' ', flags [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_osx_support.py | 15 # like "-arch" or "-isdkroot", that may need customization for 132 # builds, in particular -isysroot and -arch arguments to the compiler. This 213 flags = re.sub('-arch\s+\w+\s', ' ', flags) 222 # Different Xcode releases support different sets for '-arch' 226 # This code automatically removes '-arch ppc' and '-arch ppc64' 235 if re.search('-arch\s+ppc', _config_vars['CFLAGS']) is not None: 238 status = os.system("'%s' -arch ppc -x c /dev/null 2>/dev/null"%( 243 # '-arch' flags if not explicitly overridden by an 248 flags = re.sub('-arch\s+ppc\w*\s', ' ', flags [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
lc3bid.re | 31 #include "modules/arch/lc3b/lc3barch.h" 35 * parameters are read from the arch-specific data in LSB->MSB order. 92 * its parameter in LSB->MSB order from the arch-specific data[1] from the 93 * lexer data, and the LSB of the arch-specific data[1] is reserved for the 349 yasm_lc3b__parse_check_regtmod(yasm_arch *arch, const char *oid, size_t id_len, 380 yasm_lc3b__parse_check_insnprefix(yasm_arch *arch, const char *oid, 470 yasm_lc3b__create_empty_insn(yasm_arch *arch, unsigned long line)
|