Searched refs:text (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/minui/ |
D | resources.cpp | 248 png_textp text; in res_create_multi_display_surface() local 260 if (png_get_text(png_ptr, info_ptr, &text, &num_text)) { in res_create_multi_display_surface() 262 if (text[i].key && strcmp(text[i].key, "Frames") == 0 && text[i].text) { in res_create_multi_display_surface() 263 *frames = atoi(text[i].text); in res_create_multi_display_surface()
|
/bootable/recovery/fonts/ |
D | OFL.txt | 59 included either as stand-alone text files, human-readable headers or 60 in the appropriate machine-readable metadata fields within text or
|
/bootable/recovery/ |
D | NOTICE | 119 (d) If the Work includes a "NOTICE" text file as part of its 124 of the following places: within a NOTICE text file distributed 132 or as an addendum to the NOTICE text from the Work, provided
|
/bootable/recovery/updater/ |
D | blockimg.c | 64 static RangeSet* parse_range(char* text) { in parse_range() argument 67 num = strtol(strtok_r(text, ",", &save), NULL, 0); in parse_range()
|