/external/chromium_org/v8/test/mjsunit/compiler/ |
D | expression-trees.js | 33 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/ |
D | expression-trees.js | 33 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/ |
D | MaxCore.java | 97 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/ |
D | cv-type.c | 476 /*@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/ |
D | t051treeRewriteASTtWalker.g | 11 | INT // leaves it alone, returning $a.start
|
/external/elfutils/ |
D | README | 4 This leaves byte ordering aside. While assuming this the code can be
|
/external/llvm/test/CodeGen/PowerPC/ |
D | delete-node.ll | 3 ; The DAGCombiner leaves behind a dead node in this testcase. Currently
|
/external/llvm/test/CodeGen/ARM/ |
D | peephole-bitcast.ll | 8 ; Peephole leaves a dead vmovsr instruction behind, and depends on linear scan
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRParseTree.m | 35 * 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/ |
D | node.py | 99 def leaves(self): member in Node 102 for j in i.leaves():
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | index3.test | 21 # non-unique column (or columns) that it fails and that it leaves no
|
D | corrupt4.test | 67 # Insert a negative number as the number of leaves on the trunk.
|
/external/llvm/test/Transforms/Reassociate/ |
D | no-op.ll | 3 ; When there is nothing to do, or not much to do, check that reassociate leaves
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.td | 50 // 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/ |
D | omnibox_popup_cell.mm | 44 // The default NSButtonCell drawing leaves the image flush left and
|
/external/chromium_org/sdch/ |
D | sdch.gyp | 74 # gyp leaves unspecified what the cwd is when running the compiler,
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
D | find_bar_text_field_cell_unittest.mm | 107 // Setting an active match leaves text frame to left.
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
D | find_bar_text_field_cell_unittest.mm | 108 // Setting an active match leaves text frame to left.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/ |
D | lib-ld.m4 | 50 # gcc leaves a trailing carriage return which upsets mingw
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
D | ev_bubble_decoration.mm | 85 // Middle-elide the label to fit |width_left|. This leaves the
|
/external/bison/m4/ |
D | lib-ld.m4 | 56 # gcc leaves a trailing carriage return which upsets mingw
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | ev_bubble_decoration.mm | 92 // Middle-elide the label to fit |width_left|. This leaves the
|
/external/libexif/auto-m4/ |
D | lib-ld.m4 | 52 # gcc leaves a trailing carriage return which upsets mingw
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 113 // These types are always leaves in the type hierarchy.
|
/external/dnsmasq/dbus/ |
D | DBus-interface | 94 specified by via the DBus, but it leaves any servers specified via the
|