Home
last modified time | relevance | path

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

12

/bootable/recovery/
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 …]
D.clang-format2 # local style file in `.clang-format`. This will be triggered automatically with `repo upload`.
12 # `--style file` will pick up the local style file in `.clang-format`. This can be configured as the
17 # Note that `repo upload` calls the `clang-format` binary in Android repo (i.e.
19 # give slightly different results from the one installed in host machine (e.g.
DREADME.md60 `ro.debuggable=1` in `/prop.default`), `adbd` service is enabled and started by default, which
61 allows `adb` communication. A device should be listed under `adb devices`, either in `recovery` or
68 Although `/system/bin/adbd` is built from the same code base as the one in the normal boot, only a
83 `adbd` service automatically only in debuggable builds. This behavior is controlled by the recovery
97 trigger, and will only re-enable it in debuggable builds (the `on property` rule will always run
109 check if configfs has been properly set up in init rc scripts. See the [example
114 ### `adb devices` shows the device, but in `unauthorized` state.
121 (because such authorization data stays in /data, which recovery doesn't mount), nor does it support
/bootable/recovery/minadbd/
DREADME.md12 or `none` respectively. Upon starting recovery mode, `adbd` is started in debuggable builds by
13 default; otherwise `adbd` will stay off at all times in user builds. See the triggers in
18 and execs `minadbd` in a separate process.
22 the comments in `bootable/recovery/install/adb_install.cpp` for the IPC protocol between
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateConfig.java121 protected UpdateConfig(Parcel in) { in UpdateConfig() argument
122 this.mName = in.readString(); in UpdateConfig()
123 this.mUrl = in.readString(); in UpdateConfig()
124 this.mAbInstallType = in.readInt(); in UpdateConfig()
125 this.mAbConfig = (AbConfig) in.readSerializable(); in UpdateConfig()
126 this.mRawJson = in.readString(); in UpdateConfig()
/bootable/recovery/updater_sample/
Dproguard.flags4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
15 # Keep, used in tests.
20 # Keep, used in tests.
DREADME.md15 logs can be found in `adb logcat`. User can stop or reset an update. Resetting
22 In this sample updates are defined in JSON update config files.
23 The structure of a config file is defined in
28 to the app, but in this sample, the config files are stored on the device.
29 The directory can be found in logs or on the UI. In most cases it should be located at
38 If `ab_install_type` is `STREAMING`, app downloads only the entries in need, as
40 entry, which takes up the majority of the space in an OTA package, will be
41 streamed by `update_engine` directly. The ZIP entries in such a package need to be
43 with the offset and length. As `payload.bin` itself is already in compressed
64 only onStatusUpdate is called, but status becomes IDLE in most cases.
[all …]
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/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/recovery_utils/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
41 // A utility lib that's local to recovery (in contrast, libotautil is exposed to device-specific
73 // Should avoid exposing to the libs that might be used in device-specific codes (e.g.
/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,
/bootable/recovery/edify/
DREADME.md4 Update scripts (from donut onwards) are written in a new little
12 - String literals appear in double quotes. \n, \t, \", and \\ are
16 underscores, slashes, and periods don't need to be in double quotes.
28 - All functions are actually macros (in the Lisp sense); the body of
48 appear in the string. The following expressions all evaluate to the
59 As shown in the last example, function names are just strings,
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/tests/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
72 // librecovery_defaults uses many shared libs that we want to avoid using in tests (e.g. we don't
199 // libapplypatch in "libupdater_defaults" is not available on the Mac.
/bootable/recovery/tools/recovery_l10n/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/tools/image_generator/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/fuse_sideload/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/uncrypt/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/update_verifier/
Dcare_map.proto5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/minui/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/updater_sample/tests/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/otautil/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/bootloader_message/
DAndroid.bp5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/install/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software

12