Searched defs:c (Results 1 – 14 of 14) sorted by relevance
| /bootable/recovery/tests/unit/ |
| D | fuse_provider_test.cpp | 54 for (char c = 0; c < 10; c++) { in TEST() local 81 for (char c = 0; c < 10; c++) { in TEST() local
|
| D | install_test.cpp | 387 for (char c = 'a'; c <= 'z'; c++) { in TEST() local
|
| /bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/ |
| D | UpdateConfigTest.java | 115 UpdateConfig c = UpdateConfig.fromJson(JSON_NON_STREAMING); in getUpdatePackageFile_works() local
|
| /bootable/libbootloader/gbl/libgbl/src/fuchsia_boot/ |
| D | vboot.rs | 33 pub(crate) fn zircon_verify_kernel<'a, 'b, 'c, B: SplitByteSliceMut + PartialEq>( in zircon_verify_kernel() 34 gbl_ops: &mut impl GblOps<'b, 'c>, in zircon_verify_kernel()
|
| /bootable/libbootloader/gbl/libgbl/src/android_boot/ |
| D | mod.rs | 57 pub fn android_load_verify_fixup<'a, 'b, 'c>( in android_load_verify_fixup() 251 pub async fn run<'b: 'c, 'c>( in run() 254 tasks: impl PinFutContainer<'c> + 'c, in run() 259 'a: 'c, in run() 260 'd: 'c, in run() 317 pub fn android_main<'a, 'b, 'c, G: GblOps<'a, 'b>>( in android_main()
|
| D | load.rs | 275 ) -> Result<LoadedImages<'c>, IntegrationError> { in android_load_verify() 347 out: &mut LoadedImages<'c>, in load_verify_v2_and_lower() 461 out: &mut LoadedImages<'c>, in load_verify_v3_and_v4()
|
| D | vboot.rs | 100 partitions: &PartitionsToVerify<'c>, in avb_verify_slot()
|
| /bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
| D | UpdateConfig.java | 55 UpdateConfig c = new UpdateConfig(); in fromJson() local
|
| /bootable/libbootloader/gbl/libc/src/ |
| D | format.c | 138 static size_t format_character(char c, char *buffer, size_t buffer_len) { in format_character()
|
| /bootable/libbootloader/gbl/libgbl/src/ |
| D | device_tree.rs | 155 fn append_from_multifdt_buffer<'b, 'c>( in append_from_multifdt_buffer() 217 pub fn append<'b, 'c>( in append()
|
| D | ops.rs | 500 ) -> GblResult<slots::Cursor<'c>> { in load_slot_interface()
|
| /bootable/libbootloader/gbl/libgbl/src/fastboot/ |
| D | mod.rs | 282 fn tasks(&self) -> &'d Shared<impl PinFutContainerTyped<'c, F>> { in tasks() 838 pub async fn run_gbl_fastboot<'a: 'c, 'b: 'c, 'c, 'd>( in run_gbl_fastboot() 841 tasks: impl PinFutContainer<'c> + 'c, in run_gbl_fastboot()
|
| /bootable/deprecated-ota/tests/unit/ |
| D | updater_test.cpp | 1045 std::string c(4096, 'c'); in GenerateTransferList() local
|
| /bootable/libbootloader/gbl/efi/src/ |
| D | ops.rs | 334 ) -> GblResult<Cursor<'c>> { in load_slot_interface()
|