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

1 23 4 5 6 7 8 91011>>

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
RespData.java 20 public int getVersion()
22 return data.getVersion().getValue().intValue() + 1;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioCapability.java 151 public int getVersion() {
204 + " mVersion=" + getVersion()
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
X509TrustManagerImpl.java 18 if (ax509certificate[i].getVersion() != 3) {
33 if (ax509certificate[i].getVersion() != 3) {
  /cts/hostsidetests/os/test-apps/StaticSharedLibConsumerApp2/src/android/os/lib/consumer2/
UseSharedLibraryTest.java 31 assertSame(5, StaticSharedLib.getVersion(InstrumentationRegistry.getContext()));
  /cts/hostsidetests/os/test-apps/StaticSharedLibConsumerApp3/src/android/os/lib/consumer3/
UseSharedLibraryTest.java 31 assertSame(10, StaticSharedLib.getVersion(InstrumentationRegistry.getContext()));
  /external/apache-http/src/org/apache/http/cookie/
CookieSpec.java 66 int getVersion();
  /external/sl4a/Common/src/com/googlecode/android_scripting/
Version.java 29 public static String getVersion(Context context) {
  /sdk/find_java2/src/
JavaPath.h 52 CString getVersion() const;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
TfxdBox.java 50 return getVersion() == 0x01 ? 20 : 12;
57 if (getVersion() == 0x01) {
69 if (getVersion() == 0x01) {
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
Sl4aHostedInterpreter.java 36 // TODO(damonkohler): Remove getVersion() and pull these three version methods up in to the base
44 return getVersion();
48 return getVersion();
52 return getVersion();
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
SampleGroupDescriptionBox.java 57 if (getVersion() == 1) {
62 if (getVersion() == 1 && defaultLength == 0) {
74 if (this.getVersion() == 1) {
79 if (this.getVersion() == 1 && defaultLength == 0) {
89 if (this.getVersion() != 1) {
93 if (this.getVersion() == 1) {
99 if (this.getVersion() == 1) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 98 unsigned getVersion() const {
213 assert (getVersion() <= LLVMDebugVersion10 && "Invalid CompileUnit!");
251 assert (getVersion() <= LLVMDebugVersion10 && "Invalid getCompileUnit!");
252 if (getVersion() == llvm::LLVMDebugVersion7)
294 if (getVersion() == llvm::LLVMDebugVersion7)
300 if (getVersion() == llvm::LLVMDebugVersion7)
465 assert (getVersion() <= LLVMDebugVersion10 && "Invalid getCompileUnit!");
466 if (getVersion() == llvm::LLVMDebugVersion7)
499 if (getVersion() <= llvm::LLVMDebugVersion8)
506 if (getVersion() <= llvm::LLVMDebugVersion8
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.18.1/
org.eclipse.tycho.embedder.shared-0.18.1.jar 
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SampleAuxiliaryInformationOffsetsBox.java 61 return 8 + (getVersion() == 0 ? 4 * offsets.size() : 8 * offsets.size()) + ((getFlags() & 1) == 1 ? 8 : 0);
74 if (getVersion() == 0) {
95 if (getVersion() == 0) {
  /frameworks/base/libs/usb/src/com/android/future/usb/
UsbAccessory.java 35 mVersion = accessory.getVersion();
72 public String getVersion() {
110 compare(mVersion, accessory.getVersion()) &&
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
ChecksumCalculator.h 133 uint32_t getVersion() const { return m_version; }
  /external/llvm/lib/DebugInfo/DWARF/
DWARFTypeUnit.cpp 28 << " version = " << format("0x%04x", getVersion())
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/shell/
ShellInterpreter.java 54 public int getVersion() {
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
VersionTagsTuple.java 34 public Version getVersion() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Availability.h 52 VersionTuple getVersion() const { return Version; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Availability.h 52 VersionTuple getVersion() const { return Version; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Availability.h 52 VersionTuple getVersion() const { return Version; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Availability.h 52 VersionTuple getVersion() const { return Version; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Availability.h 52 VersionTuple getVersion() const { return Version; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Availability.h 52 VersionTuple getVersion() const { return Version; }

Completed in 353 milliseconds

1 23 4 5 6 7 8 91011>>