Home
last modified time | relevance | path

Searched refs:ResType (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/
DExternalResources.java37 import org.robolectric.res.ResType;
117 public void putValue(String name, int value, String defaultType, ResType resType) { in putValue()
123 public void putValue(String name, TypedValue value, String defaultType, ResType resType) { in putValue()
131 return (int) get(id, ResType.INTEGER); in getInteger()
137 new TypedResource<>(value, ResType.INTEGER, null)); in putInteger()
142 return (int) get(id, ResType.COLOR); in getColor()
147 return (int) get(id, ResType.COLOR); in getColor()
153 new TypedResource<>(value, ResType.COLOR, null)); in putColor()
158 return (Drawable) get(id, ResType.DRAWABLE); in getDrawable()
163 return (Drawable) get(id, ResType.DRAWABLE); in getDrawable()
[all …]
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/robolectric/
DExternalResources.java33 import org.robolectric.res.ResType;
91 return (int) get(id, ResType.INTEGER); in getInteger()
97 new TypedResource<>(value, ResType.INTEGER, null)); in putInteger()
102 return (int) get(id, ResType.COLOR); in getColor()
107 return (int) get(id, ResType.COLOR); in getColor()
113 new TypedResource<>(value, ResType.COLOR, null)); in putColor()
119 return (CharSequence) get(id, ResType.CHAR_SEQUENCE); in getText()
125 return get(id, ResType.CHAR_SEQUENCE).toString(); in getString()
131 new TypedResource<>(value, ResType.CHAR_SEQUENCE, null)); in putText()
144 private Object get(@AnyRes int id, ResType type) { in get()
/frameworks/libs/native_bridge_support/android_api/libjnigraphics/proxy/
Dlibjnigraphics_trampolines.cc58 using ResType = ARect; in DoCustomTrampoline_AImageDecoderFrameInfo_getFrameRect() typedef
62 using ResType = __uint128_t; in DoCustomTrampoline_AImageDecoderFrameInfo_getFrameRect()
68 ret = bit_cast<ResType>(AImageDecoderFrameInfo_getFrameRect(info)); in DoCustomTrampoline_AImageDecoderFrameInfo_getFrameRect()
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dinline_intrinsic.h46 template <auto kFunction, typename ResType, typename FlagRegister, typename... ArgType>
48 ResType result,
55 template <typename ResType, typename FlagRegister, typename... ArgType>
57 ResType result, in TryInlineWithHostRounding()
249 template <auto kFunction, typename ResType, typename FlagRegister, typename... ArgType>
297 ResType result, in TryBindingBasedInlineIntrinsicForHeavyOptimizer()
407 static_assert(!std::is_same_v<ResType, std::monostate>); in ProcessArgInput()
429 static_assert(!std::is_same_v<ResType, std::monostate>); in ProcessArgInput()
459 static_assert(!std::is_same_v<ResType, std::monostate>); in ProcessArgInput()
589 ResType result_;
[all …]
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dinline_intrinsic.h50 template <typename RegAlloc, typename SIMDRegAlloc, typename ResType, typename... ArgType>
54 ResType result, in TryInlineWithHostRounding()