HomeSort by relevance Sort by last modified time
    Searched refs:Version (Results 1 - 25 of 5938) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/buildSrc/src/main/java/android/support/
LibraryVersions.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
24 * Version code of the support library components.
26 public static final Version SUPPORT_LIBRARY = new Version("27.0.0-SNAPSHOT");
29 * Version code for flatfoot 1.0 projects (room, lifecycles)
31 private static final Version FLATFOOT_1_0_BATCH = new Version("1.0.0-beta1");
34 * Version code for Room
36 public static final Version ROOM = FLATFOOT_1_0_BATCH;
39 * Version code for Lifecycle extensions (live data, view model etc
    [all...]
  /external/r8/src/test/examples/multidex001/
Version.java 8 public class Version {
ClassForMainDex.java 14 return Version.getVersion();
  /external/okhttp/okhttp/src/main/java-templates/com/squareup/okhttp/internal/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
18 public final class Version {
20 return "okhttp/${project.version}";
23 private Version() {
  /frameworks/base/packages/ExtServices/src/android/ext/services/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 * Class that provides the version of the library.
22 public final class Version {
24 private Version() {
29 * Gets the version of the library.
31 * @return The version.
  /frameworks/base/packages/ExtShared/src/android/ext/shared/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 * Class that provides the version of the library.
22 public final class Version {
24 private Version() {
29 * Gets the version of the library.
31 * @return The version.
  /external/libchrome/base/
version.h 18 // Version represents a dotted version number, like "1.2.3.4", supporting
20 class BASE_EXPORT Version {
23 // Version object is assign to it.
24 Version();
26 Version(const Version& other);
28 ~Version();
30 // Initializes from a decimal dotted version number, like "0.1.1".
33 explicit Version(const std::string& version_str)
    [all...]
  /external/junit/src/main/java/junit/runner/
Version.java 4 * This class defines the current version of JUnit
6 public class Version {
7 private Version() {
  /frameworks/base/test-runner/src/junit/runner/
Version.java 4 * This class defines the current version of JUnit
6 public class Version {
7 private Version() {
  /dalvik/dx/src/com/android/dx/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 * Version number for dx.
22 public class Version {
23 /** {@code non-null;} version string */
24 public static final String VERSION = "1.14";
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v1/src/com/android/framework/multidexlegacyversionedtestapp/
ClassForMainDex.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
26 return Version.getVersion();
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 public class Version {
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v2/src/com/android/framework/multidexlegacyversionedtestapp/
ClassForMainDex.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
26 return Version.getVersion();
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 public class Version {
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v3/src/com/android/framework/multidexlegacyversionedtestapp/
ClassForMainDex.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
26 return Version.getVersion();
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 public class Version {
  /external/v8/src/
version.cc 5 #include "src/version.h"
7 #include "include/v8-version-string.h"
8 #include "include/v8-version.h"
12 // shared library instead the generic SONAME generated from the V8 version
19 int Version::major_ = V8_MAJOR_VERSION;
20 int Version::minor_ = V8_MINOR_VERSION;
21 int Version::build_ = V8_BUILD_NUMBER;
22 int Version::patch_ = V8_PATCH_LEVEL;
23 bool Version::candidate_ = (V8_IS_CANDIDATE_VERSION != 0);
24 const char* Version::soname_ = SONAME
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Availability.h 32 /// Represents the version that this specifier requires. If the host OS
33 /// version is greater than or equal to Version, the @available will evaluate
35 VersionTuple Version;
37 /// Name of the platform that Version corresponds to.
43 AvailabilitySpec(VersionTuple Version, StringRef Platform,
45 : Version(Version), Platform(Platform), BeginLoc(BeginLoc),
52 VersionTuple getVersion() const { return Version; }
58 bool isOtherPlatformSpec() const { return Version.empty();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Availability.h 32 /// Represents the version that this specifier requires. If the host OS
33 /// version is greater than or equal to Version, the @available will evaluate
35 VersionTuple Version;
37 /// Name of the platform that Version corresponds to.
43 AvailabilitySpec(VersionTuple Version, StringRef Platform,
45 : Version(Version), Platform(Platform), BeginLoc(BeginLoc),
52 VersionTuple getVersion() const { return Version; }
58 bool isOtherPlatformSpec() const { return Version.empty();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Availability.h 32 /// Represents the version that this specifier requires. If the host OS
33 /// version is greater than or equal to Version, the @available will evaluate
35 VersionTuple Version;
37 /// Name of the platform that Version corresponds to.
43 AvailabilitySpec(VersionTuple Version, StringRef Platform,
45 : Version(Version), Platform(Platform), BeginLoc(BeginLoc),
52 VersionTuple getVersion() const { return Version; }
58 bool isOtherPlatformSpec() const { return Version.empty();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Availability.h 32 /// Represents the version that this specifier requires. If the host OS
33 /// version is greater than or equal to Version, the @available will evaluate
35 VersionTuple Version;
37 /// Name of the platform that Version corresponds to.
43 AvailabilitySpec(VersionTuple Version, StringRef Platform,
45 : Version(Version), Platform(Platform), BeginLoc(BeginLoc),
52 VersionTuple getVersion() const { return Version; }
58 bool isOtherPlatformSpec() const { return Version.empty();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Availability.h 32 /// Represents the version that this specifier requires. If the host OS
33 /// version is greater than or equal to Version, the @available will evaluate
35 VersionTuple Version;
37 /// Name of the platform that Version corresponds to.
43 AvailabilitySpec(VersionTuple Version, StringRef Platform,
45 : Version(Version), Platform(Platform), BeginLoc(BeginLoc),
52 VersionTuple getVersion() const { return Version; }
58 bool isOtherPlatformSpec() const { return Version.empty();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Availability.h 32 /// Represents the version that this specifier requires. If the host OS
33 /// version is greater than or equal to Version, the @available will evaluate
35 VersionTuple Version;
37 /// Name of the platform that Version corresponds to.
43 AvailabilitySpec(VersionTuple Version, StringRef Platform,
45 : Version(Version), Platform(Platform), BeginLoc(BeginLoc),
52 VersionTuple getVersion() const { return Version; }
58 bool isOtherPlatformSpec() const { return Version.empty();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Availability.h 32 /// Represents the version that this specifier requires. If the host OS
33 /// version is greater than or equal to Version, the @available will evaluate
35 VersionTuple Version;
37 /// Name of the platform that Version corresponds to.
43 AvailabilitySpec(VersionTuple Version, StringRef Platform,
45 : Version(Version), Platform(Platform), BeginLoc(BeginLoc),
52 VersionTuple getVersion() const { return Version; }
58 bool isOtherPlatformSpec() const { return Version.empty();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Availability.h 32 /// Represents the version that this specifier requires. If the host OS
33 /// version is greater than or equal to Version, the @available will evaluate
35 VersionTuple Version;
37 /// Name of the platform that Version corresponds to.
43 AvailabilitySpec(VersionTuple Version, StringRef Platform,
45 : Version(Version), Platform(Platform), BeginLoc(BeginLoc),
52 VersionTuple getVersion() const { return Version; }
58 bool isOtherPlatformSpec() const { return Version.empty();
    [all...]

Completed in 811 milliseconds

1 2 3 4 5 6 7 8 91011>>