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

1 2

  /external/clang/test/PCH/
builtins.c 8 void hello() { function
9 printf("Hello, World!");
exprs.h 20 const char *hello = "Hello" "PCH" "World"; variable
106 typedef typeof(_Generic(i, char*: 0, int: 0., default: hello))
  /gdk/sources/llvm-ndk-cc/tests/P_hello/
hello-llvm.c 3 double hello() { function
  /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/compiler-rt/lib/asan/output_tests/
strncpy-overflow.cc 4 char *hello = (char*)malloc(6); local
5 strcpy(hello, "hello");
7 strncpy(short_buffer, hello, 10); // BOOM
  /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);
  /hardware/ti/wpan/tools/BluetoothSCOApp/gen/com/ti/bluetoothSCOapp/
R.java 29 public static final int hello=0x7f040000; field in class:R.string
  /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");
  /hardware/ril/mock-ril/src/js/
mock_ril.js 126 var myObject = { 'field1' : '1', 'field2' : '2', 'hello' : [ 'hi', 'there' ] };
  /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/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/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/zlib/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/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:__anon13016
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 47 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; local
65 hello = os_malloc(len);
66 if (hello == NULL)
68 end = hello + len;
70 rhdr = hello;
119 os_free(hello);
125 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();

Completed in 1868 milliseconds

1 2