Home
last modified time | relevance | path

Searched refs:a (Results 1 – 14 of 14) sorted by relevance

/bootable/recovery/edify/
DREADME1 Update scripts (from donut onwards) are written in a new little
3 the old one ("amend"). This is a brief overview of the new language.
5 - The entire script is a single expression.
22 - When used as a boolean, the empty string is "false" and all other
33 - ";" is a binary operator; evaluating it just means to first evaluate
48 "a b"
49 a + " " + b
50 "a" + " " + "b"
51 "a\x20b"
52 a + "\x20b"
[all …]
Dlexer.ll7 * You may obtain a copy of the License at
66 \\x[0-9a-fA-F]{2} {
93 [a-zA-Z0-9_:/.]+ {
Dparser.yy7 * You may obtain a copy of the License at
Dexpr.cpp368 static int fn_entry_compare(const void* a, const void* b) { in fn_entry_compare() argument
369 const char* na = ((const NamedFunction*)a)->name; in fn_entry_compare()
/bootable/recovery/minui/
Dgraphics.cpp81 unsigned char a = *sx++; in text_blend() local
82 if (gr_current_a < 255) a = ((int)a * gr_current_a) / 255; in text_blend()
83 if (a == 255) { in text_blend()
88 } else if (a > 0) { in text_blend()
89 *px = (*px * (255-a) + gr_current_r * a) / 255; in text_blend()
91 *px = (*px * (255-a) + gr_current_g * a) / 255; in text_blend()
93 *px = (*px * (255-a) + gr_current_b * a) / 255; in text_blend()
155 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a) in gr_color() argument
161 gr_current_a = a; in gr_color()
166 gr_current_a = a; in gr_color()
Dminui.h52 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
/bootable/recovery/minadbd/
DREADME.txt7 receives a single blob of data, writes it to a fixed filename, and
/bootable/recovery/
DNOTICE44 transformation or translation of a Source form, including but
49 Object form, made available under the License, as indicated by a
56 represent, as a whole, an original work of authorship. For the purposes
73 designated in writing by the copyright owner as "Not a Contribution."
76 on behalf of whom a Contribution has been received by Licensor and
80 this License, each Contributor hereby grants to You a perpetual,
87 this License, each Contributor hereby grants to You a perpetual,
95 institute patent litigation against any entity (including a
96 cross-claim or counterclaim in a lawsuit) alleging that the Work
97 or a Contribution incorporated within the Work constitutes direct
[all …]
Drecovery.cpp734 static int compare_string(const void* a, const void* b) { in compare_string() argument
735 return strcmp(*(const char**)a, *(const char**)b); in compare_string()
/bootable/recovery/applypatch/
Dimgdiff.cpp170 static int fileentry_compare(const void* a, const void* b) { in fileentry_compare() argument
171 int ao = ((ZipFileEntry*)a)->data_offset; in fileentry_compare()
721 int AreChunksEqual(ImageChunk* a, ImageChunk* b) { in AreChunksEqual() argument
722 if (a->type != b->type) return 0; in AreChunksEqual()
724 switch (a->type) { in AreChunksEqual()
726 return a->len == b->len && memcmp(a->data, b->data, a->len) == 0; in AreChunksEqual()
729 return a->deflate_len == b->deflate_len && in AreChunksEqual()
730 memcmp(a->deflate_data, b->deflate_data, a->deflate_len) == 0; in AreChunksEqual()
733 printf("unknown chunk type %d\n", a->type); in AreChunksEqual()
Dapplypatch.sh293 run_command ls /cache/a.file && fail # was deleted
296 run_command ls /cache/subdir/a.file || fail # wasn't deleted because it's in a subdir
302 run_command ls /cache/subdir/a.file || fail # wasn't deleted because it's in a subdir
312 run_command ls /cache/subdir/a.file || fail # still wasn't deleted because it's in a subdir
319 run_command ls /cache/subdir/a.file || fail # still wasn't deleted because it's in a subdir
DNOTICE5 You may obtain a copy of the License at
/bootable/recovery/fonts/
DOFL.txt4 This license is copied below, and is also available with a FAQ at:
15 efforts of academic and linguistic communities, and to provide a free and
41 Original Version, by changing formats or by porting the Font Software to a
49 a copy of the Font Software, to use, study, copy, merge, embed, modify,
/bootable/recovery/etc/
Dinit.rc70 # Remove a file to wake up anything waiting for firmware