HomeSort by relevance Sort by last modified time
    Searched full:archs (Results 101 - 125 of 167) sorted by null

1 2 3 45 6 7

  /external/chromium_org/ppapi/native_client/
chrome_main.scons 310 archs = ('x86-32', 'x86-64', 'arm')
312 for arch in archs)}
  /external/clang/lib/Driver/
Driver.cpp 882 SmallVector<const char *, 4> Archs;
900 Archs.push_back(A->getValue());
906 if (!Archs.size())
907 Archs.push_back(Args.MakeArgString(TC.getDefaultUniversalArchName()));
923 if (Archs.size() > 1 && !types::canLipoType(Act->getType()))
928 for (unsigned i = 0, e = Archs.size(); i != e; ++i) {
929 Inputs.push_back(new BindArchAction(Act, Archs[i]))
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py     [all...]
  /external/compiler-rt/
Makefile 144 # Compute the archs to build, depending on whether this is a universal build or
  /external/kernel-headers/original/linux/
module.h 68 /* Archs provide a method of finding the correct exception table. */
pci.h 729 /* Some archs don't want to expose struct resource to userland as-is
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/
project.pbxproj     [all...]
  /build/
envsetup.sh 156 # No need to set ARM_EABI_TOOLCHAIN for other ARCHs
548 echo "tapas: Error: Multiple build archs supplied: $arch"
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/easwt_vst_lib.xcodeproj/
project.pbxproj     [all...]
  /external/valgrind/main/VEX/pub/
libvex.h 641 - On host archs which lack a link register (x86, amd64), by a
650 - On host archs which have a link register (ppc32, ppc64), by
  /development/ide/xcode/corecg.xcodeproj/
project.pbxproj 314 ARCHS = (
  /development/ide/xcode/svg.xcodeproj/
project.pbxproj 372 ARCHS = (
  /external/chromium_org/chrome/
chrome_installer.gypi     [all...]
  /external/chromium_org/third_party/icu/
icu.gyp 38 'ARCHS': [ 'i386' ],
  /external/chromium_org/third_party/mesa/src/include/GL/internal/
dri_interface.h 43 /* For archs with no drm.h */
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jri_md.h 343 /* XXX _jlong_lo16(a) = ((a) << 16 >> 16) is better on some archs (not on mips) */
  /external/elfutils/libebl/
eblopenbackend.c 87 // XXX class and machine fields need to be filled in for all archs.
  /external/mesa3d/include/GL/internal/
dri_interface.h 43 /* For archs with no drm.h */
    [all...]
  /external/strace/
NEWS 313 * Get stat structure properly on Linux 64bit archs
  /external/valgrind/main/coregrind/m_ume/
macho.c 730 print("bad executable (corrupt fat archs)\n");
  /ndk/build/tools/
build-cxx-stl.sh 418 # Always rebuild GAbi++, except for unknown archs.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
mapping_tests.py 549 # verify longs/ints get same value when key > 32 bits (for 64-bit archs)
test_dict.py 370 # (for 64-bit archs). See SF bug #689659.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
mapping_tests.py 549 # verify longs/ints get same value when key > 32 bits (for 64-bit archs)
test_dict.py 370 # (for 64-bit archs). See SF bug #689659.

Completed in 1162 milliseconds

1 2 3 45 6 7