/system/core/fs_mgr/liblp/ |
D | io_test.cpp | 692 auto updated = builder->Export(); in TEST_F() local 693 ASSERT_NE(updated, nullptr); in TEST_F() 694 ASSERT_EQ(updated->block_devices.size(), static_cast<size_t>(1)); in TEST_F() 695 EXPECT_EQ(GetBlockDevicePartitionName(updated->block_devices[0]), "super_b"); in TEST_F() 696 ASSERT_TRUE(updated->groups.empty()); in TEST_F() 697 ASSERT_TRUE(updated->partitions.empty()); in TEST_F() 698 ASSERT_TRUE(updated->extents.empty()); in TEST_F() 711 auto updated = builder->Export(); in TEST_F() local 712 ASSERT_NE(updated, nullptr); in TEST_F() 713 ASSERT_EQ(updated->block_devices.size(), static_cast<size_t>(1)); in TEST_F() [all …]
|
/system/tools/aidl/build/ |
D | message_check_integrity.txt | 7 when a module using the interface is updated, e.g., Mainline modules.
|
D | message_check_equality_release.txt | 7 module using the interface is updated, e.g., Maineline modules.
|
D | message_check_compatibility.txt | 7 when a module using the interface is updated, e.g., Maineline modules.
|
/system/update_engine/cros/ |
D | omaha_request_builder_xml_unittest.cc | 319 {params_.GetDlcAppId("dlc_1"), {.updated = true}}, in TEST_F() 320 {params_.GetDlcAppId("dlc_2"), {.updated = false}}, in TEST_F() 347 {params_.GetDlcAppId("dlc_1"), {.updated = false}}, in TEST_F() 348 {params_.GetDlcAppId("dlc_2"), {.updated = false}}, in TEST_F()
|
/system/libhidl/transport/memory/1.0/ |
D | IMemory.hal | 31 * @param start Offset from start of buffer about to be updated. 32 * @param length Number of bytes to be updated.
|
/system/netd/server/binder/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 132 boolean updated, in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 29 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 12 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/ |
D | NetlinkHandler.h | 56 void notifyRouteChange(bool updated, const std::string& route, const std::string& gateway,
|
D | NetlinkHandler.cpp | 280 void NetlinkHandler::notifyRouteChange(bool updated, const std::string& route, in notifyRouteChange() argument 282 LOG_EVENT_FUNC(BINDER_RETRY, onRouteChanged, updated, route, gateway, ifName); in notifyRouteChange()
|
/system/timezone/ |
D | README.android | 103 REMINDER: As above, having updated the tooling then all binaries that contain 110 Android needs various files to be updated to take a time zone data update. 139 external/icu and will naturally be updated when ICU is updated. Less obviously, 140 the time zone data set version code and files must be updated as well.
|
/system/extras/libjsonpb/ |
D | README.md | 8 vendor / recovery until `libprotobuf-cpp-full` is updated. 44 Once `libprotobuf` in the source tree is updated to a higher version and 45 `libjsonpbparse` is updated to ignore unknown fields in JSON files, all parsing
|
/system/core/fs_mgr/ |
D | fs_mgr_verity.cpp | 335 bool updated = false; in update_verity_table_blk_device() local 355 updated = true; in update_verity_table_blk_device() 369 if (!updated) { in update_verity_table_blk_device()
|
/system/security/keystore2/src/database/ |
D | versioning.rs | 67 let updated = tx in update_version() localVariable 70 if updated == 1 { in update_version()
|
/system/extras/libjsonpb/parse/ |
D | Android.bp | 29 // updated to version 3.1+, and let libprocessgroup to use this instead of
|
/system/netd/tests/ |
D | TestUnsolService.h | 70 binder::Status onRouteChanged(bool updated, const std::string& route,
|
/system/bt/service/doc/ |
D | IBluetooth.txt | 44 * asynchronously updated to ADAPTER_STATE_TURNING_ON and eventually to 55 * asynchronously updated to ADAPTER_STATE_TURNING_OFF and eventually to
|
/system/apex/proto/ |
D | apex_manifest.proto | 79 // Indicates that this APEX can be updated without rebooting device.
|