/external/chromium/base/ |
string16_unittest.cc | 20 << string16(ASCIIToUTF16("Hello, world")) << "'"; 21 EXPECT_STREQ("Empty '' standard 'Hello, world'",
|
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_org/base/strings/ |
string16_unittest.cc | 23 << string16(ASCIIToUTF16("Hello, world")) << "'"; 24 EXPECT_STREQ("Empty '' standard 'Hello, world'",
|
sys_string_conversions_unittest.cc | 23 EXPECT_EQ("Hello, world", SysWideToUTF8(L"Hello, world")); 51 EXPECT_EQ(L"Hello, world", SysUTF8ToWide("Hello, world")); 79 EXPECT_EQ("Hello, world", SysWideToNativeMB(L"Hello, world")); 109 EXPECT_EQ(L"Hello, world", SysNativeMBToWide("Hello, world"));
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/ |
sandbox.html | 12 <script id="hello-world-template" type="text/x-handlebars-template"> 19 var source = document.getElementById('hello-world-template').innerHTML;
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/using_ppapi_simple/ |
index.html | 18 <p>The Hello World Stdio example is the simplest one in the SDK. It uses the 24 <p>In main, we write to both STDOUT and STDERR, printing a hello world
|
/external/chromium_org/sync/internal_api/public/ |
data_type_association_stats.h | 18 // The state of the world before association. 22 // The state of the world after association.
|
/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/ |
ReadMe.txt | 8 The purpose of this performance test is to test the "real world" applications of ICU, such as Date Formatting and the Break Iterator. In both of these cases, the performance test function does all of the work, i.e. initializing, formatting, etc. 10 There is no Perl script associated with this performance test, due to the fact that the performance test results in a different time if it is allowed to run more than once per execution of the executable. We are only interested in the first time returned by the executable in order to maintain accurate "real world" results. For this to happen, make sure to run the executable with the -i 1 and -p 1 options.
|
/external/chromium_org/v8/test/mjsunit/ |
context-variable-assignments.js | 31 a = b = "hello world"; 37 assertEquals("hello world", foo());
|
/external/clang/test/CodeGen/ |
global-blocks-lines.c | 39 helloBlock("world"); 40 s_helloBlock("world");
|
/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/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/SemaCXX/ |
constexpr-duffs-device.cpp | 22 copy("Hello, world!", 14, stuff); 31 static_assert(streq(S().stuff, "Hello, world!"), "should be same");
|
/external/icu4c/test/perf/DateFmtPerf/ |
ReadMe.txt | 8 The purpose of this performance test is to test the "real world" applications of ICU, such as Date Formatting and the Break Iterator. In both of these cases, the performance test function does all of the work, i.e. initializing, formatting, etc. 10 There is no Perl script associated with this performance test, due to the fact that the performance test results in a different time if it is allowed to run more than once per execution of the executable. We are only interested in the first time returned by the executable in order to maintain accurate "real world" results. For this to happen, make sure to run the executable with the -i 1 and -p 1 options.
|
/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/llvm/test/CodeGen/X86/ |
2006-10-19-SwitchUnnecessaryBranching.ll | 3 @str = internal constant [14 x i8] c"Hello world!\0A\00" ; <[14 x i8]*> [#uses=1] 4 @str.upgrd.1 = internal constant [13 x i8] c"Blah world!\0A\00" ; <[13 x i8]*> [#uses=1]
|
/external/markdown/docs/extensions/ |
Abbreviations.txt | 26 *[W3C]: World Wide Web Consortium 31 is maintained by the <abbr title="World Wide Web Consortium">W3C</abbr>.</p>
|
/external/markdown/tests/misc/ |
bidi.txt | 36 ???? Hello World! 38 print "Hello World!"
|
/external/replicaisland/src/com/replica/replicaisland/ |
LevelSystem.java | 123 TiledWorld world = new TiledWorld(byteStream); local 148 mTileWidth, mTileHeight, world, tileIndex); 155 // Collision always defines the world boundaries. 156 mWidthInTiles = world.getWidth(); 157 mHeightInTiles = world.getHeight(); 162 collision.initialize(world, mTileWidth, mTileHeight); 165 mSpawnLocations = world; 170 hotSpots.setWorld(world);
|
/external/v8/test/mjsunit/ |
context-variable-assignments.js | 31 a = b = "hello world"; 37 assertEquals("hello world", foo());
|
/libcore/benchmarks/src/benchmarks/ |
VirtualVersusInterfaceBenchmark.java | 34 map.put("hello", "world"); 40 map.put("hello", "world");
|
/libcore/dom/src/test/resources/META-INF/ |
MANIFEST.MF | 13 Specification-Vendor: World Wide Web Consortium
15 Implementation-Vendor: World Wide Web Consortium
|
/ndk/sources/android/support/tests/ |
stdio_unittest.cc | 11 static const char kString[] = "Hello, World"; 26 static const wchar_t kWideString[] = L"Hello\uff41 World";
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_applesingle.py | 14 dataforkdata = 'hello\r\0world\n' 15 resourceforkdata = 'goodbye\ncruel\0world\r'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_applesingle.py | 14 dataforkdata = 'hello\r\0world\n' 15 resourceforkdata = 'goodbye\ncruel\0world\r'
|