/external/llvm/test/MC/AsmParser/ |
directive_file.s | 3 .file "hello" 7 # CHECK: .file "hello"
|
/external/llvm/test/TableGen/ |
MultiClassDefName.td | 12 defm Hello : Names<"hello", "world">;
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-be/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hello World, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-en-rGB/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hello World, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-hu/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hello World, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-iw/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hello World, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-ja/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hello World, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-lt/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hello World, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-pl/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hello World, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-pt/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hello World, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-sv/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hello World, AutoReplyActivity!"</string>
|
/packages/experimental/NotificationShowcase/res/values/ |
strings.xml | 3 <string name="hello">Hello World, NotificationShowcaseActivity!</string>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues2-expected-applyCompletion45.diff | 1 Code completion in completionvalues2.xml for @string/^app_name selecting @string/hello: 4 > <item name="main_layout5" type="string">@string/hello^</item>
|
/external/markdown/tests/safe_mode/ |
script_tags.html | 3 alert("Hello world!") 8 alert("Hello world!") 13 alert("Hello world!") 17 alert("Hello world!") 24 alert("Hello world!")
|
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 vas cr ipt:alert%28'Hello%20world!'%29) 9 [link](ja vas cr ipt:alert%28'Hello%20world!'%29) 10 [link](ja vas cr ipt:alert%28'Hello%20world!'%29) 11 [link](ja%09 %0Avas cr
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...] |
/libcore/benchmarks/src/benchmarks/ |
HashedCollectionsBenchmark.java | 34 map.put("hello", "world"); 36 map.get("hello"); 42 map.put("hello", "world"); 46 map.get("hello"); 52 map.put("hello", "world"); 54 map.get("hello"); 59 map.put("hello", "world"); 61 map.get("hello"); 66 map.put("hello", "world"); 68 map.get("hello"); [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/ |
split-003.js | 39 AddSplitCases( "hello", new RegExp, "new RegExp", ["h","e","l","l","o"] ); 41 AddSplitCases( "hello", /l/, "/l/", ["he","","o"] ); 42 AddLimitedSplitCases( "hello", /l/, "/l/", 0, [] ); 43 AddLimitedSplitCases( "hello", /l/, "/l/", 1, ["he"] ); 44 AddLimitedSplitCases( "hello", /l/, "/l/", 2, ["he",""] ); 45 AddLimitedSplitCases( "hello", /l/, "/l/", 3, ["he","","o"] ); 46 AddLimitedSplitCases( "hello", /l/, "/l/", 4, ["he","","o"] ); 47 AddLimitedSplitCases( "hello", /l/, "/l/", void 0, ["he","","o"] ); 48 AddLimitedSplitCases( "hello", /l/, "/l/", "hi", [] ); 49 AddLimitedSplitCases( "hello", /l/, "/l/", undefined, ["he","","o"] ) [all...] |
/external/llvm/lib/Transforms/Hello/ |
Hello.cpp | 1 //===- Hello.cpp - Example code from "Writing an LLVM Pass" ---------------===// 10 // This file implements two versions of the LLVM "Hello World" pass described 15 #define DEBUG_TYPE "hello" 25 // Hello - The first implementation, without getAnalysisUsage. 26 struct Hello : public FunctionPass { 28 Hello() : FunctionPass(ID) {} 32 errs() << "Hello: "; 39 char Hello::ID = 0; 40 static RegisterPass<Hello> X("hello", "Hello World Pass") [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
FragmentTest.java | 27 int id = fragment.getResources().getIdentifier("hello", "string", "com.xtremelabs.robolectric"); 30 String hello = fragment.getResources().getString(id); local 31 assertEquals("Hello", hello); 33 hello = fragment.getString(id); 34 assertEquals("Hello", hello);
|
/cts/tests/tests/text/src/android/text/cts/ |
HtmlTest.java | 41 final String source = "<b>hello</b>"; 63 final String source = "Hello <b>b<i>bi</b>i</i>"; 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" [all...] |
/external/clang/test/CodeGen/ |
c-strings.c | 3 // Should be 3 hello strings, two global (of different sizes), the rest are 6 // CHECK: @.str = private unnamed_addr constant [6 x i8] c"hello\00" 8 // CHECK: @f2.x = internal global [6 x i8] c"hello\00", align 1 9 // CHECK: @f3.x = internal global [8 x i8] c"hello\00\00\00", align 1 17 bar("hello"); 23 static char *x = "hello"; 31 static char x[] = "hello"; 38 static char x[8] = "hello"; 49 } x = { "hello" };
|
2006-01-13-Includes.c | 7 printf("Hello World\n");
|
cfstring2.c | 8 CFSTR("Hello, World!");
|
/external/clang/test/SemaCXX/ |
constexpr-strlen.cpp | 10 constexpr int n = __builtin_strlen("hello"); // ok 11 constexpr int m = strlen("hello"); // expected-error {{constant expression}} expected-note {{non-constexpr function 'strlen' cannot be used in a constant expression}} 15 int k = arr[strlen("hello")]; // expected-warning {{array index 5}}
|
/external/chromium/chrome/common/extensions/docs/examples/tutorials/getstarted/ |
manifest.json | 2 "name": "Hello World",
|