/external/v8/src/ |
D | version.cc | 58 #define VERSION_STRING \ macro 62 #define VERSION_STRING \ macro 76 const char* Version::version_string_ = VERSION_STRING;
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_version.h | 7 #define VERSION_STRING " v1.4.0" macro
|
/external/libvpx/config/mips64/ |
D | vpx_version.h | 7 #define VERSION_STRING " v1.4.0" macro
|
/external/libvpx/config/mips32/ |
D | vpx_version.h | 7 #define VERSION_STRING " v1.4.0" macro
|
/external/libvpx/config/arm/ |
D | vpx_version.h | 7 #define VERSION_STRING " v1.4.0" macro
|
/external/libvpx/config/arm-neon/ |
D | vpx_version.h | 7 #define VERSION_STRING " v1.4.0" macro
|
/external/libvpx/config/x86/ |
D | vpx_version.h | 7 #define VERSION_STRING " v1.4.0" macro
|
/external/libvpx/config/x86_64/ |
D | vpx_version.h | 7 #define VERSION_STRING " v1.4.0" macro
|
/external/libvpx/config/generic/ |
D | vpx_version.h | 7 #define VERSION_STRING " v1.4.0" macro
|
/external/libvpx/config/arm64/ |
D | vpx_version.h | 7 #define VERSION_STRING " v1.4.0" macro
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | version.rb | 25 VERSION_STRING = VERSION.join( '.' ).freeze constant
|
/external/libvpx/libvpx/build/make/ |
D | version.sh | 24 id=${3:-VERSION_STRING}
|
/external/libvpx/libvpx/ |
D | configure | 461 VERSION_STRING=${ver} 479 VERSION_STRING=${VERSION_STRING}
|
/external/lz4/cmake_unofficial/ |
D | CMakeLists.txt | 6 set(VERSION_STRING " \"${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAG… variable
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 804 #ifndef VERSION_STRING 805 #define VERSION_STRING macro 809 "WebM Project VP8 Decoder" VERSION_STRING,
|
D | vp8_cx_iface.c | 1365 #ifndef VERSION_STRING 1366 #define VERSION_STRING macro 1370 "WebM Project VP8 Encoder" VERSION_STRING,
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 1112 #ifndef VERSION_STRING 1113 #define VERSION_STRING macro 1116 "WebM Project VP9 Decoder" VERSION_STRING,
|
D | vp9_cx_iface.c | 1553 #ifndef VERSION_STRING 1554 #define VERSION_STRING macro 1557 "WebM Project VP9 Encoder" VERSION_STRING,
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 40 #define VERSION_STRING "20131222" macro 5813 addChunk_tEXt(&outv, "LodePNG", VERSION_STRING); /*it's shorter as tEXt than as zTXt chunk*/ in lodepng_encode()
|
/external/bison/ |
D | ChangeLog-2012 | 23008 No longer depend upon VERSION_STRING. 23011 (VERSION_STRING): Remove. 23214 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED. 23219 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
|