/external/tcpdump/tests/ |
D | mpls-ldp-hello.sh | 3 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/ |
D | array-bounds-ptr-arith.cpp | 5 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/ |
D | 2009-03-25-TestBug.ll | 6 @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/ |
D | complex-values-expected.txt | 85 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/ |
D | example.pas | 31 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/ |
D | strncpy-overflow.cc | 4 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/ |
D | StrLen.ll | 6 @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]
|
D | StrCpy.ll | 8 @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
|
D | StrNCpy.ll | 9 @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]
|
D | StrCat.ll | 12 @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]
|
D | StrNCat.ll | 11 @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]
|
D | StrCmp.ll | 6 @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…
|
D | StrRChr.ll | 6 @hello = constant [14 x i8] c"hello world\5Cn\00" 12 %hello_p = getelementptr [14 x i8]* @hello, i32 0, i32 0
|
D | FPrintF.ll | 13 @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/ |
D | example.c | 29 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/ |
D | cxx-block-objects.cpp | 15 void hello() const; 22 void (^c)(void) = ((__typeof(^{ a.hello(); }))_Block_copy((const void *)(^{ a.hello(); }))); in main()
|
/external/stlport/test/unit/ |
D | strstream_buffer_read_test.cpp | 29 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/ |
D | userdatahandler02.js | 106 var hello = "Hello"; 117 node.setUserData("greeting", hello, null); 119 node.setUserData("greeting", hello, userDataMonitor.handle); 141 assertEquals("greetingDataHello",hello,data);
|
D | userdatahandler01.js | 106 var hello = "Hello"; 117 node.setUserData("greeting", hello, null); 119 node.setUserData("greeting", hello, userDataMonitor.handle); 141 assertEquals("greetingDataHello",hello,data);
|
D | userdatahandler04.js | 106 var hello = "Hello"; 132 node.setUserData("greeting", hello, null); 134 node.setUserData("greeting", hello, userDataMonitor.handle); 156 assertEquals("greetingDataHello",hello,data);
|
D | userdatahandler03.js | 106 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/ |
D | recovery.c | 26 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/ |
D | stack_changes.c | 18 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/ |
D | file-test.c | 56 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/ |
D | host-expected.txt | 22 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…
|