OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pushes
(Results
26 - 50
of
339
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/src/x64/
regexp-macro-assembler-x64.h
238
//
Pushes
the value of a register on the backtrack stack. Decrements the
242
//
Pushes
a value on the backtrack stack. Decrements the stack pointer (rcx)
246
//
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/chromium-trace/trace-viewer/src/model/
async_slice_group.js
68
* Helper function that
pushes
the provided slice onto the slices array.
/external/openssl/crypto/perlasm/
readme
41
in C convention. This all works over
pushes
/external/qemu/android/
multitouch-screen.h
98
/*
Pushes
the entire framebuffer to the device. This will force the device to
/external/skia/include/core/
SkDeque.h
18
* can contain multiple elements.
Pushes
and pops add/remove blocks from the
SkTArray.h
213
*
Pushes
or pops from the back to resize.
Pushes
will be default
/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/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
182
//
Pushes
the value of a register on the backtrack stack. Decrements the
186
//
Pushes
a value on the backtrack stack. Decrements the stack pointer (ecx)
/external/regex-re2/re2/
parse.cc
58
//
Pushes
the given regular expression onto the stack.
62
//
Pushes
the literal rune r onto the stack.
65
//
Pushes
a regexp with the given op (and no args) onto the stack.
68
//
Pushes
a ^ onto the stack.
71
//
Pushes
a \b (word == true) or \B (word == false) onto the stack.
74
//
Pushes
a $ onto the stack.
77
//
Pushes
a . onto the stack
80
//
Pushes
a repeat operator regexp onto the stack.
85
//
Pushes
a repetition regexp onto the stack.
93
//
Pushes
a marker onto the stack
[
all
...]
/external/oprofile/events/ppc/e500/
events
70
event:0x46 counters:0,1,2,3 um:zero minimum:500 name:BIU_MASTER_D_CASTOUT_REQUESTS : Number of master D-Side non-program-demand castout transactions. This counts replacement
pushes
and snoop
pushes
. This does not count DCBF castouts. (Number of master D-side non-program-demand castout TSs.)
74
event:0x4a counters:0,1,2,3 um:zero minimum:500 name:SNOOP_PUSHES : Number of snoop
pushes
from all D-side resources. (Counts snoop ARTRY/WOPs.)
/external/oprofile/events/ppc/e500v2/
events
70
event:0x46 counters:0,1,2,3 um:zero minimum:500 name:BIU_MASTER_D_CASTOUT_REQUESTS : Number of master D-Side non-program-demand castout transactions. This counts replacement
pushes
and snoop
pushes
. This does not count DCBF castouts. (Number of master D-side non-program-demand castout TSs.)
74
event:0x4a counters:0,1,2,3 um:zero minimum:500 name:SNOOP_PUSHES : Number of snoop
pushes
from all D-side resources. (Counts snoop ARTRY/WOPs.)
/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
297
*
Pushes
the specified byte {@code oneByte} back to this stream. Only the
PushbackReader.java
253
*
Pushes
all the characters in {@code buffer} back to this reader. The
275
*
Pushes
a subset of the characters in {@code buffer} back to this reader.
318
*
Pushes
the specified character {@code oneChar} back to this reader. This
/external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp
200
//
Pushes
initialization further down in order to group the first
204
//
Pushes
the path counter increments up in order to group the last path
245
//
Pushes
initialization and calls itself recursively.
248
//
Pushes
path counter increments up recursively.
629
//
Pushes
initialization further down in order to group the first
638
//
Pushes
the path counter increments up in order to group the last path
795
//
Pushes
initialization and calls itself recursively.
823
//
Pushes
path counter increments up recursively.
[
all
...]
/external/qemu/distrib/sdl-1.2.15/docs/html/
eventfunctions.html
110
> --
Pushes
an event onto the event queue</DT
253
>
Pushes
an event onto the event queue</TD
/external/skia/legacy/include/core/
SkTArray.h
213
*
Pushes
or pops from the back to resize.
Pushes
will be default
/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/cxx-stl/stlport/src/
lock_free_slist.h
51
* Atomically
pushes
the specified item onto the freelist.
205
* Atomically
pushes
the specified item onto the freelist.
/external/apache-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.
/external/chromium/base/threading/
thread_unittest.cc
76
// This Thread
pushes
events into the vector |event_list| to show
Completed in 568 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>