/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-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-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-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 …]
|
D | rpvst-v.out | 12 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 15 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 18 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 21 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 24 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 27 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 30 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 33 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 36 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 42 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s [all …]
|
D | babel1.out | 1 IP6 fe80::68d3:1235:d068:1f9e.6697 > ff02::1:6.6697: babel 2 (8) hello 2 IP6 fe80::3428:af91:251:d626.6697 > ff02::1:6.6697: babel 2 (8) hello 4 IP6 fe80::68d3:1235:d068:1f9e.6697 > ff02::1:6.6697: babel 2 (24) hello ihu 5 IP6 fe80::3428:af91:251:d626.6697 > ff02::1:6.6697: babel 2 (8) hello 6 IP6 fe80::68d3:1235:d068:1f9e.6697 > ff02::1:6.6697: babel 2 (8) hello 7 IP6 fe80::3428:af91:251:d626.6697 > ff02::1:6.6697: babel 2 (24) hello ihu 8 IP6 fe80::68d3:1235:d068:1f9e.6697 > ff02::1:6.6697: babel 2 (8) hello 9 IP6 fe80::3428:af91:251:d626.6697 > ff02::1:6.6697: babel 2 (8) hello 21 IP6 fe80::68d3:1235:d068:1f9e.6697 > ff02::1:6.6697: babel 2 (24) hello ihu
|
/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/opencv3/samples/android/ |
D | CMakeLists.txt | 18 # hello-android sample 20 add_executable(hello-android hello-android/main.cpp) 21 …ocv_target_include_modules_recurse(hello-android opencv_imgcodecs opencv_videoio opencv_highgui op… 22 …ocv_target_link_libraries(hello-android ${OPENCV_LINKER_LIBS} opencv_imgcodecs opencv_videoio open… 23 …set_target_properties(hello-android PROPERTIES OUTPUT_NAME hello-android RUNTIME_OUTPUT_DIRECTORY … 24 add_dependencies(opencv_android_examples hello-android)
|
/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 …]
|
/external/clang/test/SemaCXX/ |
D | array-bounds-ptr-arith.cpp | 5 const char hello[] = "Hello world!"; // expected-note 2 {{declared here}} in test_pointer_arithmetic() local 6 const char *helloptr = hello; in test_pointer_arithmetic() 13 swallow(hello + 6); // no-warning in test_pointer_arithmetic() 14 swallow(hello - 6); // expected-warning {{refers before the beginning of the array}} in test_pointer_arithmetic() 15 swallow(hello + 14); // expected-warning {{refers past the end of the array}} in test_pointer_arithmetic() 16 swallow(hello + 13); // no-warning in test_pointer_arithmetic()
|