Searched refs:fails (Results 1 – 25 of 31) sorted by relevance
12
/system/security/keystore2/src/ |
D | try_insert.rs | 72 fn fails() -> Result<i32, String> { in fails() function 83 assert_eq!(x.get_or_try_to_insert_with(fails), Err("fail".to_string())); in test() 88 assert_eq!(*x.get_or_try_to_insert_with(fails).unwrap(), 42); in test() 92 *x.get_or_try_to_insert_with(fails).unwrap() = 2; in test()
|
/system/bt/service/doc/ |
D | IBluetoothGattClient.txt | 66 * device. If the read request fails due to characteristic permissions, 68 * characteristic's permission requirements. If that operation fails, then the 87 * request cannot be started. If the write request fails due to attribute 90 * fails, then the |status| parameter of the onCharacteristicWrite callback 104 * device. If the read request fails due to descriptor permissions, 106 * descriptor's permission requirements. If that operation fails, then the 125 * request cannot be started. If the write request fails due to attribute 127 * based on the descriptor's permission requirements. If that operation fails,
|
D | IBluetooth.txt | 73 * fails.
|
/system/apex/tests/testdata/ |
D | trigger_watchdog.rc | 26 # Simulate a situation when userspace reboot fails to remount userdata. Since triggers in 33 # Simulate a situation when userspace reboot fails during a shutdown sequence. This is a very crude
|
/system/sepolicy/private/ |
D | derive_classpath.te | 14 # b/183079517 fails on gphone targets otherwise
|
D | fsverity_init.te | 23 # already registered algorithm with that name. If it fails, the kernel creates
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | derive_classpath.te | 14 # b/183079517 fails on gphone targets otherwise
|
D | fsverity_init.te | 23 # already registered algorithm with that name. If it fails, the kernel creates
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | fsverity_init.te | 19 # already registered algorithm with that name. If it fails, the kernel creates
|
/system/libhidl/transport/memory/1.0/ |
D | IMapper.hal | 26 * This will be null if mapping fails.
|
/system/tools/hidl/hidl2aidl/test/1.0/ |
D | IFoo.hal | 26 // This case fails since string cannot be an out param in aidl.
|
/system/extras/cppreopts/ |
D | fstab.postinstall | 16 # Tries to mount system_other as a logical partition. If that fails, then
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | fsverity_init.te | 23 # already registered algorithm with that name. If it fails, the kernel creates
|
/system/core/libprocessgroup/profiles/ |
D | cgroups.proto | 34 // Booleans default to false when not specified. File reconstruction fails
|
/system/apex/proto/ |
D | session_state.proto | 62 // Populated with error details when session fails to activate
|
/system/testing/gtest_extras/ |
D | Isolate.cpp | 697 size_t fails = 0; in WriteXmlResults() member 720 info->fails++; in WriteXmlResults() 727 suite_entry.suite_name.c_str(), suite_entry.tests.size(), suite_entry.fails); in WriteXmlResults()
|
/system/core/rootdir/ |
D | init.usb.rc | 39 # USB manager fails to set a standard configuration
|
/system/update_engine/ |
D | README.md | 23 * If the update fails to apply, the user is not affected. The user will 26 * If the update applies correctly but fails to boot, the system will rollback 97 postinstall fails, the entire update is considered failed. 130 and if it fails to continue the update or crashes in the middle, it will 133 * If it fails to apply a delta payload (due to bit changes on the active
|
/system/libziparchive/cli-tests/ |
D | unzip.test | 99 # directories, so this fails.
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 173 /// If any fragment of a load request fails, the entire load request for
|
/system/core/init/ |
D | README.md | 557 * `Require`: encrypt directory, abort boot process if encryption fails 558 * `Attempt`: try to set an encryption policy, but continue if it fails
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 299 Whenever a test fails, it will print out to the console the reason for failure
|
/system/apex/docs/ |
D | README.md | 680 of the postinstall OTA routine. If decompression fails, `apexd` will fallback to
|
/system/sepolicy/public/ |
D | domain.te | 1334 # directory write check fails and so these are never attempted.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | domain.te | 1334 # directory write check fails and so these are never attempted.
|
12