Searched refs:g (Results 1 – 11 of 11) sorted by relevance
/bootable/recovery/tests/testdata/ |
D | recovery_body | 248 ….�g/adf-interfacen�j.n�… 253 … ����������.�q/adf-overlay-enginen�… 320 …�ERCP ��������� �$/fscklogs�� /U 327 …�ERCP ��������� �$/graphics�� … 350 …�ERCP ����������/log�� /U 370 …�ERCP ����������:/rpmsg-omxn�… 416 …�ERCP ����������/tegraU 569 …�ERCP ����������*/ota_package�� /U 712 …CP ����������:/misc/bluetooth/logs�� /U 745 …�ERCP ����������2/misc/gatekeeper��…
|
/bootable/recovery/tools/image_generator/ |
D | README.md | 15 2. `textName`: The description of the text string, e.g. "recovery_erasing", 18 files, e.g. $OUT/system/fonts/ 20 strings in xml format, e.g. bootable/recovery/tools/recovery_l10n/res/
|
/bootable/recovery/recovery_utils/ |
D | Android.bp | 73 // Should avoid exposing to the libs that might be used in device-specific codes (e.g.
|
/bootable/recovery/minadbd/ |
D | README.md | 20 - `minadbd` handles some requests directly, e.g. querying device properties for rescue service.
|
/bootable/recovery/ |
D | .clang-format | 19 # give slightly different results from the one installed in host machine (e.g.
|
D | README.md | 7 * Devices using recovery-as-boot (e.g. Pixels, which set BOARD\_USES\_RECOVERY\_AS\_BOOT) 18 * Devices with a separate recovery image (e.g. Nexus)
|
/bootable/recovery/minui/include/minui/ |
D | minui.h | 124 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
|
/bootable/recovery/minui/ |
D | graphics.cpp | 210 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a) { in gr_color() argument 211 uint32_t r32 = r, g32 = g, b32 = b, a32 = a; in gr_color()
|
/bootable/recovery/tests/unit/ |
D | updater_test.cpp | 1049 std::string g(4096, 'g'); in GenerateTransferList() local 1079 std::string g_hash = GetSha1(g); in GenerateTransferList() 1081 reinterpret_cast<const uint8_t*>(g.data()), g.size(), in GenerateTransferList() 1165 g_target_image = zero + i + h + g + f + e + d + c + b + a; in GenerateTransferList()
|
/bootable/recovery/tests/ |
D | Android.bp | 72 // librecovery_defaults uses many shared libs that we want to avoid using in tests (e.g. we don't
|
/bootable/recovery/updater_sample/ |
D | README.md | 33 `url` is expected to point to file system, e.g. `file:///data/my-sample-ota-builds-dir/ota-002.zip`. 108 e.g. `Authorization` header to contain valid auth token. While performing 184 e.g. add a line containing `PRODUCT_PACKAGES += SystemUpdaterSample`
|