/test/vti/dashboard/src/main/java/com/android/vts/proto/ |
D | TestSuiteResultMessageProto.java | 1827 …com.android.vts.proto.TestSuiteResultMessageProto.TestSuiteResultMessage other = (com.android.vts.… in equals() local 1830 result = result && (hasAccessToken() == other.hasAccessToken()); in equals() 1833 .equals(other.getAccessToken()); in equals() 1835 result = result && (hasResultPath() == other.hasResultPath()); in equals() 1838 .equals(other.getResultPath()); in equals() 1840 result = result && (hasBootSuccess() == other.hasBootSuccess()); in equals() 1843 == other.getBootSuccess()); in equals() 1845 result = result && (hasBranch() == other.hasBranch()); in equals() 1848 .equals(other.getBranch()); in equals() 1850 result = result && (hasTarget() == other.hasTarget()); in equals() [all …]
|
D | VtsReportMessage.java | 1171 …com.android.vts.proto.VtsReportMessage.AndroidDeviceInfoMessage other = (com.android.vts.proto.Vts… in equals() local 1174 result = result && (hasProductType() == other.hasProductType()); in equals() 1177 .equals(other.getProductType()); in equals() 1179 result = result && (hasProductVariant() == other.hasProductVariant()); in equals() 1182 .equals(other.getProductVariant()); in equals() 1184 result = result && (hasBuildFlavor() == other.hasBuildFlavor()); in equals() 1187 .equals(other.getBuildFlavor()); in equals() 1189 result = result && (hasBuildId() == other.hasBuildId()); in equals() 1192 .equals(other.getBuildId()); in equals() 1194 result = result && (hasBranch() == other.hasBranch()); in equals() [all …]
|
/test/vts/utils/python/library/vtable/ |
D | vtable_dumper.py | 54 def __lt__(self, other): argument 55 return self.offset < other.offset 74 def __lt__(self, other): argument 75 if isinstance(other, Vtable): 76 key = other.begin_addr 78 key = other
|
/test/mlts/benchmark/results/ |
D | generate_result.py | 180 other = sorted(filter(lambda x: x is not baseline, results), 184 other=other) 425 results = [results_with_bl.baseline] + results_with_bl.other 435 for result in results_with_bl.other 441 for result in results_with_bl.other 452 for result in [result_and_bl.baseline] + result_and_bl.other: 507 other=''.join( 510 for x in result_and_bl.other) 523 generate_compilation_result_entry(x) for x in result_and_bl.other)
|
/test/mlts/models/assets/asr_float/ |
D | LICENSE | 8 other relationship. Creative Commons makes its licenses and related 18 conditions that creators and other rights holders may use to share 19 original works of authorship and other material subject to copyright 20 and certain other rights specified in the public license below. The 27 copyright and certain other rights. Our licenses are 33 material not subject to the license. This includes other CC- 45 other rights that a licensor has authority to grant. Use of 46 the licensed material may still be restricted for other 47 reasons, including because others have copyright or other 100 any other exception or limitation to Copyright and Similar Rights [all …]
|
/test/vts/hals/light/bullhead/ |
D | NOTICE | 29 other entities that control, are controlled by, or are under common 46 and conversions to other media types. 55 editorial revisions, annotations, elaborations, or other modifications 107 (a) You must give any other recipients of the Work or 175 other commercial damages or losses), even if such Contributor 181 or other liability obligations and/or rights consistent with this 184 of any other Contributor, and only if You agree to indemnify,
|
/test/mlts/benchmark/ |
D | LICENSE | 16 other entities that control, are controlled by, or are under common 33 and conversions to other media types. 42 editorial revisions, annotations, elaborations, or other modifications 94 (a) You must give any other recipients of the Work or 162 other commercial damages or losses), even if such Contributor 168 or other liability obligations and/or rights consistent with this 171 of any other Contributor, and only if You agree to indemnify,
|
/test/mlts/models/ |
D | LICENSE | 16 other entities that control, are controlled by, or are under common 33 and conversions to other media types. 42 editorial revisions, annotations, elaborations, or other modifications 94 (a) You must give any other recipients of the Work or 162 other commercial damages or losses), even if such Contributor 168 or other liability obligations and/or rights consistent with this 171 of any other Contributor, and only if You agree to indemnify,
|
/test/vti/test_serving/ |
D | .gitignore | 31 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/test/vts/ |
D | .gitignore | 31 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/test/framework/ |
D | .gitignore | 30 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/test/vts-testcase/hal/treble/vintf/ |
D | Android.bp | 98 // VTS framework should choose among the other test binaries defined above.
|
/test/cts-root/tools/cts-root-tradefed/ |
D | README | 32 Some other useful commands are
|
/test/mts/tools/mts-tradefed/ |
D | README | 31 Some other useful commands are
|
/test/catbox/tools/catbox-tradefed/ |
D | README | 41 Some other useful commands are
|
/test/vts/tools/vts-core-tradefed/ |
D | README | 48 Some other useful commands are
|
/test/vts-testcase/nbu/src/ |
D | README.md | 75 In addition to those, we also need to install a few other tools:
|
/test/app_compat/csuite/ |
D | pylintrc | 180 # Colon-delimited sets of names that determine each other's naming style when 188 # to this list to register other decorators that produce valid properties. 233 # contextlib.contextmanager. Add to this list to register other decorators that
|
/test/vti/dashboard/ |
D | README.md | 243 Leave the other fields with their default values.
|
/test/vts/proto/ |
D | ComponentSpecificationMessage.proto | 495 // a VTS driver and other modules (e.g., agent and host-side module).
|