OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARCHITECTURE
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/installer/linux/rpm/
build.sh
67
echo "Packaging ${
ARCHITECTURE
}..."
92
if [ "$
ARCHITECTURE
" = "x86_64" ] ; then
95
elif [ "$
ARCHITECTURE
" = "i386" ] ; then
108
diff "$SCRIPTDIR/expected_deps_$
ARCHITECTURE
" \
149
fakeroot rpmbuild -bb --target="$
ARCHITECTURE
" --rmspec \
155
mv "$RPMBUILD_DIR/RPMS/$
ARCHITECTURE
/${PKGNAME}.${
ARCHITECTURE
}.rpm" \
159
chmod a+r "${OUTPUTDIR}/${PKGNAME}.$
ARCHITECTURE
.rpm"
173
echo "-a arch package
architecture
(ia32 or x64)"
260
# Default target
architecture
to same as build host
[
all
...]
/external/chromium_org/remoting/host/installer/linux/
build-deb.sh
9
ARCHITECTURE
=$(dpkg-
architecture
| awk -F '=' '/DEB_BUILD_ARCH=/{print $2}')
16
echo ${PACKAGE}_${VERSION_FULL}_${
ARCHITECTURE
}.deb
/external/chromium_org/chrome/installer/linux/debian/
build.sh
101
echo "Packaging ${
ARCHITECTURE
}..."
109
export DEB_HOST_ARCH="${
ARCHITECTURE
}"
127
echo "-a arch package
architecture
(ia32 or x64)"
210
# Default target
architecture
to same as build host.
316
export
ARCHITECTURE
="i386"
320
export
ARCHITECTURE
="amd64"
/external/libhevc/common/arm64/
ihevc_sao_band_offset_luma.s
62
.set
ARCHITECTURE
, 5
/external/llvm/include/llvm/Support/
COFF.h
105
/// Machine is based on a 32bit word
architecture
.
520
ARCHITECTURE
,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm
105
;;IF
ARCHITECTURE
=6
/external/libvpx/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm
105
;;IF
ARCHITECTURE
=6
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh
730
# Enable the
architecture
family
810
# Process ARM
architecture
variants
845
check_add_asflags --defsym
ARCHITECTURE
=${arch_int}
919
check_add_asflags --pd "\"
ARCHITECTURE
SETA ${arch_int}\""
[
all
...]
/external/libvpx/libvpx/build/make/
configure.sh
717
# Enable the
architecture
family
790
# Process ARM
architecture
variants
821
check_add_asflags --defsym
ARCHITECTURE
=${arch_int}
888
check_add_asflags --pd "\"
ARCHITECTURE
SETA ${arch_int}\""
[
all
...]
Completed in 1199 milliseconds