HomeSort by relevance Sort by last modified time
    Searched refs:version (Results 76 - 100 of 12789) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/slf4j/
version.pl 3 print "Usage: version.pl VER FILE {FILE, FILE}\n";
25 if($hitCount == 0 && /<version>.*<\/version>/) {
26 s/<version>.*<\/version>/<version>${V}<\/version>/;
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
VersionTagsTuple.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 import org.yaml.snakeyaml.DumperOptions.Version;
26 private Version version; field in class:VersionTagsTuple
29 public VersionTagsTuple(Version version, Map<String, String> tags) {
30 this.version = version;
34 public Version getVersion() {
35 return version;
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/ext/
Locator2Impl.java 25 * @version TBS
30 private String version; field in class:Locator2Impl
43 * <em>encoding</em> and <em>version</em>strings are copied,
54 version = l2.getXMLVersion ();
64 * Returns the current value of the version property.
66 * @return the current value of the version property.
71 { return version; }
89 * Assigns the current value of the version property.
91 * @param version the new "version" valu
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
global.h 14 * published by the Free Software Foundation; either version 2.1 of
15 * the License, or (at your option) any later version.
57 #define __SND_DLSYM_VERSION(name, version) _ ## name ## version
60 * \brief Appends the build version to the name of a versioned dynamic symbol.
62 #define SND_DLSYM_BUILD_VERSION(name, version) char __SND_DLSYM_VERSION(name, version);
75 #define __SND_DLSYM_VERSION(prefix, name, version) _ ## prefix ## name ## version
78 * \brief Appends the build version to the name of a versioned dynamic symbol
    [all...]
  /cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
ApiLevelUtilTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
36 int version = Build.VERSION.SDK_INT; local
38 assertFalse(ApiLevelUtil.isBefore(version - 1));
39 assertFalse(ApiLevelUtil.isBefore(version));
40 assertTrue(ApiLevelUtil.isBefore(version + 1));
42 assertTrue(ApiLevelUtil.isAfter(version - 1));
43 assertFalse(ApiLevelUtil.isAfter(version));
44 assertFalse(ApiLevelUtil.isAfter(version + 1));
46 assertTrue(ApiLevelUtil.isAtLeast(version - 1))
    [all...]
  /dalvik/dx/src/com/android/dex/
DexFormat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
51 /** dex file version number for API level 28 and earlier */
54 /** dex file version number for API level 26 and earlier */
57 /** dex file version number for API level 24 and earlier */
60 /** dex file version number for API level 13 and earlier */
64 * Dex file version number for dalvik.
66 * Note: Dex version 36 was loadable in some versions of Dalvik but was never fully supported or
120 String version = "" + ((char) magic[4]) + ((char) magic[5]) +((char) magic[6]); local
122 if (version.equals(VERSION_FOR_API_13)) {
124 } else if (version.equals(VERSION_FOR_API_24))
144 String version; local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMImplementationImpl.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
52 public boolean hasFeature(String feature, String version) {
53 boolean anyVersion = version == null || version.length() == 0;
63 return anyVersion || version.equals("1.0") || version.equals("2.0") || version.equals("3.0");
65 return anyVersion || version.equals("1.0") || version.equals("2.0") || version.equals("3.0")
    [all...]
  /libcore/ojluni/src/main/java/javax/crypto/spec/
RC5ParameterSpec.java 6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
35 * <p> The parameters consist of a version number, a rounds count, a word
50 private int version; field in class:RC5ParameterSpec
55 * Constructs a parameter set for RC5 from the given version, number of
58 * @param version the version.
62 public RC5ParameterSpec(int version, int rounds, int wordSize) {
63 this.version = version
    [all...]
  /device/google/wahoo/
init.qcom.devstart.sh 7 version=`grep -ao "OEM_IMAGE_VERSION_STRING[ -~]*" \
9 sed -e s/OEM_IMAGE_VERSION_STRING=SLPI.version.// -e s/\(.*\).//`
10 setprop sys.slpi.firmware.version "$version"
  /external/autotest/client/deps/graphics/
graphics.py 10 version = 1 variable
17 utils.update_version(pwd + '/src', True, version, setup)
  /external/autotest/client/deps/webgl_mpd/
webgl_mpd.py 10 version = 1 variable
17 utils.update_version(pwd + '/src', True, version, setup)
  /external/capstone/
pkgconfig.mk 1 # Package version of Capstone for Makefile.
4 # version major & minor
8 # version bugfix level. Example: PKG_EXTRA = 1
11 # version tag. Examples: rc1, b2, post1
  /external/libpng/scripts/
libpng-config-head.in 14 version=1.6.34
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
ip.rsh 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 #pragma version(1)
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
ip.rsh 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 #pragma version(1)
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
ip.rsh 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 #pragma version(1)
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
ip.rsh 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 #pragma version(1)
  /system/bt/conf/
bt_did.conf 17 # Product ID & Product Version
18 # Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
19 # JJ: major version number, M: minor version number, N: sub-minor version number
22 version = 0x1436
46 # Product ID & Product Version
47 # Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
48 # JJ: major version number, M: minor version number, N: sub-minor version numbe
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/symver/
symver3.l 2 .*:6: Error: missing version name in `foo' for symbol `foo'
symver4.l 2 .*:6: Error: missing version name in `foo@' for symbol `foo'
symver5.l 2 .*:6: Error: missing version name in `foo@@@' for symbol `foo'
  /tools/tradefederation/core/src/com/android/tradefed/build/
OtatoolsBuildInfo.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
25 private static final long serialVersionUID = BuildSerializedVersion.VERSION;
41 public void setSecurityDir(File dir, String version) {
42 setFile(SECURITY_DIR_NAME, dir, version);
55 public void setBinDir(File dir, String version) {
56 setFile(BIN_DIR_NAME, dir, version);
69 public void setFrameworkDir(File dir, String version) {
70 setFile(FRAMEWORK_DIR_NAME, dir, version);
83 public void setReleasetoolsDir(File dir, String version) {
84 setFile(RELEASETOOLS_DIR_NAME, dir, version);
    [all...]
  /build/soong/cc/libbuildversion/tests/
build_version_test_lib.cpp 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 #include <build/version.h>
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ApiLevelUtil.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
28 public static boolean isBefore(int version) {
29 return Build.VERSION.SDK_INT < version;
32 public static boolean isBefore(String version) {
33 return Build.VERSION.SDK_INT < resolveVersionString(version);
36 public static boolean isAfter(int version) {
37 return Build.VERSION.SDK_INT > version;
    [all...]
  /external/e2fsprogs/lib/ext2fs/
version.c 2 * version.c --- Return the version of the ext2 library
8 * General Public License, version 2.
23 #include "../../version.h"
31 int version = 0, dot_count = 0; local
42 version = (version * 10) + (*cp - '0');
44 return version;

Completed in 707 milliseconds

1 2 34 5 6 7 8 91011>>