Searched defs:VERSION (Results 1 - 25 of 214) sorted by relevance

123456789

/external/chromium-trace/catapult/third_party/typ/typ/
H A Dversion.py15 VERSION = '0.9.5' variable
/external/ppp/pppd/
H A Dpatchlevel.h1 #define VERSION "2.4.7" macro
/external/libjpeg-turbo/
H A Djconfigint.h24 #define VERSION "1.4.2" macro
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A D__init__.py9 VERSION = '2.7' variable
/external/dexmaker/src/dx/java/com/android/dx/
H A DVersion.java24 public static final String VERSION = "1.7"; field in class:Version
/external/skia/src/sfnt/
H A DSkOTTable_maxp_CFF.h18 static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00005000); member in struct:SkOTTableMaximumProfile_CFF
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DConstants.cs44 public static readonly string VERSION = "3.1b1"; field in class:Antlr.Runtime.Constants
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
H A Dpyami_sendmail26 VERSION="0.1" variable
36 parser = OptionParser(version=VERSION, usage=usage)
H A Dinstance_events23 VERSION="0.1" variable
112 parser = OptionParser(version=VERSION, usage=usage)
H A Dtaskadmin25 VERSION="0.1" variable
26 __version__ = VERSION
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
H A DMakefile10 VERSION = $(shell python setup.py --version) macro
13 DST = dist/httplib2-$(VERSION)
19 if [ $(VERSION) -ne $(INLINE_VERSION_3) ]; then exit 1; fi
20 if [ $(VERSION) -ne $(INLINE_VERSION) ]; then exit 1; fi
27 -rm -rf dist/httplib2-$(VERSION)
28 -rm dist/httplib2-$(VERSION).tar.gz
29 -rm dist/httplib2-$(VERSION).zip
30 -mkdir dist/httplib2-$(VERSION)
34 cd dist && tar -czv -f httplib2-$(VERSION).tar.gz httplib2-$(VERSION)
[all...]
H A Dsetup.py8 VERSION = '0.7.7' variable
11 version=VERSION,
15 download_url='http://httplib2.googlecode.com/files/httplib2-%s.tar.gz' % VERSION,
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
H A DVersion.java13 public static final String VERSION; field in class:Version
24 VERSION = version;
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_ProviderJCE.java34 private static final double VERSION = 1.0; field in class:Support_ProviderJCE
43 super(NAME, VERSION, INFO);
H A DSupport_ProviderRSA.java34 private static final double VERSION = 1.0; field in class:Support_ProviderRSA
43 super(NAME, VERSION, INFO);
H A DSupport_ProviderTrust.java34 private static final double VERSION = 1.0; field in class:Support_ProviderTrust
43 super(NAME, VERSION, INFO);
H A DSupport_TestProvider.java34 private static final double VERSION = 1.0; field in class:Support_TestProvider
44 super(NAME, VERSION, INFO);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/
H A DJaCoCo.java24 public static final String VERSION; field in class:JaCoCo
38 VERSION = bundle.getString("VERSION");
/external/libavc/encoder/
H A Dih264e_version.c89 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \ macro
94 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \ macro
129 VERSION(ac_version_tmp, CODEC_NAME, CODEC_RELEASE_TYPE, CODEC_RELEASE_VER,
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRCoderVersion.h15 static CFX_PtrArray* VERSION; member in class:CBC_QRCoderVersion
/external/selinux/policycoreutils/secon/
H A DMakefile9 VERSION = $(shell cat ../VERSION) macro
11 override CFLAGS += -DVERSION=\"$(VERSION)\" -I$(INCLUDEDIR)
/external/chromium-trace/catapult/third_party/gsutil/third_party/socksipy-branch/
H A Dsetup.py4 VERSION = "1.02" variable
8 version = VERSION,
/external/clang/test/CodeGen/
H A D2007-09-12-PragmaPack.c17 } VERSION; typedef in typeref:struct:__anon2059
21 VERSION version;
/external/deqp/scripts/egl/
H A D__init__.py23 from common import getEGLRegistry, getInterface, getDefaultInterface, VERSION namespace
/external/dhcpcd-6.8.2/
H A Ddefs.h31 #define VERSION "6.8.2" macro

Completed in 1384 milliseconds

123456789