Home
last modified time | relevance | path

Searched refs:leaves (Results 1 – 25 of 149) sorted by relevance

123456

/external/chromium_org/v8/test/mjsunit/compiler/
Dexpression-trees.js33 function makeTrees(op, leaves) { argument
34 var len = leaves.length;
37 return leaves;
44 var leftTrees = makeTrees(op, leaves.slice(0, i));
45 var rightTrees = makeTrees(op, leaves.slice(i, len));
/external/v8/test/mjsunit/compiler/
Dexpression-trees.js33 function makeTrees(op, leaves) { argument
34 var len = leaves.length;
37 return leaves;
44 var leftTrees = makeTrees(op, leaves.slice(0, i));
45 var rightTrees = makeTrees(op, leaves.slice(i, len));
/external/junit/src/org/junit/experimental/max/
DMaxCore.java97 List<Description> leaves= findLeaves(request); in sortRequest()
98 Collections.sort(leaves, fHistory.testComparator()); in sortRequest()
99 return constructLeafRequest(leaves); in sortRequest()
102 private Request constructLeafRequest(List<Description> leaves) { in constructLeafRequest() argument
104 for (Description each : leaves) in constructLeafRequest()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-type.c476 /*@null@*/ /*@only@*/ cv_leaf **leaves; member
673 type->leaves = NULL; in cv_type_create()
686 type->leaves = yasm_xrealloc(type->leaves, in cv_type_append_leaf()
689 type->leaves[type->num_leaves-1] = leaf; in cv_type_append_leaf()
699 cv_leaf_destroy(type->leaves[i]); in cv_type_bc_destroy()
700 if (type->leaves) in cv_type_bc_destroy()
701 yasm_xfree(type->leaves); in cv_type_bc_destroy()
724 bc->len += cv_leaf_size(type->leaves[i]); in cv_type_bc_calc_len()
760 cv_leaf_tobytes(type->leaves[i], bc, object->arch, &buf, cval); in cv_type_bc_tobytes()
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt051treeRewriteASTtWalker.g11 | INT // leaves it alone, returning $a.start
/external/elfutils/
DREADME4 This leaves byte ordering aside. While assuming this the code can be
/external/llvm/test/CodeGen/PowerPC/
Ddelete-node.ll3 ; The DAGCombiner leaves behind a dead node in this testcase. Currently
/external/llvm/test/CodeGen/ARM/
Dpeephole-bitcast.ll8 ; Peephole leaves a dead vmovsr instruction behind, and depends on linear scan
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRParseTree.m35 * end up as the leaves of this tree and rule nodes are the interior nodes.
122 /** Print out the leaves of this tree, which means printing original
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
Dnode.py99 def leaves(self): member in Node
102 for j in i.leaves():
/external/chromium_org/third_party/sqlite/src/test/
Dindex3.test21 # non-unique column (or columns) that it fails and that it leaves no
Dcorrupt4.test67 # Insert a negative number as the number of leaves on the trunk.
/external/llvm/test/Transforms/Reassociate/
Dno-op.ll3 ; When there is nothing to do, or not much to do, check that reassociate leaves
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td50 // Could be combined with previous loop, but this way leaves w and x registers
167 // principle this leaves two approaches open:
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_popup_cell.mm44 // The default NSButtonCell drawing leaves the image flush left and
/external/chromium_org/sdch/
Dsdch.gyp74 # gyp leaves unspecified what the cwd is when running the compiler,
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_text_field_cell_unittest.mm107 // Setting an active match leaves text frame to left.
/external/chromium/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_text_field_cell_unittest.mm108 // Setting an active match leaves text frame to left.
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/
Dlib-ld.m450 # gcc leaves a trailing carriage return which upsets mingw
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dev_bubble_decoration.mm85 // Middle-elide the label to fit |width_left|. This leaves the
/external/bison/m4/
Dlib-ld.m456 # gcc leaves a trailing carriage return which upsets mingw
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dev_bubble_decoration.mm92 // Middle-elide the label to fit |width_left|. This leaves the
/external/libexif/auto-m4/
Dlib-ld.m452 # gcc leaves a trailing carriage return which upsets mingw
/external/clang/include/clang/AST/
DTypeNodes.def113 // These types are always leaves in the type hierarchy.
/external/dnsmasq/dbus/
DDBus-interface94 specified by via the DBus, but it leaves any servers specified via the

123456