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

<<21222324252627282930>>

  /external/curl/lib/
config-os400.h 33 /* Version number of this archive. */
34 #undef VERSION
51 /* OS400 supports a 3-argument ASCII version of gethostbyaddr_r(), but its
53 * const). However, getaddrinfo() is supported (ASCII version defined as
422 /* Version number of package */
423 #undef VERSION
459 /* OS400 has no ASCII version of this procedure: wrapped in setup-os400.h. */
config-riscos.h 32 /* Version number of this archive. */
33 #undef VERSION
395 /* Version number of package */
396 #undef VERSION
  /external/elfutils/libebl/
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
33 VERSION = 1
  /external/guice/core/test/com/googlecode/guice/
OSGiContainerTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
49 static final String VERSION = System.getProperty("version", "snapshot");
55 static final String GUICE_JAR = BUILD_DIST_DIR + "/guice-" + VERSION + ".jar";
  /external/iptables/iptables/
iptables-apply 11 VERSION=1.0
18 $PROGNAME $VERSION -- a safer way to update iptables remotely
52 -V | --version Display version information
58 LONGOPTS="timeout:,version,help";
82 (-V|--version) about >&2; exit 0;;
  /external/libogg/doc/libogg/
Makefile.am 3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
  /external/libvorbis/doc/vorbisfile/
Makefile.am 3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisfile
  /external/libxml2/os400/
initscript.sh 72 setenv WITH_SAX1 1 # Compile SAX version 1 interface.
115 # Extract version information.
128 # Need to get the version definitions.
142 setenv VERSION "${LIBXML_VERSION}"
267 # Copy IFS file replacing version & configuration info.
281 -e "s#@VERSION@#${VERSION}#g" \
  /external/ltp/include/
config.h.default 10 /* Define to 1 if you have the RHEL ~4.6 version of quotactl, e.g. require
14 /* Define to 1 if you have the RHEL 4.8+ version of quotactl, e.g. require
128 /* 2.6 version of swapon/swapoff */
137 /* 2.4 version of swapon/swapoff */
233 /* Define to the full name and version of this package. */
239 /* Define to the version of this package. */
245 /* Version number of package */
246 #undef VERSION
  /external/pcre/dist2/src/
config.h.in 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
193 /* Define to the full name and version of this package. */
202 /* Define to the version of this package. */
292 /* Version number of package */
293 #undef VERSION
  /external/python/cpython2/Doc/tools/static/
version_switch.js 16 $.each(all_versions, function(version, title) {
17 buf.push('<option value="' + version + '"');
18 if (version == current_version)
33 // python 2 url without version?
46 // check beforehand if url exists, else redirect to version's start page
60 var release = DOCUMENTATION_OPTIONS.VERSION;
61 var version = release.substr(0, 3);
62 var select = build_select(version, release);
  /external/python/cpython2/Modules/_ctypes/libffi/
fficonfig.h.in 139 /* Define to the full name and version of this package. */
148 /* Define to the version of this package. */
178 /* Version number of package */
179 #undef VERSION
  /external/stressapptest/src/
stressapptest_config.h.in 145 /* Define to the full name and version of this package. */
154 /* Define to the version of this package. */
202 /* Version number of package */
203 #undef VERSION
224 previous line. Perhaps some future version of Sun C++ will work with
  /external/v8/tools/
v8-info.sh 33 VERSION="include/v8-version.h"
54 -i Print revision info for all branches matching the V8 version.
56 Output format: [Git hash] [SVN revision] [V8 version]
58 -v Print the V8 version tag for a trunk SVN revision.
60 Output format: [V8 version]
64 Output format: [V8 version] [SVN revision] [SVN patch merged]*.
114 rev=$(git show $1:$VERSION \
  /frameworks/multidex/library/src/android/support/multidex/
MultiDex.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
79 isVMMultidexCapable(System.getProperty("java.vm.version"));
100 if (Build.VERSION.SDK_INT < MIN_SDK_VERSION) {
101 throw new RuntimeException("MultiDex installation failed. SDK " + Build.VERSION.SDK_INT
102 + " is unsupported. Min SDK version is " + MIN_SDK_VERSION + ".");
146 if (Build.VERSION.SDK_INT < MIN_SDK_VERSION) {
147 throw new RuntimeException("MultiDex installation failed. SDK " + Build.VERSION.SDK_INT
148 + " is unsupported. Min SDK version is " + MIN_SDK_VERSION + ".");
206 if (Build.VERSION.SDK_INT > MAX_SUPPORTED_SDK_VERSION) {
207 Log.w(TAG, "MultiDex is not guaranteed to work in SDK version "
    [all...]
  /frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/
NavigationBarButton.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
48 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
106 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
RichTextView.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
21 import android.os.Build.VERSION;
156 if (VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN_MR1) {
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
Partner.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
27 import android.os.Build.VERSION;
134 if (VERSION.SDK_INT >= VERSION_CODES.N) {
  /frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/test/
GlifRecyclerLayoutTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
110 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
125 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
SetupWizardRecyclerLayoutTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
111 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
126 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
GlifListLayoutTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
110 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
125 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
SetupWizardListLayoutTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
97 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
112 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
  /frameworks/support/compat/java/android/support/v4/widget/
CompoundButtonCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
40 if (Build.VERSION.SDK_INT >= 23) {
42 } else if (Build.VERSION.SDK_INT >= 21) {
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/widget/
SlidingPaneLayoutActivity.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
147 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
160 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /frameworks/support/v13/java/android/support/v13/view/inputmethod/
InputContentInfoCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
169 if (Build.VERSION.SDK_INT >= 25) {
221 if (Build.VERSION.SDK_INT < 25) {

Completed in 1571 milliseconds

<<21222324252627282930>>