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

1 2 3 45 6 7 8 91011>>

  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_MEM_OP_DECODE.S 11 push {r0-r12,lr} @ save out all registers
  /external/chromium/base/
thread_collision_warner_unittest.cc 134 void push(int value) { function in class:NonThreadSafeQueue
155 queue_.push(0);
183 // Queue with a 5 seconds push execution time, hopefuly the two used threads
184 // in the test will enter the push at same time.
191 void push(int value) { function in class:NonThreadSafeQueue
213 queue_.push(0);
241 // Queue with a 2 seconds push execution time, hopefuly the two used threads
242 // in the test will enter the push at same time.
249 void push(int value) { function in class:NonThreadSafeQueue
276 queue_.push(0)
318 void push(int) { function in class:NonThreadSafeQueue
    [all...]
  /external/chromium/net/flip/
flip_session_unittest.cc 27 queue_.push(buffer);
35 queue_.push(FlipIOBuffer(buffers[index], buffers[index]->size(), 0, NULL));
  /external/openssl/crypto/bn/asm/x86/
comba.pl 114 &push("esi");
116 &push("edi");
118 &push("ebp");
119 &push("ebx");
199 &push("esi");
200 &push("edi");
201 &push("ebp");
202 &push("ebx");
  /external/openssl/crypto/des/t/
test 3 BEGIN { push(@INC, qw(../../../lib ../../lib ../lib lib)); }
  /external/webkit/JavaScriptCore/docs/
make-bytecode-docs.pl 33 push @undocumented, $opcode;
  /external/webkit/WebKitTools/Scripts/
check-for-weak-vtables-and-externals 73 push @weakVTableClasses, $1;
75 push @weakExternalSymbols, $1;
run-webkit-tests 384 push @INC, $productDir;
499 push @toolArgs, "--pixel-tests" if $pixelTests;
500 push @toolArgs, "--threaded" if $threaded;
501 push @toolArgs, "--complex-text" if $complexText;
502 push @toolArgs, "-";
505 push @diffToolArgs, "--tolerance", $tolerance;
543 push(@tests, $test);
549 push(@tests, @originalTests);
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ElemContext.java 96 * but are rather re-used when a push is required.
104 * is held by the serializer is changed via a quick pop() or push().
165 final ElemContext push() method in class:ElemContext
187 * Push an element context on the stack. This context keeps track of
196 final ElemContext push( method in class:ElemContext
  /external/easymock/src/org/easymock/internal/
LastControl.java 53 stack.push(matcher);
68 stack.push(new And(popLastArgumentMatchers(count)));
74 stack.push(new Not(popLastArgumentMatchers(1).get(0)));
100 stack.push(new Or(popLastArgumentMatchers(count)));
117 stack.push(invocation);
  /external/openssl/crypto/bf/asm/
bf-586.pl 4 push(@INC,"${dir}","${dir}../../perlasm");
33 &push("ebp");
34 &push("ebx");
37 &push("esi");
38 &push("edi");
  /external/stlport/test/unit/
swap_test.cpp 93 v1.push( Obj() );
95 v1.push( Obj() );
98 v2.push( Obj() );
100 v2.push( Obj() );
102 v2.push( Obj() );
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/
splice1.js 55 splicedArray.push(testArray[i]);
61 removedArray.push(testArray[i]);
64 for (i = 0; i < elements.length; i++) splicedArray.push(elements[i]);
67 splicedArray.push(testArray[i]);
91 actualSpliced.push(testArray[i]);
splice2.js 55 splicedArray.push(testArray[i]);
59 removedArray.push(testArray[i]);
61 for (i = 0; i < elements.length; i++) splicedArray.push(elements[i]);
64 splicedArray.push(testArray[i]);
87 actualSpliced.push(testArray[i]);
  /ndk/sources/android/stlport/test/unit/
swap_test.cpp 93 v1.push( Obj() );
95 v1.push( Obj() );
98 v2.push( Obj() );
100 v2.push( Obj() );
102 v2.push( Obj() );
  /packages/apps/Email/src/org/apache/james/mime4j/message/
Message.java 117 stack.push(Message.this);
122 stack.push(m);
138 stack.push(new Header());
168 stack.push(multiPart);
209 stack.push(bodyPart);
  /dalvik/vm/mterp/x86-atom/
footer.S 58 movl %eax, -12(%esp) # push parameter boolean
104 movl %eax, -12(%esp) # push parameter boolean
301 movl %ecx, -20(%esp) # push parameter methodToCall
309 movl %edx, -16(%esp) # push parameter glue->self
313 movl %edx, -24(%esp) # push parameter pMterpGlue
314 movl %eax, -28(%esp) # push parameter newFP
339 movl %ecx, -4(%esp) # push parameter self
382 movl %eax, -12(%esp) # push parameter boolean
428 movl %edx, -4(%esp) # push parameter self
429 movl %ecx, -8(%esp) # push parameter ob
    [all...]
OP_INSTANCE_OF.S 63 movl %edx, -8(%esp) # push parameter obj->clazz
64 movl %ecx, -4(%esp) # push parameter resolved class
106 movl %ecx, -12(%esp) # push parameter glue->method->clazz
107 movl %eax, -8(%esp) # push parameter CCCC; type index
108 movl $$1, -4(%esp) # push parameter true
OP_FILLED_NEW_ARRAY.S 60 movl $$0, -8(%esp) # push parameter false
61 movl %ecx, -12(%esp) # push parameter BBBB
65 movl %edx, -16(%esp) # push parameter glue->method->clazz
85 movl rINST, -12(%esp) # push parameter length
86 movl %eax, -16(%esp) # push parameter descriptor[1]
87 movl $$ALLOC_DONT_TRACK, -8(%esp) # push parameter to allocate flags
  /external/webkit/WebCore/bindings/scripts/
IDLParser.pm 100 push(@temporaryContent, $_);
142 push(@temp, "$name=$value");
213 push(@$arrayRef, $newDataNode);
241 push(@$arrayRef, $line);
276 push(@$arrayRef, $newDataNode);
330 push(@$arrayRef, $paramDataNode);
337 push(@$arrayRef, $newDataNode);
350 push(@$arrayRef, $newDataNode);
398 push(@$arrayRef, $node);
405 push(@$arrayRef, $node)
    [all...]
  /external/libvpx/vp8/encoder/x86/
sad_mmx.asm 28 push rbp
31 push rsi
32 push rdi
120 push rbp
123 push rsi
124 push rdi
192 push rbp
195 push rsi
196 push rdi
262 push rb
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 60 __ push(edi);
61 __ push(scratch); // Restore return address.
115 __ push(eax);
117 // Push the function to invoke on the stack.
118 __ push(edi);
271 __ push(edi);
285 // Push the allocated receiver to the stack. We need two copies
288 __ push(ebx);
289 __ push(ebx);
299 __ push(Operand(ebx, ecx, times_4, 0))
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 58 __ push(rdi);
59 __ push(kScratchRegister); // Restore return address.
72 __ push(rbp);
76 __ Push(Smi::FromInt(StackFrame::ARGUMENTS_ADAPTOR));
78 // Push the function on the stack.
79 __ push(rdi);
85 __ push(rcx);
101 __ push(rcx);
133 __ push(Operand(rax, 0));
152 __ push(Operand(rdi, 0))
    [all...]
  /external/v8/test/cctest/
test-assembler-x64.cc 115 __ push(rbp);
117 __ push(arg2); // Value at (rbp - 8)
118 __ push(arg2); // Value at (rbp - 16)
119 __ push(arg1); // Value at (rbp - 24)
192 __ push(rbp);
195 __ push(arg2); // Value at (rbp - 8)
196 __ push(arg2); // Value at (rbp - 16)
197 __ push(arg1); // Value at (rbp - 24)
225 __ push(rbp);
  /bootable/recovery/applypatch/
imgdiff_test.sh 78 $ADB push $ANDROID_PRODUCT_OUT/system/bin/applypatch $WORK_DIR/applypatch
90 $ADB push $tmpdir/source $WORK_DIR/source || fail "source push failed"
92 $ADB push $tmpdir/patch $WORK_DIR/patch || fail "patch push failed"

Completed in 518 milliseconds

1 2 3 45 6 7 8 91011>>