HomeSort by relevance Sort by last modified time
    Searched refs:firstChunk (Results 1 - 12 of 12) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SampleToChunkBox.java 113 long firstChunk;
117 public Entry(long firstChunk, long samplesPerChunk, long sampleDescriptionIndex) {
118 this.firstChunk = firstChunk;
124 return firstChunk;
127 public void setFirstChunk(long firstChunk) {
128 this.firstChunk = firstChunk;
150 "firstChunk=" + firstChunk
    [all...]
  /external/mockito/src/org/mockito/internal/invocation/
InvocationsFinder.java 45 List<Invocation> firstChunk = getFirstMatchingChunk(wanted, unverified);
47 if (wantedCount != firstChunk.size()) {
50 return firstChunk;
55 List<Invocation> firstChunk = new LinkedList<Invocation>();
58 firstChunk.add(invocation);
59 } else if (!firstChunk.isEmpty()) {
63 return firstChunk;
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultDataContext.java 182 String firstChunk = name;
185 firstChunk = name.substring(0, dot);
191 if (curr.name.equals(firstChunk)) {
  /frameworks/base/libs/androidfw/
CursorWindow.cpp 142 RowSlotChunk* firstChunk = static_cast<RowSlotChunk*>(offsetToPtr(mHeader->firstChunkOffset));
143 firstChunk->nextChunkOffset = 0;
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 625 milliseconds