Searched refs:VERSION (Results 126 - 150 of 550) sorted by relevance

1234567891011>>

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A D__init__.py9 VERSION = '2.7' variable
/external/elfutils/0.153/libebl/
H A Deblobjnotetypename.c82 KNOWNSTYPE (VERSION),
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DBaseKeyPool.java14 if (Build.VERSION.SDK_INT >= 9) {
/external/glide/library/src/main/java/com/bumptech/glide/manager/
H A DRequestManagerRetriever.java33 if (Build.VERSION.SDK_INT >= 11 && activity.isDestroyed()) {
53 if (Build.VERSION.SDK_INT >= 17 && activity.isDestroyed()) {
65 if (Build.VERSION.SDK_INT >= 13 && fragment.isDetached()) {
68 if (Build.VERSION.SDK_INT >= 17) {
/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DUtil.java32 if (Build.VERSION.SDK_INT >= 19) {
/external/libunwind/include/
H A Dconfig.h244 #define VERSION "1.1" macro
/external/libxml2/
H A Dconfig.h307 #define VERSION "2.9.1" macro
/external/netperf/
H A Dconfig.h294 #define VERSION "2.4.4" macro
/external/ppp/pppd/plugins/
H A Dpasswordfd.c17 char pppd_version[] = VERSION;
/external/ppp/pppd/plugins/radius/
H A Dradattr.c28 char pppd_version[] = VERSION;
/external/protobuf/android/
H A Dconfig.h130 #define VERSION "2.3.0" macro
/external/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h19 static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00010000); member in struct:SkOTTableMaximumProfile_TT
/external/srtp/doc/
H A DMakefile19 version = $(shell cat $(top_srcdir)/VERSION)
/external/stressapptest/src/
H A Dstressapptest_config_android.h203 #define VERSION "1.0.4_autoconf" macro
/external/valgrind/main/
H A Dconfig.h365 #define VERSION "3.10.0.SVN" macro
/external/chromium_org/remoting/host/installer/linux/
H A Dbuild-deb.sh21 remoting_version_path=$src_root/remoting/VERSION
22 chrome_version_path=$src_root/chrome/VERSION
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3internalh.tcl31 set VERSION ?????
36 regexp {#define\s+SQLITE_VERSION\s+"(.*)"} $line all VERSION
48 ** version $VERSION.
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
H A DRootFinder.java39 Build.VERSION.SDK_INT >= 17 ? "android.view.WindowManagerGlobal"
41 String instanceMethod = Build.VERSION.SDK_INT >= 17 ? "getInstance" : "getDefault";
/external/libpng/
H A Dconfig.h.in89 #undef VERSION
/external/libusb/
H A Dconfig.h.in89 #undef VERSION
/external/pcre/dist/
H A Dconfig.h.generic340 #define VERSION "8.36"
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe-discovery.c57 fprintf(conn->debugFile, "pppoe-discovery %s\n", VERSION);
123 fprintf(stderr, "\nVersion " VERSION "\n");
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Dapp_state.js19 this.state_[AppState.Field.VERSION] = AppState.VERSION_;
36 VERSION: 'version',
136 if (state[AppState.Field.VERSION] == AppState.VERSION_) {
/external/cmockery/cmockery_0_1_2/
H A DMakefile.am24 docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
109 @cd packages && ./rpm.sh ${PACKAGE} ${VERSION}
112 @cd packages && ./deb.sh ${PACKAGE} ${VERSION}
/external/chromium_org/third_party/sqlite/src/
H A Dconfigure.ac90 AC_INIT(sqlite, m4_esyscmd([cat VERSION | tr -d '\n']))
92 dnl Make sure the local VERSION file matches this configure script
93 sqlite_version_sanity_check=`cat $srcdir/VERSION | tr -d '\n'`
97 top level VERSION file = $sqlite_version_sanity_check
171 VERSION=[`cat $srcdir/VERSION | sed 's/^\([0-9]*\.*[0-9]*\).*/\1/'`]
172 AC_MSG_NOTICE(Version set to $VERSION)
173 AC_SUBST(VERSION)
174 RELEASE=`cat $srcdir/VERSION`
177 VERSION_NUMBER=[`cat $srcdir/VERSION \
[all...]

Completed in 1255 milliseconds

1234567891011>>