Home
last modified time | relevance | path

Searched defs:skip (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSUtils.java37 int stride, int skip) { in genRandom()
57 int stride, int skip) { in genRandom()
70 int stride, int skip) { in genRandom()
/cts/tests/tests/rsblas/assets/
Dblas_gen.py98 def writeFloatMatrix(a, name, skip, fo): argument
109 def writeDoubleMatrix(a, name, skip, fo): argument
114 def writeFloatComplexMatrix(a, name, skip, fo): argument
127 def writeDoubleComplexMatrix(a, name, skip, fo): argument
132 def writeMatrixWithIncrements(dt, a, name, skip, fo): argument
/cts/tools/dex-tools/src/dex/reader/
DDexBuffer.java179 public void skip(int nBytes) { in skip() method in DexBuffer