HomeSort by relevance Sort by last modified time
    Searched refs:push (Results 401 - 425 of 884) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
unwind.h 35 #pragma GCC visibility push(default)
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
unwind.h 35 #pragma GCC visibility push(default)
  /external/v8/src/x64/
macro-assembler-x64.cc 54 push(Operand(r13, index << kPointerSizeLog2));
325 push(rax);
327 push(kScratchRegister);
331 push(kScratchRegister);
    [all...]
  /external/libvpx/vp8/common/x86/
loopfilter_sse2.asm 302 push rbp
307 push rsi
308 push rdi
358 push rbp
363 push rsi
364 push rdi
626 push rbp
631 push rsi
632 push rdi
682 push rb
    [all...]
  /external/v8/src/ia32/
virtual-frame-ia32.cc 113 __ push(Immediate(Smi::FromInt(0)));
122 __ push(element.reg());
129 __ push(Immediate(element.handle()));
138 __ push(Operand(ebp, fp_relative(backing_index)));
140 __ push(backing.reg());
158 // Emit normal push instructions for elements above stack pointer
479 Push(edi);
521 __ push(Immediate(undefined));
528 __ push(temp.reg());
540 __ push(tmp.reg())
    [all...]
  /cts/tools/dx-tests/etc/
starttests 259 ### echo " on emulator/device with adb push"
260 adb push $BASEDIR/dxcore.jar /data/dxcore.jar &> /dev/null
261 adb push $BASEDIR/dxclasses.jar /data/dxclasses.jar &> /dev/null
  /cts/tools/vm-tests/etc/
starttests 157 adb push $dexcore /data/dexcore.jar >> /dev/null 2>&1
213 adb push ${depJar} ${deviceFileName} &> /dev/null
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 19 str r1, [sp] @ push &glue->retval
  /external/grub/docs/
help2man 68 'i|include=s' => sub { push @opt_include, [ pop, 1 ] },
69 'I|opt-include=s' => sub { push @opt_include, [ pop, 0 ] },
116 push @include, $key unless $include{$key};
237 for (split /\n/) { s/^ *(or: +)?//; push @syn, $_ }
  /external/libvpx/vp8/encoder/x86/
quantize_sse2.asm 23 push rbp
26 push rsi
27 push rdi
28 push rbx
  /external/openssl/crypto/bn/asm/
via-mont.pl 81 push(@INC,"${dir}","${dir}../../perlasm");
  /external/openssl/crypto/rc4/asm/
rc4-s390x.pl 82 push(@TX,shift(@TX)); push(@XX,shift(@XX)); # "rotate" registers
  /external/proguard/src/proguard/evaluation/
BasicInvocationUnit.java 175 // Pop the parameters and push the return value.
198 // Push the field value, if applicable.
203 stack.push(getFieldValue(clazz, fieldrefConstant, type));
225 // Push the return value, if applicable.
229 stack.push(getMethodReturnValue(clazz, methodrefConstant, returnType));
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_stretch.c 288 push edi
289 push esi
  /external/quake/quake/src/QW/client/
d_scana.asm 240 push ebp
241 push esi
242 push edi
243 push ebx
  /external/srec/tools/cmd/
srecres2utd.pl 18 push(@additional_fields,"parsed_ortho");
20 push(@fields, @additional_fields);
  /external/stlport/src/
allocators.cpp 497 _S_free_list[_S_FREELIST_INDEX(__n)].push(__STATIC_CAST(_Obj*, __p));
514 // Push all new nodes (minus first one) onto freelist
520 __my_freelist->push(__cur_item);
573 _S_free_mem_blocks.push(__newblock);
580 _S_free_list[_S_FREELIST_INDEX(__rounded_down)].push((_Obj*)__buf_start);
609 _S_free_list[_S_FREELIST_INDEX(__rounded_down)].push(__REINTERPRET_CAST(_Obj*, __REINTERPRET_CAST(char*, __p) + __total_bytes));
617 _S_free_mem_blocks.push(__newblock);
638 _S_chunks.push(__REINTERPRET_CAST(_Obj*, __result));
644 // Push excess memory allocated in this chunk into list of free memory blocks
647 _S_free_mem_blocks.push(__freeblock)
    [all...]
  /external/stlport/stlport/stl/
_queue.h 100 void push(const value_type& __x) { c.push_back(__x); } function in class:queue
223 void push(const value_type& __x) { function in class:priority_queue
  /external/v8/test/mjsunit/
array-splice.js 206 bad_start = { valueOf: function() { array.push(2*i); return -1; } };
207 bad_count = { valueOf: function() { array.push(2*i + 1); return 1; } };
212 array.push(2*i); array.push(2*i + 1);
stress-array-push.js 33 results.push({});
  /external/webkit/WebCore/inspector/front-end/
AuditLauncherView.js 53 sortedCategories.push(this._categoriesById[id]);
96 catIds.push(id);
  /external/webkit/WebCore/rendering/
RenderView.h 131 // We push LayoutState even if layoutState is disabled because it stores layoutDelta too.
231 // Stack-based class to assist with LayoutState push/pop
234 // ctor to push now
241 push(root, offset);
244 // ctor to maybe push later
255 ASSERT(m_didStart == m_didEnd); // if this fires, it means that someone did a push(), but forgot to pop().
258 void push(RenderBox* root, IntSize offset) function in class:WebCore::LayoutStateMaintainer
261 // We push state even if disabled, because we still need to store layoutDelta
284 bool m_didStart : 1; // true if we did a push or disable
  /external/webkit/WebKitTools/Scripts/
svn-unapply 115 push @copiedFiles, $patch;
139 push @copiedFiles, $patch;
  /frameworks/base/libs/rs/
rsElement.cpp 107 rsc->mStateElement.mElements.push(e);
142 rsc->mStateElement.mElements.push(e);
  /frameworks/base/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 182 mSourceImpls.push(impl);
193 mSourceImpls.push(impl);

Completed in 471 milliseconds

<<11121314151617181920>>