HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 201 - 225 of 2904) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/chromium_org/tools/gyp/test/win/linker-flags/
generate-manifest.gyp 10 'sources': ['hello.cc'],
20 'sources': ['hello.cc'],
30 'sources': ['hello.cc'],
41 'sources': ['hello.cc'],
52 'sources': ['hello.cc'],
outputfile.gyp 15 'sources': ['hello.cc'],
25 'sources': ['hello.cc'],
35 'sources': ['hello.cc'],
45 'sources': ['hello.cc'],
55 'sources': ['hello.cc'],
enable-uac.gyp 10 'sources': ['hello.cc'],
20 'sources': ['hello.cc'],
33 'sources': ['hello.cc'],
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_19.txt 23 hello
26 hello
29 hello
32 hello
35 hello
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_19.txt 23 hello
26 hello
29 hello
32 hello
35 hello
  /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/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/chromium_org/tools/gyp/test/generator-output/
gyptest-rules.py 37 Hello from program.c
38 Hello from function1.in1
39 Hello from function2.in1
40 Hello from define3.in0
41 Hello from define4.in0
51 "Hello from file1.in0\n")
53 "Hello from file2.in0\n")
55 "Hello from file3.in1\n")
57 "Hello from file4.in1\n")
  /external/chromium_org/tools/gyp/test/rules-rebuild/
gyptest-all.py 24 Hello from main.c
25 Hello from prog1.in!
26 Hello from prog2.in!
42 Hello from main.c
43 Hello from prog1.in AGAIN!
44 Hello from prog2.in!
60 Hello from main.c
61 Hello from prog1.in AGAIN!
62 Hello from prog2.in AGAIN!
gyptest-default.py 24 Hello from main.c
25 Hello from prog1.in!
26 Hello from prog2.in!
42 Hello from main.c
43 Hello from prog1.in AGAIN!
44 Hello from prog2.in!
60 Hello from main.c
61 Hello from prog1.in AGAIN!
62 Hello from prog2.in AGAIN!
81 Hello from main.
    [all...]
  /external/clang/test/CodeGen/
c-strings.c 3 // Should be 3 hello strings, two global (of different sizes), the rest are
7 // CHECK: @.str = private unnamed_addr constant [6 x i8] c"hello\00"
9 // CHECK: @f2.x = internal global [6 x i8] c"hello\00", align [[ALIGN]]
10 // CHECK: @f3.x = internal global [8 x i8] c"hello\00\00\00", align [[ALIGN]]
24 bar("hello");
30 static char *x = "hello";
38 static char x[] = "hello";
45 static char x[8] = "hello";
56 } x = { "hello" };
  /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",
  /external/chromium_org/base/strings/
nullable_string16_unittest.cc 18 NullableString16 a(ASCIIToUTF16("hello"), false);
19 NullableString16 b(ASCIIToUTF16("hello"), false);
24 NullableString16 a(ASCIIToUTF16("hello"), false);
30 NullableString16 a(ASCIIToUTF16("hello"), false);
  /external/chromium_org/base/test/data/
serializer_nested_test.json 16 "string": "hello"

Completed in 719 milliseconds

1 2 3 4 5 6 7 891011>>