Home
last modified time | relevance | path

Searched refs:that (Results 1 – 25 of 30) sorted by relevance

12

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DTestResultHistory.java79 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/
DNOTICE26 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/
DLICENSE13 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/
DLICENSE13 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/
DLICENSE18 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/
DREADME.md3 * 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/
Duser_manual.md73 * 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/
DREADME.md3 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/
DVtsResourceControllerMessage.proto49 // 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
DVtsReportMessage.proto86 // 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.
DExecutionSpecificationMessage.proto27 // Used to ensure that garbage bytes cannot be accidentally parsed.
/test/framework/
DREADME.md3 VTS Lab is an open source test serving infrastructure that can be used
/test/vts/testcases/vts_selftest/manual_tests/
DREADME.txt1 This directory contains test cases that require to be manually run.
/test/vti/test_serving/configs/infra/prod/vtslab-config-prod/
Dacl.cfg5 # that has access to all projects, including internal ones.
/test/vti/test_serving/configs/infra/test/vtslab-config-test/
Dacl.cfg5 # that has access to all projects, including internal ones.
/test/suite_harness/
DPREUPLOAD.cfg9 # `^.` is a RegExr that matches any character at the beginning, so this hook
/test/vts/hals/
DREADME.md1 The files and sub dirs under this dir contain test HAL modules that are functionally similar to the…
/test/framework/harnesses/
DREADME.md12 To test a test suite which uses that prebuilt binary
/test/vts/testcases/vts_selftest/test_framework/python_virtualenv_preparer_test/
DREADME.md8 * VtsSelfTestPythonVirtualenvPreparerTestPart0: to verify the python module (numpy) that's going to…
/test/vts/testcases/
DREADME.md20 VTS codelab, template, tests for legacy components, and tests that are
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_coverage.jsp88 /* 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
Dshow_graph.jsp89 * 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/
Drun_vts_directly.md3 First of all, if you have not done [VTS setup](../setup/index.md), that is required here.
/test/app_compat/csuite/tools/csuite-tradefed/
DREADME16 And ensure that the device is visible via 'adb devices'
/test/vts-testcase/hal/treble/vintf/
DAndroid.bp56 // Test vendor image that has the highest target FCM version. This test binary

12