/external/chromium_org/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-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-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-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/chromium_org/net/tools/flip_server/ |
D | mem_cache_test.cc | 44 FileData* hello; in TEST_F() local 56 hello = mem_cache_->GetFileData("hello"); in TEST_F() 60 ASSERT_FALSE(NULL == hello); in TEST_F() 61 ASSERT_EQ(hello, mem_cache_->GetFileData("hello")); in TEST_F() 64 ASSERT_EQ("HTTP/1.1", hello->headers()->response_version()); in TEST_F() 65 ASSERT_EQ("200", hello->headers()->response_code()); in TEST_F() 66 ASSERT_EQ("OK", hello->headers()->response_reason_phrase()); in TEST_F() 68 std::distance(hello->headers()->header_lines_begin(), in TEST_F() 69 hello->headers()->header_lines_end())); in TEST_F() 70 ASSERT_TRUE(hello->headers()->HasHeader("key1")); in TEST_F() [all …]
|
/external/chromium_org/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/chromium_org/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/chromium_org/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/chromium_org/third_party/sqlite/src/test/ |
D | intpkey.test | 56 INSERT INTO t1 VALUES(5,'hello','world'); 64 } {5 hello world} 69 } {5 5 hello world} 84 } {5 5 hello world} 98 } {5 5 hello world 6 6 second entry} 108 } {hello one second} 117 } {4 one two 5 hello world 6 second entry} 160 } {-3 y z 4 one two 5 hello world 6 second entry} 202 } {4 4 one two 5 5 hello world 6 6 second entry 8 8 y z} 207 } {5 5 hello world 4 4 one two} [all …]
|
D | whereA.test | 23 INSERT INTO t1 values(2,'hello','world'); 27 } {1 2 3 2 hello world 3 4.53 {}} 33 } {3 4.53 {} 2 hello world 1 2 3} 42 } {3 4.53 {} 2 hello world 1 2 3} 50 } {1 2 3 2 hello world 3 4.53 {}} 56 } {1 2 3 2 hello world 3 4.53 {}} 70 } {3 4.53 {} 2 hello world 1 2 3} 77 } {1 2 3 2 hello world 3 4.53 {}} 83 } {3 4.53 {} 2 hello world 1 2 3} 90 } {1 2 3 2 hello world 3 4.53 {}} [all …]
|
D | quote.test | 29 catchsql {INSERT INTO '@abc' VALUES(5,'hello')} 33 } {0 {5 hello}} 36 } {0 {5 hello}} 39 } {0 {5 hello}} 44 } {0 {hello 10}} 54 } {0 {hello 10}} 59 } {0 {hello 10}} 65 } {0 {hello 10}} 77 } {0 {hello 16}}
|
D | selectA.test | 36 INSERT INTO t1 VALUES('hello', 'd', 'D'); 40 } {1 a a 9.9 b B {} C c hello d D abc e e} 70 } {{} C c {} U u -23 Y y 1 a a 9.9 b B 5200000.0 X x hello d D mad Z z abc e e hare m M} 76 } {{} C c {} U u -23 Y y 1 a a 9.9 b B 5200000.0 X x hello d D mad Z z abc e e hare m M} 82 } {{} C c {} U u -23 Y y 1 a a 9.9 b B 5200000.0 X x hello d D mad Z z abc e e hare m M} 88 } {hare m M abc e e mad Z z hello d D 5200000.0 X x 9.9 b B 1 a a -23 Y y {} C c {} U u} 94 } {{} C c {} U u -23 Y y 1 a a 9.9 b B 5200000.0 X x hello d D mad Z z abc e e hare m M} 100 } {{} C c {} U u 5200000.0 X x -23 Y y mad Z z 1 a a 9.9 b B hello d D abc e e hare m M} 106 } {1 a a 9.9 b B {} C c hello d D abc e e hare m M {} U u 5200000.0 X x -23 Y y mad Z z} 112 } {mad Z z -23 Y y 5200000.0 X x {} U u hare m M abc e e hello d D {} C c 9.9 b B 1 a a} [all …]
|
/external/tcpdump/tests/ |
D | mpls-ldp-hello.sh | 3 uudecode mpls-ldp-hello.puu 5 echo -n test mpls-ldp-hello ... 6 ../tcpdump -t -n -v -r mpls-ldp-hello.pcap >mpls-ldp-hello.new 7 if diff mpls-ldp-hello.new mpls-ldp-hello.out
|
/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()
|
/external/chromium_org/mojo/public/tests/ |
D | system_core_unittest.cc | 67 static const char hello[] = "hello"; in TEST() local 68 memcpy(buffer, hello, sizeof(hello)); in TEST() 69 buffer_size = static_cast<uint32_t>(sizeof(hello)); in TEST() 72 hello, buffer_size, in TEST() 89 EXPECT_EQ(static_cast<uint32_t>(sizeof(hello)), buffer_size); in TEST() 90 EXPECT_EQ(0, memcmp(hello, buffer, sizeof(hello))); in TEST()
|
/external/chromium_org/v8/test/webkit/fast/js/ |
D | primitive-property-access-edge-cases-expected.txt | 30 PASS checkGet('hello', String) is true 33 FAIL checkSet('hello', String) should be true. Was false. 36 PASS checkGetStrict('hello', String) is true 39 FAIL checkSetStrict('hello', String) should be true. Was false. 42 PASS checkRead('hello', String) is true 45 PASS checkWrite('hello', String) is true 48 PASS checkReadStrict('hello', String) is true 51 FAIL checkWriteStrict('hello', String) should throw an exception. Was true. 54 PASS checkNumericGet('hello', String) is true 57 FAIL checkNumericSet('hello', String) should be true. Was false. [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | strrchr-1.ll | 6 @hello = constant [14 x i8] c"hello world\5Cn\00" 13 ; CHECK: store i8* getelementptr inbounds ([14 x i8]* @hello, i32 0, i32 6) 17 %str = getelementptr [14 x i8]* @hello, i32 0, i32 0 35 ; CHECK: store i8* getelementptr inbounds ([14 x i8]* @hello, i32 0, i32 13) 39 %src = getelementptr [14 x i8]* @hello, i32 0, i32 0 50 %src = getelementptr [14 x i8]* @hello, i32 0, i32 0
|