Symbol: push
headers/cpp/stl_queue.h
178
void push(const value_type& __x) {
headers/cpp/stl_queue.h
63
void push(const value_type& __x) { c.push_back(__x); }
headers/cpp/stl_stack.h
61
void push(const value_type& __x) { _M_c.push_back(__x); }
src/apps/glteapot/util.h
299
inline void push(contents* c)
src/apps/haikudepot/edits_generic/EditManager.cpp
218
fUndoHistory.push(edit);
src/apps/haikudepot/edits_generic/EditManager.cpp
75
fRedoHistory.push(edit);
src/apps/haikudepot/edits_generic/EditManager.cpp
77
fUndoHistory.push(edit);
src/apps/haikudepot/edits_generic/EditManager.cpp
95
fUndoHistory.push(edit);
src/apps/haikudepot/edits_generic/EditManager.cpp
97
fRedoHistory.push(edit);
src/apps/haikudepot/ui/MainWindow.cpp
1820
fCoordinatorQueue.push(item);
src/apps/icon-o-matic/generic/command/CommandStack.cpp
231
fUndoHistory.push(command);
src/apps/icon-o-matic/generic/command/CommandStack.cpp
72
fRedoHistory.push(command);
src/apps/icon-o-matic/generic/command/CommandStack.cpp
74
fUndoHistory.push(command);
src/apps/icon-o-matic/generic/command/CommandStack.cpp
96
fUndoHistory.push(command);
src/apps/icon-o-matic/generic/command/CommandStack.cpp
98
fRedoHistory.push(command);
src/apps/mediaplayer/support/CommandStack.cpp
101
fRedoHistory.push(command);
src/apps/mediaplayer/support/CommandStack.cpp
234
fUndoHistory.push(command);
src/apps/mediaplayer/support/CommandStack.cpp
75
fRedoHistory.push(command);
src/apps/mediaplayer/support/CommandStack.cpp
77
fUndoHistory.push(command);
src/apps/mediaplayer/support/CommandStack.cpp
99
fUndoHistory.push(command);
src/apps/terminal/BasicTerminalBuffer.cpp
979
fSavedCursors.push(fCursor);
src/bin/mail_utils/spamdbm.cpp
3176
PriorityQueue.push (WordAndRatio);
src/kits/interface/PictureDataWriter.cpp
972
fStack.push(fData->Position());
src/kits/media/ChunkCache.cpp
156
fChunkCache.push(chunk);
src/servers/app/ServerPicture.cpp
100
fPtStack.push(*point);
src/servers/app/ServerPicture.cpp
113
fOpStack.push(OP_LINETO | lineCount);
src/servers/app/ServerPicture.cpp
115
fPtStack.push(linePts[i]);
src/servers/app/ServerPicture.cpp
129
fOpStack.push(OP_BEZIERTO | bezierCount);
src/servers/app/ServerPicture.cpp
131
fPtStack.push(bezierPts[i]);
src/servers/app/ServerPicture.cpp
158
fOpStack.push(op | 3);
src/servers/app/ServerPicture.cpp
159
fPtStack.push(BPoint(rx, ry));
src/servers/app/ServerPicture.cpp
160
fPtStack.push(BPoint(angle, 0));
src/servers/app/ServerPicture.cpp
161
fPtStack.push(point);
src/servers/app/ServerPicture.cpp
174
fOpStack.push(OP_CLOSE);
src/servers/app/ServerPicture.cpp
99
fOpStack.push(OP_MOVETO);
src/servers/app/drawing/DrawingEngine.cpp
580
nodes[i].push(&nodes[k]);
src/servers/app/drawing/DrawingEngine.cpp
583
nodes[k].push(&nodes[i]);
src/servers/app/drawing/DrawingEngine.cpp
592
inDegreeZeroNodes.push(&nodes[i]);
src/servers/app/drawing/DrawingEngine.cpp
611
inDegreeZeroNodes.push(n->pointers[k]);
src/system/libroot/posix/glibc/include/arch/riscv64/asm-syntax.h
43
.set push; \
src/system/libroot/posix/stdlib/radixsort.c
139
push(a, n, i);
src/system/libroot/posix/stdlib/radixsort.c
171
push(a, n, i+1);
src/system/libroot/posix/stdlib/radixsort.c
199
push(ak, *cp, i+1);
src/system/libroot/posix/stdlib/radixsort.c
237
push(a, n, i);
src/system/libroot/posix/stdlib/radixsort.c
279
push(ak, c, i+1);
src/tests/kits/storage/MimeTypeTest.cpp
539
fQueue.push(value);
src/tests/kits/storage/QueryTest.cpp
245
error = child->push(query);
src/tests/kits/storage/QueryTest.cpp
283
status_t error = ListNode::push(query);
src/tests/kits/storage/QueryTest.cpp
586
status_t error = predicateNode.push(query);
src/tests/kits/storage/QueryTest.cpp
611
CPPUNIT_ASSERT( predicateNode.push(query) == pushResult );
src/tests/kits/storage/QueryTest.cpp
623
CPPUNIT_ASSERT( predicateNode.push(query) == pushResult );
src/tests/kits/storage/QueryTest.cpp
71
virtual status_t push(Query &query) const = 0;
src/tests/kits/storage/QueryTest.cpp
789
CPPUNIT_ASSERT( predicate1.push(query) == B_OK );
src/tests/kits/storage/QueryTest.cpp
805
CPPUNIT_ASSERT( predicate1.push(query) == B_OK );
src/tests/kits/storage/QueryTest.cpp
823
CPPUNIT_ASSERT( predicate1.push(query) == B_OK );
src/tests/servers/app/newClipping/MyView.cpp
248
nodes[i].push(&nodes[k]);
src/tests/servers/app/newClipping/MyView.cpp
251
nodes[k].push(&nodes[i]);
src/tests/servers/app/newClipping/MyView.cpp
260
inDegreeZeroNodes.push(&nodes[i]);
src/tests/servers/app/newClipping/MyView.cpp
278
inDegreeZeroNodes.push(n->pointers[k]);
src/tests/servers/app/newerClipping/drawing/DrawingEngine.cpp
260
nodes[i].push(&nodes[k]);
src/tests/servers/app/newerClipping/drawing/DrawingEngine.cpp
263
nodes[k].push(&nodes[i]);
src/tests/servers/app/newerClipping/drawing/DrawingEngine.cpp
272
inDegreeZeroNodes.push(&nodes[i]);
src/tests/servers/app/newerClipping/drawing/DrawingEngine.cpp
297
inDegreeZeroNodes.push(n->pointers[k]);
src/tools/gensyscalls/gensyscallinfos.cpp
174
skippedTokens->push(fTokens.front());