Searched refs:silly (Results 1 – 25 of 113) sorted by relevance
12345
/external/curl/tests/data/ |
D | test540 | 68 http://test.remote.example.com/path/540 http://%HOSTIP:%HTTPPORT silly:person custom.set.host.name 85 Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="/path/540", … 91 Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="/path/540", …
|
D | test97 | 32 -d "hejsanallabarn" -H "Content-Type: silly/type" http://%HOSTIP:%HTTPPORT/97 46 Content-Type: silly/type
|
D | test508 | 46 s/^(this is what we post to the silly web server)\r\n/$1\n/ if($has_charconv) 55 this is what we post to the silly web server
|
D | test7 | 20 Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/"; 57 Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
|
D | test1105 | 20 Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/"; 62 127.0.0.1 FALSE "/silly/" FALSE 0 mismatch this
|
D | test554 | 62 this is what we post to the silly web server 67 this is what we post to the silly web server
|
D | test31 | 20 Set-Cookie:ismatch=this ; domain=127.0.0.1; path=/silly/ 53 Set-Cookie: magic=yessir; path=/silly/; HttpOnly 103 127.0.0.1 FALSE /silly/ FALSE 0 ismatch this 129 #HttpOnly_127.0.0.1 FALSE /silly/ FALSE 0 magic yessir
|
D | test206 | 81 …xx.se.206:8990/path/2060002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-dig… 97 Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="test.remote.…
|
D | test711 | 16 silly content
|
D | test712 | 16 silly content
|
D | test17 | 30 # Use a silly request without '--':
|
D | test562 | 12 silly data
|
D | test24 | 14 This silly page doesn't reaaaaaly exist so you should not get it.
|
D | test172 | 37 .%HOSTIP TRUE /silly/ FALSE 0 ismatch this
|
D | test1384 | 59 230 Welcome you silly person
|
D | test1382 | 60 230 Welcome you silly person
|
D | test1380 | 59 230 Welcome you silly person
|
D | test1379 | 59 230 Welcome you silly person
|
D | test1354 | 64 230 Welcome you silly person
|
D | test1383 | 59 230 Welcome you silly person
|
D | test1381 | 60 230 Welcome you silly person
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2003-07-21-ExternalConstant.ll | 17 @silly = external constant i32 ; <i32*> [#uses=1] 35 %tmp.1 = load i32, i32* @silly ; <i32> [#uses=1]
|
/external/clang/test/Index/ |
D | overriding-method-comments.mm | 114 /// \tparam BBB The type, silly. 115 /// \tparam AAA The type, silly as well. 119 …ara> The type, silly as well.</Para></Discussion></Parameter><Parameter><Name>BBB</Name><Index>1</… 124 …ara> The type, silly as well.</Para></Discussion></Parameter><Parameter><Name>QQQ</Name><Index>1</…
|
/external/dbus/test/data/auth/ |
D | external-silly.auth-script | 1 ## this tests we can't auth if socket reports silly credentials but we ask for our own uid
|
/external/opencv3/modules/python/test/ |
D | camera_calibration.py | 293 def silly(p, goodcorners): function 305 print "initial error", silly(x0, goodcorners) 306 xopt = fmin(silly, x0, args=(goodcorners,)) 308 print "final error", silly(xopt, goodcorners)
|
12345