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

1 2 3 4 5 6 7 891011>>

  /external/scapy/scapy/
scapypipes.py 91 def push(self, msg): member in class:InjectSink
113 def push(self, msg): member in class:WrpcapSink
130 def push(self, msg): member in class:UDPDrain
152 def push(self, msg): member in class:FDSourceSink
180 def push(self, msg): member in class:TCPConnectPipe
212 def push(self, msg): member in class:TCPListenPipe
267 def push(self, msg): member in class:TriggerDrain
289 def push(self, msg): member in class:TriggeredValve
313 def push(self, msg): member in class:TriggeredQueueingValve
348 def push(self, msg) member in class:TriggeredSwitch
    [all...]
  /external/skia/src/core/
SkThreadedBMPDevice.h 133 // Push a draw command into the queue. If Fn is DrawFn, we're pushing an element without
137 SK_ALWAYS_INLINE void push(const SkRect& rawDrawBounds, Fn&& fn) { function in class:SkThreadedBMPDevice::DrawQueue
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
NDC.java 90 public static void push(String message) { method in class:NDC
  /external/swiftshader/src/OpenGL/compiler/
PoolAlloc.cpp 174 void TPoolAllocator::push() function in class:TPoolAllocator
192 // that have occurred since the last push(), or since the
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LatencyPriorityQueue.cpp 72 void LatencyPriorityQueue::push(SUnit *SU) { function in class:LatencyPriorityQueue
116 push(OnlyAvailablePred);
  /external/swiftshader/third_party/subzero/src/
IceTimerTree.cpp 21 #pragma clang diagnostic push
149 void TimerStack::push(TimerIdT ID) { function in class:Ice::TimerStack
175 // At a state change (e.g. push or pop), updates the flat and cumulative
  /external/syslinux/com32/gfxboot/
realmode_callback.asm 12 push cs
52 push ds define
129 push ds define
  /external/testng/src/main/java/org/testng/mustache/
Model.java 19 public void push(String variable, Object subModel) { method in class:Model
23 m_subModels.push(sl);
  /external/testng/src/main/java/org/testng/reporters/jq/
ChronologicalPanel.java 73 xsb.push(D, C, "chronological-class");
77 xsb.push(D, C, cls);
79 xsb.push("img", "src", Model.getImage("failed"));
Main.java 53 xsb.push(D, C, "wrapper");
54 xsb.push(D, "class", "main-panel-root");
SuitePanel.java 29 xsb.push(D, C, "panel " + divName, "panel-name", "suite-" + divName);
48 xsb.push(D, C, "suite-" + suiteToTag(suite) + "-class-" + status);
49 xsb.push(D, C, "main-panel-header rounded-window-top");
56 xsb.push(D, C, "main-panel-content rounded-window-bottom");
66 xsb.push(D, C, "method");
67 xsb.push(D, C, "method-content");
68 xsb.push("a", "name", Model.getTestResultName(tr));
95 xsb.push("em");
TimesPanel.java 35 "suiteTableInitFunctions.push('" + functionName + "');\n"
89 xsb.push(D, C, "times-div");
90 xsb.push("script", "type", "text/javascript");
98 xsb.push(D, "id", "times-div-" + suiteToTag(suite));
  /external/valgrind/memcheck/tests/
mempool.c 53 void push(pool *p) function
119 push(p);
123 push(p);
mempool2.c 56 void push(pool *p, int use_mmap ) function
127 push(p1, 0);
128 push(p2, 1);
  /external/vogar/src/vogar/
SshTarget.java 100 @Override public void push(File local, File remote) { method in class:SshTarget
  /frameworks/av/media/libmedia/include/media/
SingleStateQueue.h 64 // push new value onto state queue, overwriting previous value;
66 int32_t push(const T& value) function in class:android::SingleStateQueue::Mutator
80 // returns the status of the last state push. This may be a stale value.
95 // return true if a push with specified sequence number or later has been observed
  /frameworks/base/cmds/statsd/src/anomaly/
indexed_priority_queue.h 48 void push(sp<const AA> a);
93 void indexed_priority_queue<AA, Comparator>::push(sp<const AA> a) { function in class:android::os::statsd::indexed_priority_queue
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
RangeTest.java 161 mOperations.push(new Capture(begin, end, selected, type));
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
ConcurrentQueue.h 52 void push(T&& item) { function in class:android::ConcurrentQueue
58 mQueue.push(std::move(item));
63 /* Deactivates the queue, thus no one can push items to it, also
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 107 * @brief Push event to queue.
111 * @retval true if push successful
112 * @retval false if push unsuccessful
114 bool omx_swvdec_queue::push(OMX_SWVDEC_EVENT_INFO *p_event_info) function in class:omx_swvdec_queue
198 * @brief Push timestamp to list, keeping lowest-valued timestamp at the end.
202 * @retval true if push successful
203 * @retval false if push unsuccessful
205 bool omx_swvdec_ts_list::push(long long timestamp) function in class:omx_swvdec_ts_list
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 107 * @brief Push event to queue.
111 void omx_swvdec_queue::push(OMX_SWVDEC_EVENT_INFO *p_event_info) function in class:omx_swvdec_queue
115 m_queue.push(*p_event_info);
  /libcore/ojluni/src/main/java/java/util/concurrent/
BlockingDeque.java 657 void push(E e); method in interface:BlockingDeque
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_stack.h 92 * push, @c pop, and @c top, which are standard %stack/FILO
186 push(const value_type& __x) function in class:stack
191 push(value_type&& __x) function in class:stack
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_stack.h 92 * push, @c pop, and @c top, which are standard %stack/FILO
186 push(const value_type& __x) function in class:stack
191 push(value_type&& __x) function in class:stack
  /prebuilts/gdb/darwin-x86/lib/python2.7/
asynchat.py 179 def push (self, data): member in class:async_chat
286 def push (self, data): member in class:fifo

Completed in 1385 milliseconds

1 2 3 4 5 6 7 891011>>