HomeSort by relevance Sort by last modified time
    Searched defs:hello (Results 1 - 25 of 25) sorted by null

  /external/clang/test/PCH/
builtins.c 8 void hello() { function
9 printf("Hello, World!");
exprs.h 20 const char *hello = "Hello" "PCH" "World"; variable
104 typedef typeof(_Generic(i, char*: 0, int: 0., default: hello))
  /dalvik/dx/tests/042-dex-ignore-result/
Blort.java 19 static public int hello() { method in class:Blort
24 hello(); method
25 hello(); method
  /dalvik/dx/tests/119-merge-conflict/testdata/
A.java 4 String hello() { method in class:A
5 return "hello from A";
  /external/clang/test/Index/
complete-unterminated.c 13 const char *hello = "Hello, world"; variable
annotate-tokens.c 9 const char * hello = "Hello"; local
78 // CHECK: Keyword: "char" [9:9 - 9:13] VarDecl=hello:9:16 (Definition)
79 // CHECK: Punctuation: "*" [9:14 - 9:15] VarDecl=hello:9:16 (Definition)
80 // CHECK: Identifier: "hello" [9:16 - 9:21] VarDecl=hello:9:16 (Definition)
81 // CHECK: Punctuation: "=" [9:22 - 9:23] VarDecl=hello:9:16 (Definition)
82 // CHECK: Literal: ""Hello"" [9:24 - 9:31] StringLiteral=
  /external/stlport/test/unit/
strstream_buffer_read_test.cpp 29 char hello[] = "Hello"; local
30 strstream stream(hello, sizeof(hello), ios_base::in);
  /ndk/tests/device/test-gnustl-full/unit/
strstream_buffer_read_test.cpp 29 char hello[] = "Hello"; local
30 strstream stream(hello, sizeof(hello), ios_base::in);
  /ndk/tests/device/test-stlport/unit/
strstream_buffer_read_test.cpp 29 char hello[] = "Hello"; local
30 strstream stream(hello, sizeof(hello), ios_base::in);
  /external/clang/test/SemaCXX/
array-bounds-ptr-arith.cpp 5 const char hello[] = "Hello world!"; // expected-note 2 {{declared here}} local
6 const char *helloptr = hello;
8 swallow("Hello world!" + 6); // no-warning
9 swallow("Hello world!" - 6); // expected-warning {{refers before the beginning of the array}}
10 swallow("Hello world!" + 14); // expected-warning {{refers past the end of the array}}
11 swallow("Hello world!" + 13); // no-warning
13 swallow(hello + 6); // no-warning
14 swallow(hello - 6); // expected-warning {{refers before the beginning of the array}}
15 swallow(hello + 14); // expected-warning {{refers past the end of the array}
    [all...]
  /external/valgrind/main/memcheck/tests/linux/
stack_changes.c 18 void hello(mycontext *newc) function
20 printf("hello, world: %d\n", count);
60 makecontext(&ctx1, (void (*)()) hello, 1, &ctx2);
61 makecontext(&ctx2, (void (*)()) hello, 1, &ctx1);
  /external/bluetooth/glib/tests/
file-test.c 56 const char hello[] = "Hello, World"; local
57 const int hellolen = sizeof (hello) - 1;
75 i = write (fd, hello, hellolen);
85 g_assert (strcmp (chars, hello) == 0 && "read() didn't get same string back");
testglib.c 902 const char hello[] = "Hello, World"; local
903 const int hellolen = sizeof (hello) - 1;
918 n = write (fd, hello, hellolen);
932 if (strcmp (chars, hello) != 0)
933 g_error ("wrote '%s', but got '%s'\n", hello, chars);
    [all...]
  /external/zlib/
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";
64 uLong len = (uLong)strlen(hello)+1;
66 err = compress(compr, &comprLen, (const Bytef*)hello, len);
74 if (strcmp((char*)uncompr, hello)) {
94 int len = (int)strlen(hello)+1
    [all...]
  /hardware/ril/mock-ril/src/js/
mock_ril.js 126 var myObject = { 'field1' : '1', 'field2' : '2', 'hello' : [ 'hi', 'there' ] };
  /dalvik/dx/junit-tests/
HelloWorldMaker.java 43 * public static void hello() {
57 MethodId hello = helloWorld.getMethod(Type.VOID, "hello"); local
61 Code code = generator.declare(hello, AccessFlags.ACC_STATIC | AccessFlags.ACC_PUBLIC);
84 helloWorldClass.getMethod("hello").invoke(null);
  /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/icu4c/test/intltest/
itutil.cpp 324 UnicodeString hello=UNICODE_STRING_SIMPLE("Hello {0}!"); local
326 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode));
416 UnicodeString hello=UNICODE_STRING_SIMPLE("Hello {0}!"); local
419 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode));
  /external/tcpdump/
print-decnet.c 183 int src, dst, info, blksize, eco, ueco, hello, other, vers; local
201 hello = EXTRACT_LE_16BITS(cmp->cm_init.in_hello);
204 "src %sblksize %d vers %d eco %d ueco %d hello %d",
206 hello);
250 (void)printf("router-hello ");
263 hello = EXTRACT_LE_16BITS(cmp->cm_rhello.rh_hello);
266 "vers %d eco %d ueco %d src %s blksize %d pri %d hello %d",
268 blksize, priority, hello);
273 (void)printf("endnode-hello ");
289 hello = EXTRACT_LE_16BITS(cmp->cm_ehello.eh_hello)
    [all...]
print-olsr.c 80 { OLSR_HELLO_MSG, "Hello" },
86 { OLSR_HELLO_LQ_MSG, "Hello-LQ" },
210 const struct olsr_hello *hello; member in union:__anon11705
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/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_client_write.c 51 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; local
69 hello = os_malloc(len);
70 if (hello == NULL)
72 end = hello + len;
74 rhdr = hello;
122 os_free(hello);
128 return hello;
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_write.c 52 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; local
70 hello = os_malloc(len);
71 if (hello == NULL)
73 end = hello + len;
75 rhdr = hello;
123 os_free(hello);
129 return hello;
  /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();
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 42 static const char hello[] = variable
497 nextBuffer = (short *) hello;
498 nextSize = sizeof(hello);
  /external/wpa_supplicant/
tlsv1_client.c 168 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; local
186 hello = os_malloc(len);
187 if (hello == NULL)
189 end = hello + len;
191 rhdr = hello;
239 os_free(hello);
245 return hello;
    [all...]

Completed in 1495 milliseconds