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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorJS.pm 220 push(@headerContent, "class $implClassName;\n\n") unless $codeGenerator->IsSVGAnimatedType($implClassName);
280 push(@getOwnPropertySlotImpl, " ${namespaceMaybe}JSValue proto = prototype();\n");
281 push(@getOwnPropertySlotImpl, " if (proto.isObject() && static_cast<${namespaceMaybe}JSObject*>(asObject(proto))->hasProperty(exec, propertyName))\n");
282 push(@getOwnPropertySlotImpl, " return false;\n\n");
288 push(@getOwnPropertySlotImpl, " const ${namespaceMaybe}HashEntry* entry = ${className}Table.entry(exec, propertyName);\n");
289 push(@getOwnPropertySlotImpl, " if (entry) {\n");
290 push(@getOwnPropertySlotImpl, " slot.setCustom(this, entry->propertyGetter());\n");
291 push(@getOwnPropertySlotImpl, " return true;\n");
292 push(@getOwnPropertySlotImpl, " }\n");
301 push(@getOwnPropertySlotImpl, " bool ok;\n")
    [all...]
CodeGeneratorObjC.pm 368 push(@protocols, "NSObject");
369 push(@protocols, "NSCopying") if $dataNode->name eq "EventTarget";
377 push(@protocols, "DOM" . $parentName);
380 push(@protocols, "DOM" . $parentName);
391 push(@protocols, "DOM" . $firstParent);
403 push(@protocols, "DOM" . $parentName);
462 push(@attributes, "readonly") if $readOnly;
466 push(@attributes, "copy");
468 push(@attributes, "retain");
470 push(@attributes, "retain")
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
JSON-parse.js 4 result.push(function(jsonObject){
8 result.push(function(jsonObject){
12 result.push(function(jsonObject){
15 result.push(function(jsonObject){
18 result.push(function(jsonObject){
22 result.push(function(jsonObject){
26 result.push(function(jsonObject){
29 result.push(function(jsonObject){
33 result.push(function(jsonObject){
36 result.push(function(jsonObject)
    [all...]
JSON-stringify.js 21 result.push(function(jsonObject){
24 result.push(function(jsonObject){
27 result.push(function(jsonObject){
30 result.push(function(jsonObject){
33 result.push(function(jsonObject){
36 result.push(function(jsonObject){
39 result.push(function(jsonObject){
42 result.push(function(jsonObject){
45 result.push(function(jsonObject){
48 result.push(function(jsonObject)
    [all...]
  /bionic/libc/arch-x86/bionic/
syscall.S 10 * We push these (to save them) load them up with the
23 push %eax
24 push %ebx
25 push %ecx
26 push %edx
27 push %esi
28 push %edi
  /external/stlport/test/unit/
queue_test.cpp 36 q.push(42);
37 q.push(101);
38 q.push(69);
52 q.push(42);
53 q.push(101);
54 q.push(69);
stack_test.cpp 36 s.push(42);
37 s.push(101);
38 s.push(69);
50 s.push(42);
51 s.push(101);
52 s.push(69);
  /ndk/sources/android/stlport/test/unit/
queue_test.cpp 36 q.push(42);
37 q.push(101);
38 q.push(69);
52 q.push(42);
53 q.push(101);
54 q.push(69);
stack_test.cpp 36 s.push(42);
37 s.push(101);
38 s.push(69);
50 s.push(42);
51 s.push(101);
52 s.push(69);
  /external/webkit/WebCore/bindings/js/
JSHTMLElementCustom.cpp 41 scope.push(asObject(toJS(exec, globalObject(), element->ownerDocument())));
45 scope.push(asObject(toJS(exec, globalObject(), form)));
48 scope.push(asObject(toJS(exec, globalObject(), element)));
  /external/openssl/crypto/bn/asm/
x86.pl 3 push(@INC,"perlasm","../../perlasm");
  /external/stlport/stlport/stl/config/
_prolog.h 4 # pragma warning (push)
10 # pragma pack(push, 8)
12 # pragma pack(push, 16)
17 # pragma option push
  /ndk/sources/android/stlport/stlport/stl/config/
_prolog.h 4 # pragma warning (push)
10 # pragma pack(push, 8)
12 # pragma pack(push, 16)
17 # pragma option push
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/
general1.js 33 var TITLE = 'String:push,unshift,shift';
43 array1.push(123); //array1 = [123]
44 array1.push("dog"); //array1 = [123,dog]
45 array1.push(-99); //array1 = [123,dog,-99]
46 array1.push("cat"); //array1 = [123,dog,-99,cat]
49 array1.push("mouse"); //array1 = [123,dog,-99,mouse]
  /libcore/support/src/test/java/tests/util/
CallVerificationStack.java 87 this.callStack.push(eles[i]);
119 public Object push(Object o) { method in class:CallVerificationStack
121 return super.push(o);
128 * the value to push
130 public void push(boolean val) { method in class:CallVerificationStack
131 this.push(new BaseTypeWrapper(val));
138 * the value to push
140 public void push(char val) { method in class:CallVerificationStack
141 this.push(new BaseTypeWrapper(val));
148 * the value to push
150 public void push(double val) { method in class:CallVerificationStack
160 public void push(float val) { method in class:CallVerificationStack
170 public void push(int val) { method in class:CallVerificationStack
180 public void push(long val) { method in class:CallVerificationStack
190 public void push(short val) { method in class:CallVerificationStack
    [all...]
  /external/openssl/crypto/perlasm/
x86nasm.pl 75 { if ($::mwerks) { push(@out,".section\t.text,64\n"); }
87 push(@out,$tmp);
101 push(@out,"${drdecor}global $func\n") if ($global);
102 push(@out,"${drdecor}align 16\n");
103 push(@out,"$func:\n");
104 push(@out,"$begin:\n") if ($global);
121 push (@out,$comm)
123 push (@out,$initseg) if ($initseg);
126 sub ::comment { foreach (@_) { push(@out,"\t; $_\n"); } }
130 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n");
    [all...]
x86gas.pl 98 { push(@out,".file\t\"$_[0].s\"\n.text\n"); }
108 push(@out,".globl\t$func\n") if ($global);
110 { push(@out,".def\t$func;\t.scl\t".(3-$global).";\t.type\t32;\t.endef\n"); }
114 { push(@out,".type $func,\@function\n"); }
115 push(@out,".align\t$align\n");
116 push(@out,"$func:\n");
117 push(@out,"$begin:\n") if ($global);
123 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
133 push(@out,"\n"); # so we just skip ELF comments...
139 { push(@out,"\n");
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
queue.h 36 int push(Queue *q, void * element);
  /dalvik/vm/mterp/x86-atom/
OP_MONITOR_EXIT.S 37 push rINST # push parameter object
38 push offGlue_self(%eax) # push parameter self
OP_THROW_VERIFICATION_ERROR.S 35 movl %eax, -4(%esp) # push parameter BBBB; ref
36 movl rINST, -8(%esp) # push parameter AA
37 movl %ecx, -12(%esp) # push parameter glue->method
  /external/chromium/base/
debug_on_start.h 46 #pragma const_seg(push, ".CRT$XIB")
58 #pragma data_seg(push, ".CRT$XIB")
  /libcore/luni/src/test/java/tests/api/java/util/
StackTest.java 59 s.push("blah");
63 s.push(null);
82 s.push(item1);
85 s.push(item2);
86 s.push(item3);
91 s.push(null);
118 s.push(item1);
119 s.push(item2);
137 s.push(null);
157 * @tests java.util.Stack#push(java.lang.Object
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java 85 stack.push(valueFactory.createReferenceValueNull());
97 stack.push(valueFactory.createIntegerValue(simpleInstruction.constant));
102 stack.push(valueFactory.createLongValue(simpleInstruction.constant));
108 stack.push(valueFactory.createFloatValue((float)simpleInstruction.constant));
113 stack.push(valueFactory.createDoubleValue((double)simpleInstruction.constant));
122 stack.push(valueFactory.createIntegerValue());
128 stack.push(valueFactory.createLongValue());
134 stack.push(valueFactory.createFloatValue());
140 stack.push(valueFactory.createDoubleValue());
147 stack.push(arrayReference.arrayLoad(arrayIndex, valueFactory))
    [all...]
  /external/jpeg/
jmemdosa.asm 44 push bp ; linkage
46 push si ; save all registers for safety
47 push di define
48 push bx
49 push cx
50 push dx define
51 push es
52 push ds define
79 push bp ; linkage
81 push si ; save all registers for safet
82 push di define
85 push dx define
87 push ds define
114 push di define
117 push dx define
119 push ds define
148 push di define
151 push dx define
153 push ds define
186 push di define
189 push dx define
191 push ds define
224 push di define
227 push dx define
229 push ds define
267 push di define
270 push dx define
272 push ds define
304 push di define
307 push dx define
309 push ds define
348 push di define
351 push dx define
353 push ds define
    [all...]
  /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));

Completed in 800 milliseconds

1 2 3 4 5 6 7 8 91011>>