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

1234

/external/chromium_org/tools/telemetry/telemetry/unittest/
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/openfst/src/include/fst/script/
H A Dpush.h31 void Push(PushArgs1 *args) { function in namespace:fst::script
35 fst::Push(ofst, REWEIGHT_TO_FINAL, args->arg3, args->arg4);
37 fst::Push(ofst, REWEIGHT_TO_INITIAL, args->arg3, args->arg4);
46 void Push(PushArgs2 *args) { function in namespace:fst::script
51 fst::Push<Arc, REWEIGHT_TO_FINAL>(ifst, ofst, args->arg3, args->arg5);
53 fst::Push<Arc, REWEIGHT_TO_INITIAL>(ifst, ofst, args->arg3, args->arg5);
58 void Push(MutableFstClass *ofst, ReweightType type, float delta = kDelta,
62 void Push(const FstClass &ifst, MutableFstClass *ofst, uint32 flags,
/external/openfst/src/script/
H A Dpush.cc25 void Push(MutableFstClass *ofst, ReweightType dir, float delta, function in namespace:fst::script
28 Apply<Operation<PushArgs1> >("Push", ofst->ArcType(), &args);
32 void Push(const FstClass &ifst, MutableFstClass *ofst, uint32 flags, function in namespace:fst::script
34 if (!ArcTypesMatch(ifst, *ofst, "Push")) return;
37 Apply<Operation<PushArgs2> >("Push", ifst.ArcType(), &args);
41 REGISTER_FST_OPERATION(Push, StdArc, PushArgs1);
42 REGISTER_FST_OPERATION(Push, LogArc, PushArgs1);
43 REGISTER_FST_OPERATION(Push, Log64Arc, PushArgs1);
44 REGISTER_FST_OPERATION(Push, StdArc, PushArgs2);
45 REGISTER_FST_OPERATION(Push, LogAr
[all...]
/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_org/build/android/gyp/
H A Dpush_libraries.py33 # A list so that it is modifiable in Push below.
39 def Push(): function in function:DoPush
47 Push,
/external/chromium_org/media/base/
H A Dbyte_queue.cc28 void ByteQueue::Push(const uint8* data, int size) { function in class:media::ByteQueue
H A Ddecoder_buffer_queue.cc21 void DecoderBufferQueue::Push(const scoped_refptr<DecoderBuffer>& buffer) { function in class:media::DecoderBufferQueue
/external/chromium_org/media/formats/common/
H A Doffset_byte_queue.cc22 void OffsetByteQueue::Push(const uint8* buf, int size) { function in class:media::OffsetByteQueue
23 queue_.Push(buf, size);
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dmessage_queue.cc30 void MessageQueue::Push(Message* message) { function in class:mojo::internal::MessageQueue
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dsingle_rw_fifo.cc64 void SingleRwFifo::Push(int8_t* mem) { function in class:webrtc::SingleRwFifo
72 // Size can be queried outside of the Push function. The caller is assumed
73 // to ensure that Push will be successful before calling it.
/external/chromium_org/v8/tools/
H A Djsmin.py76 def Push(self): member in class:JavaScriptMinifier
104 self.Push()
121 self.Push()
/external/lldb/source/Core/
H A DInputReaderStack.cpp39 InputReaderStack::Push (const lldb::InputReaderSP& reader_sp) function in class:InputReaderStack
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dpush.h41 void Push(MutableFst<Arc> *fst, ReweightType type) { function in namespace:fst
57 void Push(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, uint32 ptype) { function in namespace:fst
61 Push(ofst, rtype);
/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/chromium_org/chrome/renderer/net/
H A Dpredictor_queue.cc31 // Push takes an unterminated string plus its length.
35 DnsQueue::PushResult DnsQueue::Push(const char* source, function in class:DnsQueue
H A Dpredictor_queue.h52 // Push takes an unterminated string of the given length
60 PushResult Push(const char* source, const size_t length);
62 PushResult Push(std::string source) { function in class:DnsQueue
63 return Push(source.c_str(), source.length());
H A Dpredictor_queue_unittest.cc17 // Define a helper class that does Push'es and Pop's of numbers.
19 // value in sync with the Push value.
26 bool Push(void); // Push the string value of next number.
46 bool DnsQueueSequentialTester::Push(void) { function in class:__anon5820::DnsQueueSequentialTester
52 buffer_->Push(value.str().c_str(), value.str().size()) :
53 buffer_->Push(value.str());
87 if (!tester.Push())
107 EXPECT_EQ(DnsQueue::SUCCESSFUL_PUSH, buffer.Push(big_string, 3))
109 EXPECT_EQ(DnsQueue::SUCCESSFUL_PUSH, buffer.Push(big_strin
[all...]
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_controller.h60 void Push(scoped_ptr<SyntheticGesture> gesture, function in class:content::SyntheticGestureController::GestureAndCallbackQueue
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data_packet.cc73 void GestureEventDataPacket::Push(const GestureEventData& gesture) { function in class:ui::GestureEventDataPacket
92 packet.Push(gesture);
/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.cpp97 Instruction *Push = nullptr; local
102 Push = Inst;
107 if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) {
112 << " Push: " << *Push << "\n"); local
114 Push->eraseFromParent();
116 Push = nullptr;
120 Push = nullptr;
/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/chromium_org/chrome/browser/chromeos/drive/
H A Djob_queue.cc48 void JobQueue::Push(JobID id, int priority) { function in class:drive::JobQueue
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_job_coordinator.cc21 ServiceWorkerRegisterJobBase* ServiceWorkerJobCoordinator::JobQueue::Push( function in class:content::ServiceWorkerJobCoordinator::JobQueue
80 job_queues_[pattern].Push(job.Pass()));
91 job_queues_[pattern].Push(job.Pass()));
99 job_queues_[registration->pattern()].Push(

Completed in 586 milliseconds

1234