Home
last modified time | relevance | path

Searched refs:VER (Results 1 – 25 of 56) sorted by relevance

123

/external/mesa3d/src/glx/
Dglxextensions.c44 #define VER(a,b) a, b macro
135 { GLX(ARB_context_flush_control), VER(0,0), Y, N, N, N },
136 { GLX(ARB_create_context), VER(0,0), Y, N, N, N },
137 { GLX(ARB_create_context_profile), VER(0,0), Y, N, N, N },
138 { GLX(ARB_create_context_robustness), VER(0,0), Y, N, N, N },
139 { GLX(ARB_fbconfig_float), VER(0,0), Y, Y, N, N },
140 { GLX(ARB_framebuffer_sRGB), VER(0,0), Y, Y, N, N },
141 { GLX(ARB_get_proc_address), VER(1,4), Y, N, Y, N },
142 { GLX(ARB_multisample), VER(1,4), Y, Y, N, N },
143 { GLX(EXT_buffer_age), VER(0,0), Y, N, N, Y },
[all …]
/external/ltp/testcases/kernel/io/disktest/
DMakefile.aix137 VER=v1.3.0
179 mkdir disktest.$(VER)
180 mkdir disktest.$(VER)/man1
181 cp ./Makefile ./*.[ch] ./LICENSE ./README ./CHANGELOG disktest.$(VER)
182 cp ./man1/disktest.1 disktest.$(VER)/man1
183 tar cvf ./disktest.$(VER).tar disktest.$(VER)
184 rm -rf disktest.$(VER)
185 gzip ./disktest.$(VER).tar
DMakefile202 VER := `grep VER_STR $(abs_srcdir)/main.h | awk -F\" '{print $$2}'` macro
DMakefile.linux168 VER=`grep VER_STR main.h | awk -F\" '{print $$2}'`
/external/slf4j/
DgoVersion.sh1 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ThinLTOBitcodeWriter/
Dsymver.ll9 module asm ".symver used, used@VER"
10 module asm ".symver unused, unused@VER"
11 module asm ".symver variable, variable@VER"
23 ; CHECK: ![[SYMVER]] = !{!"used", !"used@VER"}
/external/u-boot/board/ge/common/
Dvpd_reader.c95 static const int VER = 2; variable
142 data[VER] != 0 || data[TYP] != 0 || in vpd_reader()
158 ecc[LEN] - BLOCK_SIZE != size_bits / 8 || ecc[VER] != 1 || in vpd_reader()
191 ret = fn(userdata, data[ID], data[VER], data[TYP], in vpd_reader()
/external/libpcap/
DMakefile.in393 VER=`cat $(srcdir)/VERSION`; \
396 -o $@.$$VER $(OBJ) $(ADDLOBJS) $(LIBS)
416 VER=`cat $(srcdir)/VERSION`; \
421 -o libpcap.$$VER.dylib $(OBJ) $(ADDLOBJS) $(LIBS) \
620 VER=`cat $(srcdir)/VERSION`; \
622 $(INSTALL_PROGRAM) libpcap.so.$$VER $(DESTDIR)$(libdir)/libpcap.so.$$VER; \
623 ln -sf libpcap.so.$$VER $(DESTDIR)$(libdir)/libpcap.so.$$MAJOR_VER; \
628 VER=`cat $(srcdir)/VERSION`; \
630 $(INSTALL_PROGRAM) libpcap.$$VER.dylib $(DESTDIR)$(libdir)/libpcap.$$VER.dylib; \
631 ln -sf libpcap.$$VER.dylib $(DESTDIR)$(libdir)/libpcap.$$MAJOR_VER.dylib; \
[all …]
/external/bcc/src/lua/
DREADME.md32 VER=4.4.2-040402
35 wget ${PREFIX}/linux-headers-${VER}-generic_${VER}.${REL}_amd64.deb
36 wget ${PREFIX}/linux-headers-${VER}_${VER}.${REL}_all.deb
37 wget ${PREFIX}/linux-image-${VER}-generic_${VER}.${REL}_amd64.deb
38 sudo dpkg -i linux-*${VER}.${REL}*.deb
/external/python/cpython2/Demo/pysvr/
DMakefile15 VER=2.2 macro
18 PYVER=python$(VER)
/external/selinux/policycoreutils/scripts/
Dfixfiles31 VER=`uname -r`
33 expr '(' "$VER" : '\([^.]*\)' ')' '-' '(' "$SUP" : '\([^.]*\)' ')' '|' \
34 '(' "$VER.0" : '[^.]*[.]\([^.]*\)' ')' '-' '(' "$SUP.0" : '[^.]*[.]\([^.]*\)' ')' '|' \
35 …'(' "$VER.0.0" : '[^.]*[.][^.]*[.]\([^.]*\)' ')' '-' '(' "$SUP.0.0" : '[^.]*[.][^.]*[.]\([^.]*\)' …
/external/zlib/src/
Dconfigure43 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}zlib.h`
241 SHAREDLIBV=libz.$VER$shared_ext
279 …ED-"cc -shared -Wl,-soname,libz.so -Wl,-msym -Wl,-rpath,$(libdir) -Wl,-set_version,${VER}:1.0"} ;;
349 SHAREDLIBV=${SHAREDLIBV-"libz$shared_ext.$VER"}
430 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log
851 echo VER = $VER >> configure.log
917 s/\@VERSION\@/$VER/g;
/external/python/cpython2/Modules/zlib/
Dconfigure43 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}zlib.h`
241 SHAREDLIBV=libz.$VER$shared_ext
279 …ED-"cc -shared -Wl,-soname,libz.so -Wl,-msym -Wl,-rpath,$(libdir) -Wl,-set_version,${VER}:1.0"} ;;
349 SHAREDLIBV=${SHAREDLIBV-"libz$shared_ext.$VER"}
430 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log
851 echo VER = $VER >> configure.log
917 s/\@VERSION\@/$VER/g;
/external/e2fsprogs/util/
Dgen-android-files104 sed -e "s/@VER@/$VER/g" -e "s/@FN@/$FN/" < util/android-README.version.in > README.version
Dandroid-README.version.in1 URL: https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/testing/v@VER@/e2fsprogs.@FN@.t…
/external/libpng/scripts/
Dmakefile.cegcc27 VER = $(VERMAJ).$(VERMIN).$(VERMIC)
29 PACKAGE = $(NAME)-$(VER)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dcorrupt.test24 RUN: 2>&1 | FileCheck --check-prefix=VER %s
26 VER: Error reading file: Invalid version entry.
/external/llvm/test/Object/
Dcorrupt.test24 RUN: 2>&1 | FileCheck --check-prefix=VER %s
26 VER: Error reading file: Invalid version entry.
/external/e2fsprogs/
D.release-checklist19 7) Adjust sizes in e2fsprogs-VER.lsm; rebuild source files; rebuild RPM files
/external/u-boot/doc/
DREADME.mxs55 We use a $VER variable here to denote the current version. At the time of
59 $ VER="10.12.01"
60 $ wget ftp://ftp.denx.de/pub/tools/elftosb-${VER}.tar.gz
64 $ tar xzf elftosb-${VER}.tar.gz
68 $ cd elftosb-${VER}/
/external/pdfium/third_party/freetype/
DREADME.pdfium3 Version: VER-2-8-1-145
/external/bcc/
DINSTALL.md254 VER=trusty
255 echo "deb http://llvm.org/apt/$VER/ llvm-toolchain-$VER-3.7 main
256 deb-src http://llvm.org/apt/$VER/ llvm-toolchain-$VER-3.7 main" | \
/external/freetype/
DREADME.android26 …ex: for 2.8.1: http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?h=VER-2-8-1&id=39ce…
/external/brotli/c/include/brotli/
Dport.h182 #define BROTLI_IAR_VERSION BROTLI_MAKE_VERSION(VER / 100, __VER__ % 100, 0)
/external/zlib/src/old/os2/
DMakefile.os230 VER=1.1.0

123