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

  /external/slf4j/
goVersion.sh 0 VER=$1
2 echo "Will use version '${VER}'"
4 find . -name "pom.xml" |xargs perl version.pl ${VER}
6 find . -name "StaticLoggerBinder.java" |xargs perl binderVersion.pl ${VER}
  /external/mesa3d/src/glx/
glxextensions.c 44 #define VER(a,b) a, b
74 { GLX(ARB_create_context), VER(0,0), Y, N, N, N },
75 { GLX(ARB_create_context_profile), VER(0,0), Y, N, N, N },
76 { GLX(ARB_create_context_robustness), VER(0,0), Y, N, N, N },
77 { GLX(ARB_get_proc_address), VER(1,4), Y, N, Y, N },
78 { GLX(ARB_multisample), VER(1,4), Y, Y, N, N },
79 { GLX(ATI_pixel_format_float), VER(0,0), N, N, N, N },
80 { GLX(EXT_import_context), VER(0,0), Y, Y, N, N },
81 { GLX(EXT_visual_info), VER(0,0), Y, Y, N, N },
82 { GLX(EXT_visual_rating), VER(0,0), Y, Y, N, N }
    [all...]
  /prebuilts/ninja/darwin-x86/
build-ninja.sh 7 VER=master
22 git checkout $VER
23 INSTALL_VER=${INSTALL_VER/${VER}/${VER}-$(git rev-parse --short=12 HEAD)}
build-common.sh 3 # $VER - project version
22 # 3) checkout the destination git repo to /tmp/prebuilts/$PROJ/$OS-x86/$VER
30 INSTALL_VER=$VER
39 INSTALL_VER=$VER
59 INSTALL_VER=${VER}_${MSVS}
  /prebuilts/ninja/linux-x86/
build-ninja.sh 7 VER=master
22 git checkout $VER
23 INSTALL_VER=${INSTALL_VER/${VER}/${VER}-$(git rev-parse --short=12 HEAD)}
build-common.sh 3 # $VER - project version
22 # 3) checkout the destination git repo to /tmp/prebuilts/$PROJ/$OS-x86/$VER
30 INSTALL_VER=$VER
39 INSTALL_VER=$VER
59 INSTALL_VER=${VER}_${MSVS}
  /external/c-ares/
maketgz 21 open(VER, "<ares_version.h") ||
24 while(<VER>) {
32 close(VER);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
rx-asm-bad.s 53 .VER "ver"
  /external/selinux/policycoreutils/scripts/
fixfiles 29 VER=`uname -r`
31 expr '(' "$VER" : '\([^.]*\)' ')' '-' '(' "$SUP" : '\([^.]*\)' ')' '|' \
32 '(' "$VER.0" : '[^.]*[.]\([^.]*\)' ')' '-' '(' "$SUP.0" : '[^.]*[.]\([^.]*\)' ')' '|' \
33 '(' "$VER.0.0" : '[^.]*[.][^.]*[.]\([^.]*\)' ')' '-' '(' "$SUP.0.0" : '[^.]*[.][^.]*[.]\([^.]*\)' ')'
  /toolchain/binutils/binutils-2.25/
src-release.sh 62 $tool/common/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
63 cat VER.tmp | grep 'version\[\]' | sed 's/.*"\([^"]*\)".*/\1/' | sed 's/-cvs$//'
64 rm -f VER.tmp
76 ver=$2
79 echo "==> Making $package-$ver/"
148 rm -f $package-$ver
149 ln -s proto-toplev $package-$ver
169 ver=$2
170 echo "==> Making $package-$ver.tar"
171 rm -f $package-$ver.ta
    [all...]
configure     [all...]
  /external/zlib/src/
configure 31 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`
217 SHAREDLIBV=libz.$VER$shared_ext
255 LDSHARED=${LDSHARED-"cc -shared -Wl,-soname,libz.so -Wl,-msym -Wl,-rpath,$(libdir) -Wl,-set_version,${VER}:1.0"} ;;
322 SHAREDLIBV=${SHAREDLIBV-"libz$shared_ext.$VER"}
403 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log
765 echo VER = $VER >> configure.log
827 s/\@VERSION\@/$VER/g;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 

Completed in 607 milliseconds