HomeSort by relevance Sort by last modified time
    Searched defs:offSet (Results 1 - 6 of 6) sorted by null

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 38 int32_t offset[3]; member in struct:VideoFrameRawData
47 int32_t offSet;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DeflaterTest.java 111 int offSet = 1;
119 x += defl.deflate(outPutBuf, offSet, length);
122 outPutBuf, offSet, length));
131 infl.setInput(outPutBuf, offSet, length);
147 // Set of tests testing the boundaries of the offSet/length
153 offSet = outPutBuf.length + 1;
156 offSet = 0;
160 defl.deflate(outPutBuf, offSet, length);
302 int offSet = 2;
305 defl.setInput(byteArray, offSet, length)
    [all...]
InflaterTest.java 166 int offSet = 0;// seems only can start as 0
171 inflate2.setInput(outPutBuff1, offSet, length);
229 int offSet = 0;// seems only can start as 0
237 y += inflate.inflate(outPutInf, offSet, length);
385 int offSet = 0;
391 inflate.inflate(outPutInf, offSet, lengthError);
401 assertEquals(0, inflate.inflate(outPutInf, offSet, 0));
407 inflate.inflate(outPutInf, offSet, 1);
709 int offSet = 6;
712 inflate.setInput(byteArray, offSet, length)
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 92 milliseconds