Home
last modified time | relevance | path

Searched refs:in (Results 1 – 10 of 10) sorted by relevance

/bootable/recovery/
Dbootloader.cpp30 static int set_bootloader_message_mtd(const struct bootloader_message *in, const Volume* v);
32 static int set_bootloader_message_block(const struct bootloader_message *in, const Volume* v);
49 int set_bootloader_message(const struct bootloader_message *in) { in set_bootloader_message() argument
56 return set_bootloader_message_mtd(in, v); in set_bootloader_message()
58 return set_bootloader_message_block(in, v); in set_bootloader_message()
97 static int set_bootloader_message_mtd(const struct bootloader_message *in, in set_bootloader_message_mtd() argument
120 memcpy(&data[write_size * MISC_COMMAND_PAGE], in, sizeof(*in)); in set_bootloader_message_mtd()
137 LOGI("Set boot command \"%s\"\n", in->command[0] != 255 ? in->command : ""); in set_bootloader_message_mtd()
185 static int set_bootloader_message_block(const struct bootloader_message *in, in set_bootloader_message_block() argument
193 int count = fwrite(in, sizeof(*in), 1, f); in set_bootloader_message_block()
DNOTICE5 you may not use this file except in compliance with the License.
7 Unless required by applicable law or agreed to in writing, software
48 "Work" shall mean the work of authorship, whether in Source or
50 copyright notice that is included in or attached to the work
51 (an example is provided in the Appendix below).
53 "Derivative Works" shall mean any work, whether in Source or Object
64 submitted to Licensor for inclusion in the Work by the copyright owner
73 designated in writing by the copyright owner as "Not a Contribution."
84 Work and such Derivative Works in Source or Object form.
89 (except as stated in this section) patent license to make, have made,
[all …]
Dbootloader.h52 int set_bootloader_message(const struct bootloader_message *in);
/bootable/recovery/applypatch/
DNOTICE4 you may not use this file except in compliance with the License.
9 Unless required by applicable law or agreed to in writing, software
22 Redistribution and use in source and binary forms, with or without
27 2. Redistributions in binary form must reproduce the above copyright
28 notice, this list of conditions and the following disclaimer in the
/bootable/recovery/mtdutils/
Dflash_image.c75 MtdReadContext *in = mtd_read_partition(partition); in main() local
76 if (in == NULL) { in main()
81 int checklen = mtd_read_data(in, check, sizeof(check)); in main()
89 mtd_read_close(in); in main()
/bootable/recovery/edify/
DREADME1 Update scripts (from donut onwards) are written in a new little
9 - String literals appear in double quotes. \n, \t, \", and \\ are
13 underscores, slashes, and periods don't need to be in double quotes.
25 - All functions are actually macros (in the Lisp sense); the body of
45 appear in the string. The following expressions all evaluate to the
56 As shown in the last example, function names are just strings,
/bootable/recovery/fonts/
DOFL.txt16 open framework in which fonts may be shared and improved in partnership
40 or substituting -- in part or in whole -- any of the components of the
54 in Original or Modified Versions, may be sold by itself.
60 in the appropriate machine-readable metadata fields within text or
74 5) The Font Software, modified or unmodified, in part or in whole,
DREADME1 The images in this directory were generated using the font
/bootable/recovery/minadbd/
DREADME.txt29 - only builds in adbd mode; builds as static library instead of a
/bootable/recovery/minui/
Dgraphics.c349 unsigned char* in = font.rundata; in gr_init_font() local
350 while((data = *in++)) { in gr_init_font()