Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 27) sorted by relevance

12

/bootable/recovery/tests/testdata/
Drecovery_body198 …��������������������������������ERCP ��� �������������������������������������/fstab.U
205 …����������������������������������ERCP ��� �������������������������������������/init.U
219 …����������������������������ERCP ��� �������������������������� �����������/ueventd.U
248 …���������ERCP ��� �������������������.������������������g/adf-interfacen�������…
313 …������������������������ERCP ��� ������������������������������������ /cpuctl��� �/U
339 …���������������������������ERCP ��� ������������������������������������/input�� �/U
364 …������������������������������ERCP ��� ������������������������������������/mtd��� �/U
375 …�������������������ERCP ��� �������������������������������������./rtcn�����������������…
386 …������������������������ERCP ��� ������������������������������������ /socket��� �/U
392 …�����������ERCP ��� �������������������������������������R/socket/sap_uim_s…
[all …]
/bootable/deprecated-ota/edify/
Dlexer.ll64 \\t { gColumn += yyleng; gPos += yyleng; string_buffer.push_back('\t'); }
108 [ \t]+ ADVANCE;
DREADME.md12 - String literals appear in double quotes. \n, \t, \", and \\ are
16 underscores, slashes, and periods don't need to be in double quotes.
/bootable/libbootloader/gbl/
Dreadme.bzl48 echo "README file doesn't exist: ${README}"
58 grep -Lq $P ${README} || DOCLESS_PROTOCOLS+="\n\t$P"
70 grep -qhE "impl ProtocolInfo for $P" ${ALL_INPUTS} || UNUSED_PROTOCOLS+="\n\t$P"
DBUILD20 # Note: can't read files in subpackages, not sure how to add a dependency on all,
/bootable/libbootloader/gbl/libefi/src/protocol/
Dsimple_network.rs168 option.map(|t| t as *mut _).unwrap_or(null_mut()) in option_ref_mut_to_pointer()
/bootable/deprecated-ota/tests/unit/host/
Dimgdiff_test.cpp682 for (auto& t : info) { in construct_store_entry() local
684 ASSERT_EQ(0, writer->StartEntry(std::get<0>(t).c_str(), 0)); in construct_store_entry()
685 const std::string content(std::get<1>(t) * 4096, std::get<2>(t)); in construct_store_entry()
693 for (auto& t : info) { in construct_deflate_entry() local
695 ASSERT_EQ(0, writer->StartEntry(std::get<0>(t).c_str(), ZipWriter::kCompress)); in construct_deflate_entry()
696 ASSERT_EQ(0, writer->WriteBytes(data.data() + std::get<1>(t) * 4096, std::get<2>(t) * 4096)); in construct_deflate_entry()
732 for (const auto& t : info) { in ConstructImageChunks() local
733 size_t length = std::get<1>(t); in ConstructImageChunks()
734 chunks.emplace_back(CHUNK_NORMAL, start, &content, length, std::get<0>(t)); in ConstructImageChunks()
/bootable/recovery/
DREADME.md13 # Pixel devices don't support booting into recovery mode with `fastboot boot`.
75 ### `adb devices` doesn't show the device.
120 recovery image doesn't honor the USB debugging toggle and the authorizations added under normal boot
121 (because such authorization data stays in /data, which recovery doesn't mount), nor does it support
/bootable/recovery/update_verifier/
Dupdate_verifier.cpp176 for (auto& t : threads) { in ReadBlocks() local
177 ret = t.get() && ret; in ReadBlocks()
DAndroid.bp131 // Soong won't add "libprotobuf-python" to the dependencies if
/bootable/libbootloader/gbl/efi/arch/riscv64/
Driscv64_efi.lds53 some PE32+ loader doesn't support a separate bss section.
/bootable/recovery/tools/image_generator/
DREADME.md5 under recovery mode. And thus we don't need to do the manual work by running
/bootable/libbootloader/gbl/toolchain/
Dgbl_workspace_util.bzl30 variables. If they don't exist, the top-level workspace needs to define them in repo
87 # same name as the actual library file name in cc_import(). Otherwise it complains it can't
DBUILD193 # "movsd (%esp),%xmm0" which likely isn't enabled during the bootloader stage and causes
269 # external/rust/crates/spin doesn't pass this lint check and there is not a way to make an
Dgbl_toolchain.bzl269 # Put an underscore so that we don't need to deal with potential "lib" prefix from user
/bootable/recovery/updater_sample/
DREADME.md62 app doesn't receive onStatusUpdate and onPayloadApplicationCompleted notifications.
69 When `cancel` is called, status is set to `IDLE`, which doesn't allow
76 If they doesn't match, sample app calls `applyPayload` again with the same
135 can't be canceled after it was done.
/bootable/libbootloader/gbl/libgbl/src/slots/
Dandroid.rs274 (false, t) if t > 0 => Bootability::Retriable(t.into()), in get_slot_by_number()
Dfuchsia.rs170 (0, t) if t > 0 => Bootability::Retriable(t.into()), in get_slot_by_number()
/bootable/recovery/tests/
DAndroid.bp63 // librecovery_defaults uses many shared libs that we want to avoid using in tests (e.g. we don't
/bootable/libbootloader/gbl/libstorage/src/
Dtestlib.rs417 for (d, t) in std::iter::zip(data.iter_mut(), tmp) {
418 *d = t;
/bootable/libbootloader/gbl/smoltcp/
DBUILD.smoltcp.bazel22 # containing a set of configurations. We don't use cargo. Thus we use a pre-generated
/bootable/libbootloader/gbl/libbootimg/
DBUILD79 # The source files do not specify "no_std" and thus can't be used as library crate root in our EFI
/bootable/libbootloader/gbl/third_party/libzbi/src/
Dlib.rs1218 pub fn add<T: AsBytes>(mut self, t: T) -> Self { in add()
1219 t.write_to_prefix(&mut self.buffer[self.tail_offset..]).unwrap(); in add()
2362 assert!(get_kernel_zbi_types().iter().all(|t| t.is_kernel())) in zbi_test_type_is_kernel()
2375 assert!(get_metadata_zbi_types().iter().all(|t| t.is_driver_metadata())); in zbi_test_type_is_driver_metadata()
/bootable/libbootloader/gbl/integration/aosp_u-boot-mainline/
Dworkspace.bzl277 # We don't register GBL toolchains here because they will be masked by toolchains from
/bootable/libbootloader/gbl/docs/
DEFI_ANDROID_BOOT_PROTOCOL.md273 if the previous one hasn't complete.

12