/external/chromium_org/content/test/plugin/ |
plugin_npobject_identity_test.cc | 69 NPObject* thingy = HostFunctions()->createobject(id(), GetNPThingyClass()); local 71 OBJECT_TO_NPVARIANT(thingy, func_args[0]); 72 OBJECT_TO_NPVARIANT(thingy, func_args[1]); 82 HostFunctions()->releaseobject(thingy);
|
/external/chromium_org/v8/test/webkit/ |
throw-from-finally.js | 38 throw "2:thingy"; 47 throw "3:thingy"; 56 throw "4:thingy"; 61 throw "4:another thingy"; 80 shouldBe("\"\" + events", "\"1:try,1:finally,2:finally,2:thingy,3:thingy,3:finally,4:thingy,4:finally,4:another thingy,5:hi,5:wat\"");
|
dfg-constant-fold-logical-not-branch.js | 29 if (!!o.thingy) 30 return o.thingy(42); 36 if (!o.thingy) 39 return o.thingy(57); 46 thingy: function(x) { return x + 1; },
|
dfg-dead-speculation.js | 33 var thingy = {f:42}; 39 thingy = {f:{valueOf:function(){ variable = 24; return 5; }}}; 42 shouldBe("foo(thingy, i)", "10");
|
dfg-put-by-val-setter-then-get-by-val.js | 34 var thingy; variable 36 "-1", function(x) { thingy = x; } 44 shouldBe("thingy", "" + i);
|
dfg-tear-off-arguments-not-activation.js | 41 var thingy = foo(false); 42 shouldBe("thingy.length", "1"); 43 shouldBe("thingy[0]", "false");
|
dfg-tear-off-function-dot-arguments.js | 41 var thingy = foo(false); 42 shouldBe("thingy.length", "1"); 43 shouldBe("thingy[0]", "false");
|
indexed-setter-on-global-object.js | 28 var thingy; variable 31 thingy = value; 36 shouldBe("thingy", "\"foo\"");
|
dfg-ensure-non-array-array-storage-on-window.js | 73 var thingy = false; variable 74 w.__defineSetter__(1, function(value) { thingy = value; }); 76 shouldBe("thingy", "false"); 81 // thingy, to detect that for index 1 we fall through the proxy to the real window object. 84 shouldBe("thingy", "42");
|
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js | 47 function thingy(o) { function 62 shouldBe("thingy(o)", "42");
|
dfg-constant-fold-uncaptured-variable-that-is-later-captured.js | 28 var thingy = 456; variable 31 return thingy;
|
/external/clang/test/SemaCXX/ |
warn-missing-noreturn.cpp | 115 template <typename T> void thingy(T thing) { function in namespace:PR10801 122 thingy(f); 123 thingy(b);
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
object-observe.js | 390 function Thingy(a, b, c) { 395 Thingy.MULTIPLY = 'multiply'; 396 Thingy.INCREMENT = 'increment'; 397 Thingy.INCREMENT_AND_MULTIPLY = 'incrementAndMultiply'; 399 Thingy.prototype = { 403 notifier.performChange(Thingy.INCREMENT, function() { 410 type: Thingy.INCREMENT, 418 notifier.performChange(Thingy.MULTIPLY, function() { 425 type: Thingy.MULTIPLY, 433 notifier.performChange(Thingy.INCREMENT_AND_MULTIPLY, function() [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-298392.js | 40 function thingy() { function 48 var size = thingy().length;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PhoneStatusBar.java | [all...] |