/dalvik/vm/mterp/x86-atom/ |
OP_APUT_OBJECT.S | 54 movl %edx, -8(%esp) # push parameter obj->clazz 56 movl %eax, -4(%esp) # push parameter arrayObj->clazz
|
OP_IGET.S | 51 movl %ecx, -4(%esp) # push parameter CCCC; field ref 52 movl %edx, -8(%esp) # push parameter method->clazz
|
OP_IGET_WIDE.S | 43 movl %ecx, -8(%esp) # push parameter CCCC; field ref 44 movl %edx, -4(%esp) # push parameter method->clazz
|
OP_INVOKE_STATIC.S | 59 movl %eax, -8(%esp) # push parameter method index 61 movl %edx, -12(%esp) # push parameter method
|
OP_IPUT.S | 54 movl %ecx, -4(%esp) # push parameter CCCC; field ref 57 movl %edx, (%esp) # push parameter method->clazz
|
OP_IPUT_WIDE.S | 43 movl %ecx, -8(%esp) # push parameter CCCC; field ref 44 movl %edx, -4(%esp) # push parameter method->clazz
|
/external/tcpdump/ |
slcompress.h | 29 * 'push' bit, and flags that indicate which of the 4 TCP sequence 60 * LSB of 4-bit field is TCP "PUSH" bit (a worthless anachronism) and
|
/external/v8/test/mjsunit/ |
for-in.js | 30 for (var p in x) array.push(p); 54 a.push(s);
|
/external/v8/test/mjsunit/tools/ |
profile_view.js | 68 flatTree.push(node.internalFuncName); 69 flatTree.push(node.selfTime);
|
/external/v8/tools/ |
csvparser.js | 72 fields.push(field.replace(doubleQuoteRe, '"')); 78 fields.push(field);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ |
shell.js | 147 callStack.push(funcName); 153 * used to check push-pop balance.
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/ |
shell.js | 147 callStack.push(funcName); 153 * used to check push-pop balance.
|
/frameworks/base/include/utils/ |
Vector.h | 128 inline void push(); 130 void push(const TYPE& item); 131 //! same as push() but returns the index the item was added at (or an error) 133 //! same as push() but returns the index the item was added at (or an error) 267 void Vector<TYPE>::push(const TYPE& item) { function in class:android::Vector 268 return VectorImpl::push(&item); 292 void Vector<TYPE>::push() { function in class:android::Vector 293 VectorImpl::push();
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
JJTAddressListParserState.java | 44 nodes.push(n); 78 marks.push(new Integer(mk));
|
/packages/apps/IM/src/com/android/im/imps/ |
ImpsClientCapability.java | 86 * the set of "PUSH" and "Notify/Get". 88 * @return "P" if prefers "PUSH", or "N" if prefers "Notify/Get".
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionBundle.java | 36 * Key of the push-data. 39 private static final String PUSH_DATA = "mms-push-data";
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactAggregatorPerformanceTest.java | 36 * adb push <large contacts2.db> \ 87 + " to the device:\nadb push <large contacts2.db> "
|
/sdk/emulator/qtools/ |
stack_dump.cpp | 23 void push(int stackLevel, uint64_t time, CallStackBase *base); 43 void MyFrame::push(int stackLevel, uint64_t time, CallStackBase *base) function in class:MyFrame
|
/external/icu4c/common/ |
triedict.cpp | 248 fNodeStack.push(root, status); 249 fBranchStack.push(kLessThan, status); 275 node = (TernaryNode *) fNodeStack.push(node->low, status); 276 where = (StackBranch) fBranchStack.push(kLessThan, status); 291 node = (TernaryNode *) fNodeStack.push(node->equal, status); 292 where = (StackBranch) fBranchStack.push(kLessThan, status); 307 node = (TernaryNode *) fNodeStack.push(node->high, status); 308 where = (StackBranch) fBranchStack.push(kLessThan, status); 337 fNodeStack.push(fRoot, status); 338 fBranchStack.push(kLessThan, status) [all...] |
/bionic/libc/arch-x86/string/ |
strcpy.S | 25 pushl %ecx /* push dst address */
|
/bionic/linker/arch/x86/ |
begin.S | 35 /* save the elfdata ptr to %eax, AND push it onto the stack */
|
/cts/tools/dasm/src/java_cup/runtime/ |
virtual_parse_stack.java | 93 vstack.push(new Integer(stack_sym.parse_state)); 137 /** Push a state number onto the stack. */ 138 public void push(int state_num) method in class:virtual_parse_stack 140 vstack.push(new Integer(state_num));
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/ |
ProcessorTemplate.java | 35 * template element, and then push it onto the current template
|
/external/libxml2/include/libxml/ |
DOCBparser.h | 68 * Interfaces for the Push mode.
|
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
mmx_main.asm | 34 push ebp
|