HomeSort by relevance Sort by last modified time
    Searched refs:VERSION (Results 276 - 300 of 1890) sorted by null

<<11121314151617181920>>

  /external/pcre/dist2/src/
config.h.generic 42 is not possible to build a version of PCRE2 that supports both EBCDIC and
131 size. Define HEAP_MATCH_RECURSE to any value to get a version that doesn't
208 /* Define to the full name and version of this package. */
217 /* Define to the version of this package. */
301 /* Version number of package */
302 #define VERSION "10.22"
  /external/protobuf/gtest/build-aux/
config.h.in 49 /* Define to the full name and version of this package. */
58 /* Define to the version of this package. */
68 /* Version number of package */
69 #undef VERSION
  /external/python/cpython2/Demo/embed/
Makefile 2 # (This version originally written on Red Hat Linux 6.1;
12 # Python version
13 VERSION= 2.7
22 LIBPYTHON= $(blddir)/libpython$(VERSION).a
  /external/selinux/scripts/
make-update 21 VERS=`cat VERSION`
  /external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/
config.h.in 49 /* Define to the full name and version of this package. */
58 /* Define to the version of this package. */
68 /* Version number of package */
69 #undef VERSION
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
63 assertNotEmpty("VERSION.INCREMENTAL", Build.VERSION.INCREMENTAL);
64 assertNotEmpty("VERSION.RELEASE", Build.VERSION.RELEASE);
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
VolumeDialogController.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
35 @ProvidesInterface(version = VolumeDialogController.VERSION)
40 int VERSION = 1;
59 @ProvidesInterface(version = StreamState.VERSION)
61 public static final int VERSION = 1;
88 @ProvidesInterface(version = State.VERSION)
90 public static final int VERSION = 1
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ViewGroupBindingAdapterTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
59 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
71 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
  /frameworks/native/cmds/bugreportz/
main.cpp 4 * Licensed under the Apache License, Version 2.0 (the "License");
29 static constexpr char VERSION[] = "1.1";
36 " -v: to display the version\n"
41 fprintf(stderr, "%s\n", VERSION);
  /frameworks/opt/chips/src/com/android/ex/chips/
ChipsUtil.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
45 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH;
49 * Whether we are running on M or later version.
55 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.M;
  /frameworks/support/compat/java/android/support/v4/graphics/
BitmapCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
65 if (Build.VERSION.SDK_INT >= 19) {
67 } else if (Build.VERSION.SDK_INT >= 18) {
  /frameworks/support/compat/java/android/support/v4/net/
TrafficStatsCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
135 if (Build.VERSION.SDK_INT >= 24) {
152 if (Build.VERSION.SDK_INT >= 24) {
  /frameworks/support/compat/java/android/support/v4/os/
CancellationSignal.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
22 * Static library support version of the framework's {@link android.os.CancellationSignal}.
81 if (obj != null && Build.VERSION.SDK_INT >= 16) {
135 if (Build.VERSION.SDK_INT < 16) {
  /frameworks/support/compat/java/android/support/v4/widget/
ListViewCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
36 if (Build.VERSION.SDK_INT >= 19) {
37 // Call the framework version directly
66 if (Build.VERSION.SDK_INT >= 19) {
67 // Call the framework version directly
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
LeanbackTransitionHelper.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
73 if (Build.VERSION.SDK_INT >= 21) {
75 } else if (Build.VERSION.SDK_INT >= 19) {
  /packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
PhoneQuery.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 import android.os.Build.VERSION;
87 if (VERSION.SDK_INT >= VERSION_CODES.N) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumbver.d 14 +.*: 00000001 +0 +FUNC +LOCAL +DEFAULT +1 a_export@VERSION
  /external/elfutils/libelf/
Makefile.am 10 ## Software Foundation; either version 3 of the License, or (at
11 ## your option) any later version
16 ## Software Foundation; either version 2 of the License, or (at
17 ## your option) any later version
35 VERSION = 1
106 -Wl,--version-script,$(srcdir)/libelf.map,--no-undefined \
107 -Wl,--soname,$@.$(VERSION),-z,defs,-z,relro $(libelf_so_LDLIBS)
109 $(AM_V_at)ln -fs $@ $@.$(VERSION)
114 ln -fs libelf-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libelf.so.$(VERSION)
115 ln -fs libelf.so.$(VERSION) $(DESTDIR)$(libdir)/libelf.s
    [all...]
  /external/jsr330/
build.sh 2 VERSION=SNAPSHOT
20 License</a>, Version 2.0.</font>"
55 cp build/dist/$NAME.jar build/maven/$NAME-$VERSION.jar
56 cp build/dist/$NAME-src.zip build/maven/$NAME-$VERSION-sources.jar
57 cp build/dist/$NAME-javadoc.zip build/maven/$NAME-$VERSION-javadoc.jar
59 jar cfM build/$NAME-$VERSION-bundle.jar -C build/maven .
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
GlifLayoutTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
27 import android.os.Build.VERSION;
90 if (VERSION.SDK_INT >= VERSION_CODES.M) {
103 if (VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN_MR1) {
109 if (VERSION.SDK_INT >= VERSION_CODES.N) {
123 if (VERSION.SDK_INT >= VERSION_CODES.M) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
DrawableUtils.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
51 if (Build.VERSION.SDK_INT >= 18) {
116 if (Build.VERSION.SDK_INT == 21
127 if (Build.VERSION.SDK_INT < 15 && drawable instanceof InsetDrawable) {
129 } else if (Build.VERSION.SDK_INT < 15 && drawable instanceof GradientDrawable) {
133 } else if (Build.VERSION.SDK_INT < 17 && drawable instanceof LayerDrawable) {
  /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");
110 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
112 } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
114 } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
120 // if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
133 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
135 } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
141 // if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
  /frameworks/support/media-compat/java/android/support/v4/media/app/
NotificationCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
103 if (Build.VERSION.SDK_INT >= 21) {
186 if (Build.VERSION.SDK_INT < 21) {
209 if (Build.VERSION.SDK_INT >= 21) {
234 if (Build.VERSION.SDK_INT >= 21) {
286 if (Build.VERSION.SDK_INT >= 15) {
302 if (Build.VERSION.SDK_INT >= 21) {
371 * your custom views in order to get the correct styling on each platform version.
387 if (Build.VERSION.SDK_INT >= 24) {
401 if (Build.VERSION.SDK_INT >= 24)
    [all...]
  /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...]

Completed in 692 milliseconds

<<11121314151617181920>>