/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/ |
D | RecognitionPartTest.java | 42 final RecognitionPart part = new RecognitionPart.Builder("part").build(); in test_recognitionPartWithDefaultParameters_isValid() local 45 assertThat(part.getFormattedText()).isNull(); in test_recognitionPartWithDefaultParameters_isValid() 48 assertThat(part.getTimestampMillis()).isAtLeast(0); in test_recognitionPartWithDefaultParameters_isValid() 51 assertThat(part.getConfidenceLevel()).isEqualTo(RecognitionPart.CONFIDENCE_LEVEL_UNKNOWN); in test_recognitionPartWithDefaultParameters_isValid()
|
/cts/tools/cfassembler/src/dxconvext/ |
D | ClassFileAssembler.java | 187 String part = parts[i].trim(); in writeClassFile() local 188 if (!part.equals("")) { in writeClassFile() 189 int res = Integer.parseInt(part, 16); in writeClassFile()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | MmsTest.java | 486 final PduPart part = new PduPart(); in addTextPart() local 488 part.setCharset(CharacterSets.UTF_8); in addTextPart() 490 part.setContentType(ContentType.TEXT_PLAIN.getBytes()); in addTextPart() 492 part.setContentLocation(TEXT_PART_FILENAME.getBytes()); in addTextPart() 496 part.setContentId(contentId.getBytes()); in addTextPart() 497 part.setData(message.getBytes()); in addTextPart() 498 pb.addPart(part); in addTextPart() 503 return part.getData().length; in addTextPart()
|
/cts/tests/tests/webkit/ |
D | Android.bp | 43 // uncomment when dalvik.annotation.Test* are removed or part of SDK 61 // uncomment when dalvik.annotation.Test* are removed or part of SDK
|
/cts/tests/tests/mediatranscoding/ |
D | Android.bp | 26 // part of MTS, so we need compatibility back to Q/29 46 // part of MTS, so we need compatibility back to Q/29
|
/cts/tests/tests/companion/multidevice/client/ |
D | proguard.flags | 22 # part of optimization. This lets proguard inline trivial getter/setter
|
/cts/hostsidetests/mediapc/videoencodingquality/app/ |
D | README.md | 2 These tests are not run directly. But these are run as part of the host side test CtsVideoEncodingQ…
|
/cts/hostsidetests/videoencodingminimum/app/ |
D | README.md | 2 These tests are not run directly. But these are run as part of the host side test CtsVideoQualityFl…
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 83 The initialization and UNIX instrumentation part - which had been 85 However, any changes in the initialization part and in the printing of 97 suppresses code generation for a part of the statements. Therefore in 124 makes the program simpler.) However, since the loop check is now part 138 executed "then" part of the statement 171 was added in the non-executed "else" part of the "if" statement, to 183 has been added in the non-executed part of the last "if" statement, 186 o In Func_3, a non-executed "else" part has been added to the "if" 188 "else" part, it is considered bad programming practice if a function 191 To compensate for this change, the (non-executed) "else" part in the [all …]
|
D | Drystone-2.1.sh | 1237 X * File: dhry_2.c (part 3 of 3)
|
/cts/hostsidetests/appsecurity/test-apps/tinyapp/ |
D | Android.bp | 71 // with the previous key in the lineage and part of a sharedUid. 119 // a rotated key and part of a shareduid. The capabilities of this lineage 137 // a rotated key and part of a shareduid. The signing lineage begins 160 // a rotated key and part of a shareduid. The capabilities of this lineage 178 // a rotated key and part of a shareduid. The capabilities of this lineage 218 // with a rotated key and part of a sharedUid. The capabilities of this lineage 236 // with a rotated key and part of a sharedUid. The capabilities of this lineage 254 // a rotated key and part of a shareduid. The signing lineage begins 277 // with a rotated key and part of a sharedUid but without the signing lineage. 294 // with the previous key in the lineage and part of a sharedUid. [all …]
|
/cts/tests/tests/media/common/ |
D | Android.bp | 62 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible 95 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
|
/cts/tools/cts-device-info/jni/ |
D | Android.bp | 37 // this test suite runs on sdk 29 as part of MTS, make sure it's compatible
|
/cts/tests/tests/mediastress/jni/ |
D | Android.bp | 31 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
|
/cts/common/device-side/bedstead/modules/permissions/ |
D | Android.bp | 6 // we have only separated the source code but it is still included as part of the build targets for
|
/cts/tests/tests/mediacujtest/smalltest/ |
D | README.md | 3 CtsMediaCUJSmallTest is part for cts mediacujtest which does E2E CUJ testing. This test suites uses…
|
/cts/tests/tests/media/muxer/ |
D | Android.bp | 37 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
|
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/ |
D | ProcessStatsDumpsysTest.java | 344 final String part = parts[i]; in getTagValueSum() local 345 final Matcher m = tagPattern.matcher(part); in getTagValueSum()
|
/cts/tests/tests/media/decoder/ |
D | Android.bp | 43 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
|
/cts/tests/tests/media/audio/ |
D | Android.bp | 67 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
|
/cts/tests/tests/media/misc/ |
D | Android.bp | 45 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | ApplicationHiddenTest.java | 584 private Function<Intent, Boolean> isSchemeSpecificPart(String part) { in isSchemeSpecificPart() argument 586 && intent.getData().getSchemeSpecificPart().equals(part); in isSchemeSpecificPart()
|
/cts/hostsidetests/hdmicec/ |
D | cec_adapter.md | 70 ### ts is part of the moreutils package
|