Searched refs:Types (Results 1 – 25 of 34) sorted by relevance
12
/system/chre/platform/shared/pw_trace/include/chre/target_platform/ |
D | tracing_util.h | 60 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/ |
D | DwarfOpLogTest.cpp | 72 typedef ::testing::Types<uint32_t, uint64_t> DwarfOpLogTestTypes;
|
D | DwarfEhFrameTest.cpp | 131 typedef ::testing::Types<uint32_t, uint64_t> DwarfEhFrameTestTypes;
|
D | RegsIterateTest.cpp | 197 using RegTypes = ::testing::Types<RegsArm, RegsArm64, RegsX86, RegsX86_64, RegsRiscv64>;
|
D | SymbolsTest.cpp | 487 typedef ::testing::Types<Elf32_Sym, Elf64_Sym> SymbolsTestTypes;
|
D | DwarfEhFrameWithHdrTest.cpp | 603 typedef ::testing::Types<uint32_t, uint64_t> DwarfEhFrameWithHdrTestTypes;
|
/system/tools/xsdc/tests/resources/predefined_types/api/ |
D | current.txt | 132 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/ |
D | filter.proto | 9 // Types of messages between host and CHRE.
|
/system/chre/apps/wifi_offload/test/ |
D | offloadtypes_test.cc | 71 typedef testing::Types<wifi_offload::PreferredNetwork, wifi_offload::ScanResult,
|
D | flatbuffersserialization_test.cc | 37 typedef testing::Types<wifi_offload::ScanStats, wifi_offload::ScanConfig,
|
D | randomgenerator_test.cc | 89 typedef testing::Types<uint8_t, uint16_t, uint32_t, uint64_t> Implementations;
|
/system/media/audio_utils/tests/ |
D | intrinsic_tests.cpp | 25 using FloatTypes = ::testing::Types<float, double>;
|
D | biquad_filter_tests.cpp | 332 using FloatTypes = ::testing::Types<float, double>;
|
/system/core/libutils/binder/ |
D | StrongPointer_test.cpp | 51 using RefBaseTypes = ::testing::Types<SPFoo, SPLightFoo>;
|
/system/tools/xsdc/tests/ |
D | tests.cpp | 38 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/ |
D | zip_unittest.cc | 114 typedef ::testing::Types<BzipTest, XzTest> ZipTestTypes;
|
/system/libhidl/transport/token/1.0/utils/include/hidl/ |
D | HybridInterface.h | 359 template <typename... Types> \ 361 ::std::variant<::std::monostate, ::android::sp<Types>...>; \
|
/system/sepolicy/tests/ |
D | policy.py | 248 Types = self.QueryTypeAttribute(Type, True) 249 TypesAndAttributes |= Types 250 for T in Types:
|
/system/sepolicy/public/ |
D | attributes | 64 # 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/ |
D | attributes | 47 # Types in /proc/net, excluding qtaguid types.
|
/system/libfmq/tests/ |
D | msgq_test_client.cpp | 81 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,
|
D | fmq_unit_tests.cpp | 73 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/ |
D | XmlParserTest.java | 115 predefined.types.Types type; in testPredefinedTypes()
|
/system/nfc/tools/casimir/src/ |
D | rf_packets.pdl | 165 /// The values are taken from [NCI] Table 80: Deactivation Types.
|
/system/tools/hidl/build/ |
D | hidl_interface.go | 387 Types []string member
|
12