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

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Win64EH.h 83 uint8_t getVersion() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Win64EH.h 83 uint8_t getVersion() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Win64EH.h 83 uint8_t getVersion() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Win64EH.h 83 uint8_t getVersion() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Win64EH.h 83 uint8_t getVersion() const {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java 189 && target.getVersion().getApiLevel() <= AdtUtils.getHighestKnownApiLevel()) {
190 targetLabel = AdtUtils.getAndroidName(target.getVersion().getApiLevel());
195 mMinNameToApi.put(targetLabel, target.getVersion().getApiLevel());
202 AndroidVersion version = target.getVersion();
211 apiLevel > mValues.target.getVersion().getApiLevel())) {
226 if (mValues.target != null && mValues.target.getVersion().isPreview()) {
227 mValues.minSdk = mValues.target.getVersion().getCodename();
229 mValues.iconState.minSdk = mValues.target.getVersion().getApiLevel();
574 int api = target.getVersion().getApiLevel();
608 if (mValues.target.getVersion().isPreview())
    [all...]
NewProjectWizardState.java 123 return target != null ? target.getVersion().getApiLevel() : minSdkLevel;
  /sdk/find_java2/src/
JavaPath.cpp 46 CString CJavaPath::getVersion() const {
  /system/tools/hidl/utils/include/hidl-util/
FqInstance.h 42 std::pair<size_t, size_t> getVersion() const;
  /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DynamicConfigHostSide.java 69 if (vFile.getVersion().equals(CONFIG_PATH_PREFIX + moduleName)) {
  /tools/tradefederation/core/src/com/android/tradefed/build/
AppDeviceBuildInfo.java 337 public String getVersion(String name) {
338 String localFileVersion = super.getVersion(name);
339 String deviceFileVersion = mDeviceBuild.getVersion(name);
340 String appFileVersion = mAppBuildInfo.getVersion(name);
KernelBuildInfo.java 67 return getVersion(KERNEL_FILE);
BuildInfo.java 227 setFile(fileEntry.getKey(), copyFile, fileEntry.getValue().getVersion());
292 public String getVersion(String name) {
295 return fileRecord.getVersion();
302 public String getVersion(BuildInfoFileKey key) {
303 return getVersion(key.getFileKey());
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
TestSuiteInfoTest.java 48 assertEquals("[stub version]", instance.getVersion());
  /external/skia/src/core/
SkPicture.cpp 70 if (info.getVersion() < MIN_PICTURE_VERSION || info.getVersion() > CURRENT_PICTURE_VERSION) {
92 if (info.getVersion() < SkReadBuffer::kRemoveHeaderFlags_Version) {
115 if (info.getVersion() < SkReadBuffer::kRemoveHeaderFlags_Version) {
301 buffer.writeUInt(info.getVersion());
  /external/skqp/src/core/
SkPicture.cpp 70 if (info.getVersion() < MIN_PICTURE_VERSION || info.getVersion() > CURRENT_PICTURE_VERSION) {
92 if (info.getVersion() < SkReadBuffer::kRemoveHeaderFlags_Version) {
115 if (info.getVersion() < SkReadBuffer::kRemoveHeaderFlags_Version) {
301 buffer.writeUInt(info.getVersion());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SdkSelectionPage.java 160 AndroidVersion version = target.getVersion();
230 path, path, name, target.getVersion(), mValues.samples);
235 path, path, name, target.getVersion(), mValues.samples);
456 && !target.getVersion().isPreview()
458 target.getVersion().getApiLevel() >
459 initialTarget.getVersion().getApiLevel())) {
  /external/apache-http/src/org/apache/http/client/protocol/
RequestAddCookies.java 173 int ver = cookieSpec.getVersion();
177 if (ver != cookie.getVersion()) {
ResponseProcessCookies.java 109 if (cookieSpec.getVersion() > 0) {
161 + "[version=" + cookie.getVersion()
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
BasicOCSPResp.java 74 public int getVersion()
76 return data.getVersion().getValue().intValue() + 1;
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 100 static glu::ApiType getVersion (const glw::Functions& gl)
152 const glu::ApiType actualApi = getVersion(m_functions);
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
ReportAggregateMojo.java 184 && p.getVersion().equals(d.getVersion())) {
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
InterfaceControlMessagesHelper.java 81 response.output.getQueryVersionResult().version = manager.getVersion();
101 return query.input.getRequireVersion().version <= manager.getVersion();
  /frameworks/base/core/java/android/hardware/usb/
UsbAccessory.java 128 public @Nullable String getVersion() {
166 compare(mVersion, accessory.getVersion()) &&
  /frameworks/base/keystore/java/android/security/keystore/
DelegatingX509Certificate.java 149 public int getVersion() {
150 return mDelegate.getVersion();

Completed in 545 milliseconds

1 2 3 4 5 6 78 91011>>