Home
last modified time | relevance | path

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

12345

/bootable/libbootloader/gbl/
Dreadme.bzl4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
16 Action that verifies all EFI protocols used by GBL are explicitly listed in README.md
24 case $1 in
25 --in)
56 for P in ${PROTOCOLS[@]}
68 for P in ${README_PROTOCOLS[@]}
74 echo -e "Unused protocol(s) found in documentation:$UNUSED_PROTOCOLS"
82 in_files = [s for d in ctx.attr.deps for s in d[CrateInfo].srcs.to_list()]
86 "--in",
DBUILD4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
20 # Note: can't read files in subpackages, not sure how to add a dependency on all,
/bootable/libbootloader/gbl/docs/
Dgbl_fastboot.md1 # Fastboot in GBL
3 This document describes Fastboot in the [GBL UEFI bootloader](../efi/BUILD).
19 use GPT partitions. Therefore, in the context of GBL Fastboot, the notion
30 This specifies range `[offset, offset+size)` in GPT partition `part` on the
40 among all storage devices and flashes in the entire range of the partition.
41 * `fastboot flash boot_a:0x0` or `boot_a:0` -- Flashes in the entire range of
43 * `fastboot flash boot_a:0:200` -- Flashes only in range `[512, end)` of GPT
45 * `fastboot flash boot_a:0:200:200` -- Flashes only in range `[512, 1024)` of
DEFI_ANDROID_BOOT_PROTOCOL.md5 bootloader in compliance with the Android Verified Boot(AVB) requirement and
10 | **Status** | Work in progress |
106 On exit, set to the maximum packet size in bytes allowed by the USB interface.
115 * The USB interface should contain two bulk endpoints (in, out).
118 * The class, subclass and protocol code in the USB interface descriptor should be
133 **Note**: This protocol is not applicable to platforms that only operate in USB
213 On entry, the size in bytes of `Buffer`. On exit, the size in bytes of the
232 … too small for the next packet. `BufferSize` should be updated to the required size in this case. |
261 On entry, the size in bytes of `Buffer` to be sent. If the size is greater than
283 …ize of the USB interface. `BufferSize` should be updated to the maximum packet size in this case. |
/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/
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.
/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
156 Check the invocation of the image_generator tool in the [makefile]. And the detailed usage of the
/bootable/deprecated-ota/
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 …]
/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/libbootloader/libxbc/
DCOPYING36 "Work" shall mean the work of authorship, whether in Source or
38 copyright notice that is included in or attached to the work
39 (an example is provided in the Appendix below).
41 "Derivative Works" shall mean any work, whether in Source or Object
52 submitted to Licensor for inclusion in the Work by the copyright owner
61 designated in writing by the copyright owner as "Not a Contribution."
72 Work and such Derivative Works in Source or Object form.
77 (except as stated in this section) patent license to make, have made,
84 cross-claim or counterclaim in a lawsuit) alleging that the Work
91 Work or Derivative Works thereof in any medium, with or without
[all …]
/bootable/libbootloader/
DLICENSE36 "Work" shall mean the work of authorship, whether in Source or
38 copyright notice that is included in or attached to the work
39 (an example is provided in the Appendix below).
41 "Derivative Works" shall mean any work, whether in Source or Object
52 submitted to Licensor for inclusion in the Work by the copyright owner
61 designated in writing by the copyright owner as "Not a Contribution."
72 Work and such Derivative Works in Source or Object form.
77 (except as stated in this section) patent license to make, have made,
84 cross-claim or counterclaim in a lawsuit) alleging that the Work
91 Work or Derivative Works thereof in any medium, with or without
[all …]
/bootable/libbootloader/gbl/libbootimg/
DBUILD4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
37 # The following genernates rust binding for C definitions in `bootimg.h`. It uses the same
38 # parameters in script platform/system/tools/mkbootimg/rust/bindgen.sh used for generating the
39 # checked-in version platform/system/tools/mkbootimg/rust/bootimg_priv.rs.
79 # The source files do not specify "no_std" and thus can't be used as library crate root in our EFI
96 for index in $${!srcs[@]}; do cp $${srcs[$$index]} $${outs[$$index]}; done
/bootable/deprecated-ota/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
53 // A utility lib that's local to recovery (in contrast, libotautil is exposed to device-specific
77 // The following cannot be placed in librecovery_utils_defaults,
94 // Should avoid exposing to the libs that might be used in device-specific codes (e.g.
/bootable/libbootloader/gbl/smoltcp/
DBUILD.smoltcp.bazel4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
21 # Upstream smoltcp uses a custom script in the cargo build flow to generate a `config.rs`
47 # `smoltcp` depends on crate `heapless`, which is still in the process of being imported to Android
78 for index in $${!srcs[@]}; do cp $${srcs[$$index]} $${outs[$$index]}; done && \
112 # Always compile this crate in release mode. Otherwise it is too slow.
DBUILD4 # 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/libbootloader/gbl/toolchain/
Dgbl_workspace_util.bzl4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
30 variables. If they don't exist, the top-level workspace needs to define them in repo
53 # Create a info.bzl file in the assembled repo to export header/library/tool paths.
77 """.format(",".join(["\"{}\"".format(inc) for inc in sysroot_includes]))
82 # top level directory in case the the distribution repo has its own BUILD file which blocks
87 # same name as the actual library file name in cc_import(). Otherwise it complains it can't
93 # Do the same for libclang.so in case it's a symlink.
148 for entry in path.readdir():
/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/deprecated-ota/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,
/bootable/libbootloader/gbl/efi/arch/riscv64/
Driscv64_efi.lds5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
34 /* Dynamic sections which may involve in relocation */
/bootable/recovery/tools/image_generator/
DREADME.md20 strings in xml format, e.g. bootable/recovery/tools/recovery_l10n/res/
24 Supported locales and background texts are located in
31 form the final resource image that locates in res/images, e.g. `install_text.png`
/bootable/libbootloader/gbl/integration/aosp_u-boot-mainline/
Dworkspace.bzl4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
16 This file contains rules and logic for setting up GBL workspace dependencies in the AOSP
42 deps = "[{}]".format(",".join(["\"{}\"".format(ele) for ele in deps]))
43 features = "[{}]".format(",".join(["\"{}\"".format(ele) for ele in features]))
44 rustc_flags = "[{}]".format(",".join(["\"{}\"".format(ele) for ele in rustc_flags]))
267 for crate in THIRD_PARTY_CRATES:
/bootable/deprecated-ota/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
55 // libapplypatch in "libupdater_defaults" is not available on the Mac.

12345