Home
last modified time | relevance | path

Searched refs:and (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
DTurbineModifierItem.kt65 if (flag and TurbineFlag.ACC_STATIC != 0) { in computeFlag()
68 if (flag and TurbineFlag.ACC_ABSTRACT != 0) { in computeFlag()
71 if (flag and TurbineFlag.ACC_FINAL != 0) { in computeFlag()
74 if (flag and TurbineFlag.ACC_NATIVE != 0) { in computeFlag()
77 if (flag and TurbineFlag.ACC_SYNCHRONIZED != 0) { in computeFlag()
80 if (flag and TurbineFlag.ACC_STRICT != 0) { in computeFlag()
83 if (flag and TurbineFlag.ACC_TRANSIENT != 0) { in computeFlag()
86 if (flag and TurbineFlag.ACC_VOLATILE != 0) { in computeFlag()
89 if (flag and TurbineFlag.ACC_DEFAULT != 0) { in computeFlag()
92 if (flag and TurbineFlag.ACC_SEALED != 0) { in computeFlag()
[all …]
/tools/security/sanitizer-status/
DNOTICE10 See the License for the specific language governing permissions and
22 "License" shall mean the terms and conditions for use, reproduction,
23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
41 source, and configuration files.
46 and conversions to other media types.
54 form, that is based on (or derived from) the Work and for which the
59 the Work and Derivative Works thereof.
62 the original version of the Work and any modifications or additions
70 and issue tracking systems that are managed by, or on behalf of, the
[all …]
/tools/apksig/
DLICENSE10 See the License for the specific language governing permissions and
22 "License" shall mean the terms and conditions for use, reproduction,
23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
41 source, and configuration files.
46 and conversions to other media types.
54 form, that is based on (or derived from) the Work and for which the
59 the Work and Derivative Works thereof.
62 the original version of the Work and any modifications or additions
70 and issue tracking systems that are managed by, or on behalf of, the
[all …]
/tools/netsim/
DLICENSE10 "License" shall mean the terms and conditions for use, reproduction,
11 and distribution as defined by Sections 1 through 9 of this document.
16 "Legal Entity" shall mean the union of the acting entity and all
29 source, and configuration files.
34 and conversions to other media types.
42 form, that is based on (or derived from) the Work and for which the
47 the Work and Derivative Works thereof.
50 the original version of the Work and any modifications or additions
58 and issue tracking systems that are managed by, or on behalf of, the
59 Licensor for the purpose of discussing and improving the Work, but
[all …]
/tools/test/openhst/
DLICENSE10 "License" shall mean the terms and conditions for use, reproduction,
11 and distribution as defined by Sections 1 through 9 of this document.
16 "Legal Entity" shall mean the union of the acting entity and all
29 source, and configuration files.
34 and conversions to other media types.
42 form, that is based on (or derived from) the Work and for which the
47 the Work and Derivative Works thereof.
50 the original version of the Work and any modifications or additions
58 and issue tracking systems that are managed by, or on behalf of, the
59 Licensor for the purpose of discussing and improving the Work, but
[all …]
/tools/test/mobly_snippets/gft/
DLICENSE10 "License" shall mean the terms and conditions for use, reproduction,
11 and distribution as defined by Sections 1 through 9 of this document.
16 "Legal Entity" shall mean the union of the acting entity and all
29 source, and configuration files.
34 and conversions to other media types.
42 form, that is based on (or derived from) the Work and for which the
47 the Work and Derivative Works thereof.
50 the original version of the Work and any modifications or additions
58 and issue tracking systems that are managed by, or on behalf of, the
59 Licensor for the purpose of discussing and improving the Work, but
[all …]
/tools/acloud/
DLICENSE10 "License" shall mean the terms and conditions for use, reproduction,
11 and distribution as defined by Sections 1 through 9 of this document.
16 "Legal Entity" shall mean the union of the acting entity and all
29 source, and configuration files.
34 and conversions to other media types.
42 form, that is based on (or derived from) the Work and for which the
47 the Work and Derivative Works thereof.
50 the original version of the Work and any modifications or additions
58 and issue tracking systems that are managed by, or on behalf of, the
59 Licensor for the purpose of discussing and improving the Work, but
[all …]
/tools/test/connectivity/
DLICENSE10 "License" shall mean the terms and conditions for use, reproduction,
11 and distribution as defined by Sections 1 through 9 of this document.
16 "Legal Entity" shall mean the union of the acting entity and all
29 source, and configuration files.
34 and conversions to other media types.
42 form, that is based on (or derived from) the Work and for which the
47 the Work and Derivative Works thereof.
50 the original version of the Work and any modifications or additions
58 and issue tracking systems that are managed by, or on behalf of, the
59 Licensor for the purpose of discussing and improving the Work, but
[all …]
/tools/treble/
DLICENSE10 "License" shall mean the terms and conditions for use, reproduction,
11 and distribution as defined by Sections 1 through 9 of this document.
16 "Legal Entity" shall mean the union of the acting entity and all
29 source, and configuration files.
34 and conversions to other media types.
42 form, that is based on (or derived from) the Work and for which the
47 the Work and Derivative Works thereof.
50 the original version of the Work and any modifications or additions
58 and issue tracking systems that are managed by, or on behalf of, the
59 Licensor for the purpose of discussing and improving the Work, but
[all …]
/tools/trebuchet/
DLICENSE10 "License" shall mean the terms and conditions for use, reproduction,
11 and distribution as defined by Sections 1 through 9 of this document.
16 "Legal Entity" shall mean the union of the acting entity and all
29 source, and configuration files.
34 and conversions to other media types.
42 form, that is based on (or derived from) the Work and for which the
47 the Work and Derivative Works thereof.
50 the original version of the Work and any modifications or additions
58 and issue tracking systems that are managed by, or on behalf of, the
59 Licensor for the purpose of discussing and improving the Work, but
[all …]
/tools/asuite/atest/docs/
Datest_structure.md4 explain how atest is structured and where the major pieces live and what they
9 2. [Major Files and Dirs](#major-files-and-dirs)
16 Atest is primarily composed of 2 components: [test finders](#test-finders) and
18 1. Parse args and verify environment
23 Let's walk through an example run and highlight what happens under the covers.
27 Atest will first check the environment is setup and then load up the
28 module-info.json file (and build it if it's not detected or we want to rebuild
30 list of all modules in the android repo and some relevant info (e.g.
32 process. We create the results dir for our test runners to dump results in and
37 required and optional bits used to run the test as how the user intended.
[all …]
/tools/asuite/atest/test_plans/
DINTEGRATION_TESTS3 ###Purpose: Test with finder: MODULE and runner: AtestTradefedTestRunner###
9 ###Purpose: Test with finder: MODULE_FILE_PATH and runner: AtestTradefedTestRunner###
18 ###Purpose: Test with finder: INTEGRATION_FILE_PATH and runner: AtestTradefedTestRunner###
23 ###Purpose: Test with finder: MODULE_CLASS and runner: AtestTradefedTestRunner###
31 ###Purpose: Test with finder: QUALIFIED_CLASS and runner: AtestTradefedTestRunner###
41 ###Purpose: Test with finder: MODULE_PACKAGE and runner: AtestTradefedTestRunner###
46 ###Purpose: Test with finder: PACKAGE and runner: AtestTradefedTestRunner###
51 ###Purpose: Test with finder: CLASS and runner: AtestTradefedTestRunner###
56 ###Purpose: Test with finder: CC_CLASS and runner: AtestTradefedTestRunner###
61 ###Purpose: Test with finder: INTEGRATION and runner: AtestTradefedTestRunner###
[all …]
/tools/security/remote_provisioning/hwtrust/
DREADME.md8 The library for handling, inspecting and validating data realted to the hardware
9 root-of-trust and the features that rely on it is `libhwtrust`.
16 Build it as part of Android with `m hwtrust` and run `hwtrust --help` to see a
20 build and run the utility. If the Cargo build has errors, please help to keep it
26 `hwtrust` can be used to validate that a DICE chain is well-formed and check
34 The exit code is zero if the chain passed verification and non-zero otherwise.
39 a "CSR" that contains a full DICE chain and other device properties. The `factory-csr`
40 subcommand parses and validates the output of `rkp_factory_extraction_tool`.
/tools/tradefederation/core/device_build_interfaces/
DREADME.md1 # Trade Federation Device and Build Interfaces Component
3 A Tradefed component for our Device and Build interfaces
4 and base classes.
7 device and build handling.
/tools/external/fat32lib/
DNOTICE7 Everyone is permitted to copy and distribute verbatim copies
15 …our freedom to share and change it. By contrast, the GNU General Public Licenses are intended to g…
17 …ed software packages--typically libraries--of the Free Software Foundation and other authors who d…
19and charge for this service if you wish); that you receive source code or can get it if you want i…
23 … they can relink them with the library after making changes to the library and recompiling it. And…
25 … (1) we copyright the library, and (2) we offer you this license, which gives you legal permission…
27 …nty for the free library. Also, if the library is modified by someone else and passed on, the reci…
31 …NU Lesser General Public License, applies to certain designated libraries, and is quite different …
41 …that the user of a program that is linked with the Library has the freedom and the wherewithal to …
43 …rms and conditions for copying, distribution and modification follow. Pay close attention to the d…
[all …]
/tools/metalava/
DREADME.md4 users of this tool are Android Platform and AndroidX libraries, however this
11 which in turn get compiled into android.jar, the Android SDK library) and
18 annotations) to ship alongside the Android SDK and used by Android Lint.
20 * Diffing versions of the API and determining whether a newer version is
23 ## Building and running
25 To download the code and any dependencies required for building, see [DOWNLOADING.md](DOWNLOADING.m…
78 To build Metalava's Maven artifacts including `.pom` and `.module` metadata, run:
86 To build and run Metalava against a pinned version of an AndroidX library you can
118 "implements" for the superclass of an interface, and many other similar
119 tweaks outlined in the `Compatibility` class. (Metalava also allows (and
[all …]
/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/
DFileFormatTest.kt92 fun `Check format parsing, blank line between header and package`() { in Check format parsing, blank line between header and package()
105 fun `Check format parsing, comment after header and package`() { in Check format parsing, comment after header and package()
281 fun `Check header and specifier (v3 + kotlin-style-nulls=no,migrating=test)`() { in Check header and specifier (v3 + kotlin-style-nulls=no,migrating=test)()
296 fun `Check header and specifier (v2 + kotlin-style-nulls=yes,migrating=test)`() { in Check header and specifier (v2 + kotlin-style-nulls=yes,migrating=test)()
311 fun `Check header and specifier (v5)`() { in Check header and specifier (v5)()
361 fun `Check header and specifier (v2)`() { in Check header and specifier (v2)()
373 fun `Check header and specifier (v2 + kotlin-style-nulls=yes + migrating=test)`() { in Check header and specifier (v2 + kotlin-style-nulls=yes + migrating=test)()
388 fun `Check header and specifier (v3 + kotlin-style-nulls=no)`() { in Check header and specifier (v3 + kotlin-style-nulls=no)()
427 fun `Check header and specifier (v5 + overloaded-method-order=source)`() { in Check header and specifier (v5 + overloaded-method-order=source)()
444 fun `Check header and specifier (v5 + overloaded-method-order=source,migrating=test)`() { in Check header and specifier (v5 + overloaded-method-order=source,migrating=test)()
[all …]
/tools/netsim/proto/netsim/
Dpacket_streamer.proto12 // See the License for the specific language governing permissions and
25 * Android Virtual Devices (AVDs) and accessory devices use this service to
26 * connect to the network simulator and pass packets back and forth.
29 * chip. These controllers route chip requests to host emulators (qemu and
30 * crosvm) using virtio and from there they are forwarded to this gRpc service.
32 * This setup provides a transparent radio environment across AVDs and
34 * Bluetooth, 80211MAC, UWB, and Rtt chips.
46 // simulator. Specifies the device name and chip type for the packet stream.
/tools/asuite/aidegen/
DREADME.md16 * Auto configure JDK and Android coding style for IntelliJ.
21 IntelliJ IDEA, Eclipse, CLion and VS Code.
33 Example to generate and launch IntelliJ project for framework and Settings:
41 Example to generate and launch IntelliJ project for framework and Settings:
49 Example to generate and launch IntelliJ project for framework and Settings and
58 Example to generate and launch CLion project:
63 The native projects will be launched in CLion and you have to select,
83 | `-h` | `--help` | Shows help message and exits. …
92 Q1. If I already have an IDE project file, and I run command AIDEGen to generate
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DSM_PTS_INSTRUCTIONS12 # License for the specific language governing permissions and limitations under
119 Note: Start advertiment and enter in random address to PTS
125 Note: Start advertiment and enter in random address to PTS
131 Note: Start advertiment and enter in random address to PTS
137 Note: Start advertiment and enter in random address to PTS
142 Note: Start advertiment and enter in random address to PTS before starting test
148 Note: Start advertiment and enter in random address to PTS before starting test
154 Note: Start advertiment and enter in random address to PTS before starting test
159 Note: Start advertiment and enter in random address to PTS before starting test
165 Note: Start advertiment and enter in random address to PTS before starting test
[all …]
/tools/tradefederation/core/
DREADME.md4 and monitors the connected devices, handling test scheduling & execution and device
7 Other test harnesses like Compatibility Test Suite (CTS) and Vendor Test Suite
8 (VTS) use TF as a basis and extend it for their particular needs.
20 3. Review the code review guidance at go/tf-guidelines and go/tradefed-code-reviews
21 4. GWSQ should add a couple of people from the team to review your code and give feedback.
/tools/netsim/ui/
DREADME.md11 The netsimd web server must be up and running.
15 Firstly, you must enter the ui directory and run npm install.
22 Command for compiling and building web UI:
44 - `build` compiles TypeScript into JavaScript and bundle to distribution with rollup
50 - `package.json` contains all npm packages and scripts for web development
51 - `rollup.config.mjs` applies import mappings to CDNs and bundles to distribution
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt20 Internet community, and requests discussion and suggestions for
23 and status of this protocol. Distribution of this memo is unlimited.
63 Appendix A. Semantics and Usage of the Flow Label Field.........30
83 number of addressable nodes, and simpler auto-configuration of
92 reduce the common-case processing cost of packet handling and
95 o Improved Support for Extensions and Options
99 of options, and greater flexibility for introducing new options
119 o Authentication and Privacy Capabilities
121 Extensions to support authentication, data integrity, and
124 This document specifies the basic IPv6 header and the initially-
[all …]
/tools/dexter/
DREADME.md1 This is the home of the .dex manipulation library (slicer) and command line tool (dexter).
3 Both the command line tool and the library can be built for host and device targets.
12 # in tools/dexter (and assuming a Linux host)
/tools/test/connectivity/acts/
DREADME.md3 that is used to perform automated testing of current and upcoming Android
5 for accessing commercially avilable devices, Android devices, and a collection
14 WiFi scanning, WiFi auto join, and round trip time.
15 2. Bluetooth tests for low energy, GATT, SPP, and bonding.
16 3. Cellular tests for circuit switch and IMS calling, data connectivity,
17 messaging, network switching, and WiFi hotspot.
20 [Python Style Guide](https://google.github.io/styleguide/pyguide.html), and
70 displayed. Check the "Always" box and click "Yes".
77 3. To verify ACTS is ready to go, at the location for README, and run:
81 After installation, `act.py` will be in usr/bin and can be called as command
[all …]

12345678910>>...16