/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-43/ |
D | framework.jar | com/android/tradeinmode/flags/Flags.uau
com/android/tradeinmode/flags/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-45/ |
D | framework.jar | com/android/text/flags/Flags.uau
com/android/text/flags/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar44 | META-INF/
META-INF/MANIFEST.MF
android/
android/hardware/
android/ ... |
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/ |
D | AdServicesEncryptionKeyDbTransactionEndedStats.java | 59 public int getValue() { in getValue() method in AdServicesEncryptionKeyDbTransactionEndedStats.DbTransactionType 79 public int getValue() { in getValue() method in AdServicesEncryptionKeyDbTransactionEndedStats.DbTransactionStatus 102 public int getValue() { in getValue() method in AdServicesEncryptionKeyDbTransactionEndedStats.MethodName
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | KeyValueListParser.java | 248 public int getValue() { in getValue() method in KeyValueListParser.IntValue 301 public long getValue() { in getValue() method in KeyValueListParser.LongValue 354 public String getValue() { in getValue() method in KeyValueListParser.StringValue 407 public float getValue() { in getValue() method in KeyValueListParser.FloatValue
|
/aosp_15_r20/art/test/ProfileTestMultiDex/ |
H A D | Main.java | 86 abstract int getValue(); in getValue() method in Super 90 int getValue() { return 42; } in getValue() method in SubA 95 int getValue() { return 38; }; in getValue() method in SubB 100 int getValue() { return 20; }; in getValue() method in SubD 105 int getValue() { return 16; }; in getValue() method in SubE
|
/aosp_15_r20/external/deqp/framework/randomshaders/ |
H A D | rsgExecutionContext.cpp | 35 ExecValueAccess ExecMaskStorage::getValue(void) in getValue() function in rsg::ExecMaskStorage 40 ExecConstValueAccess ExecMaskStorage::getValue(void) const in getValue() function in rsg::ExecMaskStorage 61 ExecValueAccess ExecutionContext::getValue(const Variable *variable) in getValue() function in rsg::ExecutionContext
|
/aosp_15_r20/hardware/st/nfc/st21nfc/adaptation/ |
D | config.cpp | 416 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const { in getValue() function in CNfcConfig 442 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() function in CNfcConfig 468 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig 489 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
H A D | Parameters.kt | 116 override fun getValue(thisRef: Any?, property: KProperty<*>): T = in getValue() method in com.android.systemui.statusbar.commandline.SingleArgParam 147 override fun getValue(thisRef: Any?, property: KProperty<*>): T? = in getValue() method in com.android.systemui.statusbar.commandline.SingleArgParamOptional 176 override fun getValue(thisRef: Any?, property: KProperty<*>): List<TParsed> = inner in getValue() method in com.android.systemui.statusbar.commandline.MultipleArgParam
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
H A D | ZipEightByteInteger.java | 123 public BigInteger getValue() { in getValue() method in ZipEightByteInteger 176 public static BigInteger getValue(final byte[] bytes, final int offset) { in getValue() method in ZipEightByteInteger 204 public static BigInteger getValue(final byte[] bytes) { in getValue() method in ZipEightByteInteger
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/ |
H A D | TrieMap.java | 105 abstract V getValue(); in getValue() method in TrieMap.Matcher 204 public V getValue() { in getValue() method in TrieMap.BytesTrieMap.BytesEntry 269 public V getValue() { in getValue() method in TrieMap.BytesTrieMap.BytesMatcher 388 public V getValue() { in getValue() method in TrieMap.CharsTrieMap.CharsEntry 447 public V getValue() { in getValue() method in TrieMap.CharsTrieMap.CharsMatcher
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
H A D | TrieMap.java | 106 abstract V getValue(); in getValue() method in TrieMap.Matcher 205 public V getValue() { in getValue() method in TrieMap.BytesTrieMap.BytesEntry 270 public V getValue() { in getValue() method in TrieMap.BytesTrieMap.BytesMatcher 389 public V getValue() { in getValue() method in TrieMap.CharsTrieMap.CharsEntry 448 public V getValue() { in getValue() method in TrieMap.CharsTrieMap.CharsMatcher
|
/aosp_15_r20/external/llvm/include/llvm/TableGen/ |
H A D | Record.h | 464 bool getValue() const { return Value; } in getValue() function 551 int64_t getValue() const { return Value; } in getValue() function 589 const std::string &getValue() const { return Value; } in getValue() function 626 const std::string &getValue() const { return Value; } in getValue() function 1202 Init *getValue() const { return Value; } in getValue() function 1317 const RecordVal *getValue(const Init *Name) const { in getValue() function 1322 const RecordVal *getValue(StringRef Name) const { in getValue() function 1325 RecordVal *getValue(const Init *Name) { in getValue() function 1330 RecordVal *getValue(StringRef Name) { in getValue() function
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/ |
H A D | AtomicFU.common.kt | 129 public inline operator fun getValue(thisRef: Any?, property: KProperty<*>): T in atomic() method in kotlinx.atomicfu.AtomicRef 207 public inline operator fun getValue(thisRef: Any?, property: KProperty<*>): Boolean in getValue() method in kotlinx.atomicfu.AtomicBoolean 285 public inline operator fun getValue(thisRef: Any?, property: KProperty<*>): Int in getValue() method in kotlinx.atomicfu.AtomicInt 402 public operator fun getValue(thisRef: Any?, property: KProperty<*>): Long in getValue() method in kotlinx.atomicfu.AtomicLong
|
/aosp_15_r20/hardware/samsung/nfc/halimpl/src/ |
D | config.cpp | 495 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const { in getValue() function in CNfcConfig 507 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() function in CNfcConfig 536 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig 557 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
H A D | Data.java | 43 String getValue(); in getValue() method 211 String getValue(String path, String defaultValue); in getValue() method 223 String getValue(String path); in getValue() method
|
H A D | DelegatedData.java | 67 public String getValue() { in getValue() method in DelegatedData 245 public String getValue(String path, String defaultValue) { in getValue() method in DelegatedData 255 public String getValue(String path) { in getValue() method in DelegatedData
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
H A D | MemoryCache.java | 110 public V getValue(); in getValue() method 126 public V getValue() { in getValue() method in MemoryCache.HardCacheEntry 159 public V getValue() { in getValue() method in MemoryCache.SoftCacheEntry
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-44/ |
D | framework.jar | com/android/server/compat/Flags.uau
com/android/server/compat/ ... |
/aosp_15_r20/hardware/nxp/nfc/pn8x/halimpl/utils/ |
D | phNxpConfig.cpp | 489 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const { in getValue() function in CNfcConfig 501 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() function in CNfcConfig 530 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig 551 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/ |
H A D | AtomicFU.kt | 89 public actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): T = value in atomic() method 142 … public actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): Boolean = value in getValue() method 213 public actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): Int = value in getValue() method 338 public actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): Long = value in getValue() method
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/ |
H A D | TestJsonSerialize.java | 45 public ValueClass getValue() { in getValue() method in TestJsonSerialize.WrapperClassForAs 54 public ValueInterface getValue() { in getValue() method in TestJsonSerialize.WrapperClassForStaticTyping 79 public Long getValue() { in getValue() method in TestJsonSerialize.BrokenClass
|
/aosp_15_r20/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
H A D | AttributesImpl.java | 184 public String getValue (int index) in getValue() method in AttributesImpl 290 public String getValue (String uri, String localName) in getValue() method in AttributesImpl 310 public String getValue (String qName) in getValue() method in AttributesImpl
|
/aosp_15_r20/libcore/luni/src/main/java/org/xml/sax/helpers/ |
H A D | AttributesImpl.java | 178 public String getValue (int index) in getValue() method in AttributesImpl 284 public String getValue (String uri, String localName) in getValue() method in AttributesImpl 304 public String getValue (String qName) in getValue() method in AttributesImpl
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | TunerServiceImpl.java | 174 public String getValue(String setting) { in getValue() method in TunerServiceImpl 184 public int getValue(String setting, int def) { in getValue() method in TunerServiceImpl 189 public String getValue(String setting, String def) { in getValue() method in TunerServiceImpl
|