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

1 2 3 4 5 6 7 8 91011>>

  /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 // Initializes from a decimal dotted version number, like "0.1.1".
31 explicit Version(const std::string& version_str);
35 explicit Version(std::vector<uint32_t> components)
    [all...]
  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/
LibraryVersions.kt 4 * Licensed under the Apache License, Version 2.0 (the "License");
24 * Version code of the support library components.
26 val SUPPORT_LIBRARY = Version("1.0.0-alpha1")
29 * Version code for Room
31 val ROOM = Version("2.0.0-alpha1")
34 * Version code for Lifecycle extensions (ProcessLifecycleOwner, Fragment support)
36 val LIFECYCLES_EXT = Version("2.0.0-alpha1")
39 * Version code for Lifecycle LiveData
44 * Version code for Lifecycle ViewModel
49 * Version code for Pagin
    [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.16";
  /external/tensorflow/tensorflow/go/
version.go 4 Licensed under the Apache License, Version 2.0 (the "License");
23 // Version returns a string describing the version of the underlying TensorFlow
25 func Version() string { return C.GoString(C.TF_Version()) }
  /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 {
  /system/libvintf/include/vintf/
constants.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 #include "Version.h"
25 /* libvintf meta-version */
26 constexpr Version kMetaVersion{1, 0};
  /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-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/darwin-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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 1056 milliseconds

1 2 3 4 5 6 7 8 91011>>