HomeSort by relevance Sort by last modified time
    Searched refs:Push (Results 201 - 225 of 299) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h 100 void Push(T data_point) {
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_highbd_error_avx.asm 108 ; Push the negative size as the high precision code might need it
109 push sizeq
  /external/tinyxml2/
tinyxml2.h 177 void Push( T t )
265 blockPtrs.Push( block );
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 216 void MacroAssembler::Push(Handle<Object> handle) {
218 push(ip);
556 push(lr);
627 push(lr);
682 push(lr);
709 // Push and pop all registers that can hold pointers.
1014 Push(Smi::FromInt(StackFrame::STUB));
    [all...]
  /external/v8/src/ppc/
codegen-ppc.cc 51 __ Push(temp3, temp2, temp1);
305 __ Push(target_map, receiver, key, value);
macro-assembler-ppc.cc 190 void MacroAssembler::Push(Handle<Object> handle) {
192 push(r0);
396 push(r0);
461 push(r0);
520 push(r0);
536 Push(r0, fp, kConstantPoolRegister, cp, marker_reg);
538 Push(r0, fp, kConstantPoolRegister, cp);
542 Push(r0, fp, cp, marker_reg);
544 Push(r0, fp, cp);
572 // Push and pop all registers that can hold pointers
    [all...]
  /external/v8/test/mjsunit/
array-natives-elements.js 53 // Push
56 assertEquals(4, a0.push(4));
58 assertEquals(5, a0.push(1.3));
60 assertEquals(6, a0.push(1.5));
62 assertEquals(7, a0.push({}));
64 assertEquals(8, a0.push({}));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9math.h 422 STDMETHOD(Push)(THIS) PURE;
446 #define ID3DXMatrixStack_Push(p) (p)->lpVtbl->Push(p)
txcoord.h 456 virtual HRESULT WINAPI Push(char *i_pszRemoteTmUrl,char **o_ppszRemoteTxUrl) = 0;
465 HRESULT (WINAPI *Push)(ITipTransaction *This,char *i_pszRemoteTmUrl,char **o_ppszRemoteTxUrl);
476 #define ITipTransaction_Push(This,i_pszRemoteTmUrl,o_ppszRemoteTxUrl) (This)->lpVtbl->Push(This,i_pszRemoteTmUrl,o_ppszRemoteTxUrl)
    [all...]
  /system/extras/simpleperf/
record.cpp 729 void RecordCache::Push(const char* data, size_t size) {
737 queue_.push(CreateRecordWithSeq(r.release()));
741 void RecordCache::Push(std::unique_ptr<Record> record) {
742 queue_.push(CreateRecordWithSeq(record.release()));
  /external/valgrind/VEX/priv/
host_amd64_defs.c 674 i->Ain.Push.src = src;
    [all...]
host_x86_defs.c 637 i->Xin.Push.src = src;
983 ppX86RMI(i->Xin.Push.src);
    [all...]
host_amd64_defs.h 363 Ain_Push, /* push 64-bit value on stack */
471 } Push;
580 /* Push a 32- or 64-bit FP value from memory onto the stack,
host_x86_defs.h 356 Xin_Push, /* push (32-bit?) value on stack */
449 } Push;
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas     [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py     [all...]
  /development/testrunner/
runtest.py 344 get 'adb push'ed onto the device.
378 logger.Log("adb push %s %s" % (abs_install_path, remote_path))
379 self._adb.Push(abs_install_path, remote_path)
  /external/autotest/client/cros/nfc/
console.py 436 device_proxy.Push(record_data)
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper.py 257 def Push(self, local, remote, timeout=60 * 5, retries=_DEFAULT_RETRIES):
267 self._RunDeviceAdbCmd(['push', local, remote], timeout, retries)
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 437 bool CvCalibFilter::Push( const CvPoint2D32f** pts )
  /external/pdfium/xfa/src/fgas/src/crt/
fx_utils.cpp 407 uint8_t* CFX_BaseStack::Push() {
  /external/skia/src/svg/parser/
SkSVGPaintState.cpp 446 void SkSVGPaint::Push(SkSVGPaint** head, SkSVGPaint* newRecord) {
  /external/v8/src/compiler/
ast-graph-builder.h 392 // - Expressions pop operands and push result, depending on {AstContext}.
484 void Push(Node* node) {
  /external/v8/src/heap/
mark-compact.h 206 // Push the object on the marking stack if there is room, otherwise mark the
208 INLINE(bool Push(HeapObject* object)) {
666 // encountered so far. This might push new object or even new weak maps onto
  /external/v8/test/cctest/heap/
test-mark-compact.cc 65 s.Push(HeapObject::FromAddress(current_address));

Completed in 1146 milliseconds

1 2 3 4 5 6 7 891011>>