/external/chromium_org/v8/test/webkit/ |
D | dfg-tear-off-function-dot-arguments-expected.txt | 29 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 …]
|
D | dfg-tear-off-arguments-not-activation-expected.txt | 29 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 …]
|
D | dfg-cfg-simplify-phantom-get-local-on-same-block-set-local-expected.txt | 29 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 …]
|
D | dfg-dead-speculation-expected.txt | 29 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 …]
|
D | dfg-put-by-val-setter-then-get-by-val-expected.txt | 30 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 …]
|
D | 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; }, method in Stuff
|
D | indexed-setter-on-global-object.js | 28 var thingy; variable 31 thingy = value;
|
D | throw-from-finally-expected.txt | 29 …S "" + events is "1:try,1:finally,2:finally,2:thingy,3:thingy,3:finally,4:thingy,4:finally,4:anoth…
|
D | dfg-constant-fold-uncaptured-variable-that-is-later-captured.js | 28 var thingy = 456; variable 31 return thingy;
|
D | dfg-dead-speculation.js | 33 var thingy = {f:42}; variable 39 thingy = {f:{valueOf:function(){ variable = 24; return 5; }}}; variable
|
D | dfg-put-by-val-setter-then-get-by-val.js | 34 var thingy; variable 36 "-1", function(x) { thingy = x; }
|
D | dfg-ensure-non-array-array-storage-on-window.js | 73 var thingy = false; variable 74 w.__defineSetter__(1, function(value) { thingy = value; });
|
D | dfg-tear-off-arguments-not-activation.js | 41 var thingy = foo(false); variable
|
D | dfg-tear-off-function-dot-arguments.js | 41 var thingy = foo(false); variable
|
D | dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js | 47 function thingy(o) { function
|
D | indexed-setter-on-global-object-expected.txt | 29 PASS thingy is "foo"
|
D | dfg-ensure-non-array-array-storage-on-window-expected.txt | 2430 PASS thingy is false 2431 PASS thingy is 42
|
/external/compiler-rt/test/tsan/libcxx/ |
D | std_shared_ptr.cc | 13 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/ |
D | plugin_npobject_identity_test.cc | 69 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/ |
D | object-observe.js | 575 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/ |
D | warn-missing-noreturn.cpp | 115 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/ |
D | rdata.ll | 5 @"\01?thingy@@3Ufoo@@B" = constant %struct.foo zeroinitializer, align 4
|
D | bss_section.ll | 5 @"\01?thingy@@3Ufoo@@B" = global %struct.foo zeroinitializer, align 4
|
/external/clang/test/SemaObjC/ |
D | nowarn-superclass-method-mismatch.m | 8 @property (nonatomic) NSString *thingy; property
|
/external/lldb/test/ |
D | README-TestSuite | 128 I used the following command line thingy to do the profiling on a SnowLeopard
|