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

12 3 4

  /external/v8/src/arm/
macro-assembler-arm.cc 249 void MacroAssembler::Push(Handle<Object> handle) {
251 push(ip);
526 push(lr);
575 push(lr);
587 // Push and pop all registers that can hold pointers.
800 push(ip);
802 push(ip);
824 Push(lr, fp);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeNodeStream.cs 58 /** <summary>Stack of indexes used for push/pop calls</summary> */
171 public virtual void Push(int index) {
175 _calls.Push(_p); // save current index
179 /** Seek back to previous index saved during last push() call.
BufferedTreeNodeStream.cs 150 /** <summary>Stack of indexes used for push/pop calls</summary> */
426 public virtual void Push(int index) {
430 calls.Push(p); // save current index
435 * Seek back to previous index saved during last push() call.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeNodeStream.cs 60 /** <summary>Stack of indexes used for push/pop calls</summary> */
197 public virtual void Push( int index )
203 _calls.Push( _p ); // save current index
207 /** Seek back to previous index saved during last push() call.
BufferedTreeNodeStream.cs 159 /** <summary>Stack of indexes used for push/pop calls</summary> */
505 public virtual void Push( int index )
511 calls.Push( p ); // save current index
516 * Seek back to previous index saved during last push() call.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 63 procedure Push(const Item: T);
127 procedure Push(const Item: T);
328 procedure TStackList<T>.Push(const Item: T);
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
shared_queue.h 56 // objects or pointers. The Push() method is used to add items to the
92 void Push(const T& item) {
  /external/chromium_org/third_party/angle_dx11/src/compiler/
ForLoopUnroll.cpp 135 void ForLoopUnroll::Push(TLoopIndexInfo& info)
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.cc 229 void MacroAssembler::Push(Handle<Object> handle) {
231 push(ip);
511 push(lr);
560 push(lr);
572 // Push and pop all registers that can hold pointers.
946 push(ip);
948 push(ip);
970 Push(lr, fp);
    [all...]
macro-assembler-arm.h 147 void Push(Register src) { push(src); }
300 // Push a handle.
301 void Push(Handle<Object> handle);
302 void Push(Smi* smi) { Push(Handle<Smi>(smi, isolate())); }
304 // Push two registers. Pushes leftmost register first (to highest address).
305 void Push(Register src1, Register src2, Condition cond = al) {
315 // Push three registers. Pushes leftmost register first (to highest address).
316 void Push(Register src1, Register src2, Register src3, Condition cond = al)
    [all...]
  /external/webrtc/src/common_audio/resampler/
resampler.cc 431 int Resampler::Push(const WebRtc_Word16 * samplesIn, int lengthIn, WebRtc_Word16* samplesOut,
464 res |= slave_left_->Push(left, lengthIn, out_left, maxLen / 2, actualOutLen_left);
465 res |= slave_right_->Push(right, lengthIn, out_right, maxLen / 2, actualOutLen_right);
    [all...]
  /build/tools/releasetools/
check_target_files_signatures 83 def Push(msg):
165 Push(filename + ":")
190 Push(filename+":")
309 Push(apk.filename)
412 Push("input target_files:")
421 Push("comparison target_files:")
  /development/testrunner/
adb_interface.py 104 def Push(self, src, dest):
108 src: file path of host file to push
111 self.SendCommand("push %s %s" % (src, dest), timeout_time=60)
  /external/chromium_org/third_party/android_testrunner/
adb_interface.py 104 def Push(self, src, dest):
108 src: file path of host file to push
111 self.SendCommand("push %s %s" % (src, dest), timeout_time=60)
  /external/chromium_org/third_party/re2/re2/
bitstate.cc 44 void Push(int id, const char* p, int arg);
119 // Push the triple (id, p, arg) onto the stack, growing it if necessary.
120 void BitState::Push(int id, const char* p, int arg) {
146 Push(id0, p0, 0);
154 // Optimization: rather than push and pop,
155 // code that is going to Push and continue
158 // do the ShouldVisit check that Push
179 // Push(ip->out1(), p, 0);
180 // Push(ip->out(), p, 0);
183 // Pushing it here will inhibit that. Instead, re-push
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
adb_commands.py 139 def Push(self, local, remote):
140 return self._adb.Adb().Push(local, remote)
  /external/regex-re2/re2/
bitstate.cc 44 void Push(int id, const char* p, int arg);
119 // Push the triple (id, p, arg) onto the stack, growing it if necessary.
120 void BitState::Push(int id, const char* p, int arg) {
146 Push(id0, p0, 0);
154 // Optimization: rather than push and pop,
155 // code that is going to Push and continue
158 // do the ShouldVisit check that Push
179 // Push(ip->out1(), p, 0);
180 // Push(ip->out(), p, 0);
183 // Pushing it here will inhibit that. Instead, re-push
    [all...]
  /frameworks/webview/chromium/tools/
merge_from_chromium.py 484 def Push(version, target):
485 """Push the finished snapshot to the Android repository."""
489 # do not force push to the real master-chromium branch as this could erase
504 merge_common.GetCommandStdout(['git', 'push', remote, refspec],
541 help=('Target branch to push to. Defaults to master-chromium.'))
543 '', '--push',
545 help=('Push the result of a previous merge to the server. Note '
580 elif options.push:
582 Push(options.release, options.target)
584 Push(options.svn_revision, options.target
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h 200 void Push(void* ptr) {
384 list->Push(ptr);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 195 void Push(void* ptr) {
357 list->Push(ptr);
  /external/chromium_org/v8/src/
effects.h 282 void push() { node_ = new(node_->zone) Node(node_->zone, node_); } function in class:v8::internal::NestedEffectsBase
345 NestedEffects Push() {
347 result.push();
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 437 bool CvCalibFilter::Push( const CvPoint2D32f** pts )
  /external/openfst/src/include/fst/
sparse-tuple-weight.h 75 Push(*it);
81 Push(key, w);
92 Push(it.Value());
127 Push(it.Value());
154 w.Push(it.Value().first, it.Value().second.Quantize(delta));
162 w.Push(it.Value().first, it.Value().second.Reverse());
186 inline void Push(const K &k, const W &w, bool default_value_check = true) {
187 Push(make_pair(k, w), default_value_check);
190 inline void Push(const Pair &p, bool default_value_check = true) {
283 ret->Push(k1, operator_mapper.Map(k1, v1, v2))
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 247 // Push and pop the registers that can hold pointers.
493 // Push a new try handler and link it into try handler chain.
760 // Push a handle value.
761 void Push(Handle<Object> handle) { push(Immediate(handle)); }
    [all...]
  /external/chromium_org/ipc/
ipc_sync_channel.cc 247 void SyncChannel::SyncContext::Push(SyncMessage* sync_msg) {
468 context->Push(sync_msg);

Completed in 1000 milliseconds

12 3 4