OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:leaves
(Results
1 - 25
of
799
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/vm/mterp/x86/
stub.S
2
SAVE_PC_FP_TO_SELF %ecx #
leaves
rSELF in %ecx
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t051treeRewriteASTtWalker.g
11
| INT //
leaves
it alone, returning $a.start
/external/elfutils/
README
4
This
leaves
byte ordering aside. While assuming this the code can be
/ndk/sources/host-tools/sed-4.2.1/testsuite/
8bit.sed
10
# The yellow
leaves
are so thick.
15
# As the yellow
leaves
are falling.
/external/v8/test/mjsunit/compiler/
expression-trees.js
31
// strings, return an array of all binary tree strings with the
leaves
33
function makeTrees(op,
leaves
) {
34
var len =
leaves
.length;
37
return
leaves
;
41
// Split the
leaves
into left and right subtrees in all possible
44
var leftTrees = makeTrees(op,
leaves
.slice(0, i));
45
var rightTrees = makeTrees(op,
leaves
.slice(i, len));
58
// All 429 possible bitwise OR trees with eight
leaves
.
/external/chromium/net/disk_cache/
cache_util.h
19
// this moves the cache contents, and
leaves
the empty cache
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p6.cpp
31
// DR217 + DR205 (reading tea
leaves
)
/external/llvm/test/CodeGen/ARM/
peephole-bitcast.ll
8
; Peephole
leaves
a dead vmovsr instruction behind, and depends on linear scan
/external/srtp/crypto/include/
crypto.h
19
* NULL_CIPHER is avaliable; this cipher
leaves
the data unchanged,
/external/webkit/Source/WebCore/manual-tests/
drag_select_highlighting.html
3
<title>Highlight
leaves
trails</title>
/external/junit/src/org/junit/experimental/max/
MaxCore.java
97
List<Description>
leaves
= findLeaves(request);
98
Collections.sort(
leaves
, fHistory.testComparator());
99
return constructLeafRequest(
leaves
);
102
private Request constructLeafRequest(List<Description>
leaves
) {
104
for (Description each :
leaves
)
/external/v8/test/mjsunit/
debug-constructor.js
67
Debug.clearStepping(); // Clear stepping as the listener
leaves
it on.
74
Debug.clearStepping(); // Clear stepping as the listener
leaves
it on.
/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/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)\&.
Completed in 2955 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>