Searched refs:Types (Results 1 – 25 of 46) sorted by relevance
12
/system/sepolicy/tests/ |
D | policy.py | 186 Types = self.QueryTypeAttribute(Type, True) 187 TypesAndAttributes |= Types 188 for T in Types: 280 Types = set() 292 Types.add(PathType[1]) 294 return Types, Files
|
/system/unwinding/libunwindstack/tests/ |
D | DwarfOpLogTest.cpp | 70 typedef ::testing::Types<uint32_t, uint64_t> DwarfOpLogTestTypes;
|
D | DwarfEhFrameTest.cpp | 130 typedef ::testing::Types<uint32_t, uint64_t> DwarfEhFrameTestTypes;
|
D | RegsIterateTest.cpp | 239 using RegTypes = ::testing::Types<RegsArm, RegsArm64, RegsX86, RegsX86_64, RegsMips, RegsMips64>;
|
/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 | 298 using FloatTypes = ::testing::Types<float, double>;
|
/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/core/libutils/ |
D | StrongPointer_test.cpp | 51 using RefBaseTypes = ::testing::Types<SPFoo, SPLightFoo>;
|
/system/bt/gd/packet/parser/ |
D | README | 42 All field names should be in snake_case. Types should be in CamelCase.
|
D | language_l.ll | 69 /* Types */
|
/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 | 113 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/bt/gd/packet/ |
D | packet_builder_unittest.cc | 186 using VectorBaseTypes = ::testing::Types<uint8_t, uint16_t, uint32_t, uint64_t, int8_t, int16_t, in…
|
D | packet_view_unittest.cc | 71 using PacketViewTypes = ::testing::Types<PacketView<true>, PacketView<false>>; 87 using PacketViewTypes = ::testing::Types<PacketView<true>, PacketView<false>>;
|
/system/libfmq/tests/ |
D | msgq_test_client.cpp | 77 typedef ::testing::Types<TestParamTypes<AidlMessageQueueSync, SetupType::SINGLE_FD>, 82 typedef ::testing::Types<TestParamTypes<AidlMessageQueueUnsync, SetupType::SINGLE_FD>, 1172 typedef ::testing::Types<FixedParcelable, EventFlagBits, bool, int8_t, char, char16_t, int32_t,
|
D | fmq_unit_tests.cpp | 71 typedef ::testing::Types<TestParamTypes<AidlMessageQueueSync, SetupType::SINGLE_FD>, 76 typedef ::testing::Types<TestParamTypes<AidlMessageQueueUnsync, SetupType::SINGLE_FD>, 81 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/sepolicy/prebuilts/api/26.0/public/ |
D | installd.te | 97 # Types extracted from seapp_contexts type= fields.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | installd.te | 97 # Types extracted from seapp_contexts type= fields.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | installd.te | 98 # Types extracted from seapp_contexts type= fields.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | installd.te | 107 # Types extracted from seapp_contexts type= fields.
|
12