Searched refs:VERSION (Results 276 - 300 of 578) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DGatherAPIDataOld.java175 bw.write(String.valueOf(APIInfo.VERSION) + APIInfo.SEP); // header version
436 case VERSION:
488 private static final int VERSION = 7; field in class:GatherAPIDataOld
/external/libpng/contrib/gregbook/
H A Drpng-win.c81 #define VERSION "2.01 of 16 March 2008" macro
313 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname);
381 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname);
/external/replicaisland/src/com/replica/replicaisland/
H A DMainMenuActivity.java202 final int sdkVersion = Integer.parseInt(Build.VERSION.SDK);
245 if (Math.abs(lastVersion) < Math.abs(AndouKun.VERSION)) {
275 editor.putInt(PreferenceConstants.PREFERENCE_LAST_VERSION, AndouKun.VERSION);
/external/selinux/libselinux/src/
H A DMakefile25 VERSION = $(shell cat ../VERSION) macro
150 $(LIBPC): $(LIBPC).in ../VERSION
151 sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBBASE):; s:@includedir@:$(INCLUDEDIR):' < $< > $@
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl178 =head1 VERSION
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorOutputElem.java139 * @see javax.xml.transform.OutputKeys#VERSION
144 m_outputProperties.setProperty(OutputKeys.VERSION, newValue);
/external/autotest/client/cros/i2c/
H A Dusb_to_i2c.py120 serial.VERSION, self.serial.__repr__())
/external/c-ares/
H A Dares_config.h479 #undef VERSION macro
/external/curl/
H A Dmaketgz123 # Enforce a rerun of configure (updates the VERSION)
158 make -sj dist VERSION=$version
/external/fio/oslib/
H A Dlibmtd_common.h215 printf("%s %s\n", PROGRAM_NAME, VERSION); \
/external/glide/library/src/main/java/com/bumptech/glide/
H A DGlideBuilder.java156 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/
H A DUOption.java75 public static UOption VERSION() { return create("version", 'V', NO_ARG); } method in class:UOption
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
H A DAgent.java186 return JaCoCo.VERSION;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
H A DReportPage.java154 versioninfo.text(" ").text(JaCoCo.VERSION);
/external/libcap/libcap/
H A DMakefile17 MAJLIBNAME=$(LIBNAME).$(VERSION)
33 -e 's,@VERSION@,$(VERSION).$(MINOR),' \
/external/llvm/include/llvm/Support/
H A DTargetParser.h35 #define ARM_FPU(NAME, KIND, VERSION, NEON_SUPPORT, RESTRICTION) KIND,
/external/ltp/include/mk/
H A Dautomake.mk60 m4/ltp-version.m4: VERSION
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
H A DClassDefinitionUtils.java85 public static final byte[] VERSION = { (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x31 }; // minor_version, major_version (Java 5) field in class:ClassDefinitionUtils
H A DProxyingInstantiator.java101 in.write(VERSION);
/external/ppp/pppd/plugins/pppoatm/
H A Dpppoatm.c30 const char pppd_version[] = VERSION;
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
H A DViewLoaderTest.java92 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.FROYO);
100 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.JELLY_BEAN);
109 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.HONEYCOMB);
118 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.JELLY_BEAN);
/external/strace/
H A Dconfig.h1286 #define VERSION "4.18" macro
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTargetParser.h35 #define ARM_FPU(NAME, KIND, VERSION, NEON_SUPPORT, RESTRICTION) KIND,
/external/syslinux/efi/
H A DMakefile59 DATE := $(shell sh $(SRC)/../gen-id.sh $(VERSION) $(HEXDATE))
/external/syslinux/gpxe/src/
H A DMakefile135 VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION) macro
139 -DVERSION=\"$(VERSION)\"
140 IDENT = '$(@F) $(VERSION) (GPL) etherboot.org'
142 @$(ECHO) $(VERSION)

Completed in 872 milliseconds

<<11121314151617181920>>