Searched refs:firstChunk (Results 1 – 8 of 8) sorted by relevance
113 long firstChunk; field in SampleToChunkBox.Entry117 public Entry(long firstChunk, long samplesPerChunk, long sampleDescriptionIndex) { in Entry() argument118 this.firstChunk = firstChunk; in Entry()124 return firstChunk; in getFirstChunk()127 public void setFirstChunk(long firstChunk) { in setFirstChunk() argument128 this.firstChunk = firstChunk; in setFirstChunk()150 "firstChunk=" + firstChunk + in toString()
155 int firstChunk = 0; in postProcessAction() local156 while ( firstChunk <= lastChunk in postProcessAction()157 && nChunks.get(firstChunk) instanceof String in postProcessAction()158 && ((String)nChunks.get(firstChunk)).trim().length() == 0 in postProcessAction()159 && ((String)nChunks.get(firstChunk)).endsWith("\n") ) { in postProcessAction()161 firstChunk++; in postProcessAction()165 for ( int i = firstChunk ; i <= lastChunk ; i++ ) { in postProcessAction()
45 List<Invocation> firstChunk = getFirstMatchingChunk(wanted, unverified); in findMatchingChunk() local47 if (wantedCount != firstChunk.size()) { in findMatchingChunk()50 return firstChunk; in findMatchingChunk()55 List<Invocation> firstChunk = new LinkedList<Invocation>(); in getFirstMatchingChunk() local58 firstChunk.add(invocation); in getFirstMatchingChunk()59 } else if (!firstChunk.isEmpty()) { in getFirstMatchingChunk()63 return firstChunk; in getFirstMatchingChunk()
182 String firstChunk = name; in findVariable() local185 firstChunk = name.substring(0, dot); in findVariable()191 if (curr.name.equals(firstChunk)) { in findVariable()
META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...
META-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...