Searched defs:Push (Results 1 - 25 of 79) sorted by relevance

1234

/external/chromium-trace/catapult/telemetry/telemetry/testing/
H A Doptions_for_unittests.py17 def Push(options): function
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DStackList.cs52 public void Push(object item) method in class:Antlr.Runtime.Collections.StackList
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dmessage_queue.cc25 void MessageQueue::Push(Message* message) { function in class:mojo::test::MessageQueue
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DListStack`1.cs93 public void Push(T item) method in class:Antlr.Runtime.Misc.ListStack
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dgce_adb_wrapper.py47 def Push(self, local, remote, **kwargs): member in class:GceAdbWrapper
142 self.Push(apk_path, '/data/local/tmp/tmp.apk')
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Dgce_adb_wrapper.py45 def Push(self, local, remote, **kwargs): member in class:GceAdbWrapper
140 self.Push(apk_path, '/data/local/tmp/tmp.apk')
/external/stressapptest/src/
H A Dqueue.cc25 // Push inserts pages, pop returns a random entry.
45 int PageEntryQueue::Push(struct page_entry *pe) { function in class:PageEntryQueue
/external/v8/tools/
H A Djsmin.py76 def Push(self): member in class:JavaScriptMinifier
110 self.Push()
127 self.Push()
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h12 // The memory passed to Push() must not be ever munmap'ed.
36 void Push(T *p) { function in struct:__sanitizer::LFStack
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp94 Instruction *Push = nullptr; local
99 Push = Inst;
104 if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) {
109 << " Push: " << *Push << "\n"); local
111 Push->eraseFromParent();
113 Push = nullptr;
117 Push = nullptr;
/external/v8/src/base/
H A Dring-buffer.h18 void Push(const T& value) { function in class:v8::base::RingBuffer
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas63 procedure Push(const Item: T); procedure
127 procedure Push(const Item: T); procedure
328 procedure TStackList<T>.Push(const Item: T);
/external/eigen/unsupported/test/
H A Dcxx11_eventcount.cpp49 bool Push() { function in struct:TestQueue
96 if (queues[idx].Push()) {
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeNodeStream.cs171 public virtual void Push(int index) { method in class:Antlr.Runtime.Tree.CommonTreeNodeStream
175 _calls.Push(_p); // save current index
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTreeNodeStream.cs197 public virtual void Push( int index ) method in class:Antlr.Runtime.Tree.CommonTreeNodeStream
203 _calls.Push( _p ); // save current index
H A DBufferedTreeNodeStream.cs505 public virtual void Push( int index ) method in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
511 calls.Push( p ); // save current index
/external/pdfium/xfa/fgas/crt/
H A Dfgas_utils.h142 uint8_t* Push();
157 int32_t Push(const baseType& element) { function in class:CFX_StackTemplate
159 *(baseType*)CFX_BaseStack::Push() = element;
/external/protobuf/src/google/protobuf/util/internal/
H A Djson_objectwriter.h170 void Push() { element_.reset(new Element(element_.release())); } function in class:google::protobuf::util::converter::JsonObjectWriter
/external/v8/src/compiler/
H A Dgraph-reducer.cc49 Push(node);
61 Push(node);
255 void GraphReducer::Push(Node* const node) { function in class:v8::internal::compiler::GraphReducer
264 Push(node);
/external/webrtc/webrtc/common_audio/resampler/
H A Dresampler.cc404 int Resampler::Push(const int16_t * samplesIn, size_t lengthIn, function in class:webrtc::Resampler
428 res |= slave_left_->Push(left, lengthIn, out_left, maxLen / 2, actualOutLen_left);
429 res |= slave_right_->Push(right, lengthIn, out_right, maxLen / 2, actualOutLen_right);
/external/chromium-trace/catapult/devil/devil/utils/
H A Dmock_calls_test.py27 def Push(self, host_path, device_path): member in class:_DummyAdb
119 self.call.adb.Push('this_file', 'that_file'),
124 self.adb.Push('this_file', 'that_file')
/external/gemmlowp/profiling/
H A Dinstrumentation.h125 void Push(const char* label) { function in struct:gemmlowp::ProfilingStack
214 profiling_stack_->Push(label);
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dmock_calls_test.py27 def Push(self, host_path, device_path): member in class:_DummyAdb
119 self.call.adb.Push('this_file', 'that_file'),
124 self.adb.Push('this_file', 'that_file')
/external/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp468 MachineBasicBlock::iterator Push = nullptr; local
485 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode))
513 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode));
517 Push->addOperand(DefMov->getOperand(i));
522 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode))
534 MBB, std::next(Push), DL,
/external/opencv/cvaux/src/
H A Dcvcalibfilter.cpp437 bool CvCalibFilter::Push( const CvPoint2D32f** pts ) function in class:CvCalibFilter

Completed in 808 milliseconds

1234