OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pop
(Results
51 - 75
of
432
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp
44
pop
()
function in class:PB_DS_CLASS_C_DEC
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp
84
pop
()
function in class:PB_DS_CLASS_C_DEC
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp
44
pop
()
function in class:PB_DS_CLASS_C_DEC
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp
44
pop
()
function in class:PB_DS_CLASS_C_DEC
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp
44
pop
()
function in class:PB_DS_CLASS_C_DEC
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp
44
pop
()
function in class:PB_DS_CLASS_C_DEC
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp
84
pop
()
function in class:PB_DS_CLASS_C_DEC
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp
44
pop
()
function in class:PB_DS_CLASS_C_DEC
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp
44
pop
()
function in class:PB_DS_CLASS_C_DEC
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp
83
pop
()
function in class:PB_DS_CLASS_C_DEC
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp
44
pop
()
function in class:PB_DS_CLASS_C_DEC
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp
44
pop
()
function in class:PB_DS_CLASS_C_DEC
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
StackTest.java
43
s.
pop
();
65
s.
pop
();
66
assertTrue("Peek did not return top item after a
pop
", s.
pop
() == item2);
73
* @tests java.util.Stack#
pop
()
76
// Test for method java.lang.Object java.util.Stack.
pop
()
84
lastPopped = s.
pop
();
85
assertTrue("a)
Pop
did not return top item", lastPopped == item2);
88
"a)
Pop
threw EmptyStackException when stack should not have been empty");
92
lastPopped = s.
pop
();
[
all
...]
/external/apache-harmony/support/src/test/java/tests/util/
CallVerificationStack.java
195
*
Pop
an object.
200
public Object
pop
() {
method in class:CallVerificationStack
201
this.callStack.
pop
();
202
return super.
pop
();
206
*
Pop
a boolean.
211
BaseTypeWrapper wrapper = (BaseTypeWrapper) this.
pop
();
217
*
Pop
a char.
222
BaseTypeWrapper wrapper = (BaseTypeWrapper) this.
pop
();
228
*
Pop
a double.
233
BaseTypeWrapper wrapper = (BaseTypeWrapper) this.
pop
();
[
all
...]
/libcore/support/src/test/java/tests/util/
CallVerificationStack.java
195
*
Pop
an object.
200
public Object
pop
() {
method in class:CallVerificationStack
201
this.callStack.
pop
();
202
return super.
pop
();
206
*
Pop
a boolean.
211
BaseTypeWrapper wrapper = (BaseTypeWrapper) this.
pop
();
217
*
Pop
a char.
222
BaseTypeWrapper wrapper = (BaseTypeWrapper) this.
pop
();
228
*
Pop
a double.
233
BaseTypeWrapper wrapper = (BaseTypeWrapper) this.
pop
();
[
all
...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as
92
/** Stack of indexes used for push/
pop
calls */
308
* Switch back with
pop
().
321
public function
pop
():int {
function
322
var ret:int = calls.
pop
();
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
IntArray.java
58
public int
pop
() {
method in class:IntArray
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemContext.java
47
* information about the parent element with a simple
pop
() when the
104
* is held by the serializer is changed via a quick
pop
() or push().
123
// this assignment means can never
pop
this context off
146
*
Pop
the current "stack frame".
149
final ElemContext
pop
()
method in class:ElemContext
151
/* a very simple
pop
. No clean up is done of the deeper
/external/apache-xml/src/main/java/org/apache/xml/utils/
IntStack.java
99
public final int
pop
()
method in class:IntStack
/external/chromium/base/threading/
thread_collision_warner_unittest.cc
138
int
pop
() {
function in class:NonThreadSafeQueue
156
queue_.
pop
();
196
int
pop
() {
function in class:NonThreadSafeQueue
214
queue_.
pop
();
254
int
pop
() {
function in class:NonThreadSafeQueue
280
queue_.
pop
();
324
int
pop
() {
function in class:NonThreadSafeQueue
358
queue_.
pop
();
/external/chromium/chrome/browser/ui/views/
browser_bubble_win.cc
111
BubbleWidget*
pop
= new BubbleWidget(this);
local
113
BorderWidgetWin* border_widget =
pop
->border_widget();
118
pop
->Init(border_widget->GetNativeView(), gfx::Rect());
119
pop
->SetContentsView(view_);
121
popup_ =
pop
;
129
views::WidgetWin*
pop
= static_cast<views::WidgetWin*>(popup_);
local
130
pop
->SetBounds(gfx::Rect(x, y, w, h));
136
BubbleWidget*
pop
= static_cast<BubbleWidget*>(popup_);
137
pop
->ShowAndActivate(activate);
144
views::WidgetWin*
pop
= static_cast<views::WidgetWin*>(popup_)
[
all
...]
/external/chromium_org/base/threading/
thread_collision_warner_unittest.cc
138
int
pop
() {
function in class:NonThreadSafeQueue
156
queue_.
pop
();
196
int
pop
() {
function in class:NonThreadSafeQueue
214
queue_.
pop
();
254
int
pop
() {
function in class:NonThreadSafeQueue
280
queue_.
pop
();
324
int
pop
() {
function in class:NonThreadSafeQueue
358
queue_.
pop
();
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
ordered_dict.py
58
key = self._keys.
pop
()
59
value = dict.
pop
(self, key)
65
inst_dict.
pop
('_keys', None)
72
pop
= MutableMapping.
pop
variable in class:OrderedDict
/external/llvm/include/llvm/Support/
ArrayRecycler.h
43
T *
pop
(unsigned Idx) {
function in class:llvm::ArrayRecycler
105
while (T *Ptr =
pop
(Bucket.size() - 1))
126
if (T *Ptr =
pop
(Cap.getBucket()))
/libcore/benchmarks/src/benchmarks/regression/
IntegerBenchmark.java
54
t +=
pop
((long) i);
59
private static int
pop
(long l) {
method in class:IntegerBenchmark
Completed in 1166 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>