/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 | 79 public boolean skip(Class<?> clazz) { in testAnnotation() 84 public boolean skip(Constructor<?> ctor) { in testAnnotation() 89 public boolean skip(Method m) { in testAnnotation() 94 public boolean skip(Field f) { in testAnnotation()
|
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/ |
D | LocalEventQuerier.java | 53 public E poll(Instant earliestLogTime, Duration timeout, int skip) { in poll() argument 76 if (skip > 0) { in poll() 77 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/tests/tests/content/src/android/content/res/cts/ |
D | AssetFileDescriptor_AutoCloseInputStreamTest.java | 63 assertEquals(0, mInput.skip(0)); in testSkip() 65 assertEquals(3, mInput.skip(3)); in testSkip() 67 assertEquals(3, mInput.skip(10)); in testSkip()
|
D | AssetManager_AssetInputStreamTest.java | 146 assertEquals(8, mAssetInputStream.skip(8)); in testSkip() 151 assertEquals(EXPECTED_BYTES.length - 8 - 1, mAssetInputStream.skip(1000)); in testSkip()
|
/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 | 598 final Camera.Size skip = mCamera.new Size(-1, -1); in getVideoSizeNamePairs() local 600 skip, in getVideoSizeNamePairs() 601 skip, in getVideoSizeNamePairs() 607 skip, in getVideoSizeNamePairs() 608 skip in getVideoSizeNamePairs() 631 if (videoSz.equals(skip)) { in getVideoSizeNamePairs() 676 final Camera.Size skip = mCamera.new Size(-1, -1); in findRecordSize() local 678 skip, in findRecordSize() 679 skip, in findRecordSize() 685 skip, in findRecordSize() [all …]
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeEventStreamTestUtils.java | 137 stream.skip(1); in expectEvent() 363 stream.skip(1); 384 stream.skip(1);
|
D | ImeEventStream.java | 75 public void skip(@IntRange(from = 0) int length) { in skip() method in ImeEventStream
|
/cts/tests/tests/util/src/android/util/cts/ |
D | StrictJarFileTest.java | 223 jarFile.getInputStream(zipEntry).skip(Long.MAX_VALUE); in checkJarSigning_wellFormed() 250 jarFile.getInputStream(ze).skip(Long.MAX_VALUE); in checkJarSigning_fudgedEntry() 255 jarFile.getInputStream(ze).skip(Long.MAX_VALUE); in checkJarSigning_fudgedEntry() 282 jarFile.getInputStream(ze).skip(Long.MAX_VALUE); in checkJarSigning_modifiedClass()
|
/cts/tools/incremental-cts/ |
D | README.md | 13 ## Check if current build could skip dEQP
|
/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/release-parser/proto/ |
D | release.proto | 201 // skip magic_[4] 250 // skip magic_[4] 295 // skip magic_[4]
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarRotaryImeTest.java | 108 fis.skip(5); in dumpsysRotaryServiceProto()
|
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/ |
D | CameraEvictionTest.java | 436 final boolean[] skip = {false}; in testAPI1ActivityEviction() 443 skip[0] = true; in testAPI1ActivityEviction() 452 if (skip[0]) { in testAPI1ActivityEviction()
|
/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/providerui/src/android/providerui/cts/ |
D | MediaStoreUiTest.java | 437 final long skip = afd.getStartOffset(); in stageFile() local 441 source.getAbsolutePath(), skip, count, file.getAbsolutePath())); in stageFile()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | ExifInterfaceTest.java | 406 fis.skip(4); in readFromStandaloneDataWithExif() 464 in.skip(expectedValue.thumbnailOffset); in testExifInterfaceRange() 483 in.skip(expectedValue.makeOffset); in testExifInterfaceRange() 495 in.skip(expectedValue.xmpOffset); in testExifInterfaceRange()
|
/cts/tools/vm-tests-tf/build/src/util/build/ |
D | BuildUtilBase.java | 112 reader.skip(methodSkip); in parseTestMethod()
|
/cts/hostsidetests/jdwptunnel/src/android/jdwptunnel/cts/ |
D | JdwpTunnelTest.java | 312 is.skip(4); in testDdmsWaitsForHandshake()
|