/cts/tests/framework/base/windowmanager/util/ |
D | run-test | 12 …cts-dev --module $1 --test $2 --disable-reboot --skip-device-info --skip-all-system-status-check -…
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/ |
D | run-test | 12 …cts-dev --module $1 --test $2 --disable-reboot --skip-device-info --skip-all-system-status-check -…
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSUtils.java | 37 int stride, int skip) { in genRandom() argument 41 if (j >= stride - skip) in genRandom() 57 int stride, int skip) { in genRandom() argument 61 if (j >= stride - skip) in genRandom() 70 int stride, int skip) { in genRandom() argument 74 if (j >= stride - skip) in genRandom()
|
/cts/tests/signature/lib/common/src/android/signature/cts/ |
D | AnnotationChecker.java | 79 public boolean skip(Class<?> clazz); in skip() method 80 public boolean skip(Constructor<?> ctor); in skip() method 81 public boolean skip(Method m); in skip() method 82 public boolean skip(Field f); in skip() method 87 if (filter != null && filter.skip(clazz)) continue; in checkDeferred() 94 if (filter != null && filter.skip(c)) continue; in checkDeferred() 102 if (filter != null && filter.skip(m)) continue; in checkDeferred() 110 if (filter != null && filter.skip(f)) continue; in checkDeferred()
|
/cts/tests/signature/api-check/system-annotation/src/java/android/signature/cts/api/ |
D | AnnotationTest.java | 73 public boolean skip(Class<?> clazz) { in testAnnotation() 78 public boolean skip(Constructor<?> ctor) { in testAnnotation() 83 public boolean skip(Method m) { in testAnnotation() 88 public boolean skip(Field f) { in testAnnotation()
|
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/ |
D | LocalEventQuerier.java | 52 public E poll(Instant earliestLogTime, Duration timeout, int skip) { in poll() argument 75 if (skip > 0) { in poll() 76 skip--; in poll()
|
D | QueryService.java | 39 public Bundle poll(Bundle data, int skip) { 45 Event e = querier.poll(earliestLogtime, timeoutDuration, skip);
|
/cts/common/device-side/bedstead/eventlib/src/main/aidl/com/android/eventlib/ |
D | IQueryService.aidl | 18 Bundle poll(in Bundle data, int skip); in poll() argument
|
/cts/apps/CameraITS/tests/scene6/ |
D | test_session_characteristics_zoom.py | 113 skip = False 148 skip = True 159 skip = True 170 if skip:
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | FieldPackerTest.java | 121 fp.skip(skipAmount); in testAlignResetSkip() 126 fp.skip(skipAmount); in testAlignResetSkip() 163 fp.skip(arg); in testAlignResetSkip()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/ |
D | CameraVideoActivity.java | 618 final Camera.Size skip = mCamera.new Size(-1, -1); in getVideoSizeNamePairs() local 620 skip, in getVideoSizeNamePairs() 621 skip, in getVideoSizeNamePairs() 627 skip, in getVideoSizeNamePairs() 628 skip in getVideoSizeNamePairs() 651 if (videoSz.equals(skip)) { in getVideoSizeNamePairs() 696 final Camera.Size skip = mCamera.new Size(-1, -1); in findRecordSize() local 698 skip, in findRecordSize() 699 skip, in findRecordSize() 705 skip, in findRecordSize() [all …]
|
/cts/apps/CameraITS/tests/feature_combination/ |
D | test_feature_combination.py | 127 skip = False 149 skip = True 160 if skip:
|
/cts/tests/tests/security/src/android/security/cts/ |
D | BitmapWrapper.java | 99 int skip = dest.readInt(); in writeToParcel() local 100 dest.setDataPosition(dest.dataPosition() + skip); in writeToParcel()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | AssetFileDescriptor_AutoCloseInputStreamTest.java | 94 assertEquals(0, mInput.skip(0)); in testSkip() 96 assertEquals(3, mInput.skip(3)); in testSkip() 98 assertEquals(3, mInput.skip(10)); in testSkip() 205 input2.skip(2); in testTwoFileDescriptorsWorkIndependently() 259 input.skip(2); in testGetChannel() 520 assertEquals(1, in.skip(1)); in testNonSeekableInputStream()
|
D | AssetManager_AssetInputStreamTest.java | 148 assertEquals(8, mAssetInputStream.skip(8)); in testSkip() 153 assertEquals(EXPECTED_BYTES.length - 8 - 1, mAssetInputStream.skip(1000)); in testSkip()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | StrictJarFileTest.java | 230 jarFile.getInputStream(zipEntry).skip(Long.MAX_VALUE); in checkJarSigning_wellFormed() 257 jarFile.getInputStream(ze).skip(Long.MAX_VALUE); in checkJarSigning_fudgedEntry() 262 jarFile.getInputStream(ze).skip(Long.MAX_VALUE); in checkJarSigning_fudgedEntry() 289 jarFile.getInputStream(ze).skip(Long.MAX_VALUE); in checkJarSigning_modifiedClass()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeEventStreamTestUtils.java | 142 stream.skip(1); in expectEvent() 422 stream.skip(1); 459 stream.skip(1); 480 stream.skip(1);
|
D | ImeEventStream.java | 75 public void skip(@IntRange(from = 0) int length) { in skip() method in ImeEventStream
|
/cts/tests/tests/rsblas/assets/ |
D | blas_gen.py | 98 def writeFloatMatrix(a, name, skip, fo): argument 103 for hh in range(0, skip): 109 def writeDoubleMatrix(a, name, skip, fo): argument 110 writeFloatMatrix(a, name, skip, fo); 114 def writeFloatComplexMatrix(a, name, skip, fo): argument 120 for hh in range(0, skip): 127 def writeDoubleComplexMatrix(a, name, skip, fo): argument 128 writeFloatComplexMatrix(a, name, skip, fo); 132 def writeMatrixWithIncrements(dt, a, name, skip, fo): argument 134 writeFloatMatrix(a, name, skip, fo); [all …]
|
/cts/tools/incremental-cts/ |
D | README.md | 13 ## Check if current build could skip dEQP
|
/cts/tools/release-parser/proto/ |
D | release.proto | 201 // skip magic_[4] 250 // skip magic_[4] 295 // skip magic_[4]
|
/cts/tests/inputmethod/mocka11yime/client/src/com/android/cts/mocka11yime/ |
D | MockA11yImeEventStreamUtils.java | 127 stream.skip(1); in expectA11yImeEvent()
|
D | MockA11yImeEventStream.java | 69 public void skip(@IntRange(from = 0) int length) { in skip() method in MockA11yImeEventStream
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | XmpDepthDecode.java | 253 is.skip(length - 2); in parse() 313 is.skip(length - 2 - header.length); in readSection()
|
/cts/tests/mediaprovider/src/android/provider/cts/media/ |
D | MediaProviderTestUtils.java | 172 final long skip = afd.getStartOffset(); in stageFile() local 186 source.getAbsolutePath(), skip, count, file.getAbsolutePath())); in stageFile()
|