/external/chromium/base/ |
sys_string_conversions_unittest.cc | 23 EXPECT_EQ("Hello, world", SysWideToUTF8(L"Hello, world")); 52 EXPECT_EQ(L"Hello, world", SysUTF8ToWide("Hello, world")); 98 EXPECT_EQ("Hello, world", SysWideToNativeMB(L"Hello, world")); 129 EXPECT_EQ(L"Hello, world", SysNativeMBToWide("Hello, world"));
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
overlay_test.html | 32 '<h3>Hello</h3>B1:<button>foo</button></p>B2:<button>blah</button>'; 43 '<h3>Hello</h3>B1:<button>foo</button></p>B2:<button>blah</button>';
|
/external/chromium/testing/gtest/test/ |
gtest-message_test.cc | 59 const Message msg1("Hello"); 61 EXPECT_STREQ("Hello", ToCString(msg2)); 66 Message msg("Hello"); 67 EXPECT_STREQ("Hello", ToCString(msg)); 113 const ::std::string str("Hello"); 114 EXPECT_STREQ("Hello", ToCString(Message() << str)); 155 Message msg("Hello"); 158 EXPECT_STREQ("Hello", testing::internal::StringStreamToString(&ss).c_str());
|
/external/chromium-trace/trace-viewer/src/ |
overlay_test.html | 27 '<h3>Hello</h3>B1:<button>foo</button></p>B2:<button>blah</button>'; 38 '<h3>Hello</h3>B1:<button>foo</button></p>B2:<button>blah</button>';
|
/external/clang/test/Index/ |
complete-unterminated.c | 13 const char *hello = "Hello, world"; variable
|
/external/clang/test/Lexer/ |
pragma-operators.cpp | 27 #define pragma_hello _Pragma(u8R"x(message R"y("Hello", world!)y")x") 35 // CHECK: #pragma message("\042Hello\042, world!")
|
/external/clang/test/Preprocessor/ |
c99-6_10_3_4_p5.c | 22 char c[2][6] = { str(hello), str() }; 27 // CHECK: char c[2][6] = { "hello", "" };
|
/external/clang/test/Rewriter/ |
objc-modern-StretAPI.mm | 33 S s1 = [PI() VAMeth : 12, 13.4, 1000, "hello"]; 37 S s3 = [PI() VAMeth : 0, "hello", "there"];
|
rewrite-modern-block.mm | 23 __block int hello; 24 return hello;
|
/external/clang/test/Sema/ |
implicit-decl.c | 16 printg("Hello, World!\n"); // expected-error{{implicit declaration of function 'printg' is invalid in C99}} \ 30 formatd("Hello, World!\n"); // expected-error{{implicit declaration of function 'formatd' is invalid in C99}} \
|
/external/clang/test/SemaObjC/ |
attr-objc-gc.m | 8 static id __attribute((objc_gc(hello))) f; // expected-warning{{'objc_gc' attribute argument not supported: 'hello'}}
|
/external/dropbear/libtomcrypt/demos/ |
multi.c | 16 hash_memory(find_hash("sha256"), (unsigned char*)"hello", 5, buf[0], &len); 18 hash_memory_multi(find_hash("sha256"), buf[1], &len2, (unsigned char*)"hello", 5, NULL); 38 hmac_memory(find_hash("sha256"), key, 16, (unsigned char*)"hello", 5, buf[0], &len); 40 hmac_memory_multi(find_hash("sha256"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5UL, NULL); 60 omac_memory(find_cipher("aes"), key, 16, (unsigned char*)"hello", 5, buf[0], &len); 62 omac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5UL, NULL); 82 pmac_memory(find_cipher("aes"), key, 16, (unsigned char*)"hello", 5, buf[0], &len); 84 pmac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5, NULL);
|
/external/gtest/test/ |
gtest-message_test.cc | 59 const Message msg1("Hello"); 61 EXPECT_STREQ("Hello", ToCString(msg2)); 66 Message msg("Hello"); 67 EXPECT_STREQ("Hello", ToCString(msg)); 113 const ::std::string str("Hello"); 114 EXPECT_STREQ("Hello", ToCString(Message() << str)); 155 Message msg("Hello"); 158 EXPECT_STREQ("Hello", testing::internal::StringStreamToString(&ss).c_str());
|
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/ |
HelloWorld.java | 26 * Hello world of templates. 41 jSilver.render("hello-world.cs", data, System.out);
|
/external/libvpx/libvpx/third_party/googletest/src/test/ |
gtest-message_test.cc | 59 const Message msg1("Hello"); 61 EXPECT_STREQ("Hello", ToCString(msg2)); 66 Message msg("Hello"); 67 EXPECT_STREQ("Hello", ToCString(msg)); 113 const ::std::string str("Hello"); 114 EXPECT_STREQ("Hello", ToCString(Message() << str)); 155 Message msg("Hello"); 158 EXPECT_STREQ("Hello", testing::internal::StringStreamToString(&ss).c_str());
|
/external/llvm/lib/Transforms/ |
Makefile | 11 PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Vectorize Hello ObjCARC 17 PARALLEL_DIRS := $(filter-out Hello, $(PARALLEL_DIRS))
|
/external/markdown/tests/misc/ |
bidi.txt | 36 ???? Hello World! 38 print "Hello World!"
|
/external/protobuf/gtest/test/ |
gtest-message_test.cc | 60 const Message msg1("Hello"); 62 EXPECT_STREQ("Hello", ToCString(msg2)); 67 Message msg("Hello"); 68 EXPECT_STREQ("Hello", ToCString(msg)); 102 const ::std::string str("Hello"); 103 EXPECT_STREQ("Hello", ToCString(Message() << str)); 146 Message msg("Hello"); 149 EXPECT_STREQ("Hello", testing::internal::StrStreamToString(&ss).c_str());
|
/external/v8/test/mjsunit/ |
context-variable-assignments.js | 31 a = b = "hello world"; 37 assertEquals("hello world", foo());
|
/external/valgrind/main/memcheck/tests/ |
xml1.c | 15 printf("hello from frame3(). The answer is 42.\n"); 17 printf("hello from frame3(). The answer is not 42.\n");
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.4-3.js | 70 var foo = new MyObject('hello'); 73 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello'); ", "h", foo.charAt(0) ); 74 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello'); ", "e", foo.charAt(1) ); 75 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello'); ", "l", foo.charAt(2) ); 76 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello'); ", "l", foo.charAt(3) ); 77 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello'); ", "o", foo.charAt(4) ); 78 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello'); ", "", foo.charAt(-1) ); 79 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello'); ", "", foo.charAt(5) );
|
/external/webkit/Source/WebCore/manual-tests/ |
target_new.html | 8 alert("hello from opener"); 19 Links in the new window that opens will alert "[object Window]", "some value", and "hello from opener".
|
/external/webkit/Source/WebCore/manual-tests/wml/ |
variable-substitution.wml | 9 <setvar name="hi" value="hello"/> 16 <p>set hi = "hello", name = " Yi chao"<br/>
|
/frameworks/wilhelm/tests/native-media/res/values/ |
strings.xml | 3 <string name="hello">Hello, Android, using native media!</string>
|
/libcore/benchmarks/src/benchmarks/ |
VirtualVersusInterfaceBenchmark.java | 34 map.put("hello", "world"); 40 map.put("hello", "world");
|