HomeSort by relevance Sort by last modified time
    Searched full:push (Results 301 - 325 of 1534) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/md5/asm/
md5-586.pl 10 push(@INC,"perlasm","../../perlasm");
180 &push("esi");
181 &push("edi");
185 &push("ebp");
187 &push("ebx");
191 &push($C); # Put on the TOS
  /external/openssl/crypto/sha/asm/
sha512-x86_64.pl 183 push %rbx
184 push %rbp
185 push %r12
186 push %r13
187 push %r14
188 push %r15
  /external/v8/src/ia32/
assembler-ia32.cc 69 __ push(ebp);
71 __ push(ecx);
72 __ push(ebx);
80 __ push(eax);
406 void Assembler::push(const Immediate& x) { function in class:v8::internal::Assembler
419 void Assembler::push(Register src) { function in class:v8::internal::Assembler
426 void Assembler::push(const Operand& src) { function in class:v8::internal::Assembler
447 PrintF("%d push/pop (same reg) eliminated\n", pc_offset());
450 // Convert 'push src; pop dst' to 'mov dst, src'.
456 PrintF("%d push/pop (reg->reg) eliminated\n", pc_offset())
    [all...]
regexp-macro-assembler-ia32.h 129 // When adding local variables remember to push space for them in
180 inline void Push(Register source);
184 inline void Push(Immediate value);
  /external/webkit/WebCore/inspector/front-end/
ProfilesPanel.js 150 items.push(button.element);
153 items.push(this.profileViewStatusBarItemsContainer);
258 this._profiles.push(profile);
267 group.push(profile);
397 views.push(visibleView);
405 views.push(view);
  /external/icu4c/common/
usc_impl.c 78 static void push(UScriptRun *scriptRun, int32_t pairIndex, UScriptCode scriptCode) function
299 * if it's an open character, push it onto the stack.
306 push(scriptRun, pairIndex, scriptRun->scriptCode);
  /external/icu4c/test/intltest/
uvectest.cpp 146 a->push((void*)"abc", status);
148 a->push((void*)"bcde", status);
149 a->push((void*)"cde", status);
  /external/opencore/protocols/rtp_payload_parser/rfc_3984/src/
h264_payload_parser_interleave_mode.h 187 // push data to priority queue
199 // push into the prority queue
201 OSCL_TRY(err, iOutputMediaDataQueue.push(out_data));
  /external/openssl/crypto/des/asm/
crypt586.pl 9 push(@INC,"perlasm","../../perlasm");
38 &push("edx"); # becomes &swtmp(1)
42 &push(&DWC(25)); # add a variable
  /external/quake/quake/src/QW/client/
d_draw.asm 276 push ebp
277 push edi
278 push esi
279 push ebx
761 push ebp
762 push edi
763 push esi
764 push ebx
791 push esi
808 push ecx
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 28 #include "fst/lib/push.h"
130 Push(&efst1, REWEIGHT_TO_INITIAL);
131 Push(&efst2, REWEIGHT_TO_INITIAL);
  /external/v8/src/x64/
fast-codegen-x64.cc 194 __ push(rbp);
196 __ push(rsi); // Context.
197 __ push(rdi); // Closure.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3-1.js 119 ret.push(arguments[i]);
139 ret.push(arguments[i]);
158 ret.push(arguments[i]);
  /frameworks/base/awt/java/awt/
EventQueue.java 268 public void push(EventQueue newEventQueue) { method in class:EventQueue
269 getCore().push(newEventQueue);
277 * is thrown if no previous push was made on this EventQueue.
  /frameworks/base/awt/javax/imageio/stream/
ImageInputStreamImpl.java 283 posStack.push(getStreamPosition());
376 * Push.
381 void push(long v) { method in class:ImageInputStreamImpl.PositionStack
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 123 mUris.push(uri);
148 mUris.push(nextUri);
155 mUris.push(mUris.lastElement());
  /frameworks/base/telephony/java/com/android/internal/telephony/
WapPushOverSms.java 29 * WAP push handler class.
34 private static final String LOG_TAG = "WAP PUSH";
71 if (Config.LOGD) Log.w(LOG_TAG, "Received non-PUSH WAP PDU. Type = " + pduType);
  /packages/apps/Mms/tests/src/com/android/mms/ui/
LongThreadTest.java 43 * example: adb push ~/words /data/data/com.android.mms/files
44 * and then push a file that contains a comma separated list of numbers to send to.
45 * example: adb push ~/recipients /data/data/com.android.mms/files
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncService.java 34 * Sync service class to push/pull to/from devices/emulators, through the debug bridge.
103 /** Result code for attempting to push a file that does not exist. */
105 /** Result code for attempting to push a directory. */
107 /** Result code for when the target path of a multi file push is a file. */
211 * Opens the sync connection. This must be called before any calls to push[File] / pull[File].
400 * Push several files.
401 * @param local An array of loca files to push
406 public SyncResult push(String[] local, FileEntry remote, ISyncProgressMonitor monitor) { method in class:SyncService
431 * Push a single file.
660 * Push multiple file
    [all...]
  /sdk/emulator/qtools/
check_stack.cpp 55 void push(frame *pframe);
60 void Stack::push(frame *pframe) { function in class:Stack
135 mStack->push(pframe);
  /bionic/libc/arch-x86/string/
strcat.S 26 pushl %edi /* push destination address */
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
EmptyStackExceptionTest.java 65 s.push(objArray[counter]);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemVariablePsuedo.java 50 * Execute a variable declaration and push it onto the variable stack.
  /dalvik/tools/gdbjithelper/
README.txt 30 Push $OUT/EXECUTABLES/gdbjithelper_intermediates/LINKED/gdbjithelper to
  /dalvik/vm/interp/
Stack.h 87 We push two stack frames on when calling an interpreted or native method
106 possible to push additional call frames on without calling a method.
187 * Push a native method frame directly onto the stack. Used to push the

Completed in 86 milliseconds

<<11121314151617181920>>