Searched refs:VERSION (Results 1 - 25 of 550) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/
H A Dpatch-ker.sh21 VERSION=0
50 VERSION=`grep -s VERSION <$LINUXDIR/Makefile | head -n 1 | sed s/'VERSION = '//`
55 if [ $VERSION -ne 2 -o $PATCHLEVEL -lt 6 ]
57 echo "Cannot patch kernel version $VERSION.$PATCHLEVEL.$SUBLEVEL, must be 2.6.x or higher"
/external/valgrind/main/callgrind/
H A Ddump.c1337 VG_(sprintf)(buf, "creator: callgrind-" VERSION "\n");
/external/valgrind/main/
H A Dconfig.h365 #define VERSION "3.10.0.SVN" macro
/external/valgrind/main/coregrind/
H A Dm_main.c354 VG_(printf)("valgrind-" VERSION "\n");
1256 xpre, VERSION, xpost
1584 VERSION " debug logging\n");
H A Dvg_preloaded.c96 #include "config.h" /* VERSION */
104 __private_extern__ const char *__crashreporter_info__ = "Instrumented by Valgrind " VERSION;
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S131 # PRINT VERSION
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S123 # PRINT VERSION
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S156 # PRINT VERSION
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S123 # PRINT VERSION
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dgenlingware.pl116 VERSION 1.0.0.0-0-2
145 "VERSION" => 2,
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java1388 else if (key.equals(VERSION)) {
1414 public static final String VERSION = "version";
1406 public static final String VERSION = "version"; field in class:XMLWriter
/external/strace/
H A Dstrace.c1743 printf("%s -- version %s\n", PACKAGE_NAME, VERSION);
/external/stressapptest/
H A Dconfigure642 VERSION
2977 VERSION='1.0.4_autoconf'
2986 #define VERSION "$VERSION"
/external/stressapptest/src/
H A Dstressapptest_config.h.in200 #undef VERSION
H A Dstressapptest_config_android.h203 #define VERSION "1.0.4_autoconf" macro
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]
/external/srtp/
H A DMakefile211 distname = srtp-$(shell cat VERSION)
214 if ! [ -f VERSION ]; then exit 1; fi
/external/srtp/crypto/
H A DMakefile124 distname = crypto-$(shell cat VERSION)
/external/srtp/doc/
H A DMakefile19 version = $(shell cat $(top_srcdir)/VERSION)
/external/sonivox/jet_tools/JetCreator/
H A DJetFile.py35 VERSION = '0.1' variable
749 parser = optparse.OptionParser(version=VERSION)
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp44 if (maxp->version.version != SkOTTableMaximumProfile::Version::TT::VERSION) {
/external/skia/src/sfnt/
H A DSkOTTable_OS_2_V0.h21 //SkOTTableOS2_VA::VERSION and SkOTTableOS2_V0::VERSION are both 0.
23 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(0); member in struct:SkOTTableOS2_V0
H A DSkOTTable_OS_2_V1.h21 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(1); member in struct:SkOTTableOS2_V1
H A DSkOTTable_OS_2_V2.h21 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(2); member in struct:SkOTTableOS2_V2

Completed in 1494 milliseconds

1234567891011>>