HomeSort by relevance Sort by last modified time
    Searched full:version_string (Results 1 - 25 of 1487) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
version.h 3 extern const char version_string[];
  /external/libvpx/config/arm/
vpx_version.h 8 #define VERSION_STRING " v1.7.0"
  /external/libvpx/config/arm-neon/
vpx_version.h 8 #define VERSION_STRING " v1.7.0"
  /external/libvpx/config/arm64/
vpx_version.h 8 #define VERSION_STRING " v1.7.0"
  /external/libvpx/config/generic/
vpx_version.h 8 #define VERSION_STRING " v1.7.0"
  /external/libvpx/config/mips32/
vpx_version.h 8 #define VERSION_STRING " v1.7.0"
  /external/libvpx/config/mips32-dspr2/
vpx_version.h 8 #define VERSION_STRING " v1.7.0"
  /external/libvpx/config/mips32-msa/
vpx_version.h 8 #define VERSION_STRING " v1.7.0"
  /external/libvpx/config/mips64/
vpx_version.h 8 #define VERSION_STRING " v1.7.0"
  /external/libvpx/config/mips64-msa/
vpx_version.h 8 #define VERSION_STRING " v1.7.0"
  /external/libvpx/config/x86/
vpx_version.h 8 #define VERSION_STRING " v1.7.0"
  /external/libvpx/config/x86_64/
vpx_version.h 8 #define VERSION_STRING " v1.7.0"
  /external/libpcap/
gen_version_header.sh 18 version_string=`print_version_string "$1"`
19 sed "s/%%LIBPCAP_VERSION%%/$version_string/" "$2" >"$3"
  /system/chre/variant/android/
variant.mk 9 VERSION_STRING = chre=$(shell $(COMMIT_HASH_COMMAND))
11 COMMON_CFLAGS += -DCHRE_VERSION_STRING='"$(VERSION_STRING)"'
  /system/chre/variant/simulator/
variant.mk 9 VERSION_STRING = chre=$(shell $(COMMIT_HASH_COMMAND))
11 COMMON_CFLAGS += -DCHRE_VERSION_STRING='"$(VERSION_STRING)"'
  /external/clang/
clang-version-inc.py 8 version_string = '%s.%s.%s' % (version.major, version.minor, version.patch) variable
16 '@CLANG_VERSION@': version_string,
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.rc 78 VALUE "FileVersion", VERSION_STRING
82 VALUE "PrivateBuild", VERSION_STRING
84 VALUE "ProductVersion", VERSION_STRING
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv2.rc 78 VALUE "FileVersion", VERSION_STRING
82 VALUE "PrivateBuild", VERSION_STRING
84 VALUE "ProductVersion", VERSION_STRING
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.rc 76 VALUE "FileVersion", VERSION_STRING
80 VALUE "PrivateBuild", VERSION_STRING
82 VALUE "ProductVersion", VERSION_STRING
  /external/swiftshader/src/OpenGL/libGL/
libGL.rc 76 VALUE "FileVersion", VERSION_STRING
80 VALUE "PrivateBuild", VERSION_STRING
82 VALUE "ProductVersion", VERSION_STRING
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
version.rb 25 VERSION_STRING = VERSION.join( '.' ).freeze
  /external/libavc/encoder/
ih264e_version.c 89 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
90 snprintf(version_string, MAX_STRLEN, \
94 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
95 snprintf(version_string, MAX_STRLEN, \
  /external/libhevc/decoder/
ihevcd_version.c 78 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
79 snprintf(version_string, MAXVERSION_STRLEN, \
83 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
84 snprintf(version_string, MAXVERSION_STRLEN, \
  /external/swiftshader/src/D3D8/
D3D8.rc 71 VALUE "FileVersion", VERSION_STRING
77 VALUE "ProductVersion", VERSION_STRING
  /external/syslinux/com32/hdt/
hdt.c 50 char version_string[256]; local
53 snprintf(version_string, sizeof version_string, "%s %s (%s)",
75 more_printf("%s\n", version_string);
82 return_code = start_menu_mode(&hardware, version_string);

Completed in 1027 milliseconds

1 2 3 4 5 6 7 8 91011>>