Home
last modified time | relevance | path

Searched refs:Types (Results 1 – 25 of 34) sorted by relevance

12

/system/chre/platform/shared/pw_trace/include/chre/target_platform/
Dtracing_util.h60 template <typename... Types>
62 return (chreTraceGetSizeOf<std::decay_t<Types>>() + ...); in chreTraceGetSizeOfVarArgs()
108 template <typename Data, typename... Types>
110 Types... args) { in chreTracePopulateBufferWithArgs()
/system/unwinding/libunwindstack/tests/
DDwarfOpLogTest.cpp72 typedef ::testing::Types<uint32_t, uint64_t> DwarfOpLogTestTypes;
DDwarfEhFrameTest.cpp131 typedef ::testing::Types<uint32_t, uint64_t> DwarfEhFrameTestTypes;
DRegsIterateTest.cpp197 using RegTypes = ::testing::Types<RegsArm, RegsArm64, RegsX86, RegsX86_64, RegsRiscv64>;
DSymbolsTest.cpp487 typedef ::testing::Types<Elf32_Sym, Elf64_Sym> SymbolsTestTypes;
DDwarfEhFrameWithHdrTest.cpp603 typedef ::testing::Types<uint32_t, uint64_t> DwarfEhFrameWithHdrTestTypes;
/system/tools/xsdc/tests/resources/predefined_types/api/
Dcurrent.txt132 public class Types {
133 ctor public Types();
148 …method public static predefined.types.Types read(java.io.InputStream) throws javax.xml.datatype.Da…
156 …method public static void write(predefined.types.XmlWriter, predefined.types.Types) throws java.io…
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/proto/
Dfilter.proto9 // Types of messages between host and CHRE.
/system/chre/apps/wifi_offload/test/
Doffloadtypes_test.cc71 typedef testing::Types<wifi_offload::PreferredNetwork, wifi_offload::ScanResult,
Dflatbuffersserialization_test.cc37 typedef testing::Types<wifi_offload::ScanStats, wifi_offload::ScanConfig,
Drandomgenerator_test.cc89 typedef testing::Types<uint8_t, uint16_t, uint32_t, uint64_t> Implementations;
/system/media/audio_utils/tests/
Dintrinsic_tests.cpp25 using FloatTypes = ::testing::Types<float, double>;
Dbiquad_filter_tests.cpp332 using FloatTypes = ::testing::Types<float, double>;
/system/core/libutils/binder/
DStrongPointer_test.cpp51 using RefBaseTypes = ::testing::Types<SPFoo, SPLightFoo>;
/system/tools/xsdc/tests/
Dtests.cpp38 Types type = *read(Resource("predefined_types.xml").c_str()); in TEST_F()
114 Types type2 = *read("old_predefined_types.xml"); in TEST_F()
/system/update_engine/payload_generator/
Dzip_unittest.cc114 typedef ::testing::Types<BzipTest, XzTest> ZipTestTypes;
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h359 template <typename... Types> \
361 ::std::variant<::std::monostate, ::android::sp<Types>...>; \
/system/sepolicy/tests/
Dpolicy.py248 Types = self.QueryTypeAttribute(Type, True)
249 TypesAndAttributes |= Types
250 for T in Types:
/system/sepolicy/public/
Dattributes64 # Types in /proc/net, excluding qtaguid types.
433 # Types for VM managers
439 # Types used for module-specific APEX data directories under
/system/sepolicy/microdroid/system/public/
Dattributes47 # Types in /proc/net, excluding qtaguid types.
/system/libfmq/tests/
Dmsgq_test_client.cpp81 typedef ::testing::Types<TestParamTypes<AidlMessageQueueSync, SetupType::SINGLE_FD>,
86 typedef ::testing::Types<TestParamTypes<AidlMessageQueueUnsync, SetupType::SINGLE_FD>,
1182 typedef ::testing::Types<FixedParcelable, FixedUnion, EventFlagBits, bool, int8_t, char, char16_t,
Dfmq_unit_tests.cpp73 typedef ::testing::Types<TestParamTypes<AidlMessageQueueSync, SetupType::SINGLE_FD>,
78 typedef ::testing::Types<TestParamTypes<AidlMessageQueueUnsync, SetupType::SINGLE_FD>,
83 typedef ::testing::Types<TestParamTypes<AidlMessageQueueSync16, SetupType::SINGLE_FD>,
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java115 predefined.types.Types type; in testPredefinedTypes()
/system/nfc/tools/casimir/src/
Drf_packets.pdl165 /// The values are taken from [NCI] Table 80: Deactivation Types.
/system/tools/hidl/build/
Dhidl_interface.go387 Types []string member

12