OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/gtest/src/
Android.mk
81
# NDK support of other
archs
(ie. x86 and mips) are only available after android-9
105
# NDK support of other
archs
(ie. x86 and mips) are only available after android-9
/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
.
/external/compiler-rt/make/platform/
clang_darwin.mk
83
# object files. If we are on that platform, strip out all ARM
archs
. We still
99
#
archs
for a particular config.
/external/zlib/src/
configure
61
ARCHS
=
88
echo ' [--includedir=INCLUDEDIR] [--
archs
="-arch i386 -arch x86_64"]' | tee -a configure.log
106
-a*=* | --
archs
=*)
ARCHS
=`echo $1 | sed 's/.*=//'`; shift ;;
186
CFLAGS="${CFLAGS--O3} ${
ARCHS
}"
188
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 2555 milliseconds