Searched refs:b (Results 1 – 9 of 9) sorted by relevance
/bootable/recovery/edify/ |
D | README | 48 "a b" 49 a + " " + b 50 "a" + " " + "b" 53 concat(a, " ", "b") 54 "concat"(a, " ", "b") 59 ("con" + "cat")(a, " ", b) # syntax error! 102 concat(a;b;c, d, e;f) # evaluates to "cdf"
|
D | expr.c | 147 int b = BooleanString(v); in AssertFn() local 149 if (!b) { in AssertFn() 361 static int fn_entry_compare(const void* a, const void* b) { in fn_entry_compare() argument 363 const char* nb = ((const NamedFunction*)b)->name; in fn_entry_compare()
|
/bootable/recovery/applypatch/ |
D | imgdiff.c | 169 static int fileentry_compare(const void* a, const void* b) { in fileentry_compare() argument 171 int bo = ((ZipFileEntry*)b)->data_offset; in fileentry_compare() 699 int AreChunksEqual(ImageChunk* a, ImageChunk* b) { in AreChunksEqual() argument 700 if (a->type != b->type) return 0; in AreChunksEqual() 704 return a->len == b->len && memcmp(a->data, b->data, a->len) == 0; in AreChunksEqual() 707 return a->deflate_len == b->deflate_len && in AreChunksEqual() 708 memcmp(a->deflate_data, b->deflate_data, a->deflate_len) == 0; in AreChunksEqual()
|
D | applypatch.c | 95 static int compare_size_indices(const void* a, const void* b) { in compare_size_indices() argument 97 int bb = *(int*)b; in compare_size_indices()
|
D | applypatch.sh | 294 run_command ls /cache/recovery/otatest/b.file && fail # was deleted
|
/bootable/recovery/minui/ |
D | minui.h | 46 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
|
D | graphics.cpp | 158 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a) in gr_color() argument 161 gr_current_r = b; in gr_color() 168 gr_current_b = b; in gr_color()
|
/bootable/recovery/ |
D | recovery.cpp | 554 static int compare_string(const void* a, const void* b) { in compare_string() argument 555 return strcmp(*(const char**)a, *(const char**)b); in compare_string()
|
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|