/external/curl/tests/data/ |
D | test331 | 18 Set-Cookie: moo=yes; 39 HTTP with cookie using host name 'moo' 42 -x http://%HOSTIP:%HTTPPORT http://moo/we/want/331 -b none http://moo/we/want/3310002 52 GET http://moo/we/want/331 HTTP/1.1 53 Host: moo 58 GET http://moo/we/want/3310002 HTTP/1.1 59 Host: moo 63 Cookie: moo=yes
|
D | test1270 | 19 Location: https://moo.moo.moo 57 Location: https://moo.moo.moo 64 https://moo.moo.moo/
|
D | test48 | 32 -d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/48 -G -I http://%HOSTIP:%HTTPPORT/48 40 HEAD /48?foo=moo&moo=poo HTTP/1.1 45 HEAD /48?foo=moo&moo=poo HTTP/1.1
|
D | test199 | 38 -d "foo=moo&moo=poo" "http://%HOSTIP:%HTTPPORT/{199,199}" -G 46 GET /199?foo=moo&moo=poo HTTP/1.1 51 GET /199?foo=moo&moo=poo HTTP/1.1
|
D | test1524 | 14 Location: moo.html&testcase=/15240002 27 Location: moo.html&testcase=/15240002 51 moo 66 moo 67 GET /blah/moo.html&testcase=/15240002 HTTP/1.1
|
D | test1012 | 14 Location: moo.html&testcase=/10120002 29 Location: moo.html&testcase=/10120002 52 http://%HOSTIP:%HTTPPORT/blah/1012 -L -d "moo" --post301 67 mooPOST /blah/moo.html&testcase=/10120002 HTTP/1.1 74 moo
|
D | test1076 | 14 Location: moo.html&testcase=/10760002 29 Location: moo.html&testcase=/10760002 52 http://%HOSTIP:%HTTPPORT/blah/1076 -L -d "moo" --post302 67 mooPOST /blah/moo.html&testcase=/10760002 HTTP/1.1 74 moo
|
D | test1332 | 15 Location: moo.html&testcase=/13320002 30 Location: moo.html&testcase=/13320002 53 http://%HOSTIP:%HTTPPORT/blah/1332 -L -d "moo" --post303 68 mooPOST /blah/moo.html&testcase=/13320002 HTTP/1.1 75 moo
|
D | test32 | 38 -d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/32 -G 46 GET /32?foo=moo&moo=poo HTTP/1.1
|
D | test1509 | 63 http://the.old.moo.1509:%HTTPPORT/1509 %HOSTIP:%PROXYPORT 70 moo 77 CONNECT the.old.moo.1509:%HTTPPORT HTTP/1.1 78 Host: the.old.moo.1509:%HTTPPORT 84 Host: the.old.moo.1509:%HTTPPORT
|
D | test1098 | 39 ftp://ftp-site/moo/1098 ftp://ftp-site/moo/1098 --proxy http://%HOSTIP:%HTTPPORT 47 GET ftp://ftp-site/moo/1098 HTTP/1.1 53 GET ftp://ftp-site/moo/1098 HTTP/1.1
|
D | test1011 | 14 Location: moo.html&testcase=/10110002 29 Location: moo.html&testcase=/10110002 52 http://%HOSTIP:%HTTPPORT/blah/1011 -L -d "moo" 67 mooGET /blah/moo.html&testcase=/10110002 HTTP/1.1
|
D | test1526 | 52 http://the.old.moo.1526:%HTTPPORT/1526 %HOSTIP:%PROXYPORT 62 CONNECT the.old.moo.1526:%HTTPPORT HTTP/1.1 63 Host: the.old.moo.1526:%HTTPPORT 70 Host: the.old.moo.1526:%HTTPPORT
|
D | test1525 | 50 http://the.old.moo.1525:%HTTPPORT/1525 %HOSTIP:%PROXYPORT 60 CONNECT the.old.moo.1525:%HTTPPORT HTTP/1.1 61 Host: the.old.moo.1525:%HTTPPORT 68 Host: the.old.moo.1525:%HTTPPORT
|
D | test1527 | 51 http://the.old.moo.1527:%HTTPPORT/1527 %HOSTIP:%PROXYPORT 61 CONNECT the.old.moo.1527:%HTTPPORT HTTP/1.1 62 Host: the.old.moo.1527:%HTTPPORT 70 Host: the.old.moo.1527:%HTTPPORT
|
/external/curl/tests/libtest/ |
D | lib500.c | 97 FILE *moo = fopen(libtest_arg2, "wb"); in test() local 98 if(moo) { in test() 104 fprintf(moo, "IP: %s\n", ipstr); in test() 116 fprintf(moo, "namelookup vs connect: %" CURL_FORMAT_CURL_OFF_T in test() 123 fprintf(moo, "connect vs pretransfer: %" CURL_FORMAT_CURL_OFF_T in test() 130 fprintf(moo, "pretransfer vs starttransfer: %" CURL_FORMAT_CURL_OFF_T in test() 138 fprintf(moo, "starttransfer vs total: %" CURL_FORMAT_CURL_OFF_T in test() 145 fclose(moo); in test()
|
D | lib566.c | 51 FILE *moo; in test() local 54 moo = fopen(libtest_arg2, "wb"); in test() 55 if(moo) { in test() 56 fprintf(moo, "CL: %.0f\n", content_length); in test() 57 fclose(moo); in test()
|
D | lib599.c | 80 FILE *moo; in test() local 83 moo = fopen(libtest_arg2, "wb"); in test() 84 if(moo) { in test() 85 fprintf(moo, "CL: %.0f\n", content_length); in test() 86 fclose(moo); in test()
|
D | lib578.c | 34 FILE *moo = fopen(libtest_arg2, "wb"); in progress_callback() local 40 if(moo) { in progress_callback() 42 fprintf(moo, "PASSED, UL data matched data size\n"); in progress_callback() 44 fprintf(moo, "Progress callback called with UL %f out of %f\n", in progress_callback() 46 fclose(moo); in progress_callback()
|
D | lib579.c | 55 FILE *moo = fopen(libtest_arg2, "ab"); in progress_callback() local 56 if(moo) { in progress_callback() 57 fprintf(moo, "Progress callback called with UL %d out of %d\n", in progress_callback() 59 fclose(moo); in progress_callback()
|
/external/e2fsprogs/tests/d_xattr_edits/ |
D | expect | 6 ea_set / user.moo FEE_FIE_FOE_FUMMMMMM 11 user.moo (20) = "FEE_FIE_FOE_FUMMMMMM" 13 ea_get / user.moo 14 user.moo (20) = "FEE_FIE_FOE_FUMMMMMM" 20 ea_rm / user.moo 28 ea_get / user.moo
|
D | script | 28 echo "ea_set / user.moo FEE_FIE_FOE_FUMMMMMM" >> $OUT.new 29 $DEBUGFS -w -R "ea_set / user.moo FEE_FIE_FOE_FUMMMMMM" $TMPFILE >> $OUT.new 2>&1 38 echo "ea_get / user.moo" >> $OUT.new 39 $DEBUGFS -w -R "ea_get / user.moo" $TMPFILE >> $OUT.new 2>&1 48 echo "ea_rm / user.moo" >> $OUT.new 49 $DEBUGFS -w -R "ea_rm / user.moo" $TMPFILE >> $OUT.new 2>&1 63 echo "ea_get / user.moo" >> $OUT.new 64 $DEBUGFS -w -R "ea_get / user.moo" $TMPFILE >> $OUT.new 2>&1
|
/external/llvm-project/clang/test/clang-rename/ |
D | FunctionMacro.cpp | 1 #define moo foo // CHECK: #define moo macro_function macro 12 moo(); in qoo() 13 boo(moo()); in qoo()
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | discard-linkorder.s | 10 # CHECK-NOT: .moo 19 ## --(.moo) 31 .section .moo,"ao",@progbits,.zed
|
/external/llvm-project/llvm/test/TableGen/ |
D | MultiClassInherit.td | 60 def S5 : C1<bs1, "moo"> { 61 int moo = 3; 70 def S7 : C1<bs3, "moo"> { 71 int moo = 3;
|