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

  /bionic/libc/kernel/tools/
find_headers.py 24 -a <archs> used to specify an alternative list
83 archs = [] variable
88 archs.append(archdir)
94 if len(archs) == 0:
98 archs = [ "arm", "mips"] variable
100 # if the user has specified some architectures with -a <archs> ensure that
108 if arch not in archs:
117 archs = wanted_archs variable
148 hparser = kernel.KernelHeaderFinder(headers,archs,kernel_root,kernel_config)
kernel.py 198 def __init__(self,headers,archs,kernel_root,kernel_config):
202 'archs' is a list of architectures
210 self.archs = archs
274 for arch in self.archs:
  /external/chromium/build/mac/
strip_save_dsym 54 archs = []
59 archs.append(type_match.group(1))
71 archs.append(arch_match.group(1))
74 archs = []
76 if len(archs) == 0:
79 return archs
88 archs = macho_archs(macho)
89 if len(archs) == 0:
92 for arch in archs:
  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm 368 struct fat_arch* archs = 0;
384 archs = &singleArch;
397 archs = &singleArch;
407 archs = reinterpret_cast<struct fat_arch*>(rawData.data() + sizeof(struct fat_header) / sizeof(uint32_t));
416 if (!archs || !numArchs)
432 return NXFindBestFatArch(cputype, cpusubtype, archs, numArchs) != 0;
WebNetscapePluginPackage.mm 252 RetainPtr<CFArrayRef> archs(AdoptCF, CFBundleCopyExecutableArchitectures(cfBundle.get()));
254 if ([(NSArray *)archs.get() containsObject:[NSNumber numberWithInteger:NSBundleExecutableArchitectureX86_64]])
256 else if ([(NSArray *)archs.get() containsObject:[NSNumber numberWithInteger:NSBundleExecutableArchitectureI386]])
  /external/compiler-rt/make/
subdir.mk 11 # OnlyArchs - Only build the objects for the listed archs.
  /frameworks/compile/libbcc/runtime/make/
subdir.mk 11 # OnlyArchs - Only build the objects for the listed archs.
  /external/compiler-rt/make/platform/
clang_darwin.mk 76 # archs for a particular config.
  /external/zlib/
configure 52 ARCHS=
78 echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log
96 -a*=* | --archs=*) ARCHS=`echo $1 | sed 's/.*=//'`; shift ;;
161 CFLAGS="${CFLAGS--O3} ${ARCHS}"
163 LDFLAGS="${LDFLAGS} ${ARCHS}"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 286 milliseconds