Searched defs:ResultType (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/random/ |
H A D | random_distributions.h | 83 typedef Array<Eigen::half, kResultElementCount> ResultType; typedef 107 typedef Array<bfloat16, kResultElementCount> ResultType; typedef 131 typedef Array<float, kResultElementCount> ResultType; typedef 155 typedef Array<double, kResultElementCount> ResultType; typedef 179 typedef Array<int32, kResultElementCount> ResultType; typedef 214 typedef Array<int64, kResultElementCount> ResultType; typedef 362 typedef Array<bfloat16, kResultElementCount> ResultType; typedef 391 typedef Array<float, kResultElementCount> ResultType; typedef 415 typedef Array<double, kResultElementCount> ResultType; typedef 544 typedef Array<float, kResultElementCount> ResultType; typedef [all …]
|
/aosp12/frameworks/libs/systemui/searchuilib/src/com/android/app/search/ |
H A D | ResultType.java | 27 public class ResultType { class
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
H A D | LogUtils.java | 26 public interface ResultType { interface in LogUtils
|
/aosp12/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/ |
H A D | TimeZoneProviderResult.java | 34 public @interface ResultType {} annotation in TimeZoneProviderResult
|
/aosp12/art/libartbase/base/ |
H A D | transform_iterator.h | 48 using ResultType = typename std::result_of<Function(InputType)>::type; variable
|
/aosp12/system/core/toolbox/ |
H A D | getprop.cpp | 32 enum class ResultType { enum
|
/aosp12/system/bt/service/common/bluetooth/ |
H A D | scan_settings.h | 96 enum ResultType { enum
|
/aosp12/system/bt/btif/test/ |
H A D | btif_profile_queue_test.cc | 45 enum ResultType { enum
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_reflection.cpp | 563 for (const RSExportType *ResultType : mRSContext->getReduceResultTypes( in genScriptClass() local 1224 bool RSReflectionJava::exportableReduce(const RSExportType *ResultType) { in exportableReduce() 1308 const RSExportType *const ResultType = ER->getResultType(); in genExportReduceArrayVariant() local 1461 const RSExportType *ResultType = ER->getResultType(); in genExportReduceAllocationVariant() local 1609 void RSReflectionJava::genExportReduceResultType(const RSExportType *ResultType) { in genExportReduceResultType()
|
H A D | slang_rs_reflection_state.cpp | 899 const std::string ResultType = getUniqueTypeName(ER->getResultType()); in declareReduce() local
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 12754 enum ResultType { enum 15206 enum ResultType { enum
|