HomeSort by relevance Sort by last modified time
    Searched defs:push (Results 276 - 300 of 1457) sorted by null

<<11121314151617181920>>

  /external/python/cpython3/Lib/email/
header.py 437 self._current_line.push(*end_of_line)
446 self._current_line.push(' ', '')
480 self._current_line.push(self._continuation_ws, last_line)
514 self._current_line.push(fws, string)
539 self._current_line.push(fws, part)
552 def push(self, fws, string):
547 def push(self, fws, string): member in class:_Accumulator
  /external/skia/src/core/
SkRasterClipStack.h 40 T& push() { function in class:SkTStack
45 T& push(const T& src) { function in class:SkTStack
69 Rec& rec = fStack.push();
158 fStack.push(fStack.top());
  /external/skqp/src/core/
SkRasterClipStack.h 40 T& push() { function in class:SkTStack
45 T& push(const T& src) { function in class:SkTStack
69 Rec& rec = fStack.push();
158 fStack.push(fStack.top());
  /external/swiftshader/src/OpenGL/common/
MatrixStack.cpp 167 bool MatrixStack::push() function in class:sw::MatrixStack
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32.s 479 push %cs label
482 push %ds label
485 push %ss label
488 push %es label
491 push %fs label
494 push %gs label
  /external/swiftshader/third_party/subzero/src/
IceThreading.h 66 push(std::move(Item));
136 void push(std::unique_ptr<T> Item) { function in class:Ice::BoundedProducerConsumerQueue
  /external/syslinux/com32/lua/src/
lfs.c 226 _push_function push; member in struct:_stat_members
260 /* push member value and return */
261 members[v].push (L, &info);
269 members[i].push (L, &info);
  /external/syslinux/diag/geodsp/
geodsp1s.asm 85 push dx ; Save drive number (in DL) define
168 push edx
169 push eax
170 push es
171 push bx
172 push word 1
173 push word 16
  /external/tensorflow/tensorflow/contrib/lite/kernels/
topk_v2.cc 93 void push(int32 a) { function in class:tflite::ops::builtin::topk_v2::__anon39282::TopContainer
144 topc.push(c);
  /external/tensorflow/tensorflow/core/lib/gtl/
top_n.h 17 // of elements which you push one at a time. If the number of elements exceeds
103 // If you know how many elements you will push at the time you create the
108 // Push 'v'. If the maximum number of elements was exceeded, drop the
113 void push(const T &v) { push(v, nullptr); } function in class:tensorflow::gtl::TopN
114 void push(const T &v, T *dropped) { PushInternal(v, dropped); } function in class:tensorflow::gtl::TopN
116 // Move overloads of push.
118 void push(T &&v) { // NOLINT(build/c++11) function in class:tensorflow::gtl::TopN
119 push(std::move(v), nullptr);
121 void push(T &&v, T *dropped) { // NOLINT(build/c++11 function in class:tensorflow::gtl::TopN
    [all...]
  /external/v8/src/inspector/
injected-script-source.js 51 function push(array, var_args) function
357 push(descriptors, descriptor);
890 push(internalProperties, {
    [all...]
  /external/vogar/src/vogar/android/
AdbTarget.java 164 @Override public void push(File local, File remote) { method in class:AdbTarget
165 Command fallback = new Command(log, "adb", "push", local.getPath(), remote.getPath());
  /frameworks/av/media/libmedia/include/media/
LinearMap.h 160 void push(T x, T y) { function in class:android::LinearMap
214 // computed values such as mStepValid are set after a subsequent push().
356 // (incremented after push) [0, mSize - 1].
  /frameworks/native/libs/ui/
FenceTime.cpp 274 void FenceTimeline::push(const std::shared_ptr<FenceTime>& fence) { function in class:android::FenceTimeline
290 mQueue.push(fence);
  /libcore/ojluni/src/main/java/java/util/
Deque.java 148 * <td>{@link #push push(e)}</td>
490 * @param e the element to push
500 void push(E e); method in interface:Deque
  /libcore/ojluni/src/main/java/java/util/logging/
MemoryHandler.java 35 * conditions, the <tt>MemoryHandler</tt> will push out its current buffer
39 * There are three main models for triggering a push of the buffer:
45 * An external class calls the <tt>push</tt> method explicitly. </li>
48 * <tt>LogRecord</tt> and calls <tt>push</tt> if a record matches some
68 * <li> &lt;handler-name&gt;.push
105 pushLevel = manager.getLevelProperty(cname +".push", Level.SEVERE);
166 * @param pushLevel message level to push on
194 * greater than or equal to the <tt>pushLevel</tt> then <tt>push</tt>
215 push(); method
220 * Push any buffered output to the target <tt>Handler</tt>
224 public synchronized void push() { method in class:MemoryHandler
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java 30 * Simple client to push the local NDEF message to a server on the remote side of an
31 * LLCP connection, using the Android Ndef Push Protocol.
88 public boolean push(NdefMessage msg) { method in class:NdefPushClient
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
JJTAddressListParserState.java 44 nodes.push(n);
78 marks.push(new Integer(mk));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_queue.h 89 * which is a typedef for the second Sequence parameter, and @c push and
212 push(const value_type& __x) function in class:queue
217 push(value_type&& __x) function in class:queue
353 * push, @c pop, and @c top, which are standard %queue operations.
496 push(const value_type& __x) function in class:priority_queue
504 push(value_type&& __x) function in class:priority_queue
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_queue.h 89 * which is a typedef for the second Sequence parameter, and @c push and
212 push(const value_type& __x) function in class:queue
217 push(value_type&& __x) function in class:queue
353 * push, @c pop, and @c top, which are standard %queue operations.
496 push(const value_type& __x) function in class:priority_queue
504 push(value_type&& __x) function in class:priority_queue
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
feedparser.py 13 data. When you have no more data to push into the parser, call .close().
47 You can also push and pop line-matching predicates onto a stack. When the
87 # We're at the false EOF. But push the last line back first.
93 # Let the consumer push a line back into the buffer.
97 def push(self, data):
98 """Push some new data into this object."""
157 """Push more data into the parser."""
158 self._input.push(data)
210 # part of the body so push it back.
299 # boundary as well as the end-of-multipart boundary. Don't push
96 def push(self, data): member in class:BufferedSubFile
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
feedparser.py 13 data. When you have no more data to push into the parser, call .close().
47 You can also push and pop line-matching predicates onto a stack. When the
87 # We're at the false EOF. But push the last line back first.
93 # Let the consumer push a line back into the buffer.
97 def push(self, data):
98 """Push some new data into this object."""
157 """Push more data into the parser."""
158 self._input.push(data)
210 # part of the body so push it back.
299 # boundary as well as the end-of-multipart boundary. Don't push
96 def push(self, data): member in class:BufferedSubFile
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
action.go 112 func (q *actionQueue) Push(x interface{}) { *q = append(*q, x.(*Action)) }
120 func (q *actionQueue) push(a *Action) { func
121 heap.Push(q, a)
383 stk.Push("vet")
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
regression_test.go 89 func (s *stack) push(x int) { func
103 s.push(1)
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
action.go 112 func (q *actionQueue) Push(x interface{}) { *q = append(*q, x.(*Action)) }
120 func (q *actionQueue) push(a *Action) { func
121 heap.Push(q, a)
383 stk.Push("vet")

Completed in 1863 milliseconds

<<11121314151617181920>>