/system/chre/host/common/ |
D | socket_server.cc | 213 bool removed = false; in disconnectClient() local 217 removed = true; in disconnectClient() 222 if (!removed) { in disconnectClient() 224 assert(removed); in disconnectClient()
|
/system/bt/osi/src/ |
D | fixed_queue.cc | 196 bool removed = false; in fixed_queue_try_remove_from_queue() local 201 removed = list_remove(queue->list, data); in fixed_queue_try_remove_from_queue() 202 CHECK(removed); in fixed_queue_try_remove_from_queue() 206 if (removed) { in fixed_queue_try_remove_from_queue()
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | domain_deprecated.te | 1 # rules removed from the domain attribute
|
/system/libvintf/ |
D | MatrixHal.cpp | 195 bool removed = it->second.removeInstance(instance, isRegex); in removeInstance() local 197 return removed; in removeInstance()
|
/system/extras/pagecache/ |
D | pagecache.py | 77 removed = self._file_pages[filename][1] 80 …print row_format.format(filename, self.pages_to_mb(added), self.pages_to_mb(removed), self.bytes_t… 96 removed = self._file_pages[filename][1] 101 pad.addstr(y, 80, self.pages_to_mb(removed).rjust(14))
|
/system/hwservicemanager/ |
D | ServiceManager.cpp | 665 bool removed = false; in unregisterClientCallback() local 669 removed |= service->removeClientCallback(cb); in unregisterClientCallback() 674 return removed; in unregisterClientCallback() 832 bool removed = false; in removeService() local 849 removed = true; in removeService() 854 return !keepInstance && removed; in removeService()
|
/system/libhwbinder/ |
D | Android.bp | 98 … This is automatically removed by bpfix. Once there are no makefiles, fixes can be automatically a…
|
/system/tools/hidl/hidl2aidl/test/1.1/ |
D | IFoo.hal | 57 * @return status removed
|
/system/libhidl/ |
D | Android.bp | 132 … This is automatically removed by bpfix. Once there are no makefiles, fixes can be automatically a…
|
/system/extras/memtrack/ |
D | Android.bp | 67 // removed.
|
/system/bt/gd/common/ |
D | list_map_test.cc | 264 auto removed = list_map.extract(key); in TEST() local 265 EXPECT_TRUE(removed); in TEST() 266 EXPECT_EQ(*removed, std::make_pair(key, key * 100)); in TEST()
|
D | lru_cache_test.cc | 351 auto removed = cache.extract(key); in TEST() local 352 EXPECT_TRUE(removed); in TEST() 353 EXPECT_EQ(*removed, std::make_pair(key, key * 100)); in TEST()
|
/system/libhidl/vintfdata/ |
D | README.md | 57 is removed from the framework manifest, and code that serves and registers the 58 HAL must be removed simultaneously.
|
/system/update_engine/sample_images/ |
D | generate_images.sh | 102 sudo dd of="${mntdir}"/removed conv=fsync status=none 103 sudo rm "${mntdir}"/removed
|
/system/bt/osi/src/socket_utils/ |
D | README | 22 these sources and the corresponding headers should be removed.
|
/system/security/keystore2/legacykeystore/ |
D | lib.rs | 142 let removed = self.with_transaction(TransactionBehavior::Immediate, |tx| { in remove() localVariable 149 Ok(removed == 1) in remove() 341 let removed = in remove() localVariable 343 if removed { in remove()
|
/system/libsysprop/srcs/android/sysprop/ |
D | ContactsProperties.sysprop | 44 # If set to true, we don't remove account data when accounts have been removed.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | attributes | 50 # be removed. 199 # transition to treble and will be removed in a future platform 211 # removed in the future platform version, requiring all halserver domains that
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | app_neverallows.te | 63 # by ART for compiling secondary dex files but has been removed in Q. 131 # with unaccounted for data. This data will not get removed during 253 # /mnt/sdcard symlink was supposed to have been removed in Gingerbread. Apps
|
D | init.te | 50 # TODO(b/137092007): this can be removed once the platform stops supporting
|
/system/sepolicy/private/ |
D | app_neverallows.te | 69 # by ART for compiling secondary dex files but has been removed in Q. 137 # with unaccounted for data. This data will not get removed during 236 # /mnt/sdcard symlink was supposed to have been removed in Gingerbread. Apps
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | app_neverallows.te | 69 # by ART for compiling secondary dex files but has been removed in Q. 137 # with unaccounted for data. This data will not get removed during 236 # /mnt/sdcard symlink was supposed to have been removed in Gingerbread. Apps
|
/system/sepolicy/public/ |
D | attributes | 58 # be removed. 269 # transition to treble and will be removed in a future platform 281 # removed in the future platform version, requiring all halserver domains that
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | attributes | 50 # be removed. 243 # transition to treble and will be removed in a future platform 255 # removed in the future platform version, requiring all halserver domains that
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | attributes | 58 # be removed. 269 # transition to treble and will be removed in a future platform 281 # removed in the future platform version, requiring all halserver domains that
|