/external/mesa3d/src/glx/ |
D | glxextensions.c | 44 #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/ |
D | Makefile.aix | 137 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
|
D | Makefile | 202 VER := `grep VER_STR $(abs_srcdir)/main.h | awk -F\" '{print $$2}'` macro
|
D | Makefile.linux | 168 VER=`grep VER_STR main.h | awk -F\" '{print $$2}'`
|
/external/slf4j/ |
D | goVersion.sh | 1 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/ |
D | symver.ll | 9 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/ |
D | vpd_reader.c | 95 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/ |
D | Makefile.in | 393 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/ |
D | README.md | 32 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/ |
D | Makefile | 15 VER=2.2 macro 18 PYVER=python$(VER)
|
/external/selinux/policycoreutils/scripts/ |
D | fixfiles | 31 VER=`uname -r` 33 expr '(' "$VER" : '\([^.]*\)' ')' '-' '(' "$SUP" : '\([^.]*\)' ')' '|' \ 34 '(' "$VER.0" : '[^.]*[.]\([^.]*\)' ')' '-' '(' "$SUP.0" : '[^.]*[.]\([^.]*\)' ')' '|' \ 35 …'(' "$VER.0.0" : '[^.]*[.][^.]*[.]\([^.]*\)' ')' '-' '(' "$SUP.0.0" : '[^.]*[.][^.]*[.]\([^.]*\)' …
|
/external/zlib/src/ |
D | configure | 43 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/ |
D | configure | 43 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/ |
D | gen-android-files | 104 sed -e "s/@VER@/$VER/g" -e "s/@FN@/$FN/" < util/android-README.version.in > README.version
|
D | android-README.version.in | 1 URL: https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/testing/v@VER@/e2fsprogs.@FN@.t…
|
/external/libpng/scripts/ |
D | makefile.cegcc | 27 VER = $(VERMAJ).$(VERMIN).$(VERMIC) 29 PACKAGE = $(NAME)-$(VER)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | corrupt.test | 24 RUN: 2>&1 | FileCheck --check-prefix=VER %s 26 VER: Error reading file: Invalid version entry.
|
/external/llvm/test/Object/ |
D | corrupt.test | 24 RUN: 2>&1 | FileCheck --check-prefix=VER %s 26 VER: Error reading file: Invalid version entry.
|
/external/e2fsprogs/ |
D | .release-checklist | 19 7) Adjust sizes in e2fsprogs-VER.lsm; rebuild source files; rebuild RPM files
|
/external/u-boot/doc/ |
D | README.mxs | 55 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/ |
D | README.pdfium | 3 Version: VER-2-8-1-145
|
/external/bcc/ |
D | INSTALL.md | 254 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/ |
D | README.android | 26 …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/ |
D | port.h | 182 #define BROTLI_IAR_VERSION BROTLI_MAKE_VERSION(VER / 100, __VER__ % 100, 0)
|
/external/zlib/src/old/os2/ |
D | Makefile.os2 | 30 VER=1.1.0
|