HomeSort by relevance Sort by last modified time
    Searched refs:getVersion (Results 201 - 225 of 2146) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/ojluni/src/main/java/com/sun/security/cert/internal/x509/
X509V1CertImpl.java 216 public int getVersion() {
217 return wrappedCert.getVersion() - 1;
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLSocketFactory.java 53 // Android-changed: Check Security.getVersion() on each update.
55 // factory, so we track the version returned from Security.getVersion() instead of
98 // Android-changed: Check Security.getVersion() on each update.
99 if (defaultSocketFactory != null && lastVersion == Security.getVersion()) {
103 lastVersion = Security.getVersion();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 73 uint16_t getVersion() const { return FormParams.Version; }
83 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) +
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 73 uint16_t getVersion() const { return FormParams.Version; }
83 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) +
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 73 uint16_t getVersion() const { return FormParams.Version; }
83 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) +
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 73 uint16_t getVersion() const { return FormParams.Version; }
83 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) +
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 73 uint16_t getVersion() const { return FormParams.Version; }
83 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) +
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 73 uint16_t getVersion() const { return FormParams.Version; }
83 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) +
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 73 uint16_t getVersion() const { return FormParams.Version; }
83 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) +
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 73 uint16_t getVersion() const { return FormParams.Version; }
83 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) +
  /prebuilts/tools/common/m2/repository/com/google/gradle/osdetector-gradle-plugin/1.4.0/
osdetector-gradle-plugin-1.4.0.jar 
  /tools/apksig/src/main/java/com/android/apksig/internal/util/
DelegatingX509Certificate.java 85 public int getVersion() {
86 return mDelegate.getVersion();
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp/
ULP_PDU.java 119 public Version getVersion() {
218 return getVersion() != null;
230 return getVersion();
253 + getVersion().toIndentedString(indent);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreTest.java 90 MediaStore.getVersion(getInstrumentation().getTargetContext());
  /external/apache-http/src/org/apache/http/params/
HttpProtocolParams.java 128 public static ProtocolVersion getVersion(final HttpParams params) {
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.hpp 67 glu::GLSLVersion getVersion (void) const { return m_version; }
  /external/icu/icu4c/source/common/unicode/
resbund.h 417 * use getVersion, as this method is going to be deprecated.
421 * @see getVersion
422 * @deprecated ICU 2.8 Use getVersion instead.
436 getVersion(UVersionInfo versionInfo) const;
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 317 virtual uint64_t getVersion() const = 0;
350 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); }
379 uint64_t getVersion() const { return Index->getVersion(); }
  /external/skia/src/core/
SkRecordedDrawable.cpp 78 info.setVersion(buffer.getVersion());
  /external/skia/tools/
skpinfo.cpp 60 SkDebugf("Version: %d\n", info.getVersion());
  /external/skqp/src/core/
SkRecordedDrawable.cpp 78 info.setVersion(buffer.getVersion());
  /external/skqp/tools/
skpinfo.cpp 60 SkDebugf("Version: %d\n", info.getVersion());
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
HelpActivity.java 56 + Version.getVersion(getApplication()));
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
YamlParseTest.java 51 assertEquals(DumperOptions.Version.V1_1, documentStartEvent.getVersion());
  /frameworks/base/core/java/android/hardware/location/
ContextHubMessage.java 56 public int getVersion() {

Completed in 844 milliseconds

1 2 3 4 5 6 7 891011>>