HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 851 - 875 of 2113) sorted by null

<<31323334353637383940>>

  /libcore/support/src/test/java/tests/resources/
hyts_patch.jar 
hyts_patch2.jar 
  /libcore/support/src/test/java/tests/resources/morestuff/
hyts_patch.jar 
hyts_patch2.jar 
  /build/tools/droiddoc/test/generics/src/com/android/generics/
Foo.java 19 public class Foo<V> {
20 public Foo(V v) {
23 public V foo(V arg) { method in class:Foo
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
elf_gas64_curpos.asm 2 .globl foo
6 .4byte foo-.
8 call foo
10 foo: label
14 .4byte foo-.
15 #.4byte .-foo # illegal
18 .4byte foo+4-. # with constant
19 .4byte .-baz+foo+4-. # both local and cross-segment (legal)
20 #.4byte baz+foo+4-.-. # ditto, slightly different - GAS gets confused on this
21 #.4byte (bar-.)+(foo-.) # illegal (too many cross-segment
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
struczero.asm 5 foo: label
  /external/chromium_org/v8/test/mjsunit/
context-calls-maintained.js 42 foo = function(arg) { return arg + 1; }
44 function f() { foo(1); }
49 delete foo;
51 foo = function(arg) { return arg * 2; }
54 delete foo;
57 foo = function(arg) { return arg * 3; }
61 delete foo;
64 foo = function(arg) { return arg * 3; }
65 function g() { this.foo(1); }
67 delete foo;
50 foo = function(arg) { return arg * 2; } function
    [all...]
math-abs.js 102 function foo(x) { function
107 foo(-i);
109 assertEquals(42, foo(-42));
110 %OptimizeFunctionOnNextCall(foo)
111 assertEquals(42, foo(-42));
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1625.js 32 var desc = {foo: {value: 10}, bar: {get: function() {return 42; }}};
35 assertEquals(x.foo, 10);
regress-2045.js 30 function foo() { function
36 return foo.apply(this, arguments);
regress-3183.js 43 function foo() { return bar(arguments[0], arguments[1], arguments[2]); } function
44 function baz(f, deopt) { return foo("x", deopt, f); }
66 function foo() { return bar(arguments[0], arguments[1]); }
67 function baz(deopt) { return foo("x", deopt); }
89 function foo() { return bar(arguments[0], arguments[1]); }
90 function baz(deopt) { return foo(0, deopt); }
regress-builtin-array-op.js 31 var foo = "hest"; variable
32 Array.prototype.sort = function(fn) { foo = "fisk"; };
33 Function.prototype.call = function() { foo = "caramel"; };
37 assertEquals("hest", foo);
regress-compare-constant-doubles.js 35 function foo() { function
55 assertEquals("ok", foo());
56 assertEquals("ok", foo());
57 %OptimizeFunctionOnNextCall(foo);
58 assertEquals("ok", foo());
  /external/chromium_org/v8/test/webkit/
dfg-arguments-osr-exit-multiple-blocks.js 32 function foo() { function
47 return foo(x);
dfg-arguments-osr-exit.js 32 function foo() { function
43 return foo(x);
dfg-call-method-hit-watchpoint.js 32 foo: function() {
38 return o.foo();
45 Thingy.prototype.foo = function() { return 56; }
dfg-dead-speculation.js 28 function foo(a, b) { function
42 shouldBe("foo(thingy, i)", "10");
dfg-inline-arguments-become-double.js 28 function foo() { function
34 return foo(a,b,c);
dfg-inline-arguments-become-int32.js 28 function foo() { function
34 return foo(a,b,c);
dfg-inline-arguments-int32.js 28 function foo() { function
33 return foo(a,b,c);
dfg-inline-arguments-osr-exit-and-capture.js 28 function foo() { function
34 return y.f + 42 + foo();
36 return y.f + 43 + foo();
dfg-inline-arguments-reset-changetype.js 28 function foo() { function
34 return foo(a,b,c);
dfg-inline-arguments-reset.js 28 function foo() { function
34 return foo(a,b,c);
dfg-inline-arguments-simple.js 28 function foo() { function
33 return foo(a,b,c);

Completed in 757 milliseconds

<<31323334353637383940>>