Searched refs:g (Results 1 – 7 of 7) sorted by relevance
/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/ |
D | .clang-format | 19 # give slightly different results from the one installed in host machine (e.g.
|
/bootable/recovery/minui/include/minui/ |
D | minui.h | 123 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
|
/bootable/recovery/tests/ |
D | Android.bp | 74 // librecovery_defaults uses many shared libs that we want to avoid using in tests (e.g. we don't
|
/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/component/ |
D | updater_test.cpp | 1047 std::string g(4096, 'g'); in GenerateTransferList() local 1077 std::string g_hash = GetSha1(g); in GenerateTransferList() 1079 reinterpret_cast<const uint8_t*>(g.data()), g.size(), in GenerateTransferList() 1163 g_target_image = zero + i + h + g + f + e + d + c + b + a; in GenerateTransferList()
|
/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`
|