Home
last modified time | relevance | path

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

12

/bootable/recovery/edify/
DREADME.md4 Update scripts (from donut onwards) are written in a new little
6 the old one ("amend"). This is a brief overview of the new language.
8 - The entire script is a single expression.
25 - When used as a boolean, the empty string is "false" and all other
36 - ";" is a binary operator; evaluating it just means to first evaluate
51 "a b"
52 a + " " + b
53 "a" + " " + "b"
54 "a\x20b"
55 a + "\x20b"
[all …]
Dlexer.ll7 * You may obtain a copy of the License at
68 \\x[0-9a-fA-F]{2} {
95 [a-zA-Z0-9_:/.]+ {
DAndroid.bp5 // You may obtain a copy of the License at
/bootable/recovery/minadbd/
DREADME.md7 receives a single blob of data, writes it to a fixed filename, and
DAndroid.bp5 // You may obtain a copy of the License at
57 // TODO create a include dir
/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 …]
DREADME.md56 Although `/system/bin/adbd` is built from the same code base as the one in the normal boot, only a
74 The best way to confirm a running `adbd` is by checking the serial output, which shows a service
110 authorizing a host device under recovery. We can use one of the following options instead.
112 * **Option 1 (Recommended):** Authorize a host device with adb vendor keys.
114 For debuggable builds, an RSA keypair can be used to authorize a host device that has the private
129 * `ro.adb.secure` has a value of `0`.
131 Both of the two conditions need to be satisfied. Although `ro.adb.secure` is a runtime property, its
D.clang-format3 # Alternatively, one can stage and format a change with `git clang-format` directly.
8 # Or to format a committed change.
/bootable/recovery/updater_sample/
DREADME.md4 [OTA updates](https://source.android.com/devices/tech/ota/). It contains a
23 The structure of a config file is defined in
27 In real-life update system the config files expected to be served from a server
39 opposed to the entire package, to initiate a streaming update. The `payload.bin`
41 streamed by `update_engine` directly. The ZIP entries in such a package need to be
74 `UpdaterState` on a device. When app is resumed, it checks if `UpdaterState`
157 ## Running on a device
174 To run sample app as a privileged system app, it needs to be installed in `/system/priv-app/`.
177 The recommended way to run the app is to build and install it as a
184 e.g. add a line containing `PRODUCT_PACKAGES += SystemUpdaterSample`
[all …]
DAndroid.bp5 // You may obtain a copy of the License at
Dproguard.flags5 # You may obtain a copy of the License at
/bootable/recovery/minui/
Dgraphics.cpp149 uint8_t a = *sx++; in TextBlend() local
150 if (alpha_current < 255) a = (static_cast<uint32_t>(a) * alpha_current) / 255; in TextBlend()
151 *px = pixel_blend(a, *px); in TextBlend()
210 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()
DAndroid.bp5 // 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/tools/image_generator/
DAndroid.bp5 // You may obtain a copy of the License at
/bootable/recovery/tools/recovery_l10n/
DAndroid.bp5 // You may obtain a copy of the License at
/bootable/recovery/uncrypt/
DAndroid.bp5 // You may obtain a copy of the License at
/bootable/recovery/update_verifier/
Dcare_map.proto6 * You may obtain a copy of the License at
/bootable/recovery/fuse_sideload/
DAndroid.bp5 // You may obtain a copy of the License at
/bootable/recovery/boot_control/
DAndroid.bp6 // You may obtain a copy of the License at
/bootable/recovery/misc_writer/
DAndroid.bp6 // You may obtain a copy of the License at
/bootable/recovery/bootloader_message/
DAndroid.bp6 // You may obtain a copy of the License at
/bootable/recovery/updater_sample/tests/
DAndroid.bp5 // You may obtain a copy of the License at
/bootable/recovery/otautil/
DAndroid.bp5 // You may obtain a copy of the License at
/bootable/recovery/updater/
DAndroid.bp5 // You may obtain a copy of the License at

12