/external/webkit/Source/WebCore/page/ |
PageGroup.cpp | 368 void PageGroup::addUserScriptToWorld(DOMWrapperWorld* world, const String& source, const KURL& url, 372 ASSERT_ARG(world, world); 377 UserScriptVector*& scriptsInWorld = m_userScripts->add(world, 0).first->second; 383 void PageGroup::addUserStyleSheetToWorld(DOMWrapperWorld* world, const String& source, const KURL& url, 389 ASSERT_ARG(world, world); 394 UserStyleSheetVector*& styleSheetsInWorld = m_userStyleSheets->add(world, 0).first->second; 403 void PageGroup::removeUserScriptFromWorld(DOMWrapperWorld* world, const KURL& url) 405 ASSERT_ARG(world, world) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
HelloWorld.java | 29 * Hello World</a></h3> 34 App/Activity/Hello World 40 * <td >The Hello World Screen implementation</td>
|
/frameworks/compile/linkloader/tests/images/ |
test.c | 45 hello_function("Hello world!1\n"); 46 hello_function("Hello world!2\n"); 47 hello_function("Hello world!3\n");
|
/cts/tests/tests/drm/src/android/drm/cts/ |
DrmEventTest.java | 31 attributes.put("Hello World", attributes); 32 attributes.put("Hello", "World"); 33 attributes.put("World", ""); 41 checkGetAttributeWithEventType(attributes, "World", true); 42 checkGetAttributeWithEventType(attributes, "Hello World", true); 50 checkGetAttributeWithEventType(attributes, "World", false); 51 checkGetAttributeWithEventType(attributes, "Hello World", false); 58 checkGetMessageWithEventType("Hello World", true); 63 checkGetMessageWithEventType("Hello World", false);
|
/cts/tests/tests/webkitsecurity/assets/ |
animation-on-inline-crash.html | 27 <span class="box">Hello world</span>
|
character-data-mutation-crash.html | 5 <div id="test" contenteditable>hello world</div>
|
/external/apache-harmony/support/src/test/resources/tests/resources/ |
Inserted_Entry_Manifest.jar | |
Inserted_Entry_Manifest_with_DigestCode.jar | |
Integrate.jar | |
Modified_Class.jar | |
Modified_Manifest_EntryAttributes.jar | |
Modified_Manifest_MainAttributes.jar | |
Modified_SF_EntryAttributes.jar | |
/external/chromium/chrome/browser/metrics/ |
metrics_service_unittest.cc | 55 local_list.push_back("Hello world!"); 61 // [1, Base64Encode("Hello world!"), MD5("Hello world!")]. 72 (*it)->GetAsString(&str); // Base64 encoded "Hello world!" string. 74 base::Base64Encode("Hello world!", &encoded); 78 (*it)->GetAsString(&str); // MD5 for encoded "Hello world!" string. 130 local_list.push_back("Hello world!"); 168 local_list.push_back("Hello world!"); 188 local_list.push_back("Hello world!");
|
/external/chromium/webkit/glue/ |
bookmarklet_unittest.cc | 60 test_shell_->LoadURL(GURL("javascript:'hello world'")); 63 EXPECT_EQ("hello world", UTF16ToASCII(text)); 69 "document.write('hello world');" 73 EXPECT_EQ("hello world", UTF16ToASCII(text));
|
/external/clang/test/Sema/ |
overloaded-func-transparent-union.c | 26 Class_Init(&obj, "Hello ", " World");
|
/external/compiler-rt/BlocksRuntime/tests/ |
dispatch_call_Block_with_release.c | 25 void (^b2)(void) = ^{ callsomething("hellow world\n", 0); }; // global block now
|
orbars.c | 20 void (^b)(void) = ^(void){ | i | printf("hello world, %d\n", ++i); };
|
/external/kernel-headers/original/linux/ |
fadvise.h | 11 * for s390-64 differ from the values for the rest of the world.
|
/external/llvm/test/Assembler/ |
2002-08-15-ConstantExprProblem.ll | 3 @.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1]
|
/external/llvm/test/CodeGen/PowerPC/ |
2007-02-23-lr-saved-twice.ll | 5 @str = internal constant [18 x i8] c"hello world!, %d\0A\00" ; <[18 x i8]*> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
darwin-stub.ll | 4 @"\01LC" = internal constant [13 x i8] c"Hello World!\00" ; <[13 x i8]*> [#uses=1]
|
/external/llvm/test/MC/AsmParser/ |
directive_file-errors.s | 6 .file 1 "world"
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLBodyElement01.html | 8 <P>Hello, World</P>
|
HTMLBodyElement02.html | 8 <P>Hello, World</P>
|