Home
last modified time | relevance | path

Searched refs:g (Results 1 – 7 of 7) sorted by relevance

/bootable/recovery/tools/image_generator/
DREADME.md15 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-format19 # give slightly different results from the one installed in host machine (e.g.
/bootable/recovery/minui/include/minui/
Dminui.h123 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
/bootable/recovery/tests/
DAndroid.bp74 // librecovery_defaults uses many shared libs that we want to avoid using in tests (e.g. we don't
/bootable/recovery/minui/
Dgraphics.cpp210 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/
Dupdater_test.cpp1047 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/
DREADME.md33 `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`