| /dalvik/dexgen/src/com/android/dexgen/rop/ |
| BaseAttribute.java | 22 * the attribute name but leaves the rest up to subclasses.
|
| /dalvik/dx/src/com/android/dx/cf/attrib/ |
| BaseAttribute.java | 23 * the attribute name but leaves the rest up to subclasses.
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
| Digest.java | 40 * call leaves the digest reset.
|
| StreamCipher.java | 49 * reset the cipher. This leaves it in the same state
|
| /external/chromium/chrome/browser/prefs/ |
| proxy_config_dictionary.h | 28 // Creates a deep copy of |dict| and leaves ownership to caller.
|
| /external/chromium/chrome/common/extensions/docs/static/ |
| experimental.infobars.html | 17 When the user leaves the page for which the infobar is displayed,
|
| /external/chromium_org/chrome/browser/history/ |
| history_database_unittest.cc | 34 // migration leaves it in a state fit to load again later.
|
| /external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
| infobars.html | 16 When the user leaves the page for which the infobar is displayed,
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| nultrans.h | 22 * A transliterator that leaves text unchanged.
|
| /external/chromium_org/third_party/sqlite/src/test/ |
| index3.test | 21 # non-unique column (or columns) that it fails and that it leaves no
|
| /external/e2fsprogs/lib/ss/ |
| mk_cmds.1 | 55 its error recovery leaves much to be desired.
|
| /external/icu4c/i18n/ |
| nultrans.h | 22 * A transliterator that leaves text unchanged.
|
| /external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
| SyntaxTreeOptimizer.java | 36 // handle replacement, go leaves-first.
|
| /external/junit/src/org/junit/runner/manipulation/ |
| Sorter.java | 15 * NULL is a <code>Sorter</code> that leaves elements in an undefined order
|
| /external/llvm/test/CodeGen/PowerPC/ |
| delete-node.ll | 3 ; The DAGCombiner leaves behind a dead node in this testcase. Currently
|
| /external/qemu/distrib/sdl-1.2.15/docs/man3/ |
| SDL_ActiveEvent.3 | 28 When the mouse leaves or enters the window area a \fBSDL_APPMOUSEFOCUS\fP type activation event occurs, if the mouse entered the window then \fBgain\fR will be 1, otherwise \fBgain\fR will be 0\&. A \fBSDL_APPINPUTFOCUS\fP type activation event occurs when the application loses or gains keyboard focus\&. This usually occurs when another application is made active\&. Finally, a \fBSDL_APPACTIVE\fP type event occurs when the application is either minimised/iconified (\fBgain\fR=0) or restored\&.
|
| SDL_EnableUNICODE.3 | 15 A value of 1 for \fBenable\fR enables Unicode translation; 0 disables it, and -1 leaves it unchanged (useful for querying the current translation mode)\&.
|
| /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/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
|