/external/v8/test/webkit/ |
D | dfg-to-string-int-or-string-expected.txt | 29 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello" 30 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello" 31 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello" 32 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello" 33 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello" 34 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello" 35 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello" 36 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello" 37 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello" 38 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello" [all …]
|
D | dfg-to-string-toString-becomes-bad-expected.txt | 29 PASS "" + foo("hello") is "hello" 30 PASS "" + foo("hello") is "hello" 31 PASS "" + foo("hello") is "hello" 32 PASS "" + foo("hello") is "hello" 33 PASS "" + foo("hello") is "hello" 34 PASS "" + foo("hello") is "hello" 35 PASS "" + foo("hello") is "hello" 36 PASS "" + foo("hello") is "hello" 37 PASS "" + foo("hello") is "hello" 38 PASS "" + foo("hello") is "hello" [all …]
|
D | dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype-expected.txt | 29 PASS "" + foo("hello") is "hello" 30 PASS "" + foo("hello") is "hello" 31 PASS "" + foo("hello") is "hello" 32 PASS "" + foo("hello") is "hello" 33 PASS "" + foo("hello") is "hello" 34 PASS "" + foo("hello") is "hello" 35 PASS "" + foo("hello") is "hello" 36 PASS "" + foo("hello") is "hello" 37 PASS "" + foo("hello") is "hello" 38 PASS "" + foo("hello") is "hello" [all …]
|
D | dfg-to-string-side-effect-expected.txt | 29 hello 30 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42" 31 hello 32 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42" 33 hello 34 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42" 35 hello 36 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42" 37 hello 38 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42" [all …]
|
D | dfg-to-string-on-cell-expected.txt | 29 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,1,2,3" 30 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,hello" 31 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,1,2,3" 32 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,hello" 33 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,1,2,3" 34 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,hello" 35 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,1,2,3" 36 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,hello" 37 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,1,2,3" 38 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,hello" [all …]
|
D | dfg-to-string-on-value-expected.txt | 29 PASS "" + foo("foo", i % 2 ? "hello" : 42) is "foo,42" 30 PASS "" + foo("foo", i % 2 ? "hello" : 42) is "foo,hello" 31 PASS "" + foo("foo", i % 2 ? "hello" : 42) is "foo,42" 32 PASS "" + foo("foo", i % 2 ? "hello" : 42) is "foo,hello" 33 PASS "" + foo("foo", i % 2 ? "hello" : 42) is "foo,42" 34 PASS "" + foo("foo", i % 2 ? "hello" : 42) is "foo,hello" 35 PASS "" + foo("foo", i % 2 ? "hello" : 42) is "foo,42" 36 PASS "" + foo("foo", i % 2 ? "hello" : 42) is "foo,hello" 37 PASS "" + foo("foo", i % 2 ? "hello" : 42) is "foo,42" 38 PASS "" + foo("foo", i % 2 ? "hello" : 42) is "foo,hello" [all …]
|
D | dfg-to-string-valueOf-in-string-expected.txt | 29 PASS "" + foo(argument) is "hello" 30 PASS "" + foo(argument) is "hello" 31 PASS "" + foo(argument) is "hello" 32 PASS "" + foo(argument) is "hello" 33 PASS "" + foo(argument) is "hello" 34 PASS "" + foo(argument) is "hello" 35 PASS "" + foo(argument) is "hello" 36 PASS "" + foo(argument) is "hello" 37 PASS "" + foo(argument) is "hello" 38 PASS "" + foo(argument) is "hello" [all …]
|
D | dfg-to-string-bad-toString-expected.txt | 29 PASS "" + foo("hello") is "42" 30 PASS "" + foo("hello") is "42" 31 PASS "" + foo("hello") is "42" 32 PASS "" + foo("hello") is "42" 33 PASS "" + foo("hello") is "42" 34 PASS "" + foo("hello") is "42" 35 PASS "" + foo("hello") is "42" 36 PASS "" + foo("hello") is "42" 37 PASS "" + foo("hello") is "42" 38 PASS "" + foo("hello") is "42" [all …]
|
D | dfg-to-string-bad-valueOf-expected.txt | 29 PASS "" + foo("hello") is "42" 30 PASS "" + foo("hello") is "42" 31 PASS "" + foo("hello") is "42" 32 PASS "" + foo("hello") is "42" 33 PASS "" + foo("hello") is "42" 34 PASS "" + foo("hello") is "42" 35 PASS "" + foo("hello") is "42" 36 PASS "" + foo("hello") is "42" 37 PASS "" + foo("hello") is "42" 38 PASS "" + foo("hello") is "42" [all …]
|
D | dfg-to-string-side-effect-clobbers-toString-expected.txt | 29 PASS foo(new String("hello"), sideEffect) is "hellohello" 30 PASS foo(new String("hello"), sideEffect) is "hellohello" 31 PASS foo(new String("hello"), sideEffect) is "hellohello" 32 PASS foo(new String("hello"), sideEffect) is "hellohello" 33 PASS foo(new String("hello"), sideEffect) is "hellohello" 34 PASS foo(new String("hello"), sideEffect) is "hellohello" 35 PASS foo(new String("hello"), sideEffect) is "hellohello" 36 PASS foo(new String("hello"), sideEffect) is "hellohello" 37 PASS foo(new String("hello"), sideEffect) is "hellohello" 38 PASS foo(new String("hello"), sideEffect) is "hellohello" [all …]
|
D | dfg-to-string-toString-in-string-expected.txt | 29 PASS "" + foo(argument) is "hello" 30 PASS "" + foo(argument) is "hello" 31 PASS "" + foo(argument) is "hello" 32 PASS "" + foo(argument) is "hello" 33 PASS "" + foo(argument) is "hello" 34 PASS "" + foo(argument) is "hello" 35 PASS "" + foo(argument) is "hello" 36 PASS "" + foo(argument) is "hello" 37 PASS "" + foo(argument) is "hello" 38 PASS "" + foo(argument) is "hello" [all …]
|
/external/tcpdump/tests/ |
D | hsrp_1.out | 1 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 2 IP 192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 3 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 4 IP 192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 5 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 6 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 7 IP 192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 9 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 10 IP 192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 11 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 [all …]
|
D | hsrp_2-v.out | 2 …192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=speak group=1 addr=192.168.0.1 hellotim… 4 …192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=speak group=1 addr=192.168.0.1 hellotim… 6 …192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=speak group=1 addr=192.168.0.1 hellotim… 8 …192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=speak group=1 addr=192.168.0.1 hellotim… 12 …192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=speak group=1 addr=192.168.0.1 hellotim… 16 …192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=speak group=1 addr=192.168.0.1 hellotim… 18 …192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 hellot… 22 …192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 helloti… 28 …192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 helloti… 30 …192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 helloti… [all …]
|
D | hsrp_1-v.out | 2 …192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 helloti… 4 …192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 hellot… 6 …192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 helloti… 8 …192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 hellot… 10 …192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 helloti… 12 …192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 helloti… 14 …192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 hellot… 18 …192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 helloti… 20 …192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 hellot… 22 …192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 helloti… [all …]
|
D | hsrp_3-v.out | 2 …192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 helloti… 6 …192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 helloti… 8 …192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 hellot… 10 …192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 helloti… 12 …192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 hellot… 14 …192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 helloti… 16 …192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 hellot… 20 …192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 helloti… 22 …192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 helloti… 24 …192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 hellot… [all …]
|
D | rstp-v.out | 2 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 5 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 8 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 11 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 14 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 17 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 20 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 23 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 26 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 29 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s [all …]
|
D | decnet.out | 1 endnode-hello endnode vers 2 eco 0 ueco 0 src 1.1 blksize 16434 rtr 0.0 hello 10 data 2 2 endnode-hello endnode vers 2 eco 0 ueco 0 src 1.1 blksize 16434 rtr 0.0 hello 10 data 2 3 endnode-hello endnode vers 2 eco 0 ueco 0 src 1.1 blksize 16434 rtr 0.0 hello 10 data 2 4 endnode-hello endnode vers 2 eco 0 ueco 0 src 1.1 blksize 16434 rtr 0.0 hello 10 data 2 5 endnode-hello endnode vers 2 eco 0 ueco 0 src 1.1 blksize 16434 rtr 0.0 hello 10 data 2 19 endnode-hello endnode vers 2 eco 0 ueco 0 src 1.1 blksize 16434 rtr 0.0 hello 10 data 2 33 endnode-hello endnode vers 2 eco 0 ueco 0 src 1.1 blksize 16434 rtr 0.0 hello 10 data 2 44 endnode-hello endnode vers 2 eco 0 ueco 0 src 1.1 blksize 16434 rtr 0.0 hello 10 data 2 95 endnode-hello endnode vers 2 eco 0 ueco 0 src 1.1 blksize 16434 rtr 0.0 hello 10 data 2 128 endnode-hello endnode vers 2 eco 0 ueco 0 src 1.1 blksize 16434 rtr 0.0 hello 10 data 2 [all …]
|
D | stp-v.out | 2 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 5 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 8 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 11 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 14 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 17 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 20 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 23 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 26 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 29 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s [all …]
|
/external/v8/tools/gyp/test/win/compiler-flags/ |
D | optimizations.gyp | 15 'sources': ['hello.cc'], 25 'sources': ['hello.cc'], 35 'sources': ['hello.cc'], 45 'sources': ['hello.cc'], 54 'sources': ['hello.cc'], 64 'sources': ['hello.cc'], 74 'sources': ['hello.cc'], 84 'sources': ['hello.cc'], 94 'sources': ['hello.cc'], 104 'sources': ['hello.cc'], [all …]
|
/external/v8/tools/gyp/test/product/ |
D | product.gyp | 12 'hello.c', 20 'hello.c', 30 'hello.c', 39 'hello.c', 47 'hello.c', 57 'hello.c', 66 'hello.c', 74 'hello.c', 84 'hello.c', 95 'hello.c', [all …]
|
/external/boringssl/src/ssl/test/runner/ |
D | handshake_client.go | 26 hello *clientHelloMsg member 58 hello := &clientHelloMsg{ 81 hello.vers = c.config.Bugs.SendClientVersion 85 hello.extendedMasterSecret = false 89 hello.supportedCurves = nil 94 hello.secureRenegotiation = append(hello.secureRenegotiation, c.clientVerify...) 95 hello.secureRenegotiation[0] ^= 0x80 97 hello.secureRenegotiation = c.clientVerify 102 hello.secureRenegotiation = nil 106 hello.cipherSuites = make([]uint16, 0, len(possibleCipherSuites)) [all …]
|
D | handshake_server.go | 27 hello *serverHelloMsg member 117 copy(c.serverRandom[:], hs.hello.random) 222 hs.hello = &serverHelloMsg{ 266 hs.hello.vers = c.vers 267 hs.hello.random = make([]byte, 32) 268 _, err = io.ReadFull(config.rand(), hs.hello.random) 280 hs.hello.secureRenegotiation = append(hs.hello.secureRenegotiation, c.clientVerify...) 281 hs.hello.secureRenegotiation = append(hs.hello.secureRenegotiation, c.serverVerify...) 283 hs.hello.secureRenegotiation[0] ^= 0x80 286 hs.hello.secureRenegotiation = hs.clientHello.secureRenegotiation [all …]
|
/external/v8/tools/gyp/test/win/linker-flags/ |
D | generate-manifest.gyp | 10 'sources': ['hello.cc'], 24 'sources': ['hello.cc'], 38 'sources': ['hello.cc'], 51 'sources': ['hello.cc'], 65 'sources': ['hello.cc'], 79 'sources': ['hello.cc'], 92 'sources': ['hello.cc'], 107 'sources': ['hello.cc'], 122 'sources': ['hello.cc'], 140 'sources': ['hello.cc'], [all …]
|
D | embed-manifest.gyp | 10 'sources': ['hello.cc'], 23 'sources': ['hello.cc'], 36 'sources': ['hello.cc'], 47 'sources': ['hello.cc'], 58 'sources': ['hello.cc'], 72 'sources': ['hello.cc'], 85 'sources': ['hello.cc'], 98 'sources': ['hello.cc'],
|
/external/v8/test/webkit/fast/js/ |
D | primitive-property-access-edge-cases-expected.txt | 30 PASS checkGet('hello', String) is true 33 PASS checkSet('hello', String) is true 36 PASS checkGetStrict('hello', String) is true 39 PASS checkSetStrict('hello', String) is true 42 PASS checkRead('hello', String) is true 45 PASS checkWrite('hello', String) is true 48 PASS checkReadStrict('hello', String) is true 51 PASS checkWriteStrict('hello', String) threw exception TypeError: Cannot create property 'foo' on s… 54 PASS checkNumericGet('hello', String) is true 57 PASS checkNumericSet('hello', String) is true [all …]
|