Home
last modified time | relevance | path

Searched refs:sublist (Results 1 – 16 of 16) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DArrayListMultimapTest.java86 List<Integer> sublist = list.subList(0, 5); in testSublistConcurrentModificationException() local
87 ASSERT.that(sublist).has().exactly(1, 2, 3, 4, 5).inOrder(); in testSublistConcurrentModificationException()
89 sublist.clear(); in testSublistConcurrentModificationException()
90 assertTrue(sublist.isEmpty()); in testSublistConcurrentModificationException()
94 sublist.isEmpty(); in testSublistConcurrentModificationException()
/external/javassist/src/main/javassist/compiler/ast/
DMethodDecl.java36 public ASTList getParams() { return (ASTList)sublist(2).head(); } in getParams()
38 public ASTList getThrows() { return (ASTList)sublist(3).head(); } in getThrows()
40 public Stmnt getBody() { return (Stmnt)sublist(4).head(); } in getBody()
DFieldDecl.java29 public ASTree getInit() { return (ASTree)sublist(2).head(); } in getInit()
DASTList.java115 public ASTList sublist(int nth) { in sublist() method in ASTList
/external/guava/guava-tests/test/com/google/common/collect/
DArrayListMultimapTest.java123 List<Integer> sublist = list.subList(0, 5); in testSublistConcurrentModificationException() local
124 ASSERT.that(sublist).has().exactly(1, 2, 3, 4, 5).inOrder(); in testSublistConcurrentModificationException()
126 sublist.clear(); in testSublistConcurrentModificationException()
127 assertTrue(sublist.isEmpty()); in testSublistConcurrentModificationException()
131 sublist.isEmpty(); in testSublistConcurrentModificationException()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
Dcookie.py64 def encode(s, sublist = _encode): argument
65 return six.moves.reduce((lambda a, b: a.replace(b[0], b[1])), sublist, str(s))
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs220 List<RewriteOperation> sublist = new List<RewriteOperation>(); in Rollback()
222 sublist.Add(@is[i]); in Rollback()
224 programs[programName] = sublist; in Rollback()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs249 List<RewriteOperation> sublist = new List<RewriteOperation>(); in Rollback()
251 sublist.Add( @is[i] ); in Rollback()
253 programs[programName] = sublist; in Rollback()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DDefaultMp4Builder.java473 List<ByteBuffer> sublist = nuSamples.subList( in getBox() local
476 ByteBuffer sampleArray[] = sublist.toArray(new ByteBuffer[sublist.size()]); in getBox()
DFragmentedMp4Builder.java212 List<ByteBuffer> sublist = samples.subList(
215 ByteBuffer sampleArray[] = sublist.toArray(new ByteBuffer[sublist.size()]);
/external/bison/data/
Dbison.m4503 # is a list of sublists of strings. For each sublist, the first string is the
504 # name of a %define variable, and all remaining strings in that sublist are the
/external/javassist/src/main/javassist/compiler/
DParser.java156 md.sublist(4).setHead(body); in parseMethod2()
/external/bison/data/m4sugar/
Dm4sugar.m41194 # If LIST contains an empty sublist, m4_map skips the expansion of
1200 # an empty list behaves like an empty sublist and gets ignored; for
1217 # separator. For each empty sublist, m4_map_sep skips the expansion
1225 # list element is an empty sublist, so we must define a self-modifying
/external/libxml2/
Dxmlschemas.c19166 xmlSchemaItemListPtr sublist; in xmlSchemaExpandAttributeGroupRefs() local
19254 sublist = ((xmlSchemaItemListPtr) gr->attrUses); in xmlSchemaExpandAttributeGroupRefs()
19255 if ((sublist == NULL) || sublist->nbItems == 0) { in xmlSchemaExpandAttributeGroupRefs()
19264 list->items[i] = sublist->items[0]; in xmlSchemaExpandAttributeGroupRefs()
19265 if (sublist->nbItems != 1) { in xmlSchemaExpandAttributeGroupRefs()
19266 for (j = 1; j < sublist->nbItems; j++) { in xmlSchemaExpandAttributeGroupRefs()
19269 sublist->items[j], i) == -1) in xmlSchemaExpandAttributeGroupRefs()
/external/robolectric/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...