Home
last modified time | relevance | path

Searched refs:moo (Results 1 – 25 of 120) sorted by relevance

12345

/external/curl/tests/data/
Dtest33118 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
Dtest4832 -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
Dtest19938 -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
Dtest101214 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
Dtest107614 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
Dtest133215 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
Dtest150961 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
Dtest3238 -d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/32 -G
49 GET /32?foo=moo&moo=poo HTTP/1.1
Dtest109838 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
Dtest152550 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
Dtest101114 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
Dtest152652 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
Dtest152751 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
Dtest152844 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
Dtest141314 Location: moo.html/14130002#fragmentpart
29 Location: moo.html/14130002#fragmentpart
67 GET /this/moo.html/14130002 HTTP/1.1
/external/curl/tests/libtest/
Dlib500.c97 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()
Dlib566.c51 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()
Dlib599.c80 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()
Dlib578.c34 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()
Dlib579.c55 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/
Dexpect6 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
Dscript28 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/
DMultiClassInherit.td29 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/
DMultiClassInherit.td60 def S5 : C1<bs1, "moo"> {
61 int moo = 3;
70 def S7 : C1<bs3, "moo"> {
71 int moo = 3;
/external/llvm/test/TableGen/
DMultiClassInherit.td60 def S5 : C1<bs1, "moo"> {
61 int moo = 3;
70 def S7 : C1<bs3, "moo"> {
71 int moo = 3;

12345