/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | TestResultHistory.java | 79 TestResultHistory that = (TestResultHistory) o; in equals() local 80 return Objects.equals(mTestName, that.mTestName) in equals() 81 && Objects.equals(mExecutionRecords, that.mExecutionRecords); in equals() 160 ExecutionRecord that = (ExecutionRecord) o; in equals() local 161 return startTime == that.startTime in equals() 162 && endTime == that.endTime in equals() 163 && isAutomated == that.isAutomated; in equals()
|
/test/vts/hals/light/bullhead/ |
D | NOTICE | 26 the copyright owner that is granting the License. 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 50 copyright notice that is included in or attached to the work 54 form, that is based on (or derived from) the Work and for which the 57 of this License, Derivative Works shall not include works that remain 63 to that Work or Derivative Works thereof, that is intentionally 70 and issue tracking systems that are managed by, or on behalf of, the 72 excluding communication that is conspicuously marked or otherwise 92 by such Contributor that are necessarily infringed by their [all …]
|
/test/mlts/benchmark/ |
D | LICENSE | 13 the copyright owner that is granting the License. 16 other entities that control, are controlled by, or are under common 17 control with that entity. For the purposes of this definition, 37 copyright notice that is included in or attached to the work 41 form, that is based on (or derived from) the Work and for which the 44 of this License, Derivative Works shall not include works that remain 50 to that Work or Derivative Works thereof, that is intentionally 57 and issue tracking systems that are managed by, or on behalf of, the 59 excluding communication that is conspicuously marked or otherwise 79 by such Contributor that are necessarily infringed by their [all …]
|
/test/mlts/models/ |
D | LICENSE | 13 the copyright owner that is granting the License. 16 other entities that control, are controlled by, or are under common 17 control with that entity. For the purposes of this definition, 37 copyright notice that is included in or attached to the work 41 form, that is based on (or derived from) the Work and for which the 44 of this License, Derivative Works shall not include works that remain 50 to that Work or Derivative Works thereof, that is intentionally 57 and issue tracking systems that are managed by, or on behalf of, the 59 excluding communication that is conspicuously marked or otherwise 79 by such Contributor that are necessarily infringed by their [all …]
|
/test/mlts/models/assets/asr_float/ |
D | LICENSE | 18 conditions that creators and other rights holders may use to share 31 applying our licenses so that the public can reuse the 43 copyright--then that use is not regulated by the license. Our 45 other rights that a licensor has authority to grant. Use of 49 such as asking that all changes be marked or described. 72 Rights that is derived from or based upon the Licensed Material 93 d. Effective Technological Measures means those measures that, in the 101 that applies to Your use of the Licensed Material. 109 all Copyright and Similar Rights that apply to Your use of the 110 Licensed Material and that the Licensor has authority to license. [all …]
|
/test/vts/utils/python/library/ |
D | README.md | 3 * elf_parser.py: Contains ElfParser that reads metadata from an ELF file. 6 * vtable/vtable_dumper.py: Contains VtableDumper that dumps vtable structures
|
/test/vts/doc/ |
D | user_manual.md | 73 * On a Android device, confirm that the host is trusted. 74 * On a host, type `adb shell` and if that works, we're ready. 114 After Android O release, you will be able to upload that xml file to [AFPE](https://partner.android… 123 Then select `host_log_<timestamp>.zip` and host_log.txt in that zip file for host log. 125 Then select `device_logcat_<timestamp>.zip` and device_logcat.txt in that zip file for device log.
|
/test/vts-testcase/nbu/src/ |
D | README.md | 3 This suite includes tests that exercises Android connectivity APIs and verify 29 This is a zip file that you have downloaded. 88 Python scripts. Then cd to that directory and run:
|
/test/vts/proto/ |
D | VtsResourceControllerMessage.proto | 49 // Get number of items that fit in FMQ. 54 // This is an operation that is used in the target-side 128 // This is a field that is used by internal drivers 143 // function that returns a queue id
|
D | VtsReportMessage.proto | 86 // ABI name that is current in use for the test 89 // ABI bitness that is current in use for the test. Example: '32', '64', 200 // the number of source code lines that are instrumented for code coverage 204 // the number of source code lines that are executed.
|
D | ExecutionSpecificationMessage.proto | 27 // Used to ensure that garbage bytes cannot be accidentally parsed.
|
/test/framework/ |
D | README.md | 3 VTS Lab is an open source test serving infrastructure that can be used
|
/test/vts/testcases/vts_selftest/manual_tests/ |
D | README.txt | 1 This directory contains test cases that require to be manually run.
|
/test/vti/test_serving/configs/infra/prod/vtslab-config-prod/ |
D | acl.cfg | 5 # that has access to all projects, including internal ones.
|
/test/vti/test_serving/configs/infra/test/vtslab-config-test/ |
D | acl.cfg | 5 # that has access to all projects, including internal ones.
|
/test/suite_harness/ |
D | PREUPLOAD.cfg | 9 # `^.` is a RegExr that matches any character at the beginning, so this hook
|
/test/vts/hals/ |
D | README.md | 1 The files and sub dirs under this dir contain test HAL modules that are functionally similar to the…
|
/test/framework/harnesses/ |
D | README.md | 12 To test a test suite which uses that prebuilt binary
|
/test/vts/testcases/vts_selftest/test_framework/python_virtualenv_preparer_test/ |
D | README.md | 8 * VtsSelfTestPythonVirtualenvPreparerTestPart0: to verify the python module (numpy) that's going to…
|
/test/vts/testcases/ |
D | README.md | 20 VTS codelab, template, tests for legacy components, and tests that are
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_coverage.jsp | 88 /* Open a window to Gerrit so that user can login. 100 // Remove source code from the accordion entry that was open before 117 lines in the code. Trailing source lines that have no
|
D | show_graph.jsp | 89 * build info for the run that produced the point) 131 * build info for the run that produced the point)
|
/test/vts/doc/testcase_develop_manual/ |
D | run_vts_directly.md | 3 First of all, if you have not done [VTS setup](../setup/index.md), that is required here.
|
/test/app_compat/csuite/tools/csuite-tradefed/ |
D | README | 16 And ensure that the device is visible via 'adb devices'
|
/test/vts-testcase/hal/treble/vintf/ |
D | Android.bp | 56 // Test vendor image that has the highest target FCM version. This test binary
|