/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 57 GET http://moo/we/want/3310002 HTTP/1.1 58 Host: moo 61 Cookie: moo=yes
|
D | test48 | 32 -d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/48 -G -I http://%HOSTIP:%HTTPPORT/48 43 HEAD /48?foo=moo&moo=poo HTTP/1.1 47 HEAD /48?foo=moo&moo=poo HTTP/1.1
|
D | test199 | 38 -d "foo=moo&moo=poo" "http://%HOSTIP:%HTTPPORT/{199,199}" -G 49 GET /199?foo=moo&moo=poo HTTP/1.1 53 GET /199?foo=moo&moo=poo 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 69 mooPOST /blah/moo.html&testcase=/10120002 HTTP/1.1 76 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 69 mooPOST /blah/moo.html&testcase=/10760002 HTTP/1.1 76 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 70 mooPOST /blah/moo.html&testcase=/13320002 HTTP/1.1 77 moo
|
D | test1509 | 61 http://the.old.moo.1509:%HTTPPORT/1509 %HOSTIP:%PROXYPORT 68 moo 75 CONNECT the.old.moo.1509:%HTTPPORT HTTP/1.1 76 Host: the.old.moo.1509:%HTTPPORT 82 Host: the.old.moo.1509:%HTTPPORT
|
D | test32 | 38 -d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/32 -G 49 GET /32?foo=moo&moo=poo HTTP/1.1
|
D | test1098 | 38 ftp://ftp-site/moo/1098 ftp://ftp-site/moo/1098 --proxy http://%HOSTIP:%HTTPPORT 49 GET ftp://ftp-site/moo/1098 HTTP/1.1 54 GET ftp://ftp-site/moo/1098 HTTP/1.1
|
D | test1525 | 50 http://the.old.moo.1525:%HTTPPORT/1525 %HOSTIP:%PROXYPORT 57 CONNECT the.old.moo.1525:%HTTPPORT HTTP/1.1 58 Host: the.old.moo.1525:%HTTPPORT 65 Host: the.old.moo.1525:%HTTPPORT
|
D | test1011 | 14 Location: moo.html&testcase=/10110002 29 Location: moo.html&testcase=/10110002 52 http://%HOSTIP:%HTTPPORT/blah/1011 -L -d "moo" 69 mooGET /blah/moo.html&testcase=/10110002 HTTP/1.1
|
D | test1526 | 52 http://the.old.moo.1526:%HTTPPORT/1526 %HOSTIP:%PROXYPORT 59 CONNECT the.old.moo.1526:%HTTPPORT HTTP/1.1 60 Host: the.old.moo.1526:%HTTPPORT 67 Host: the.old.moo.1526:%HTTPPORT
|
D | test1527 | 51 http://the.old.moo.1527:%HTTPPORT/1527 %HOSTIP:%PROXYPORT 58 CONNECT the.old.moo.1527:%HTTPPORT HTTP/1.1 59 Host: the.old.moo.1527:%HTTPPORT 67 Host: the.old.moo.1527:%HTTPPORT
|
D | test1528 | 44 http://the.old.moo:%HTTPPORT/1528 %HOSTIP:%PROXYPORT 51 GET http://the.old.moo:%HTTPPORT/1528 HTTP/1.1 52 Host: the.old.moo:%HTTPPORT
|
D | test1413 | 14 Location: moo.html/14130002#fragmentpart 29 Location: moo.html/14130002#fragmentpart 67 GET /this/moo.html/14130002 HTTP/1.1
|
/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/swiftshader/third_party/LLVM/test/TableGen/ |
D | MultiClassInherit.td | 29 def S5 : C1<bs1, "moo"> { 30 int moo = 3; 39 def S7 : C1<bs3, "moo"> { 40 int moo = 3;
|
/external/swiftshader/third_party/llvm-7.0/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;
|
/external/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;
|