Searched defs:leaves (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dnode.py99 def leaves(self): member in class:Node
102 for j in i.leaves():
/external/junit/src/org/junit/experimental/max/
H A DMaxCore.java97 List<Description> leaves= findLeaves(request);
98 Collections.sort(leaves, fHistory.testComparator());
99 return constructLeafRequest(leaves);
102 private Request constructLeafRequest(List<Description> leaves) { argument
104 for (Description each : leaves)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-type.c476 /*@null@*/ /*@only@*/ cv_leaf **leaves; member in struct:cv_type
673 type->leaves = NULL;
683 /* This is inefficient for large numbers of leaves, but that won't happen
686 type->leaves = yasm_xrealloc(type->leaves,
689 type->leaves[type->num_leaves-1] = leaf;
699 cv_leaf_destroy(type->leaves[i]);
700 if (type->leaves)
701 yasm_xfree(type->leaves);
724 bc->len += cv_leaf_size(type->leaves[
[all...]
/external/robolectric/lib/main/
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 323 milliseconds