HomeSort by relevance Sort by last modified time
    Searched refs:archs (Results 1 - 6 of 6) 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" ] 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]])
  /frameworks/compile/libbcc/runtime/make/
subdir.mk 11 # OnlyArchs - Only build the objects for the listed archs.

Completed in 92 milliseconds