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
248
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/apache-harmony/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.
/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/clang/lib/Sema/
TypeLocBuilder.h
60
///
Pushes
a copy of the given TypeLoc onto this builder. The builder
68
///
Pushes
uninitialized space for the given type. The builder must
74
///
Pushes
space for a typespec TypeLoc. Invalidates any TypeLocs
97
///
Pushes
space for a new TypeLoc of the given type. Invalidates
/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/chromium/base/
compiler_specific.h
28
// MSVC_PUSH_DISABLE_WARNING
pushes
|n| onto a stack of warnings to be disabled.
33
// MSVC_PUSH_WARNING_LEVEL
pushes
|n| as the global warning level. The level
task_queue_unittest.cc
129
// Run the task which
pushes
two more tasks.
/external/v8/src/
func-name-inferrer.h
56
//
Pushes
an enclosing the name of enclosing function onto names stack.
64
//
Pushes
an encountered name onto names stack when in collection state.
regexp-stack.h
61
// No sequence of
pushes
must be longer that this without doing a stack-limit
78
// sequence of
pushes
longer that this.
regexp-macro-assembler.h
63
// The maximal number of
pushes
between stack checks. Users must supply
65
// at least once for every stack_limit()
pushes
that are executed.
151
//
Pushes
the label on the backtrack stack, so that a following Backtrack
/external/chromium/chrome/browser/ui/cocoa/
page_info_bubble_controller.h
19
// Thin bridge that
pushes
model-changed notifications from C++ to Cocoa.
/external/dbus/bus/
config-parser-trivial.h
32
/* Whatever XML library we're using just
pushes
data into this API */
config-parser.h
33
/* Whatever XML library we're using just
pushes
data into this API */
/frameworks/base/media/java/android/media/
IRemoteControlClient.aidl
39
* FIXME: is infoFlags required? since the RCC
pushes
info, this might always be called
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
Stack.java
40
*
Pushes
the given object to the stack
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js
158
*
Pushes
the request onto the
174
* Handler for the 'onBeforeNavigate' event.
Pushes
the request onto the
191
*
Pushes
the request onto the
214
* 'pending_' object, combines it with the completed event's data, and
pushes
243
* 'pending_' object, combines it with the completed event's data, and
pushes
/frameworks/base/core/java/android/view/
Gravity.java
175
*
pushes
it to the right; if gravity is RIGHT it
pushes
it to
176
* the left; if gravity is CENTER_HORIZONTAL it
pushes
it to the
178
* @param yAdj Offset to apply to the Y axis. If gravity is TOP this
pushes
179
* it down; if gravity is BOTTOM it
pushes
it up; if gravity is
180
* 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/sqlite/android/
PhoneticStringUtils.h
38
//
Pushes
Utf8 expression of "codepoint" to "dst". Returns true when successful.
/external/v8/test/mjsunit/
array-push.js
28
// Check
pushes
with various number of arguments.
70
// Excerises various
pushes
to the array at the end of new space.
/external/v8/src/x64/
regexp-macro-assembler-x64.h
232
//
Pushes
the value of a register on the backtrack stack. Decrements the
236
//
Pushes
a value on the backtrack stack. Decrements the stack pointer (rcx)
240
//
Pushes
the Code object relative offset of a label on the backtrack stack
/external/webkit/Source/JavaScriptCore/jit/
JITStubs.h
112
// When JIT code makes a call, it
pushes
its return address just below the rest of the stack.
140
// When JIT code makes a call, it
pushes
its return address just below the rest of the stack.
198
// When JIT code makes a call, it
pushes
its return address just below the rest 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
/libcore/luni/src/main/java/java/util/
Stack.java
83
*
Pushes
the specified object onto the top of the stack.
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
JJTAddressListParserState.java
42
/*
Pushes
a node on to the stack. */
Completed in 1002 milliseconds
1
2
3
4
5
6
7
8
9
10