/external/mesa3d/src/glx/ |
D | glxextensions.c | 44 #define VER(a,b) a, b macro 135 { GLX(ARB_create_context), VER(0,0), Y, N, N, N }, 136 { GLX(ARB_create_context_profile), VER(0,0), Y, N, N, N }, 137 { GLX(ARB_create_context_robustness), VER(0,0), Y, N, N, N }, 138 { GLX(ARB_fbconfig_float), VER(0,0), Y, Y, N, N }, 139 { GLX(ARB_framebuffer_sRGB), VER(0,0), Y, Y, N, N }, 140 { GLX(ARB_get_proc_address), VER(1,4), Y, N, Y, N }, 141 { GLX(ARB_multisample), VER(1,4), Y, Y, N, N }, 142 { GLX(ATI_pixel_format_float), VER(0,0), N, N, N, N }, 143 { GLX(EXT_import_context), VER(0,0), Y, Y, N, N }, [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/c-ares/ |
D | maketgz | 21 open(VER, "<ares_version.h") || 24 while(<VER>) { 32 close(VER);
|
D | Makefile.am | 67 VER=-version-info 2:0:0 macro 101 libcares_la_LDFLAGS = $(UNDEF) $(VER)
|
D | Makefile.in | 330 VER = -version-info 2:0:0 361 libcares_la_LDFLAGS = $(UNDEF) $(VER)
|
/external/libpcap/ |
D | Makefile.in | 372 VER=`cat $(srcdir)/VERSION`; \ 375 -o $@.$$VER $(OBJ) $(ADDLOBJS) $(LIBS) 397 VER=`cat $(srcdir)/VERSION`; \ 402 -o libpcap.$$VER.dylib $(OBJ) $(ADDLOBJS) $(LIBS) \ 629 VER=`cat $(srcdir)/VERSION`; \ 631 $(INSTALL_PROGRAM) libpcap.so.$$VER $(DESTDIR)$(libdir)/libpcap.so.$$VER; \ 632 ln -sf libpcap.so.$$VER $(DESTDIR)$(libdir)/libpcap.so.$$MAJOR_VER; \ 637 VER=`cat $(srcdir)/VERSION`; \ 639 $(INSTALL_PROGRAM) libpcap.$$VER.dylib $(DESTDIR)$(libdir)/libpcap.$$VER.dylib; \ 640 ln -sf libpcap.$$VER.dylib $(DESTDIR)$(libdir)/libpcap.$$MAJOR_VER.dylib; \ [all …]
|
/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 | 31 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h` 217 SHAREDLIBV=libz.$VER$shared_ext 255 …ED-"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;
|
/external/python/cpython2/Modules/zlib/ |
D | configure | 31 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h` 217 SHAREDLIBV=libz.$VER$shared_ext 255 …ED-"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;
|
/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/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 | 18 7) Adjust sizes in e2fsprogs-VER.lsm; rebuild source files; rebuild RPM files
|
/external/zlib/src/old/os2/ |
D | Makefile.os2 | 30 VER=1.1.0
|
/external/bison/build-aux/ |
D | announce-gen | 64 --previous-version=VER 65 --current-version=VER
|
/external/libmtp/logs/ |
D | mtp-detect-samsung-yp-u3.txt | 152 Device version: VER 1.10 US
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 1378 VER=getVersion(),
|
/external/syslinux/com32/lib/libpng/ |
D | CHANGES | 1111 Fixed VER -> PNGVER typo in makefile.macosx and added install-static to install
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 21554 "VER",
|
/external/e2fsprogs/po/ |
D | de.po | 3722 "%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
|