HomeSort by relevance Sort by last modified time
    Searched refs:hello (Results 26 - 50 of 93) sorted by null

12 3 4

  /development/samples/ApiDemos/src/com/example/android/apis/app/
TextToSpeechActivity.java 119 "Hello",
128 // Select a random hello.
130 String hello = HELLOS[RANDOM.nextInt(helloLength)]; local
131 mTts.speak(hello,
  /external/clang/test/PCH/
exprs.h 20 const char *hello = "Hello" "PCH" "World"; variable
106 typedef typeof(_Generic(i, char*: 0, int: 0., default: hello))
exprs.c 34 return hello;
  /external/clang/test/Parser/
pragma-pack.c 10 /*expected-warning {{unknown action for '#pragma pack'}}*/ #pragma pack(hello)
  /external/zlib/src/contrib/pascal/
example.pas 28 (* "hello world" would be more standard, but the repeated "hello"
31 const hello: PChar = 'hello, hello!';
33 const dictionary: PChar = 'hello';
61 len := StrLen(hello)+1;
63 err := compress(compr, comprLen, hello, len);
71 if StrComp(PChar(uncompr), hello) <> 0 then
90 len := StrLen(hello)+1
    [all...]
  /external/clang/test/Index/
annotate-tokens.c 9 const char * hello = "Hello"; local
101 // CHECK: Keyword: "const" [9:3 - 9:8] VarDecl=hello:9:16 (Definition)
102 // CHECK: Keyword: "char" [9:9 - 9:13] VarDecl=hello:9:16 (Definition)
103 // CHECK: Punctuation: "*" [9:14 - 9:15] VarDecl=hello:9:16 (Definition)
104 // CHECK: Identifier: "hello" [9:16 - 9:21] VarDecl=hello:9:16 (Definition)
105 // CHECK: Punctuation: "=" [9:22 - 9:23] VarDecl=hello:9:16 (Definition)
106 // CHECK: Literal: ""Hello"" [9:24 - 9:31] StringLiteral=
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p5.c 22 char c[2][6] = { str(hello), str() };
27 // CHECK: char c[2][6] = { "hello", "" };
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 557 * expression is: meaning='hello';meaning=meaning+' '+'world';
560 * root.meaning='hello';root.meaning=root.meaning+' '+'world';
876 * expression is: meaning='hello';meaning=meaning+' '+'world';
879 * root.meaning='hello';root.meaning=root.meaning+' '+'world';
    [all...]
  /external/v8/test/mjsunit/
this-in-callbacks.js 46 assertEquals('id', 'hello'.replace('hello', r));
47 assertEquals('id', 'hello'.replace(/hello/, r));
context-variable-assignments.js 31 a = b = "hello world";
37 assertEquals("hello world", foo());
  /external/zlib/src/test/
example.c 29 const char hello[] = "hello, hello!"; variable
30 /* "hello world" would be more standard, but the repeated "hello"
34 const char dictionary[] = "hello";
93 uLong len = (uLong)strlen(hello)+1;
95 err = compress(compr, &comprLen, (const Bytef*)hello, len);
103 if (strcmp((char*)uncompr, hello)) {
123 int len = (int)strlen(hello)+1
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ResourcesTest.java 86 String hello=resources.getString( R.string.hello ); local
87 assertThat( hello, equalTo( "Bonjour" ) );
  /external/icu4c/test/intltest/
itutil.cpp 342 UnicodeString hello=UNICODE_STRING_SIMPLE("Hello {0}!"); local
344 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode));
434 UnicodeString hello=UNICODE_STRING_SIMPLE("Hello {0}!"); local
437 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode));
  /external/dexmaker/src/test/java/com/google/dexmaker/examples/
HelloWorldMaker.java 46 helloWorldClass.getMethod("hello").invoke(null);
51 * public static void hello() {
65 // Identify the 'hello()' method on declaringType.
66 MethodId hello = declaringType.getMethod(TypeId.VOID, "hello"); local
70 Code code = dexMaker.declare(hello, Modifier.STATIC | Modifier.PUBLIC);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
userdatahandler01.js 106 var hello = "Hello";
117 node.setUserData("greeting", hello, null);
119 node.setUserData("greeting", hello, userDataMonitor.handle);
141 assertEquals("greetingDataHello",hello,data);
userdatahandler02.js 106 var hello = "Hello";
117 node.setUserData("greeting", hello, null);
119 node.setUserData("greeting", hello, userDataMonitor.handle);
141 assertEquals("greetingDataHello",hello,data);
userdatahandler03.js 106 var hello = "Hello";
132 node.setUserData("greeting", hello, null);
134 node.setUserData("greeting", hello, userDataMonitor.handle);
156 assertEquals("greetingDataHello",hello,data);
userdatahandler04.js 106 var hello = "Hello";
132 node.setUserData("greeting", hello, null);
134 node.setUserData("greeting", hello, userDataMonitor.handle);
156 assertEquals("greetingDataHello",hello,data);
  /external/webkit/LayoutTests/fast/url/script-tests/
host.js 45 ["hello%00", "hello%00"],
53 ["192.168.0.1 hello", "192.168.0.1%20hello"],
ipv4.js 34 ["192.168.0.1. hello", ""],
71 ["192.168.0.1 hello", ""],
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
complex-keys.js 93 k = String.fromCharCode(255425) + String.fromCharCode(255) + String.fromCharCode(2554252321) + String.fromCharCode(0) + 'hello';
94 evalAndLog("storage[k] = 'hello'");
95 shouldBeEqualToString("storage.getItem(k)", "hello");
96 shouldBeEqualToString("storage[k]", "hello");
  /system/media/camera/docs/
metadata_helpers.py 163 ljust(8)("hello") == 'hello '
207 pad(8)("hello") == 'hello '
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
StringResourceLoaderTest.java 23 assertThat(stringResourceLoader.getValue(R.string.hello), equalTo("Hello"));
29 assertThat(stringResourceLoader.getValue(R.string.some_html), equalTo("Hello, world"));
  /external/tcpdump/
print-olsr.c 80 { OLSR_HELLO_MSG, "Hello" },
86 { OLSR_HELLO_LQ_MSG, "Hello-LQ" },
210 const struct olsr_hello *hello; member in union:__anon15827
281 ptr.hello = (struct olsr_hello *)msg_data;
282 printf("\n\t hello-time %.3lfs, MPR willingness %u",
283 ME_TO_DOUBLE(ptr.hello->htime), ptr.hello->will);
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 33 char hello[6] = "Hello"; member in namespace:pointer_to_object_parameters
37 (void)A<hello>().get();

Completed in 482 milliseconds

12 3 4