HomeSort by relevance Sort by last modified time
    Searched full:pushes (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /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/chromium/base/
compiler_specific.h 27 // MSVC_PUSH_DISABLE_WARNING pushes |n| onto a stack of warnings to be disabled.
32 // MSVC_PUSH_WARNING_LEVEL pushes |n| as the global warning level. The level
  /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.
  /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.
  /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 84 * Pushes the specified object onto the top of the stack.
  /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)
  /libcore/luni/src/main/java/java/io/
PushbackInputStream.java 245 * Pushes all the bytes in {@code buffer} back to this stream. The bytes are
265 * Pushes a subset of the bytes in {@code buffer} back to this stream. The
309 * 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.
335 * 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.
  /ndk/sources/android/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
  /development/pdk/docs/compatibility/
cts-intro.jd 22 <li>The test harness pushes a .apk file to each device, executes the test through instrumentation, and records test results.</li>
  /external/chromium/third_party/icu/source/common/
rbbiscan.h 116 uint16_t fStack[kStackSize]; // State stack, holds state pushes

Completed in 2889 milliseconds

1 2 3 4 5 6 7