HomeSort by relevance Sort by last modified time
    Searched refs:VERSION (Results 176 - 200 of 1070) sorted by null

1 2 3 4 5 6 78 91011>>

  /ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh 56 # There is also VFPv2, which is an earlier version of VFPv3. Technically
233 for VERSION in $DEFAULT_GCC_VERSION_LIST; do
234 GNUSTL_LIBS=$NDK/sources/cxx-stl/gnu-libstdc++/$VERSION/libs/$ABI
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodSubtypeCompatUtils.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
38 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
58 || Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN_MR1) {
  /external/elfutils/0.153/libdw/
Makefile.am 8 ## Free Software Foundation; version 2 of the License.
33 VERSION = 1
107 $(LINK) -shared -o $@ -Wl,--soname,$@.$(VERSION),-z,defs \
109 -Wl,--version-script,$<,--no-undefined \
113 ln -fs $@ $@.$(VERSION)
118 ln -fs libdw-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libdw.so.$(VERSION)
119 ln -fs libdw.so.$(VERSION) $(DESTDIR)$(libdir)/libdw.so
123 rm -f $(DESTDIR)$(libdir)/libdw.so.$(VERSION)
135 MOSTLYCLEANFILES = $(am_libdw_pic_a_OBJECTS) libdw.so.$(VERSION)
  /external/elfutils/0.153/libelf/
Makefile.am 8 ## Free Software Foundation; version 2 of the License.
32 VERSION = 1
104 -Wl,--version-script,$(srcdir)/libelf.map,--no-undefined \
105 -Wl,--soname,$@.$(VERSION),-z,defs,-z,relro $(libelf_so_LDLIBS)
107 ln -fs $@ $@.$(VERSION)
112 ln -fs libelf-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libelf.so.$(VERSION)
113 ln -fs libelf.so.$(VERSION) $(DESTDIR)$(libdir)/libelf.so
117 rm -f $(DESTDIR)$(libdir)/libelf.so.$(VERSION)
125 CLEANFILES += $(am_libelf_pic_a_OBJECTS) libelf.so.$(VERSION)
  /external/chromium_org/third_party/mesa/src/bin/
mklib 108 echo ' -major N specifies major version number (default is 1)'
109 echo ' -minor N specifies minor version number (default is 0)'
110 echo ' -patch N specifies patch version number (default is 0)'
393 # Make the 'exptmp' file for --version-script option
400 OPTS="${OPTS} -Xlinker --version-script=exptmp"
412 VERSION="${MAJOR}.${MINOR}"
414 VERSION="${MAJOR}.${MINOR}.${PATCH}"
417 echo "mklib: Making" $ARCH "shared library: " ${LIBNAME}.so.${VERSION}
420 rm -f ${LIBNAME}.so.${VERSION}
425 ${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME}.so.${VERSION} ${OBJECTS} ${DEPS
    [all...]
  /external/mesa3d/bin/
mklib 108 echo ' -major N specifies major version number (default is 1)'
109 echo ' -minor N specifies minor version number (default is 0)'
110 echo ' -patch N specifies patch version number (default is 0)'
393 # Make the 'exptmp' file for --version-script option
400 OPTS="${OPTS} -Xlinker --version-script=exptmp"
412 VERSION="${MAJOR}.${MINOR}"
414 VERSION="${MAJOR}.${MINOR}.${PATCH}"
417 echo "mklib: Making" $ARCH "shared library: " ${LIBNAME}.so.${VERSION}
420 rm -f ${LIBNAME}.so.${VERSION}
425 ${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME}.so.${VERSION} ${OBJECTS} ${DEPS
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushProtocol.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
37 private static final byte VERSION = 1;
70 // Check version of protocol
71 byte version;
73 version = input.readByte();
75 Log.w(TAG, "Unable to read version");
76 throw new FormatException("Unable to read version");
79 if(version != VERSION) {
80 Log.w(TAG, "Got version " + version + ", expected " + VERSION)
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
AdditionalSubtypeUtilsTests.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
111 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
113 } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
115 } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
121 // if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
134 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
136 } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
142 // if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java 6 * to you under the Apache License, Version 2.0 (the "License");
55 * &lt;?xml version="1.0"?&gt;
56 * &lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
85 * <p>Note: for an improved version of this utility, please see
90 * @version $Id: EnvironmentCheck.java 468646 2006-10-28 06:57:58Z minchau $
313 /** Prefixed to hash keys that signify version numbers. */
314 public static final String VERSION = "version.";
320 public static final String CLASS_PRESENT = "present-unknown-version";
419 envCheckNode.setAttribute("version", "$Revision: 468646 $")
    [all...]
  /ndk/build/tools/
build-host-gdb.sh 5 # Licensed under the Apache License, Version 2.0 (the "License");
56 register_var_option "--gdb-version=<version>" GDB_VERSION "Select GDB version(s)."
62 register_var_option "--python-version=<version>" PYTHON_VERSION "Python version."
93 for VERSION in $(commas_to_spaces $GDB_VERSION); do
94 GDB_SRCDIR=$TOOLCHAIN_SRC_DIR/gdb/gdb-$VERSION
111 # Return the build install directory of a given GDB version
    [all...]
  /external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
DeviceDisplayInfo.java 62 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN_MR1) {
74 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN_MR1) {
83 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN_MR1) {
  /external/libsepol/src/
Makefile 9 VERSION = $(shell cat ../VERSION)
28 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -Wl,-soname,$(LIBSO),--version-script=libsepol.map,-z,defs
31 $(LIBPC): $(LIBPC).in ../VERSION
32 sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBBASE):; s:@includedir@:$(INCLUDEDIR):' < $< > $@
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
HttpClientFactory.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
124 Build.VERSION.SDK_INT,
125 Build.VERSION.RELEASE,
126 Build.VERSION.INCREMENTAL);
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessor.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
44 * Check the version of the SDK we are running on. Choose an
45 * implementation class designed for that version of the SDK.
55 int sdkVersion = Integer.parseInt(Build.VERSION.SDK); // Cupcake style
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
94 * added. This will only be called in the V9 version when a motion event
103 * they were last queried. This will not be called for the V9 version of
112 * removed. For the V9 version, this can take some time depending on the
133 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
  /external/chromium_org/third_party/icu/source/tools/gendraft/
