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

1 2 3 4

  /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/chrome/browser/sync/util/
dbgq.h 19 void Push(const T& t) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
StackList.cs 52 public void Push(object item)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
ListStack`1.cs 93 public void Push(T item)
  /external/chromium/base/
task_queue.cc 18 void TaskQueue::Push(Task* task) {
  /external/chromium_org/build/android/gyp/
push_libraries.py 29 # A list so that it is modifiable in Push below.
35 def Push():
41 record_path = '%s.%s.push.md5.stamp' % (host_path, serial_number)
43 Push,
54 help='Device directory to push the libraries to.')
  /external/chromium_org/chrome_frame/
sync_msg_reply_dispatcher.cc 9 void SyncMessageReplyDispatcher::Push(IPC::SyncMessage* msg,
  /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/srec/tools/thirdparty/OpenFst/fst/lib/
push.h 0 // push.h
18 // Class to reweight/push an FST.
41 void Push(MutableFst<Arc> *fst, ReweightType type) {
57 void Push(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, uint32 ptype) {
61 Push(ofst, rtype);
  /external/chromium_org/chrome/browser/chromeos/drive/
job_queue.cc 48 void JobQueue::Push(JobID id, int priority) {
  /external/chromium_org/chrome/renderer/net/
predictor_queue.cc 31 // Push takes an unterminated string plus its length.
34 // Returns true for success, false there was no room to push.
35 DnsQueue::PushResult DnsQueue::Push(const char* source,
42 // a compaction hack that removes duplicates when we try to push() a
43 // match with the last push.
66 return OVERFLOW_PUSH; // Not enough space to push.
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/media/base/
byte_queue.cc 28 void ByteQueue::Push(const uint8* data, int size) {
decoder_buffer_queue.cc 19 void DecoderBufferQueue::Push(const scoped_refptr<DecoderBuffer>& buffer) {
serial_runner.cc 36 void SerialRunner::Queue::Push(
38 bound_fns_.push(base::Bind(&RunBoundClosure, bound_closure));
41 void SerialRunner::Queue::Push(
43 bound_fns_.push(bound_status_cb);
audio_fifo.cc 59 void AudioFifo::Push(const AudioBus* source) {
  /external/chromium_org/media/mp4/
offset_byte_queue.cc 22 void OffsetByteQueue::Push(const uint8* buf, int size) {
23 queue_.Push(buf, size);
  /external/chromium_org/v8/tools/
jsmin.py 76 def Push(self):
104 self.Push()
121 self.Push()
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_lfstack.h 12 // The memory passed to Push() must not be ever munmap'ed.
36 void Push(T *p) {
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 96 Instruction *Push = 0;
101 Push = Inst;
104 // If this pop matches a push and nothing in between can autorelease,
106 if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) {
108 DEBUG(dbgs() << "ObjCARCAPElim::OptimizeBB: Zapping push pop "
111 << " Push: " << *Push << "\n");
113 Push->eraseFromParent();
115 Push = 0
    [all...]
  /external/stressapptest/src/
queue.cc 25 // Push inserts pages, pop returns a random entry.
45 int PageEntryQueue::Push(struct page_entry *pe) {
  /external/v8/tools/
jsmin.py 76 def Push(self):
104 self.Push()
121 self.Push()
  /frameworks/webview/chromium/tools/
merge_to_master.py 155 upload = merge_common.GetCommandStdout(['git', 'push', 'goog',
164 def Push(target):
165 """Push the finished snapshot to the Android repository."""
171 # Delete the graft before pushing otherwise git will attempt to push all the
176 merge_common.GetCommandStdout(['git', 'push', 'goog', refspec],
196 '', '--push',
198 help=('Push the result of a previous merge to the server.'))
202 help=('Target branch to push to. Defaults to master.'))
211 if options.push:
212 Push(options.target
    [all...]
  /external/openfst/src/include/fst/
push.h 0 // push.h
19 // Class to reweight/push an FST.
36 // Private helper functions for Push
98 void Push(MutableFst<Arc> *fst,
124 void Push(const Fst<Arc> &ifst,
131 Push(ofst, rtype, delta, ptype & kPushRemoveTotalWeight);
167 LOG(WARNING) << "Push: pushing type is set to 0: "

Completed in 656 milliseconds

1 2 3 4