Searched refs:imported (Results 1 – 13 of 13) sorted by relevance
/system/core/fs_mgr/liblp/ |
D | io_test.cpp | 175 unique_ptr<LpMetadata> imported = ReadMetadata(opener, "super", 0); in TEST() local 176 ASSERT_NE(imported, nullptr); in TEST() 179 EXPECT_EQ(exported->geometry.metadata_max_size, imported->geometry.metadata_max_size); in TEST() 180 EXPECT_EQ(exported->geometry.metadata_slot_count, imported->geometry.metadata_slot_count); in TEST() 181 EXPECT_EQ(exported->header.major_version, imported->header.major_version); in TEST() 182 EXPECT_EQ(exported->header.minor_version, imported->header.minor_version); in TEST() 183 EXPECT_EQ(exported->header.header_size, imported->header.header_size); in TEST() 186 ASSERT_EQ(exported->partitions.size(), imported->partitions.size()); in TEST() 187 EXPECT_EQ(GetPartitionName(exported->partitions[0]), GetPartitionName(imported->partitions[0])); in TEST() 188 EXPECT_EQ(exported->partitions[0].attributes, imported->partitions[0].attributes); in TEST() [all …]
|
/system/security/keystore/ |
D | key_config.proto | 24 // What type of encryption algorithm is this key being generated/imported for 28 // Size of the key being generated/imported 31 // Log whether the key was generated, imported, securely imported, or derived. 51 // Was the key generated/imported successfully?
|
D | operation_config.proto | 31 // Log whether the key in this op was generated, imported, 32 // securely imported, or derived.
|
/system/tools/aidl/build/ |
D | aidl_interface.go | 659 "C++ backend not enabled in the imported AIDL interface %q", anImport) 664 "NDK backend not enabled in the imported AIDL interface %q", anImport)
|
/system/tools/hidl/ |
D | Coordinator.cpp | 848 std::set<FQName> imported; in getUnfrozenDependencies() local 849 ast->getImportedPackages(&imported); in getUnfrozenDependencies() 853 for (const FQName& importedPackage : imported) { in getUnfrozenDependencies()
|
/system/libhidl/transport/base/1.0/ |
D | IBase.hal | 22 * All HAL files will have this interface implicitly imported. If an interface
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 143 imported types (e.g. parcelables and interfaces), it will import a header
|
/system/update_engine/ |
D | pylintrc | 41 # Allow loading of arbitrary C extensions. Extensions are imported into the
|
/system/core/init/ |
D | README.md | 643 The order that files are imported is a bit complex for legacy reasons
|
/system/media/audio_utils/ |
D | Doxyfile | 1375 # external symbols imported via tag files in a separate window.
|
D | Doxyfile.orig | 1375 # external symbols imported via tag files in a separate window.
|
/system/chre/pal/doc/ |
D | Doxyfile | 1420 # external symbols imported via tag files in a separate window.
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 1420 # external symbols imported via tag files in a separate window.
|