HomeSort by relevance Sort by last modified time
    Searched full:leaves (Results 51 - 75 of 1333) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/go/types/
objset.go 19 // the same name, insert leaves s unchanged and returns alt.
  /prebuilts/go/linux-x86/src/go/types/
objset.go 19 // the same name, insert leaves s unchanged and returns alt.
  /prebuilts/ninja/darwin-x86/
build-ninja.sh 4 # leaves output in /tmp/prebuilts/ninja/$OS-x86/
  /prebuilts/ninja/linux-x86/
build-ninja.sh 4 # leaves output in /tmp/prebuilts/ninja/$OS-x86/
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py 5 leaves to the root of the AST and returns a set of nodes for further
83 def run(self, leaves):
94 The leaves of the AST tree to be matched
101 for leaf in leaves:
btm_utils.py 35 pattern tree. This method must be run for all leaves until the
55 #probably should check the number of leaves
91 for l in self.leaves():
96 def leaves(self): member in class:MinNode
97 "Generator that returns the leaves of the tree"
99 for x in child.leaves():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py 5 leaves to the root of the AST and returns a set of nodes for further
83 def run(self, leaves):
94 The leaves of the AST tree to be matched
101 for leaf in leaves:
btm_utils.py 35 pattern tree. This method must be run for all leaves until the
55 #probably should check the number of leaves
91 for l in self.leaves():
96 def leaves(self): member in class:MinNode
97 "Generator that returns the leaves of the tree"
99 for x in child.leaves():
  /external/dng_sdk/source/
dng_safe_arithmetic.h 39 // returns false and leaves *result unchanged.
50 // returns false and leaves *result unchanged.
62 // returns false and leaves *result unchanged.
82 // returns false and leaves *result unchanged.
169 // leaves *result unchanged.
181 // stores it in *result. Otherwise, returns false and leaves *result unchanged.
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
btm_utils.py 35 pattern tree. This method must be run for all leaves until the
55 #probably should check the number of leaves
91 for l in self.leaves():
96 def leaves(self): member in class:MinNode
97 "Generator that returns the leaves of the tree"
99 for x in child.leaves():
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
btm_utils.py 35 pattern tree. This method must be run for all leaves until the
55 #probably should check the number of leaves
91 for l in self.leaves():
96 def leaves(self): member in class:MinNode
97 "Generator that returns the leaves of the tree"
99 for x in child.leaves():
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ParseTree.cs 40 * end up as the leaves of this tree and rule nodes are the interior nodes.
120 * Print out the leaves of this tree, which means printing original
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ParseTree.cs 41 * end up as the leaves of this tree and rule nodes are the interior nodes.
142 * Print out the leaves of this tree, which means printing original
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
ParseTree.java 35 * end up as the leaves of this tree and rule nodes are the interior nodes.
100 /** Print out the leaves of this tree, which means printing original
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
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/valgrind/none/tests/x86-linux/
sigcontext.c 14 /* Since the handler will be called as kill leaves the kernel,
29 /* Since the handler will be called as kill leaves the kernel,
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
index.jd 50 user leaves and re-enters the activity. For example, if you're building a streaming video player,
69 <dd>Learn what happens when the user completely leaves your activity and returns to it.</dd>
  /external/opencv3/modules/ml/src/
gbt.cpp 559 CvDTreeNode** leaves;
561 leaves = GetLeaves( tree, leaves_count);
568 if (leaves[i] == predictions[j]) samples_in_leaf++;
573 leaves[i]->value = 0.0;
583 if (leaves[i] == predictions[j])
588 leaves[i]->value = value;
613 leaves[i] = 0;
615 delete[] leaves;
624 CvDTreeNode** leaves;
630 leaves = GetLeaves( tree, leaves_count)
    [all...]
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.h 71 // aarch64 calling convention leaves upper bits undefined.
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
ForceEphemeralUsersTest.java 29 * <p>The test toggles force-ephemeral-user policy on and leaves it that way which enables
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
Mac.java 56 * doFinal leaves the MAC in the same state it was after the last init.
StreamCipher.java 50 * reset the cipher. This leaves it in the same state
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
mouse_over_help.js 46 * Hides the div when the cursor leaves the hover element.
  /external/libunwind/include/tdep-hppa/
dwarf-config.h 34 gcc/config/pa/pa32-regs.h:FIRST_PSEUDO_REGISTER), which leaves
  /external/libunwind/include/tdep-x86/
dwarf-config.h 30 gcc/config/i386.h:DWARF_FRAME_REGISTERS), which leaves plenty of

Completed in 1142 milliseconds

1 23 4 5 6 7 8 91011>>