/external/chromium_org/v8/test/webkit/ |
D | dfg-weak-js-constant-silent-fill-expected.txt | 31 PASS o3.f is false 34 PASS o3.f is false 37 PASS o3.f is false 40 PASS o3.f is false 43 PASS o3.f is false 46 PASS o3.f is false 49 PASS o3.f is false 52 PASS o3.f is false 55 PASS o3.f is false 58 PASS o3.f is false [all …]
|
D | cyclic-prototypes.js | 29 var o3 = { p3: 3 }; variable 30 o3.__proto__ = o2; 39 o1.__proto__ = o3;
|
D | delete-getters-setters.js | 88 var o3 = { b: 1 }; variable 89 o3.__defineGetter__("a", function() {}); 90 o3.__defineGetter__("b", function() {}); 91 delete o3.a;
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
D | inline-two.js | 69 var o3 = {}; variable 70 o3.v = obj; 71 o3.h = function() { return this.v.foo(); }; 72 for (var i = 0; i < 5; i++) TestInlineX2(o3); 74 TestInlineX2(o3); 75 TestInlineX2({h: o3.h, v:obj}); 94 var o3 = {}; 95 o3.v = obj; 96 o3.f = function() { return this.v; } 97 o3.h = function() { return this.f().g(); }; [all …]
|
D | pic.js | 53 var o3 = { y: 1, z: 2, x: 0 }; variable 54 o1.f = o2.f = o3.f = function() { return 99; } 61 Test(o3); 66 Test(o3);
|
D | simple-inlining.js | 88 var o3 = {y:0,x:42}; variable 89 o3.h = function() { return this.x; }; 90 for (var i = 0; i < 5; i++) TestInlineThisX(o3); 92 TestInlineThisX(o3); 93 TestInlineThisX({h: o3.h, x:42});
|
/external/libcxx/test/utilities/optional/optional.relops/ |
D | equal.pass.cpp | 43 constexpr O o3{1}; // engaged in main() local 49 static_assert ( !(o1 == o3), "" ); in main() 55 static_assert ( !(o2 == o3), "" ); in main() 59 static_assert ( !(o3 == o1), "" ); in main() 60 static_assert ( !(o3 == o2), "" ); in main() 61 static_assert ( o3 == o3 , "" ); in main() 62 static_assert ( !(o3 == o4), "" ); in main() 63 static_assert ( o3 == o5 , "" ); in main() 67 static_assert ( !(o4 == o3), "" ); in main() 73 static_assert ( o5 == o3 , "" ); in main()
|
D | less_than.pass.cpp | 40 constexpr O o3{1}; // engaged in main() local 46 static_assert ( o1 < o3 , "" ); in main() 52 static_assert ( o2 < o3 , "" ); in main() 56 static_assert ( !(o3 < o1), "" ); in main() 57 static_assert ( !(o3 < o2), "" ); in main() 58 static_assert ( !(o3 < o3), "" ); in main() 59 static_assert ( o3 < o4 , "" ); in main() 60 static_assert ( !(o3 < o5), "" ); in main() 64 static_assert ( !(o4 < o3), "" ); in main() 70 static_assert ( !(o5 < o3), "" ); in main()
|
/external/stlport/src/ |
D | sparc_atomic.s | 17 mov %o1, %o3 ! Set the new value 18 ! swap [%o0], %o3 ! Do the compare and swap 19 cas [%o0], %o2, %o3 20 cmp %o2, %o3 ! Check whether successful 36 add %o2, 0x1, %o3 ! Increment and store current 37 ! swap [%o0], %o3 ! Do the compare and swap 38 cas [%o0], %o2, %o3 39 cmp %o3, %o2 ! Check whether successful 58 sub %o2, 0x1, %o3 ! decrement and store current 59 ! swap [%o0], %o3 ! Do the compare and swap [all …]
|
D | sparc_atomic64.s | 15 mov %o1, %o3 ! Set the new value 16 casx [%o0], %o2, %o3 ! Do the compare and swap 17 cmp %o2, %o3 ! Check whether successful 34 addx %o2, 0x1, %o3 ! Increment and store current 35 casx [%o0], %o2, %o3 ! Do the compare and swap 36 cmp %o3, %o2 ! Check whether successful 54 subx %o2, 0x1, %o3 ! decrement and store current 55 casx [%o0], %o2, %o3 ! Do the compare and swap 56 cmp %o3, %o2 ! Check whether successful
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-330046.js | 33 var o3 = { }; variable 34 o3.__proto__ = o2; 44 f(10, o3); 45 f(20, o3); 46 f(30, o3); 48 f(100000, o3); 57 f(10, o3);
|
D | regress-convert-enum.js | 57 var o3 = {}; variable 58 o3.a = 1; 60 for (var y in o3) { }
|
D | polymorphic-accessor-test-context.js | 14 var o3 = new (function() { })(); 15 o3.t = true; 25 f(o3);
|
D | negative_lookup.js | 43 var o3 = c(p); variable 60 o3.x = 10; 61 assertEquals(5, o3.x);
|
D | readonly5.js | 50 var o3 = c(); variable 62 o3.x = 1; 63 assertEquals(undefined, o3.x);
|
D | readonly1.js | 45 var o3 = c(p); variable 65 o3.x = 20; 66 assertEquals(5, o3.x);
|
/external/openssl/crypto/bn/asm/ |
D | sparcv9a-mont.pl | 175 add $ap,$j,%o3 178 ld [%o3+4],%g1 ! bp[0] 179 ld [%o3+0],%o0 193 ld [%o3+0],$alo_ ! load a[j] as pair of 32-bit words 195 ld [%o3+4],$ahi_ 293 ldx [%sp+$bias+$frame+24],%o3 312 add %o7,%o3,%o3 ! %o3.%o2[0..15].%o1[0..15].%o0[0..15] 320 !sllx %o3,48,%o7 324 srlx %o3,16,%g1 ! 34-bit carry 380 ldx [%sp+$bias+$frame+24],%o3 [all …]
|
/external/libcxx/test/utilities/optional/optional.comp_with_t/ |
D | equal.pass.cpp | 43 constexpr O o3{val}; // engaged in main() local 47 static_assert ( !(o3 == T(1)), "" ); in main() 48 static_assert ( o3 == T(2) , "" ); in main() 49 static_assert ( o3 == val, "" ); in main() 53 static_assert ( !(T(1) == o3), "" ); in main() 54 static_assert ( T(2) == o3 , "" ); in main() 55 static_assert ( val == o3 , "" ); in main()
|
D | less_than.pass.cpp | 44 constexpr O o3{val}; // engaged in main() local 48 static_assert ( !(o3 < T(1)), "" ); in main() 51 static_assert ( o3 < T(3) , "" ); in main() 55 static_assert ( T(1) < o3 , "" ); in main() 58 static_assert ( !(T(3) < o3), "" ); in main()
|
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/ |
D | sparcv9_modes.pl | 308 xor %g5, %o1, %o3 310 movxtod %o3, %f2 388 ldx [$inp + 24], %o3 398 srlx %o3, $iright, %g1 400 sllx %o3, $ileft, %o3 402 or %o4, %o3, %o3 409 xor %g5, %o3, %o5 423 movxtod %o3, %f14 524 ldx [$inp + 24], %o3 534 srlx %o3, $iright, %g1 [all …]
|
/external/chromium_org/v8/test/mjsunit/ |
D | keyed-named-access.js | 10 var o3 = {x: 12, y: 20, z: 100}; variable 32 f(o3); 33 f(o3); 34 f(o3); 36 assertEquals(1200, f(o3));
|
/external/chromium_org/v8/test/mjsunit/es6/ |
D | mirror-collections.js | 45 var o3 = new Object(); variable 59 map.set(o3, o2); 66 assertSame(o3, entries[1].key); 88 weakMap.set(o3, 33); 105 if (Object.is(entries[i].key, o3)) { 122 weakSet.add(o3); 137 if (Object.is(values[i], o3)) {
|
/external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/ |
D | memset.S | 109 andcc %o1, 0xffffff80, %o3 ! Now everything is 8 aligned and o1 is len to run 114 subcc %o3, 128, %o3 126 srl %o2, 1, %o3 128 sub %o4, %o3, %o4 178 add %o3, 64, %o3 181 add %o3, %o1, %o0
|
/external/llvm/test/CodeGen/Generic/ |
D | negintconst.ll | 12 ; setuw 4294967295, %o3 ! THE BUG: 0x00000000ffffffff 17 ; mulx %o1, %o3, %o1 ! ERROR: 0xffffffff; should be -1 19 ; mulx %o1, 12, %o3 ! 20 ; add %o2, %o3, %o3 ! produces bad address!
|
/external/llvm/test/CodeGen/SPARC/ |
D | 64spill.ll | 13 …,~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(… 24 …,~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(… 35 …,~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(… 47 …,~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(… 58 …,~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(… 69 …,~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(… 80 …,~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(… 91 …,~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(… 102 …,~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(… 113 …,~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(…
|