Home
last modified time | relevance | path

Searched refs:thingy (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/v8/test/webkit/
Ddfg-tear-off-function-dot-arguments-expected.txt29 PASS thingy.length is 1
30 PASS thingy[0] is false
31 PASS thingy.length is 1
32 PASS thingy[0] is false
33 PASS thingy.length is 1
34 PASS thingy[0] is false
35 PASS thingy.length is 1
36 PASS thingy[0] is false
37 PASS thingy.length is 1
38 PASS thingy[0] is false
[all …]
Ddfg-tear-off-arguments-not-activation-expected.txt29 PASS thingy.length is 1
30 PASS thingy[0] is false
31 PASS thingy.length is 1
32 PASS thingy[0] is false
33 PASS thingy.length is 1
34 PASS thingy[0] is false
35 PASS thingy.length is 1
36 PASS thingy[0] is false
37 PASS thingy.length is 1
38 PASS thingy[0] is false
[all …]
Ddfg-cfg-simplify-phantom-get-local-on-same-block-set-local-expected.txt29 PASS thingy(o) is 42
30 PASS thingy(o) is 42
31 PASS thingy(o) is 42
32 PASS thingy(o) is 42
33 PASS thingy(o) is 42
34 PASS thingy(o) is 42
35 PASS thingy(o) is 42
36 PASS thingy(o) is 42
37 PASS thingy(o) is 42
38 PASS thingy(o) is 42
[all …]
Ddfg-dead-speculation-expected.txt29 PASS foo(thingy, i) is 10
31 PASS foo(thingy, i) is 10
33 PASS foo(thingy, i) is 10
35 PASS foo(thingy, i) is 10
37 PASS foo(thingy, i) is 10
39 PASS foo(thingy, i) is 10
41 PASS foo(thingy, i) is 10
43 PASS foo(thingy, i) is 10
45 PASS foo(thingy, i) is 10
47 PASS foo(thingy, i) is 10
[all …]
Ddfg-put-by-val-setter-then-get-by-val-expected.txt30 PASS thingy is 0
32 PASS thingy is 1
34 PASS thingy is 2
36 PASS thingy is 3
38 PASS thingy is 4
40 PASS thingy is 5
42 PASS thingy is 6
44 PASS thingy is 7
46 PASS thingy is 8
48 PASS thingy is 9
[all …]
Ddfg-constant-fold-logical-not-branch.js29 if (!!o.thingy)
30 return o.thingy(42);
36 if (!o.thingy)
39 return o.thingy(57);
46 thingy: function(x) { return x + 1; }, method in Stuff
Dindexed-setter-on-global-object.js28 var thingy; variable
31 thingy = value;
Dthrow-from-finally-expected.txt29 …S "" + events is "1:try,1:finally,2:finally,2:thingy,3:thingy,3:finally,4:thingy,4:finally,4:anoth…
Ddfg-constant-fold-uncaptured-variable-that-is-later-captured.js28 var thingy = 456; variable
31 return thingy;
Ddfg-dead-speculation.js33 var thingy = {f:42}; variable
39 thingy = {f:{valueOf:function(){ variable = 24; return 5; }}}; variable
Ddfg-put-by-val-setter-then-get-by-val.js34 var thingy; variable
36 "-1", function(x) { thingy = x; }
Ddfg-ensure-non-array-array-storage-on-window.js73 var thingy = false; variable
74 w.__defineSetter__(1, function(value) { thingy = value; });
Ddfg-tear-off-arguments-not-activation.js41 var thingy = foo(false); variable
Ddfg-tear-off-function-dot-arguments.js41 var thingy = foo(false); variable
Ddfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js47 function thingy(o) { function
Dindexed-setter-on-global-object-expected.txt29 PASS thingy is "foo"
Ddfg-ensure-non-array-array-storage-on-window-expected.txt2430 PASS thingy is false
2431 PASS thingy is 42
/external/compiler-rt/test/tsan/libcxx/
Dstd_shared_ptr.cc13 auto thingy = std::make_shared<int>(42); in main() local
14 t1 = std::thread([thingy, &v1] { v1 = *thingy; }); in main()
15 t2 = std::thread([thingy, &v2] { v2 = *thingy; }); in main()
/external/chromium_org/content/test/plugin/
Dplugin_npobject_identity_test.cc69 NPObject* thingy = HostFunctions()->createobject(id(), GetNPThingyClass()); in SetWindow() local
71 OBJECT_TO_NPVARIANT(thingy, func_args[0]); in SetWindow()
72 OBJECT_TO_NPVARIANT(thingy, func_args[1]); in SetWindow()
82 HostFunctions()->releaseobject(thingy); in SetWindow()
/external/chromium_org/v8/test/mjsunit/es7/
Dobject-observe.js575 Thingy.observe = function(thingy, callback) { argument
576 Object.observe(thingy, callback, [Thingy.INCREMENT,
582 Thingy.unobserve = function(thingy, callback) { argument
583 Object.unobserve(thingy);
586 var thingy = new Thingy(2, 4); variable
588 Object.observe(thingy, observer.callback);
589 Thingy.observe(thingy, observer2.callback);
590 thingy.increment(3); // { a: 5, b: 7 }
591 thingy.b++; // { a: 5, b: 8 }
592 thingy.multiply(2); // { a: 10, b: 16 }
[all …]
/external/clang/test/SemaCXX/
Dwarn-missing-noreturn.cpp115 template <typename T> void thingy(T thing) { in thingy() function
122 thingy(f); in test()
123 thingy(b); in test()
/external/llvm/test/MC/COFF/
Drdata.ll5 @"\01?thingy@@3Ufoo@@B" = constant %struct.foo zeroinitializer, align 4
Dbss_section.ll5 @"\01?thingy@@3Ufoo@@B" = global %struct.foo zeroinitializer, align 4
/external/clang/test/SemaObjC/
Dnowarn-superclass-method-mismatch.m8 @property (nonatomic) NSString *thingy; property
/external/lldb/test/
DREADME-TestSuite128 I used the following command line thingy to do the profiling on a SnowLeopard