HomeSort by relevance Sort by last modified time
    Searched refs:push (Results 351 - 375 of 3334) sorted by null

<<11121314151617181920>>

  /external/qemu-pc-bios/vgabios/
vbe.c 107 push dx
108 push ax
135 push eax
136 push ecx
137 push edx
138 push esi
139 push edi
146 push eax
184 push dx
185 push a
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/perldriver/
PerfFramework.pm 133 push(@iterPerPass, shift(@res));
134 push(@noopers, shift(@res));
137 push(@noevents, shift(@res));
146 push(@timedata, $ds);
179 #push(@ms, $b[0]);
180 push(@ms, shift(@b));
263 push(@out, $_);
283 push(@$data, $d);
284 push(@$data, ''); # placeholder for end data
292 push(@results, $data)
    [all...]
  /external/icu4c/test/perf/perldriver/
PerfFramework.pm 133 push(@iterPerPass, shift(@res));
134 push(@noopers, shift(@res));
137 push(@noevents, shift(@res));
146 push(@timedata, $ds);
179 #push(@ms, $b[0]);
180 push(@ms, shift(@b));
263 push(@out, $_);
283 push(@$data, $d);
284 push(@$data, ''); # placeholder for end data
292 push(@results, $data)
    [all...]
  /external/chromium_org/sandbox/win/src/
