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

12 3 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/
general2.js 33 var TITLE = 'String:push,splice,concat,unshift,sort';
51 array1.push(i);
52 array2.push(size - 1 - i);
68 array1.push(array1.shift());
72 testcases[count++] = new TestCase( SECTION, "Array.push,pop,shift,unshift,slice,splice", true,String(array1) == String(array2));
  /external/libffi/src/m32r/
sysv.S 49 push fp
50 push lr
51 push r3
52 push r2
53 push r1
54 push r0
  /dalvik/vm/mterp/x86-atom/
OP_REM_DOUBLE.S 35 movl %eax, -16(%esp) # push parameter double lo
37 movl %eax, -12(%esp) # push parameter double hi
39 movl %eax, -8(%esp) # push parameter double lo
41 movl %eax, -4(%esp) # push parameter double hi
OP_REM_DOUBLE_2ADDR.S 36 movl %eax, -20(%esp) # push parameter vAAlo
38 movl %eax, -16(%esp) # push parameter vAAhi
40 movl %eax, -12(%esp) # push parameter vBBlo
42 movl %eax, -8(%esp) # push parameter vBBhi
OP_REM_FLOAT.S 36 movl %ecx, -8(%esp) # push parameter float
37 movl %edx, -4(%esp) # push parameter float
OP_REM_FLOAT_2ADDR.S 37 movl %ecx, -8(%esp) # push parameter vA
38 movl %edx, -4(%esp) # push parameter vB
binopDivRemLong.S 37 movl %eax, -8(%esp) # push arg vCC
41 movl %ecx, -4(%esp) # push arg vCC+1
46 movq %xmm0, -16(%esp) # push arg vBB,vBB+1
binopDivRemLong2Addr.S 38 movl %eax, -12(%esp) # push arg vB
42 movl %ecx, -8(%esp) # push arg vB+1
47 movq %xmm0, -20(%esp) # push arg vA, vA+1
OP_INVOKE_INTERFACE.S 49 movl %ecx, -12(%esp) # push argument method index
57 movl %eax, -4(%esp) # push parameter class
65 movl %ecx, -8(%esp) # push parameter method
67 movl %edx, -16(%esp) # push parameter
stub.S 21 pushl rGLUE # push parameter glue
  /external/webkit/LayoutTests/storage/domstorage/localstorage/resources/
clearLocalStorage.js 5 keys.push(key);
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/resources/
clearSessionStorage.js 5 keys.push(key);
  /libcore/luni/src/main/java/java/util/logging/
MemoryHandler.java 31 * Every {@code MemoryHandler} has a target handler, and push action can be
33 * and normally the latter will publish the records. After the push action, the
36 * The push method can be called directly, but will also be called automatically
39 * java.util.logging.MemoryHandler.push.
49 * <li>java.util.logging.MemoryHandler.push specifies the push level, defaults
69 // push level
70 private Level push = Level.SEVERE; field in class:MemoryHandler
122 // init push level
123 String pushName = manager.getProperty(className + ".push");
210 push(); method
247 public void push() { method in class:MemoryHandler
    [all...]
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorV8.pm 211 push(@headerContent, "class $implClassName;\n\n") unless $codeGenerator->IsSVGAnimatedType($implClassName);
245 push(@headerContent, "\n#if ${conditionalString}\n\n") if $conditionalString;
246 push(@headerContent, "\n#ifndef $className" . "_H");
247 push(@headerContent, "\n#define $className" . "_H\n\n");
252 push(@headerContent, "#include \"$podType.h\"\n") if $podType and ($podType ne "double" and $podType ne "float" and $podType ne "RGBA32");
254 push(@headerContent, "#include <v8.h>\n");
255 push(@headerContent, "#include <wtf/HashMap.h>\n");
256 push(@headerContent, "#include \"StringHash.h\"\n");
257 push(@headerContent, "#include \"V8Index.h\"\n");
258 push(@headerContent, GetHeaderClassInclude($implClassName))
    [all...]
  /dalvik/tests/etc/
push-and-run-test-jar 108 adb push test.jar /data
109 adb push test-ex.jar /data
111 adb push test.jar /data >/dev/null 2>&1
112 adb push test-ex.jar /data >/dev/null 2>&1
  /dalvik/vm/mterp/x86/
entry.S 28 push %ebp
30 push %edi
31 push %esi
32 push %ebx
  /external/dropbear/libtommath/etc/
timer.asm 17 push edx
18 push eax
  /external/openssl/crypto/des/asm/
desboth.pl 11 &push("ebx");
14 &push("ebp");
15 &push("esi");
17 &push("edi");
  /external/webkit/WebKit/win/
WebDocumentLoader.h 28 #pragma warning(push, 0)
  /external/wpa_supplicant/
wpa_common.h 26 #pragma pack(push, 1)
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
eapol_common.h 21 #pragma pack(push, 1)
  /external/webkit/WebKitTools/Scripts/
run-sunspider 90 push(@ARGV, "--" . $configuration);
119 push @args, "--set-baseline" if $setBaseline;
120 push @args, "--shark" if $runShark;
121 push @args, "--shark20" if $runShark20;
122 push @args, "--shark-cache" if $runSharkCache;
123 push @args, "--suite=${suite}" if $suite;
124 push @args, "--ubench" if $ubench;
125 push @args, "--v8" if $v8;
126 push @args, "--parse-only" if $parseonly;
127 push @args, "--tests", $testsPattern if $testsPattern
    [all...]
  /external/openssl/crypto/perlasm/
cbc.pl 44 &push("ebp");
45 &push("ebx");
46 &push("esi");
47 &push("edi");
62 &push($out);
63 &push($in);
64 &push($out); # used in decrypt for iv[1]
65 &push($in); # used in decrypt for iv[0]
72 # We have loaded them all, how lets push things
77 &comment("get and push parameter $p3")
    [all...]
x86masm.pl 88 push(@out,$tmp);
102 push(@out,$func);
108 push(@out,"$nmdecor$func ENDP\n");
127 push(@out,"$segment ENDS\n");
137 push (@out,$comm);
139 push (@out,$initseg) if ($initseg);
140 push (@out,"END\n");
143 sub ::comment { foreach (@_) { push(@out,"\t; $_\n"); } }
146 { my $l=shift; push(@out,$l.($l=~/^\Q${::lbdecor}\E[0-9]{3}/?":\n":"::\n")); };
150 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n");
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-x86_64.pl 94 push %rbx
95 push %r12
96 push %r13
127 push(@TX,shift(@TX)); push(@XX,shift(@XX)); # "rotate" registers
194 push(@TX,shift(@TX)); push(@XX,shift(@XX)); # "rotate" registers
213 push(@TX,shift(@TX)); push(@XX,shift(@XX)); # "rotate" registers
381 push %rs
    [all...]

Completed in 404 milliseconds

12 3 4 5 6 7 8 91011>>