HomeSort by relevance Sort by last modified time
    Searched refs:Push (Results 1 - 25 of 285) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/media/base/
decoder_buffer_queue_unittest.cc 39 queue.Push(CreateBuffer(0));
45 queue.Push(CreateBuffer(0));
46 queue.Push(CreateBuffer(1));
59 queue.Push(CreateBuffer(0));
62 queue.Push(CreateBuffer(1));
65 queue.Push(CreateBuffer(2));
68 queue.Push(CreateBuffer(4));
86 queue.Push(CreateBuffer(10));
87 queue.Push(CreateBuffer(12));
91 queue.Push(CreateBuffer(8))
    [all...]
serial_runner.h 37 void Push(const base::Closure& closure);
38 void Push(const BoundClosure& bound_fn);
39 void Push(const BoundPipelineStatusCB& bound_fn);
audio_fifo.h 25 // Push() will crash if the allocated space is insufficient.
26 void Push(const AudioBus* source);
byte_queue.h 15 // Data is added to the end of the queue via an Push() call and removed via
28 void Push(const uint8* data, int size);
31 // These values are only valid until the next Push() or
audio_block_fifo.h 28 // Push() will crash if the allocated space is insufficient.
29 void Push(const void* source, int frames, int bytes_per_sample);
decoder_buffer_queue.h 30 // Push |buffer| to the end of the queue. If |buffer| is queued out of order
33 // It is invalid to push an end-of-stream |buffer|.
34 void Push(const scoped_refptr<DecoderBuffer>& buffer);
audio_fifo_unittest.cc 35 TEST_F(AudioFifoTest, Push) {
40 SCOPED_TRACE("Push 50%");
43 fifo.Push(bus.get());
48 SCOPED_TRACE("Push 100%");
51 fifo.Push(bus.get());
64 fifo.Push(bus.get());
72 fifo.Push(bus.get());
80 fifo.Push(bus.get());
97 fifo.Push(bus.get());
111 // during a sequence of Push/Consume calls which involves wrapping. We ensur
    [all...]
  /external/openfst/src/include/fst/script/
push.h 22 #include <fst/push.h>
31 void Push(PushArgs1 *args) {
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) {
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/
push.cc 19 #include <fst/script/push.h>
25 void Push(MutableFstClass *ofst, ReweightType dir, float delta,
28 Apply<Operation<PushArgs1> >("Push", ofst->ArcType(), &args);
32 void Push(const FstClass &ifst, MutableFstClass *ofst, uint32 flags,
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)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
job_queue_unittest.cc 20 // Push 4 jobs.
21 queue.Push(101, LOW_PRIORITY);
22 queue.Push(102, HIGH_PRIORITY);
23 queue.Push(103, LOW_PRIORITY);
24 queue.Push(104, HIGH_PRIORITY);
51 // Push 1 more job.
52 queue.Push(105, LOW_PRIORITY);
78 // Push 4 jobs.
79 queue.Push(101, LOW_PRIORITY);
80 queue.Push(102, HIGH_PRIORITY)
    [all...]
job_queue.h 27 void Push(JobID id, int priority);
  /external/chromium_org/chrome/renderer/net/
predictor_queue.h 12 // It is written to be as fast as possible during push() operations, so
14 // The push() operation will not block, and no memory allocation is involved
15 // (internally) during the push operations.
17 // accept additional string via a push(), then the push() will fail, and
52 // Push takes an unterminated string of the given length
54 // extraction by read. For each successful push(), there
57 // Exactly length chars are written, or the push fails (where
60 PushResult Push(const char* source, const size_t length);
62 PushResult Push(std::string source)
    [all...]
predictor_queue_unittest.cc 17 // 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) {
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_string, 0)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
single_rw_fifo_unittest.cc 46 void Push(int number_of_buffers) {
50 fifo_.Push(data);
107 TEST_F(SingleRwFifoTest, Push) {
108 Push(kCapacity);
112 // Push all available.
113 Push(available_);
118 Push(1);
122 Push(1);
single_rw_fifo.h 29 void Push(int8_t* mem);
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 97 Instruction *Push = nullptr;
102 Push = Inst;
105 // If this pop matches a push and nothing in between can autorelease,
107 if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) {
109 DEBUG(dbgs() << "ObjCARCAPElim::OptimizeBB: Zapping push pop "
112 << " Push: " << *Push << "\n");
114 Push->eraseFromParent();
116 Push = nullptr
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
StackList.cs 52 public void Push(object item)
  /external/chromium_org/mojo/public/cpp/bindings/lib/
message_queue.h 28 void Push(Message* message);
message_queue.cc 30 void MessageQueue::Push(Message* message) {
31 queue_.push(new Message());
  /external/chromium_org/tools/telemetry/telemetry/unittest/
options_for_unittests.py 17 def Push(options):
  /external/lldb/include/lldb/Core/
InputReaderStack.h 32 Push (const lldb::InputReaderSP& reader_sp);
  /external/clang/test/Preprocessor/
_Pragma-in-macro-arg.c 4 #define A(desc) _Pragma("clang diagnostic push") _Pragma("clang diagnostic ignored \"-Wparentheses\"") _Pragma("clang diagnostic pop")
23 #define IGNORE_POPPUSH(Pop, Push, W, D) Push W D Pop
24 IGNORE_POPPUSH(_Pragma("clang diagnostic pop"), _Pragma("clang diagnostic push"),
  /external/chromium_org/content/browser/service_worker/
service_worker_job_coordinator.cc 21 ServiceWorkerRegisterJobBase* ServiceWorkerJobCoordinator::JobQueue::Push(
80 job_queues_[pattern].Push(job.Pass()));
91 job_queues_[pattern].Push(job.Pass()));
99 job_queues_[registration->pattern()].Push(
  /external/chromium_org/media/formats/common/
offset_byte_queue.h 25 void Push(const uint8* buf, int size);
  /external/chromium_org/v8/src/ic/x64/
handler-compiler-x64.cc 97 __ Push(name);
101 __ Push(kScratchRegister);
102 __ Push(receiver);
103 __ Push(holder);
125 __ Push(receiver);
131 __ Push(arg);
212 __ Push(value());
221 __ Push(receiver);
222 __ Push(value());
261 __ Push(receiver)
    [all...]

Completed in 960 milliseconds

1 2 3 4 5 6 7 8 91011>>