sidestep_resolver.cc 152 push eax // Space for the jump.
153 push eax // Save registers.
154 push ebx
155 push ecx
156 push edx
160 push edx
161 push eax
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_driver.c 62 struct nouveau_pushbuf *push = context_push(ctx); local
64 PUSH_KICK(push);
80 struct nouveau_pushbuf *push = context_push(ctx); local
86 if (!nouveau_pushbuf_space(push, 16, 0, 0) &&
87 !nouveau_pushbuf_refn(push, &refn, 1)) {
88 PUSH_DATA(push, 0);
89 PUSH_KICK(push);
  /external/hyphenation/
substrings.pl 40 push @patlist, $pat;
54 push @patlist, $pat;
63 push @patlist, $pat;
81 push @newpatlist, $newpat;
115 push @exp, 0;
117 push @exp, $c;
121 push @exp, 0;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.c 62 struct nouveau_pushbuf *push = context_push(ctx); local
64 PUSH_KICK(push);
80 struct nouveau_pushbuf *push = context_push(ctx); local
86 if (!nouveau_pushbuf_space(push, 16, 0, 0) &&
87 !nouveau_pushbuf_refn(push, &refn, 1)) {
88 PUSH_DATA(push, 0);
89 PUSH_KICK(push);
  /external/chromium_org/v8/test/mjsunit/
cyclic-array-to-string.js 34 a1.push(a1);
38 a1.push(1);
42 a1.push(a1);
49 a1.push(a2);
50 a1.push(a2);
54 a2.push(a1);
61 a1.push(a2);
  /external/v8/test/mjsunit/
cyclic-array-to-string.js 34 a1.push(a1);
38 a1.push(1);
42 a1.push(a1);
49 a1.push(a2);
50 a1.push(a2);
54 a2.push(a1);
61 a1.push(a2);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asynchat.py 118 c.push("hello ")
119 c.push("world%s" % term)
120 c.push("I'm not dead yet!%s" % term)
121 c.push(SERVER_QUIT)
151 c.push(data)
152 c.push(SERVER_QUIT)
172 c.push(data)
173 c.push(SERVER_QUIT)
205 c.push("hello world\n\nI'm not dead yet!\n")
206 c.push(SERVER_QUIT
    [all...]
test_poplib.py 39 self.push('+OK dummy pop3 server ready.')
57 self.push('-ERR unrecognized POP3 command "%s".' %cmd)
62 def push(self, data): member in class:DummyPOP3Handler
63 asynchat.async_chat.push(self, data + '\r\n')
67 self.push(arg)
71 self.push("-ERR no such user")
72 self.push('+OK password required')
76 self.push("-ERR wrong password")
77 self.push('+OK 10 messages')
80 self.push('+OK 10 100'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asynchat.py 118 c.push("hello ")
119 c.push("world%s" % term)
120 c.push("I'm not dead yet!%s" % term)
121 c.push(SERVER_QUIT)
151 c.push(data)
152 c.push(SERVER_QUIT)
172 c.push(data)
173 c.push(SERVER_QUIT)
205 c.push("hello world\n\nI'm not dead yet!\n")
206 c.push(SERVER_QUIT
    [all...]
test_poplib.py 39 self.push('+OK dummy pop3 server ready.')
57 self.push('-ERR unrecognized POP3 command "%s".' %cmd)
62 def push(self, data): member in class:DummyPOP3Handler
63 asynchat.async_chat.push(self, data + '\r\n')
67 self.push(arg)
71 self.push("-ERR no such user")
72 self.push('+OK password required')
76 self.push("-ERR wrong password")
77 self.push('+OK 10 messages')
80 self.push('+OK 10 100'
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
sad_sse2.asm 21 push rbp
25 push rsi
26 push rdi
95 push rbp
98 push rbx
99 push rsi
100 push rdi
158 push rbp
161 push rbx
162 push rs
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86-gf2m.pl 36 push(@INC,"${dir}","${dir}../../perlasm");
106 push(@i,shift(@i)); push(@T,shift(@T));
181 push(@i,shift(@i)); push(@T,shift(@T));
223 &push ("ebp");
224 &push ("ebx");
225 &push ("esi");
226 &push ("edi");
261 &push ("ebp")
    [all...]
  /external/openssl/crypto/bn/asm/
x86-gf2m.pl 36 push(@INC,"${dir}","${dir}../../perlasm");
106 push(@i,shift(@i)); push(@T,shift(@T));
181 push(@i,shift(@i)); push(@T,shift(@T));
223 &push ("ebp");
224 &push ("ebx");
225 &push ("esi");
226 &push ("edi");
261 &push ("ebp")
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-save.s 30 push {r0}
43 push {r0, r1}
56 push {r0, r2}
69 push {r1, r2}
82 push {r0, r1, r2, r3}
113 push {r4}
126 push {r4, r5}
139 push {r4, r5, r6, r7, r8, r9, r10, r11}
169 push {r4, r14}
182 push {r4, r5, r14
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
EventListenersSidebarPane.js 100 sectionNames.push(type);
101 self.sections.push(section);
198 properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("type", this.eventListener.type));
200 properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("useCapture", this.eventListener.useCapture));
202 properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("isAttribute", this.eventListener.isAttribute));
204 properties.push(new WebInspector.RemoteObjectProperty("node", nodeObject));
207 properties.push(new WebInspector.RemoteObjectProperty("handler", remoteObject));
210 properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("listenerBody", this.eventListener.handlerBody));
212 properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("sourceName", this.eventListener.sourceName));
214 properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("lineNumber", this.eventListener.location.lin (…)
    [all...]
  /external/chromium_org/third_party/flot/
jquery.flot.image.min.js 1 (function(c){var a={series:{images:{show:false,alpha:1,anchor:"corner"}}};c.plot.image={};c.plot.image.loadDataImages=function(g,f,k){var j=[],h=[];var i=f.series.images.show;c.each(g,function(l,m){if(!(i||m.images.show)){return}if(m.data){m=m.data}c.each(m,function(n,o){if(typeof o[0]=="string"){j.push(o[0]);h.push(o)}})});c.plot.image.load(j,function(l){c.each(h,function(n,o){var m=o[0];if(l[m]){o[0]=l[m]}});k()})};c.plot.image.load=function(h,i){var g=h.length,f={};if(g==0){i({})}c.each(h,function(k,j){var l=function(){--g;f[j]=this;if(g==0){i(f)}};c("<img />").load(l).error(l).attr("src",j)})};function d(q,o,l){var m=q.getPlotOffset();if(!l.images||!l.images.show){return}var r=l.datapoints.points,n=l.datapoints.pointsize;for(var t=0;t<r.length;t+=n){var y=r[t],w=r[t+1],g=r[t+2],v=r[t+3],f=r[t+4],h=l.xaxis,u=l.yaxis,x;if(!y||y.width<=0||y.height<=0){continue}if(w>v){x=v;v=w;w=x}if(g>f){x=f;f=g;g=x}if(l.images.anchor=="center"){x=0.5*(v-w)/(y.width-1);w-=x;v+=x;x=0.5*(f-g)/(y.height-1);g-=x;f+=x}if(w==v||g==f||w>=h.max||v<=h.min||g>=u.max||f<=u.min){continue}var k=0,s=0,j=y.width,p=y.height;if(w<h.min){k+=(j-k)*(h.min-w)/(v-w);w=h.min}if(v>h.max){j+=(j-k)*(h.max-v)/(v-w);v=h.max}if(g<u.min){p+=(s-p)*(u.min-g)/(f-g);g=u.min}if(f>u.max){s+=(s-p)*(u.max-f)/(f-g);f=u.max}w=h.p2c(w);v=h.p2c(v);g=u.p2c(g);f=u.p2c(f);if(w>v){x=v;v=w;w=x}if(g>f){x=f;f=g;g=x}x=o.globalAlpha;o.globalAlpha*=l.images.alpha;o.drawImage(y,k,s,j-k,p-s,w+m.left,g+m.top,v-w,f-g);o.globalAlpha=x}}function b(i,f,g,h){if(!f.images.show){return}h.format=[{required:true},{x:true,number:true,required:true},{y:true,number:true,required:true},{x:true,number:true,required:true},{y:true,number:true,required:true}]}function e(f){f.hooks.processRawData.push(b);f.hooks.drawSeries.push(d)}c.plot.plugins.push({init:e,options:a,name:"image",version:"1.1"})})(jQuery)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
cofftest.asm 39 push ebp
53 push dword [_commvar]
55 push dword [eax]
56 push dword [_integer] ; [1] [14]
57 push dword _printfstr ; [13]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32test.asm 39 push ebp
53 push dword [_commvar]
55 push dword [eax]
56 push dword [_integer] ; [1] [14]
57 push dword _printfstr ; [13]
  /external/chromium_org/tools/traceline/traceline/scripts/
crit_sec.js 31 crits[cs].push(e);
44 tid_stack.push(e);
47 tid_stack.push(e);
71 tid_stack.push(e);
74 tid_stack.push(e);
  /external/llvm/lib/Target/X86/
X86CompilationCallback_Win64.asm 18 push rbp
25 push rcx
26 push rdx
27 push r8
28 push r9
  /external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
md5-x86_64.pl 133 push %rbp
134 push %rbx
135 push %r12
136 push %r14
137 push %r15
277 push %rsi
278 push %rdi
279 push %rbx
280 push %rbp
281 push %r1
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
array-functions-non-arrays.js 36 names.push(propertyName);
39 names.push("length");
40 names.push(extraName1);
41 names.push(extraName2);
42 names.push(extraName3);
57 flags.push("FromPrototype");
59 flags.push("DontEnum");
66 flags.push("ReadOnly");
70 flags.push("DontDelete");
77 propertyStrings.push(propertyString)
    [all...]

Completed in 957 milliseconds

<<11121314151617181920>>