OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VER
(Results
1 - 5
of
5
) sorted by null
/ndk/build/tools/
download-toolchain-sources.sh
58
register_var_option "--llvm-
ver
-list=<vers>" LLVM_VERSION_LIST "List of LLVM release versions"
179
local
VER
=$1
182
if [ $
VER
= "2.6" ]; then
183
local LLVM_NAME=llvm-$
VER
184
local LLVM_TAR=llvm-$
VER
.tar.gz
185
local CLANG_NAME=clang-$
VER
186
local CLANG_TAR=clang-$
VER
.tar.gz
187
elif [ $
VER
= "2.7" -o $
VER
= "2.8" -o $
VER
= "2.9" ]; the
[
all
...]
/external/qemu/distrib/zlib-1.2.3/
configure
23
VER
=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`
97
SHAREDLIBV=libz.$
VER
$shared_ext
99
LDSHARED=${LDSHARED-"$cc -dynamiclib -install_name $libdir/$SHAREDLIBM -compatibility_version $VER1 -current_version $
VER
"};;
123
LDSHARED=${LDSHARED-"cc -shared -Wl,-soname,libz.so -Wl,-msym -Wl,-rpath,$(libdir) -Wl,-set_version,${
VER
}:1.0"};;
168
SHAREDLIBV=${SHAREDLIBV-"libz$shared_ext.$
VER
"}
189
echo Building static library $LIBS version $
VER
with $CC.
/external/webkit/Tools/wx/packaging/debian/
rules
6
VER
:= $(shell /usr/bin/python -c 'import sys; print sys.version[:3]')
/external/zlib/src/
configure
31
VER
=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`
231
SHAREDLIBV=libz.$
VER
$shared_ext
265
LDSHARED=${LDSHARED-"cc -shared -Wl,-soname,libz.so -Wl,-msym -Wl,-rpath,$(libdir) -Wl,-set_version,${
VER
}:1.0"} ;;
332
SHAREDLIBV=${SHAREDLIBV-"libz$shared_ext.$
VER
"}
359
echo Building static library $STATICLIB version $
VER
with $CC. | tee -a configure.log
752
echo
VER
= $
VER
>> configure.log
817
s/\@VERSION\@/$
VER
/g;
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js
663
function dcf(form,pbcId,cnum,sequence,status,atyp,
ver
){
672
form.
VER
.value=
ver
;
Completed in 482 milliseconds