Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 25 of 165) sorted by relevance

1234567

/external/tcpdump/tests/
Dmpls-ldp-hello.sh3 uudecode mpls-ldp-hello.puu
5 echo -n test mpls-ldp-hello ...
6 ../tcpdump -t -n -v -r mpls-ldp-hello.pcap >mpls-ldp-hello.new
7 if diff mpls-ldp-hello.new mpls-ldp-hello.out
/external/clang/test/SemaCXX/
Darray-bounds-ptr-arith.cpp5 const char hello[] = "Hello world!"; // expected-note 2 {{declared here}} in test_pointer_arithmetic() local
6 const char *helloptr = hello; in test_pointer_arithmetic()
13 swallow(hello + 6); // no-warning in test_pointer_arithmetic()
14 swallow(hello - 6); // expected-warning {{refers before the beginning of the array}} in test_pointer_arithmetic()
15 swallow(hello + 14); // expected-warning {{refers past the end of the array}} in test_pointer_arithmetic()
16 swallow(hello + 13); // no-warning in test_pointer_arithmetic()
/external/llvm/test/CodeGen/X86/
D2009-03-25-TestBug.ll6 @hello = internal constant [7 x i8] c"hello\0A\00"
14 br i1 %tmp178, label %hello, label %world
16 hello:
17 %h = tail call i32 (i8*, ...)* @printf( i8* getelementptr ([7 x i8]* @hello, i32 0, i32 0))
/external/webkit/LayoutTests/storage/domstorage/
Dcomplex-values-expected.txt85 PASS storage['foo10'] is "ÿ찡\0hello"
87 PASS storage.foo10 is "ÿ찡\0hello"
89 PASS storage.getItem('foo10') is "ÿ찡\0hello"
92 PASS storage['foo11'] is "ÿ찡\0hello"
94 PASS storage.foo11 is "ÿ찡\0hello"
96 PASS storage.getItem('foo11') is "ÿ찡\0hello"
99 PASS storage['foo12'] is "ÿ찡\0hello"
101 PASS storage.foo12 is "ÿ찡\0hello"
103 PASS storage.getItem('foo12') is "ÿ찡\0hello"
185 PASS storage['foo10'] is "ÿ찡\0hello"
[all …]
/external/zlib/contrib/pascal/
Dexample.pas31 const hello: PChar = 'hello, 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;
134 if StrComp(PChar(uncompr), hello) <> 0 then
168 if StrComp(PChar(uncompr), hello + 6) <> 0 then
189 len := StrLen(hello)+1;
198 c_stream.next_in := hello;
261 if StrComp(PChar(uncompr), hello) <> 0 then
[all …]
/external/compiler-rt/lib/asan/output_tests/
Dstrncpy-overflow.cc4 char *hello = (char*)malloc(6); in main() local
5 strcpy(hello, "hello"); in main()
7 strncpy(short_buffer, hello, 10); // BOOM in main()
/external/llvm/test/Transforms/SimplifyLibCalls/
DStrLen.ll6 @hello = constant [6 x i8] c"hello\00" ; <[6 x i8]*> [#uses=3]
8 @null_hello = constant [7 x i8] c"\00hello\00" ; <[7 x i8]*> [#uses=1]
14 %hello_p = getelementptr [6 x i8]* @hello, i32 0, i32 0 ; <i8*> [#uses=1]
32 %hello_p = getelementptr [6 x i8]* @hello, i32 0, i32 0 ; <i8*> [#uses=1]
46 %hello_p = getelementptr [6 x i8]* @hello, i32 0, i32 0 ; <i8*> [#uses=1]
DStrCpy.ll8 @hello = constant [6 x i8] c"hello\00"
22 %arg2 = getelementptr [6 x i8]* @hello, i32 0, i32 0
32 %arg2 = getelementptr [6 x i8]* @hello, i32 0, i32 0
DStrNCpy.ll9 @hello = constant [6 x i8] c"hello\00" ; <[6 x i8]*> [#uses=1]
11 @null_hello = constant [7 x i8] c"\00hello\00" ; <[7 x i8]*> [#uses=1]
21 %arg2 = getelementptr [6 x i8]* @hello, i32 0, i32 0 ; <i8*> [#uses=1]
DStrCat.ll12 @hello = constant [6 x i8] c"hello\00" ; <[6 x i8]*> [#uses=1]
14 @null_hello = constant [7 x i8] c"\00hello\00" ; <[7 x i8]*> [#uses=1]
24 %arg2 = getelementptr [6 x i8]* @hello, i32 0, i32 0 ; <i8*> [#uses=1]
DStrNCat.ll11 @hello = constant [6 x i8] c"hello\00" ; <[6 x i8]*> [#uses=1]
13 @null_hello = constant [7 x i8] c"\00hello\00" ; <[7 x i8]*> [#uses=1]
23 %arg2 = getelementptr [6 x i8]* @hello, i32 0, i32 0 ; <i8*> [#uses=1]
DStrCmp.ll6 @hello = constant [6 x i8] c"hello\00" ; <[6 x i8]*> [#uses=1]
36 …ounds ([5 x i8]* @hell, i32 0, i32 0), i8* getelementptr inbounds ([6 x i8]* @hello, i32 0, i32 0))
52 %temp1 = call i32 @strcmp(i8* getelementptr inbounds ([6 x i8]* @hello, i32 0, i32 0), i8* %sel)
55 …; CHECK: %memcmp = call i32 @memcmp(i8* getelementptr inbounds ([6 x i8]* @hello, i32 0, i32 0), i…
DStrRChr.ll6 @hello = constant [14 x i8] c"hello world\5Cn\00"
12 %hello_p = getelementptr [14 x i8]* @hello, i32 0, i32 0
DFPrintF.ll13 @hello = constant [13 x i8] c"hello world\0A\00" ; <[13 x i8]*> [#uses=1]
21 … ...)* @fprintf( %struct._IO_FILE* %tmp.1, i8* getelementptr ([13 x i8]* @hello, i32 0, i32 0) ) …
23 …elementptr ([3 x i8]* @str, i32 0, i32 0), i8* getelementptr ([13 x i8]* @hello, i32 0, i32 0) ) …
/external/zlib/test/
Dexample.c29 const char hello[] = "hello, hello!"; variable
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;
155 if (strcmp((char*)uncompr, hello)) {
184 if (strcmp((char*)uncompr, hello + 6)) {
206 uLong len = (uLong)strlen(hello)+1;
215 c_stream.next_in = (Bytef*)hello;
268 if (strcmp((char*)uncompr, hello)) {
[all …]
/external/clang/test/CodeGenCXX/
Dcxx-block-objects.cpp15 void hello() const;
22 void (^c)(void) = ((__typeof(^{ a.hello(); }))_Block_copy((const void *)(^{ a.hello(); }))); in main()
/external/stlport/test/unit/
Dstrstream_buffer_read_test.cpp29 char hello[] = "Hello"; in read_from_buffer() local
30 strstream stream(hello, sizeof(hello), ios_base::in); in read_from_buffer()
/external/webkit/LayoutTests/dom/xhtml/level3/core/
Duserdatahandler02.js106 var hello = "Hello";
117 node.setUserData("greeting", hello, null);
119 node.setUserData("greeting", hello, userDataMonitor.handle);
141 assertEquals("greetingDataHello",hello,data);
Duserdatahandler01.js106 var hello = "Hello";
117 node.setUserData("greeting", hello, null);
119 node.setUserData("greeting", hello, userDataMonitor.handle);
141 assertEquals("greetingDataHello",hello,data);
Duserdatahandler04.js106 var hello = "Hello";
132 node.setUserData("greeting", hello, null);
134 node.setUserData("greeting", hello, userDataMonitor.handle);
156 assertEquals("greetingDataHello",hello,data);
Duserdatahandler03.js106 var hello = "Hello";
132 node.setUserData("greeting", hello, null);
134 node.setUserData("greeting", hello, userDataMonitor.handle);
156 assertEquals("greetingDataHello",hello,data);
/external/clang/test/Parser/
Drecovery.c26 if (x.hello) // expected-error {{no member named 'hello'}}
31 if (x.hello == 0) // expected-error {{no member named 'hello'}}
36 if ((x.hello == 0)) // expected-error {{no member named 'hello'}}
/external/valgrind/main/memcheck/tests/linux/
Dstack_changes.c18 void hello(mycontext *newc) in hello() function
60 makecontext(&ctx1, (void (*)()) hello, 1, &ctx2); in main()
61 makecontext(&ctx2, (void (*)()) hello, 1, &ctx1); in main()
/external/bluetooth/glib/tests/
Dfile-test.c56 const char hello[] = "Hello, World"; in test_mkstemp() local
57 const int hellolen = sizeof (hello) - 1; in test_mkstemp()
75 i = write (fd, hello, hellolen); in test_mkstemp()
85 g_assert (strcmp (chars, hello) == 0 && "read() didn't get same string back"); in test_mkstemp()
/external/webkit/LayoutTests/fast/url/
Dhost-expected.txt22 PASS canonicalize('http://hello%00/') is 'http://hello%00/'
26 FAIL canonicalize('http://192.168.0.1 hello/') should be http://192.168.0.1%20hello/. Was http://19…

1234567