Searched refs:Types (Results 1 - 25 of 34) sorted by last modified time

12

/frameworks/support/lifecycle/compiler/src/main/kotlin/androidx/lifecycle/
H A Dinput_collector.kt35 import javax.lang.model.util.Types
65 val typeUtils: Types = processingEnv.typeUtils
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/ext/
H A Delement_ext.kt37 import javax.lang.model.util.Types
169 // a variant of Types.isAssignable that ignores variance.
170 fun Types.isAssignableWithoutVariance(from: TypeMirror, to: TypeMirror): Boolean {
199 // because Types.isAssignable handles it as it is valid java
227 fun Element.findKotlinDefaultImpl(typeUtils: Types): Element? {
/frameworks/rs/script_api/
H A Drs_for_each.spec18 summary: Kernel Invocation Functions and Types
H A Drs_graphics.spec18 summary: Graphics Functions and Types
H A Drs_object_types.spec18 summary: Object Types
H A Drs_time.spec18 summary: Time Functions and Types
H A Drs_value_types.spec18 summary: Numerical Types
/frameworks/native/libs/binder/tests/
H A DbinderTextOutputTest.cpp147 typedef testing::Types<short, unsigned short,
/frameworks/native/libs/math/tests/
H A Dmat_test.cpp370 typedef ::testing::Types<float,float> TestMatrixValueTypes;
/frameworks/native/libs/vr/libbroadcastring/
H A Dbroadcast_ring_test.cc106 using TraitsList = ::testing::Types<Dynamic_8_NxM, //
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h163 template <typename... Types>
166 template <typename ReturnType, typename... Types>
168 ValidTypes<Types...>) const {
171 return pdx::rpc::IfAnyOf<Types...>::Get(&search->second, out_value);
/frameworks/native/libs/vr/libdvrcommon/tests/
H A Dnumeric_test.cpp5 using TestTypes = ::testing::Types<float, double, int>;
H A Dpose_test.cpp7 using PoseTypes = ::testing::Types<float, double>;
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dencoding.h440 template <typename... Types>
441 inline EncodingType EncodeType(const Variant<Types...>& /*variant*/) {
H A Dfind_replace.h30 template <typename Find, typename... Types>
H A Dserialization.h248 template <typename... Types>
249 inline std::size_t GetSerializedSize(const Variant<Types...>&);
287 template <typename... Types>
288 inline std::size_t GetSerializedSize(const Variant<Types...>& variant) {
513 template <typename... Types>
514 inline void SerializeType(const Variant<Types...>& value, void*& buffer) {
837 template <typename... Types>
838 inline void SerializeObject(const Variant<Types...>&, MessageWriter*, void*&);
879 template <typename... Types>
880 inline void SerializeObject(const Variant<Types
[all...]
H A Dvariant.h21 // Determines the type of the I-th element of Types....
22 template <std::size_t I, typename... Types>
23 using TypeForIndex = std::tuple_element_t<I, std::tuple<Types...>>;
25 // Determines the type tag for the I-th element of Types....
26 template <std::size_t I, typename... Types>
27 using TypeTagForIndex = TypeTag<TypeForIndex<I, Types...>>;
59 // Determines whether T is an element of Types...;
60 template <typename... Types>
69 // Defines set operations on a set of Types...
70 template <typename... Types>
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp393 Types.push_back(Ty);
395 *TypeID = Types.size();
H A DValueEnumerator.h52 TypeList Types; member in class:llvm_2_9::ValueEnumerator
155 const TypeList &getTypes() const { return Types; }
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp393 Types.push_back(Ty);
395 *TypeID = Types.size();
H A DValueEnumerator.h52 TypeList Types; member in class:llvm_2_9_func::ValueEnumerator
155 const TypeList &getTypes() const { return Types; }
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp393 Types.push_back(Ty);
395 *TypeID = Types.size();
H A DValueEnumerator.h55 TypeList Types; member in class:llvm_3_2::ValueEnumerator
158 const TypeList &getTypes() const { return Types; }
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
H A DProcessBindable.java43 import javax.lang.model.util.Types;
59 Types typeUtils = processingEnv.getTypeUtils();
H A DProcessMethodAdapters.java48 import javax.lang.model.util.Types;
112 Types typeUtils = processingEnv.getTypeUtils();
159 Types typeUtils = processingEnvironment.getTypeUtils();

Completed in 278 milliseconds

12