Makefile 34 perl ./genheaders.pl --srcdir=$(DOCDIR) --destdir=$(COMMONHDR) --version=$(VERSION) --exclusion-list=$(EXCLUDE)
  /external/chromium_org/third_party/libevent/android/
config.h 1 /* Copied from Linux version and changed the features according Android, which
217 /* Define to the full name and version of this package. */
223 /* Define to the version of this package. */
244 /* Version number of package */
245 #define VERSION "1.4.13-stable"
  /external/chromium_org/third_party/libevent/freebsd/
config.h 217 /* Define to the full name and version of this package. */
223 /* Define to the version of this package. */
244 /* Version number of package */
245 #define VERSION "1.4.13-stable"
  /external/chromium_org/third_party/libevent/linux/
config.h 217 /* Define to the full name and version of this package. */
223 /* Define to the version of this package. */
244 /* Version number of package */
245 #define VERSION "1.4.13-stable"
  /external/chromium_org/third_party/libevent/mac/
config.h 217 /* Define to the full name and version of this package. */
223 /* Define to the version of this package. */
244 /* Version number of package */
245 #define VERSION "1.4.13-stable"
  /external/chromium_org/third_party/libevent/solaris/
config.h 217 /* Define to the full name and version of this package. */
223 /* Define to the version of this package. */
244 /* Version number of package */
245 #define VERSION "1.4.13-stable"
  /external/chromium_org/third_party/libsrtp/srtp/doc/
Makefile 17 # Determine the version of the library
19 version = $(shell cat $(top_srcdir)/VERSION) macro
27 sed 's/LIBSRTPVERSION/$(version)/' header.template > header.tex
  /external/chromium_org/third_party/protobuf/
config.h 12 <new> which will define libc++'s version macro (if using libc++).
146 /* Define to the full name and version of this package. */
152 /* Define to the version of this package. */
162 /* Version number of package */
163 #define VERSION "2.3.0"
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_maxp_TT.h 18 SK_OT_Fixed version; member in struct:SkOTTableMaximumProfile_TT
19 static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00010000);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
config_freebsd.h 205 /* Define to the full name and version of this package. */
214 /* Define to the version of this package. */
261 /* Version number of package */
262 #define VERSION "1.7"

Completed in 7749 milliseconds

1 2 3 4 5 6 78 91011>>