Searched refs:Types (Results 1 – 25 of 41) sorted by relevance
12
/system/sepolicy/tests/ |
D | policy.py | 171 Types = self.QueryTypeAttribute(Type, True) 172 TypesAndAttributes |= Types 173 for T in Types: 265 Types = set() 276 Types.add(PathType[1]) 277 return Types
|
/system/core/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>;
|
D | SymbolsTest.cpp | 369 typedef ::testing::Types<Elf32_Sym, Elf64_Sym> SymbolsTestTypes;
|
/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/tools/xsdc/tests/resources/predefined_types/api/ |
D | current.txt | 126 public class Types { 127 ctor public Types(); 142 …method public static predefined.types.Types read(java.io.InputStream) throws javax.xml.datatype.Da…
|
/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 | 61 /* Types */
|
/system/update_engine/payload_generator/ |
D | zip_unittest.cc | 115 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/tools/xsdc/tests/ |
D | main.cpp | 55 Types type = *read("resources/predefined_types.xml"); in TEST_F()
|
/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/sepolicy/prebuilts/api/26.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/27.0/public/ |
D | installd.te | 97 # 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.
|
/system/sepolicy/public/ |
D | installd.te | 115 # Types extracted from seapp_contexts type= fields.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | installd.te | 115 # Types extracted from seapp_contexts type= fields.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | system_server.te | 382 # Types extracted from seapp_contexts type= fields. 395 # Types extracted from seapp_contexts type= fields. 682 # Types extracted from seapp_contexts type= fields, excluding
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | system_server.te | 410 # Types extracted from seapp_contexts type= fields. 423 # Types extracted from seapp_contexts type= fields. 713 # Types extracted from seapp_contexts type= fields, excluding
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | system_server.te | 444 # Types extracted from seapp_contexts type= fields. 457 # Types extracted from seapp_contexts type= fields. 814 # Types extracted from seapp_contexts type= fields, excluding
|
12