Home
last modified time | relevance | path

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

12

/external/mesa3d/src/glx/
Dglxextensions.c44 #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/
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/c-ares/
Dmaketgz21 open(VER, "<ares_version.h") ||
24 while(<VER>) {
32 close(VER);
DMakefile.am67 VER=-version-info 2:0:0 macro
101 libcares_la_LDFLAGS = $(UNDEF) $(VER)
DMakefile.in330 VER = -version-info 2:0:0
361 libcares_la_LDFLAGS = $(UNDEF) $(VER)
/external/libpcap/
DMakefile.in372 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/
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/
Dconfigure31 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/
Dconfigure31 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/
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/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-checklist18 7) Adjust sizes in e2fsprogs-VER.lsm; rebuild source files; rebuild RPM files
/external/zlib/src/old/os2/
DMakefile.os230 VER=1.1.0
/external/bison/build-aux/
Dannounce-gen64 --previous-version=VER
65 --current-version=VER
/external/libmtp/logs/
Dmtp-detect-samsung-yp-u3.txt152 Device version: VER 1.10 US
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py1378 VER=getVersion(),
/external/syslinux/com32/lib/libpng/
DCHANGES1111 Fixed VER -> PNGVER typo in makefile.macosx and added install-static to install
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt21554 "VER",
/external/e2fsprogs/po/
Dde.po3722 "%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"

12