/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/refactoring/usecompound/ |
compound4.xml | 17 android:text="Hello World" />
|
compound5.xml | 11 android:text="Hello World" />
|
compound6-expected-8.xml | 14 android:text="Hello World" >
|
compound6.xml | 22 android:text="Hello World" />
|
compound7-expected-9.xml | 14 android:text="Hello World" >
|
compound_all.xml | 22 android:text="Hello World" /> 37 android:text="Hello World" /> 61 android:text="Hello World" /> 75 android:text="Hello World" />
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_msgutil.py | 189 msgutil.send_message(request, 'World', False) 196 msgutil.send_message(request, 'Hello World!', False) 198 self.assertEqual('\x01\x0cHello World!\x80\x00', 219 msgutil.send_message(request, 'World') 229 compressed_world = compress.compress('World') 344 msgutil.send_message(request, 'World') 354 compressed_world = compress.compress('World') 371 msgutil.send_message(request, 'World') 381 compressed_world = compress.compress('World') 391 ('\x81\x85', 'Hello'), ('\x81\x86', 'World!')) [all...] |
/external/jmonkeyengine/engine/src/bullet-native/ |
jmePhysicsSpace.cpp | 159 //create dynamics world 160 btDiscreteDynamicsWorld* world = new btDiscreteDynamicsWorld(dispatcher, broadphase, solver, collisionConfiguration); local 161 dynamicsWorld = world; 166 world->getSimulationIslandManager()->setSplitIslands(false); 167 world->getSolverInfo().m_numIterations = 4; 168 world->getSolverInfo().m_solverMode = SOLVER_SIMD + SOLVER_USE_WARMSTARTING; //+SOLVER_RANDMIZE_ORDER; 169 world->getDispatchInfo().m_enableSPU = true; 209 void jmePhysicsSpace::preTickCallback(btDynamicsWorld *world, btScalar timeStep) { 210 jmePhysicsSpace* dynamicsWorld = (jmePhysicsSpace*) world->getWorldUserInfo(); 223 void jmePhysicsSpace::postTickCallback(btDynamicsWorld *world, btScalar timeStep) [all...] |
/cts/tests/src/android/rsg/cts/ |
stub_activity.rs | 29 // Introuduce ourselves to the world 30 rsgDrawText("Hello World!", 50, 50);
|
/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 | 21 << string16(ASCIIToUTF16("Hello, world")) << "'"; 22 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/getting_started/hello_world/ |
index.html | 18 <p>The Hello World In C example demonstrates the basic structure of all 21 the module will post a message containing the string "Hello World" back to
|
/external/chromium_org/native_client_sdk/src/examples/getting_started/simple_hello_world/ |
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);
|