OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pushes
(Results
1 - 25
of
151
) sorted by null
1
2
3
4
5
6
7
/dalvik/libcore/support/src/test/java/tests/util/
CallVerificationStack.java
77
*
Pushes
the call stack.
125
*
Pushes
a boolean onto the top of this stack.
135
*
Pushes
a char onto the top of this stack.
145
*
Pushes
a double onto the top of this stack.
155
*
Pushes
a float onto the top of this stack.
165
*
Pushes
an int onto the top of this stack.
175
*
Pushes
a long onto the top of this stack.
185
*
Pushes
a short onto the top of this stack.
/external/libxml2/include/libxml/
xpathInternals.h
119
*
Pushes
the boolean @val on the context stack.
128
*
Pushes
true on the context stack.
136
*
Pushes
false on the context stack.
145
*
Pushes
the double @val on the context stack.
155
*
Pushes
the string @str on the context stack.
164
*
Pushes
an empty string on the stack.
174
*
Pushes
the node-set @ns on the context stack.
183
*
Pushes
an empty node-set on the context stack.
193
*
Pushes
user data on the context stack.
/external/v8/src/
func-name-inferrer.h
55
//
Pushes
an enclosing the name of enclosing function onto names stack.
63
//
Pushes
an encountered name onto names stack when in collection state.
regexp-stack.h
42
// No sequence of
pushes
must be longer that this without doing a stack-limit
63
// sequence of
pushes
longer that this.
regexp-macro-assembler.h
60
// The maximal number of
pushes
between stack checks. Users must supply
62
// at least once for every stack_limit()
pushes
that are executed.
148
//
Pushes
the label on the backtrack stack, so that a following Backtrack
/external/webkit/WebKit/chromium/src/
DebuggerAgent.h
50
/*
Pushes
debugger context id into the client. */ \
/frameworks/base/core/java/android/view/
Gravity.java
138
*
pushes
it to the right; if gravity is RIGHT it
pushes
it to
139
* the left; if gravity is CENTER_HORIZONTAL it
pushes
it to the
141
* @param yAdj Offset to apply to the Y axis. If gravity is TOP this
pushes
142
* it down; if gravity is BOTTOM it
pushes
it up; if gravity is
143
* CENTER_VERTICAL it
pushes
it down or up; otherwise it is
/external/bluetooth/glib/docs/reference/glib/tmpl/
trash_stack.sgml
39
Pushes
a piece of memory onto a #GTrashStack.
/external/dbus/bus/
config-parser.h
35
/* Whatever XML library we're using just
pushes
data into this API */
/external/sqlite/android/
PhoneticStringUtils.h
38
//
Pushes
Utf8 expression of "codepoint" to "dst". Returns true when successful.
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uqueue.h
49
///
Pushes
\p v on the queue.
/external/v8/src/x64/
regexp-macro-assembler-x64.h
229
//
Pushes
the value of a register on the backtrack stack. Decrements the
233
//
Pushes
a value on the backtrack stack. Decrements the stack pointer (rcx)
237
//
Pushes
the Code object relative offset of a label on the backtrack stack
/external/webkit/JavaScriptCore/jit/
JITStubs.h
107
// When JIT code makes a call, it
pushes
its return address just below the rest of the stack.
135
// When JIT code makes a call, it
pushes
its return address just below the rest of the stack.
191
// When JIT code makes a call, it
pushes
its return address just below the rest of the stack.
/dalvik/libcore/luni/src/main/java/java/util/
Stack.java
84
*
Pushes
the specified object onto the top of the stack.
/external/openssl/crypto/perlasm/
readme
41
in C convention. This all works over
pushes
/external/srec/tools/thirdparty/OpenFst/fst/lib/
push.h
31
//
Pushes
the weights in FST in the direction defined by TYPE. If
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
JJTAddressListParserState.java
42
/*
Pushes
a node on to the stack. */
/external/v8/src/ia32/
regexp-macro-assembler-ia32.h
178
//
Pushes
the value of a register on the backtrack stack. Decrements the
182
//
Pushes
a value on the backtrack stack. Decrements the stack pointer (ecx)
/dalvik/libcore/luni/src/main/java/java/io/
PushbackInputStream.java
238
*
Pushes
all the bytes in {@code buffer} back to this stream. The bytes are
258
*
Pushes
a subset of the bytes in {@code buffer} back to this stream. The
307
*
Pushes
the specified byte {@code oneByte} back to this stream. Only the
PushbackReader.java
263
*
Pushes
all the characters in {@code buffer} back to this reader. The
285
*
Pushes
a subset of the characters in {@code buffer} back to this reader.
341
*
Pushes
the specified character {@code oneChar} back to this reader. This
/external/stlport/src/
lock_free_slist.h
51
* Atomically
pushes
the specified item onto the freelist.
205
* Atomically
pushes
the specified item onto the freelist.
/system/core/libpixelflinger/tinyutils/
Vector.h
121
//!
pushes
an item initialized with its default constructor
123
//!
pushes
an item on the top of the stack
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
BoolStack.java
82
*
Pushes
an item onto the top of this stack.
IntStack.java
67
*
Pushes
an item onto the top of this stack.
ObjectStack.java
67
*
Pushes
an item onto the top of this stack.
Completed in 799 milliseconds
1
2
3
4
5
6
7