HomeSort by relevance Sort by last modified time
    Searched full:world (Results 26 - 50 of 5769) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/storage/
open-database-creation-callback-isolated-world-expected.txt 2 ALERT: PASS: document.body.bar visible in a callback created in this world.
3 This test tests that the openDatabase() creation callback is called in the right world.
statement-error-callback-isolated-world-expected.txt 2 ALERT: PASS: document.body.bar visible in a callback created in this world.
3 This test tests that the statement error callback is called in the right world.
statement-success-callback-isolated-world-expected.txt 2 ALERT: PASS: document.body.bar visible in a callback created in this world.
3 This test tests that the statement success callback is called in the right world.
transaction-callback-isolated-world-expected.txt 2 ALERT: PASS: document.body.bar visible in a callback created in this world.
3 This test tests that the transaction callback is called in the right world.
transaction-error-callback-isolated-world-expected.txt 2 ALERT: PASS: document.body.bar visible in a callback created in this world.
3 This test tests that the transaction error callback is called in the right world.
transaction-success-callback-isolated-world-expected.txt 2 ALERT: PASS: document.body.bar visible in a callback created in this world.
3 This test tests that the transaction success callback is called in the right world.
  /frameworks/base/tests/RenderScriptTests/HelloWorld/
_index.html 1 <p>A Renderscript graphics application that draws the text "Hello, World!" where the user touches.</p
  /external/e2fsprogs/lib/ss/
test_script_expected 4 Hello, world!
7 Hello, world!
10 Hello, world!
17 Hello, world!
21 Hello, world!
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptWorld.mm 38 RefPtr<DOMWrapperWorld> world;
54 - (id)initWithWorld:(PassRefPtr<DOMWrapperWorld>)world
56 ASSERT_ARG(world, world);
57 if (!world)
65 _private->world = world;
67 ASSERT_ARG(world, !allWorlds().contains(_private->world.get()));
68 allWorlds().add(_private->world.get(), self)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_keyboard.c 167 keynames[SDLK_WORLD_0] = "world 0";
168 keynames[SDLK_WORLD_1] = "world 1";
169 keynames[SDLK_WORLD_2] = "world 2";
170 keynames[SDLK_WORLD_3] = "world 3";
171 keynames[SDLK_WORLD_4] = "world 4";
172 keynames[SDLK_WORLD_5] = "world 5";
173 keynames[SDLK_WORLD_6] = "world 6";
174 keynames[SDLK_WORLD_7] = "world 7";
175 keynames[SDLK_WORLD_8] = "world 8";
176 keynames[SDLK_WORLD_9] = "world 9"
    [all...]
  /external/android-mock/livetests/com/google/android/testing/mocking/test/res/values/
strings.xml 3 <string name="hello">Hello World!</string>
  /external/android-mock/livetests/com/google/android/testing/mocking/testapp/res/values/
strings.xml 3 <string name="hello">Hello World, TestAppActivity!</string>
  /external/javassist/sample/hotswap/logging/
HelloWorld.java 4 System.out.println("hello world");
  /external/llvm/test/TableGen/
2003-08-03-PassCode.td 8 def foo : test<[{ hello world! }]>;
MultiClassDefName.td 9 def World#NAME#CC : C<m>;
12 defm Hello : Names<"hello", "world">;
  /packages/apps/Mms/tests/SmsAutoReply/res/values/
strings.xml 3 <string name="hello">Hello World, AutoReplyActivity!</string>
  /sdk/testapps/customPropAnimTest/res/values/
strings.xml 4 <string name="hello">Hello World, CustomPropertyAnimationActivity!</string>
  /sdk/testapps/testProjectTest/testlib/res/values/
strings.xml 4 <string name="hello">Hello World!</string>
  /sdk/testapps/testSensors/res/values/
strings.xml 4 <string name="hello">Hello World, TestSensorsActivity!</string>
  /external/clang/test/SemaObjC/
ucn-objc-string.m 10 NSLog(@"hello \u2192 \u2603 \u2190 world");
11 NSLog(@"hello ? ? ? world");
  /external/llvm/test/MC/AsmParser/
directive_file.s 4 .file 1 "world"
8 # CHECK: .file 1 "world"
  /external/markdown/tests/safe_mode/
script_tags.html 3 alert(&quot;Hello world!&quot;)
8 alert(&quot;Hello world!&quot;)
13 alert("Hello world!")
17 alert(&quot;Hello world!&quot;)
24 alert(&quot;Hello world!&quot;)
unsafe_urls.txt 3 [link](javascript:alert%28'Hello%20world!'%29)
4 [link](vbscript:msgbox%28%22Hello%20world!%22%29)
5 [link](livescript:alert%28'Hello%20world!'%29)
7 [link](jAvAsCrIpT:alert%28'Hello%20world!'%29)
8 [link](ja&#32;vas&#32;cr&#32;ipt:alert%28'Hello%20world!'%29)
9 [link](ja&#00032;vas&#32;cr&#32;ipt:alert%28'Hello%20world!'%29)
10 [link](ja&#x00020;vas&#32;cr&#32;ipt:alert%28'Hello%20world!'%29)
11 [link](ja%09&#x20;%0Avas&#32;cr&#x0a;ipt:alert%28'Hello%20world!'%29)
12 [link](ja%20vas%20cr%20ipt:alert%28'Hello%20world!'%29)
13 [link](live%20script:alert%28'Hello%20world!'%29
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
HtmlTest.java 114 SpannableString s = new SpannableString("Hello world");
115 assertEquals("<p dir=\"ltr\">Hello world</p>\n", Html.toHtml(s));
117 s = new SpannableString("Hello world\nor something");
118 assertEquals("<p dir=\"ltr\">Hello world<br>\nor something</p>\n", Html.toHtml(s));
120 s = new SpannableString("Hello world\n\nor something");
121 assertEquals("<p dir=\"ltr\">Hello world</p>\n<p dir=\"ltr\">or something</p>\n",
124 s = new SpannableString("Hello world\n\n\nor something");
125 assertEquals("<p dir=\"ltr\">Hello world<br></p>\n<p dir=\"ltr\">or something</p>\n",
132 SpannableString s = new SpannableString("Hello world");
135 assertEquals("<blockquote><p dir=\"ltr\">Hello world</p>\n</blockquote>\n", Html.toHtml(s))
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/tutorials/getstarted/
manifest.json 2 "name": "Hello World",

Completed in 1052 milliseconds

12 3 4 5 6 7 8 91011>>