/external/oauth/core/src/main/java/net/oauth/ |
SimpleOAuthValidator.java | 51 * @param maxVersion 54 public SimpleOAuthValidator(long timestampWindowMsec, double maxVersion) { 56 this.maxVersion = maxVersion; 60 protected final double maxVersion; 77 if (version < minVersion || maxVersion < version) { 79 problem.setParameter("oauth_acceptable_versions", minVersion + "-" + maxVersion);
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
HostConnection.cpp | 176 uint32_t maxVersion = ChecksumCalculator::getMaxVersion(); 178 if (maxVersion < checksumVersion) { 179 checksumVersion = maxVersion;
|
/frameworks/rs/api/ |
GenerateDocumentation.cpp | 83 if (b.minVersion != 0 && a->maxVersion == b.minVersion - 1) { 84 a->maxVersion = b.maxVersion; 85 } else if (b.maxVersion != 0 && a->minVersion == b.maxVersion + 1) { 89 "how to merge versions (" << a->minVersion << " - " << a->maxVersion << ") and (" 90 << b.minVersion << " - " << b.maxVersion << ")\n"; 318 if (info.minVersion > 1 || info.maxVersion) { 325 if (info.maxVersion > 0) { 326 stream << "Removed from " << mid << info.maxVersion + 1 << " and higher" [all...] |
GenerateHeaderFiles.cpp | 53 if (info.maxVersion > 0) { 55 if (info.maxVersion == finalVersion) { 58 checkMaxVersion << "RS_VERSION <= " << info.maxVersion << ")"; 63 if (info.maxVersion > 0) { 68 if (info.maxVersion > 0) { 76 if (info.minVersion > 1 || info.maxVersion != 0) {
|
Specification.cpp | 233 minVersion = maxVersion = kUnreleasedVersion; 235 sscanf(s.c_str(), "%u %u", &minVersion, &maxVersion); 242 if (maxVersion && maxVersion < MIN_API_LEVEL) { 251 if (maxVersion > maxApiLevel) { 252 maxVersion = maxApiLevel; 268 if (mFinalVersion < 0 || info.maxVersion == 0 || 269 (mFinalVersion > 0 && info.maxVersion > mFinalVersion)) { 270 mFinalVersion = info.maxVersion; 571 if (mVersionInfo.maxVersion != 0 && mVersionInfo.maxVersion < versionOfTestFiles) [all...] |
Specification.h | 133 unsigned int maxVersion; 137 VersionInfo() : minVersion(0), maxVersion(0), intSize(0) {} 139 * we are interested in. This may alter maxVersion. This method returns false if the 146 (maxVersion == 0 || target <= maxVersion);
|
GenerateStubsWhiteList.cpp | 360 maxApiLevel = info.maxVersion ? info.maxVersion : lastApiLevel;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
ProjectClassLoader.java | 158 int maxVersion = 50; // JDK 1.6 160 byte[] rewritten = rewriteClass(data, maxVersion, 0); 177 public static byte[] rewriteClass(byte[] classData, final int maxVersion, final int minVersion) { 178 assert maxVersion >= minVersion; 184 if (version > maxVersion) { 185 version = maxVersion;
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkQueryUtil.cpp | 239 if (required.maxVersion && required.maxVersion.get() < extensionProperties.specVersion)
|
vkQueryUtil.hpp | 62 tcu::Maybe<deUint32> maxVersion; 69 , maxVersion (maxVersion_)
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaRouteDescriptor.java | 668 public Builder setMaxClientVersion(int maxVersion) { 669 mBundle.putInt(KEY_MAX_CLIENT_VERSION, maxVersion);
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
common.go | 36 maxVersion = VersionTLS12 340 // MaxVersion contains the maximum SSL/TLS version that is acceptable. 343 MaxVersion uint16 468 func (c *Config) maxVersion() uint16 { 469 if c == nil || c.MaxVersion == 0 { 470 return maxVersion 472 return c.MaxVersion 488 maxVersion := c.maxVersion() 493 if vers > maxVersion { [all...] |
handshake_client.go | 53 vers: c.config.maxVersion(), 121 candidateSession.vers <= c.config.maxVersion()
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
common.go | 36 maxVersion = VersionTLS12 340 // MaxVersion contains the maximum SSL/TLS version that is acceptable. 343 MaxVersion uint16 468 func (c *Config) maxVersion() uint16 { 469 if c == nil || c.MaxVersion == 0 { 470 return maxVersion 472 return c.MaxVersion 488 maxVersion := c.maxVersion() 493 if vers > maxVersion { [all...] |
handshake_client.go | 53 vers: c.config.maxVersion(), 121 candidateSession.vers <= c.config.maxVersion()
|
/external/boringssl/src/ssl/test/runner/ |
common.go | 36 maxVersion = VersionTLS12 349 // MaxVersion contains the maximum SSL/TLS version that is acceptable. 352 MaxVersion uint16 867 func (c *Config) maxVersion() uint16 { 868 if c == nil || c.MaxVersion == 0 { 869 return maxVersion 871 return c.MaxVersion 887 maxVersion := c.maxVersion() 892 if vers > maxVersion { [all...] |
handshake_client.go | 60 vers: c.config.maxVersion(), 74 extendedMasterSecret: c.config.maxVersion() >= VersionTLS10, 171 candidateSession.vers <= c.config.maxVersion()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.launcher.jar | |
org.eclipse.equinox.launcher_1.1.0.v20100507.jar | |
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar | |
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar | |
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar | |
/external/wpa_supplicant_8/src/eap_peer/ |
tncc.c | 72 TNC_Version maxVersion,
|