Home
last modified time | relevance | path

Searched defs:getValue (Results 1 – 9 of 9) sorted by relevance

/tools/aadevtools/avd/
Dpatch_all_avds.sh46 getValue() { function
Dcreate_avd.sh41 getValue() { function
Dset_avds_force_cold_boot.sh45 getValue() { function
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DGPFlags.java103 public long getValue() { in getValue() method in GPFlags
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DApkInfo.java52 public String getValue() { in getValue() method in ApkInfo.Argument
/tools/apksig/src/main/java/com/android/apksig/internal/jar/
DManifestParser.java280 public String getValue() { in getValue() method in ManifestParser.Attribute
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiItem.kt59 override operator fun getValue(thisRef: PsiItem, property: KProperty<*>): T { in getValue() method in com.android.tools.metalava.model.psi.PsiItem.LazyDelegate
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java1380 public byte[] getValue() { in getValue() method in ApkSigningBlockUtils.Result.SignerInfo.ContentDigest
1398 public byte[] getValue() { in getValue() method in ApkSigningBlockUtils.Result.SignerInfo.Signature
1416 public byte[] getValue() { in getValue() method in ApkSigningBlockUtils.Result.SignerInfo.AdditionalAttribute
/tools/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt2017 private fun getValue(args: Array<String>, index: Int): String { in <lambda>() method