/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
H A D | AbstractData.java | 51 public String getValue(String path, String defaultValue) { in getValue() method in AbstractData 85 public String getValue(String path) { in getValue() method in AbstractData
|
/aosp_15_r20/cts/tests/tests/resourcesloader/src/android/content/res/loader/cts/ |
H A D | ResourcesLoaderValuesTest.kt | 261 private fun getValue(c: Context = context) = parameter.getValue(c.resources) in <lambda>() method 262 private fun getValue(r: Resources) = parameter.getValue(r) in <lambda>() method in android.content.res.loader.cts.ResourcesLoaderValuesTest 803 val getValue: Resources.() -> String, in <lambda>() constant in android.content.res.loader.cts.ResourcesLoaderValuesTest.Parameter
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/ondevicepersonalization/ |
D | OdpRegistrationStatus.java | 31 public int getValue() { in getValue() method in OdpRegistrationStatus.RegistrationType 53 public int getValue() { in getValue() method in OdpRegistrationStatus.RegistrationStatus
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Statistic.h | 69 unsigned getValue() const { return Value.load(std::memory_order_relaxed); } in getValue() function 137 unsigned getValue() const { return 0; } in getValue() function
|
/aosp_15_r20/frameworks/base/services/tests/appfunctions/src/android/app/appfunctions/ |
H A D | GenericDocumentWrapperTest.kt | 58 fun getValue() { in getValue() method in android.app.appfunctions.GenericDocumentWrapperTest
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
H A D | SubCommand.kt | 69 override fun getValue(thisRef: Any?, property: KProperty<*>): T? = in parseSubCommandArgs() method in com.android.systemui.statusbar.commandline.OptionalSubCommand 101 override fun getValue(thisRef: Any?, property: KProperty<*>): ParseableCommand = cmd in getValue() method in com.android.systemui.statusbar.commandline.RequiredSubCommand
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/util/ |
D | ExpirableCache.java | 227 V getValue(); in getValue() method 260 public V getValue() { in getValue() method in ExpirableCache.GenerationalCachedValue
|
/aosp_15_r20/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/perfetto/ |
H A D | ArgsTest.kt | 28 fun getValue() { in <lambda>() method
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 324 int64_t getValue() const { return Value; } in getValue() function 359 uint64_t getValue() const { return Value; } in getValue() function 418 uint8_t getValue() const { return Value; } in getValue() function 442 const MCExpr &getValue() const { return *Value; } in getValue() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCFragment.h | 328 int64_t getValue() const { return Value; } in getValue() function 363 uint64_t getValue() const { return Value; } in getValue() function 422 uint8_t getValue() const { return Value; } in getValue() function 445 const MCExpr &getValue() const { return *Value; } in getValue() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCFragment.h | 328 int64_t getValue() const { return Value; } in getValue() function 363 uint64_t getValue() const { return Value; } in getValue() function 422 uint8_t getValue() const { return Value; } in getValue() function 445 const MCExpr &getValue() const { return *Value; } in getValue() function
|
/aosp_15_r20/system/chre/util/tests/ |
H A D | dynamic_vector_test.cc | 46 int getValue() { in getValue() function in __anon1b71f7930111::DestructorCounter 138 int getValue() const { in getValue() function in MovableButNonCopyable 184 int getValue() const { in getValue() function in CopyableButNonMovable 238 int getValue() const { in getValue() function in MovableAndCopyable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCFragment.h | 328 int64_t getValue() const { return Value; } in getValue() function 363 uint64_t getValue() const { return Value; } in getValue() function 422 uint8_t getValue() const { return Value; } in getValue() function 445 const MCExpr &getValue() const { return *Value; } in getValue() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCFragment.h | 328 int64_t getValue() const { return Value; } in getValue() function 363 uint64_t getValue() const { return Value; } in getValue() function 422 uint8_t getValue() const { return Value; } in getValue() function 445 const MCExpr &getValue() const { return *Value; } in getValue() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | Statistic.h | 68 uint64_t getValue() const { return Value.load(std::memory_order_relaxed); } in getValue() function 137 uint64_t getValue() const { return 0; } in getValue() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | Statistic.h | 68 uint64_t getValue() const { return Value.load(std::memory_order_relaxed); } in getValue() function 137 uint64_t getValue() const { return 0; } in getValue() function
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/panel/component/volume/slider/ui/viewmodel/ |
D | SliderState.java | 13 public abstract float getValue(); in getValue() method 69 public float getValue() { in getValue() method in SliderState.Empty
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | Statistic.h | 68 uint64_t getValue() const { return Value.load(std::memory_order_relaxed); } in getValue() function 137 uint64_t getValue() const { return 0; } in getValue() function
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/stats/ |
H A D | Measurement.java | 81 public abstract double getValue(); in getValue() method in Measurement.MeasurementDouble 120 public abstract long getValue(); in getValue() method in Measurement.MeasurementLong
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | Statistic.h | 68 uint64_t getValue() const { return Value.load(std::memory_order_relaxed); } in getValue() function 137 uint64_t getValue() const { return 0; } in getValue() function
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/ |
H A D | KeyValueStore.kt | 40 fun <T : Any> getValue(key: String, valueType: Class<T>): T? in getValue() method 92 override fun <T : Any> getValue(key: String, valueType: Class<T>): T? = in getValue() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | Statistic.h | 68 uint64_t getValue() const { return Value.load(std::memory_order_relaxed); } in getValue() function 137 uint64_t getValue() const { return 0; } in getValue() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/PBQP/ |
D | CostAllocator.h | 41 const ValueT &getValue() const { return Value; } in getValue() function 95 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { in getValue() function
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | SettingsCache.java | 125 public boolean getValue(Uri keySetting) { in getValue() method in SettingsCache 133 public boolean getValue(Uri keySetting, int defaultValue) { in getValue() method in SettingsCache
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
H A D | CostAllocator.h | 41 const ValueT &getValue() const { return Value; } in getValue() function 95 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { in getValue() function
|