Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 25 of 76) sorted by relevance

1234

/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DPersistentIntTest.kt110 fun setReadable(p: Path, readable: Boolean) { in setReadable()
111 addOrRemovePermission(p, OWNER_READ, readable) in setReadable()
/packages/modules/Bluetooth/system/gd/rust/common/src/
Dtime.rs60 let mut read_ready = self.fd.readable().await.unwrap(); in expired()
92 let mut read_ready = self.fd.readable().await.unwrap(); in tick()
/packages/services/Telephony/utils/satellite/
DREADME.md15 for dumping the binary file into human-readable format.
59 - Dump the input binary satellite S2 cell file into human-readable text format.
/packages/apps/Dialer/java/com/android/dialer/dialercontact/
Ddialer_contact.proto27 // Human readable netwrork name displayed to user where relevant
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dtime.rs30 let mut read_ready = self.fd.readable().await.unwrap(); in expired()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs847 let readable = if let Some(timeout) = may_timeout { in listening_task() localVariable
848 match time::timeout(timeout, cstream.readable()).await { in listening_task()
855 cstream.readable().await.is_ok() in listening_task()
861 if !readable { in listening_task()
1020 match time::timeout(timeout, stream.readable()).await { in wait_and_read_stream()
/packages/modules/Bluetooth/system/rust/src/gatt/server/test/
Dtest_att_db.rs45 if !permissions.readable() => in read_attribute()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_database.rs50 pub fn readable(&self) -> bool { in readable() method
Dgatt_database.rs216 read: characteristic.permissions.readable().into(), in add_service_with_handles()
360 if !attr.attribute.permissions.readable() { in read_attribute()
/packages/apps/Car/DebuggingRestrictionController/server/functions/
D.eslintrc.json113 // Return inside each then() to create readable and reusable Promise chains.
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/
Dincident_minimal.proto43 // A human readable reason why an incident report is requested.
/packages/modules/DnsResolver/doh/
Dboot_time.rs162 _ = async_fd.readable() => Err(Elapsed(())), in timeout()
/packages/modules/Bluetooth/system/gd/rust/linux/docs/
Dglossary.md9 2. Readers may be unfamiliar with this domain - keep entries readable to
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DREADME.md158 `libneuralnetworks_driver_fuzzer`‘s output is formatted in a human readable way
212 provides the option to represent this data as human-readable text. This means
214 dumped to a file will be in a human-readable format.
/packages/modules/adb/
DSYNC.TXT20 It is represented by four ASCII bytes in order to make them more human-readable
DREADME.md34 …he Host side. The Client must always initiate communication via a human readable request but the r…
/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java548 String readable = findInArray(entry.getChoiceEntries(), in onPreferenceChange() local
550 listPref.setSummary(readable); in onPreferenceChange()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java672 String readable = findInArray(entry.getChoiceEntries(), in onPreferenceChange() local
674 listPref.setSummary(readable); in onPreferenceChange()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/
Dphone_lookup_info.proto115 // The number_type label in human readable string, for example "Phone".
/packages/services/Car/car-lib/src/android/car/telemetry/
Dtelemetry.proto242 // Human readable message explaining the error or how to fix it.
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses125 include a readable copy of the attribution notices contained
307 include a readable copy of the attribution notices contained
513 include a readable copy of the attribution notices contained
719 include a readable copy of the attribution notices contained
925 include a readable copy of the attribution notices contained
1131 include a readable copy of the attribution notices contained
1349 include a readable copy of the attribution notices contained
1543 include a readable copy of the attribution notices contained
1737 include a readable copy of the attribution notices contained
1931 include a readable copy of the attribution notices contained
[all …]
/packages/modules/AdServices/adservices/libraries/cobalt/proto/
Dmetric_definition.proto127 // human-readable labels for the codes. It is OK to add new elements to this
/packages/apps/Calendar/
DNOTICE121 include a readable copy of the attribution notices contained
/packages/apps/Gallery/
DNOTICE121 include a readable copy of the attribution notices contained
/packages/inputmethods/LatinIME/
DNOTICE121 include a readable copy of the attribution notices contained

1234