/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
CookieStoreTest.java | 66 HttpCookie cookie2 = new HttpCookie(" NaME1 ", " TESTVALUE1 "); local 67 cookieStore.add(uri, cookie2); 71 assertTrue(list.contains(cookie2)); 141 HttpCookie cookie2 = new HttpCookie("cookie_name2", "cookie_value2"); local 143 cookieStore.add(uri1, cookie2); 211 HttpCookie cookie2 = new HttpCookie("cookie_name2", "cookie_value2"); local 213 cookieStore.add(uri2, cookie2); 217 assertTrue(list.contains(cookie2)); 259 HttpCookie cookie2 = new HttpCookie("cookie_name2", "cookie_value2"); local 260 cookieStore.add(uri1, cookie2); 290 HttpCookie cookie2 = new HttpCookie("cookie_name2", "cookie_value2"); local 377 HttpCookie cookie2 = new HttpCookie("cookie_name2", "cookie_value2"); local [all...] |
HttpCookieTest.java | 388 HttpCookie cookie2 = new HttpCookie("TesT", "TEstValue"); local 392 assertTrue(cookie2.equals(cookie)); 393 assertTrue(cookie.equals(cookie2)); 397 cookie2.setDomain("test"); 398 assertFalse(cookie.equals(cookie2)); 400 assertTrue(cookie.equals(cookie2)); 403 assertFalse(cookie.equals(cookie2)); 404 cookie2.setPath("temp\\E"); 405 assertFalse(cookie.equals(cookie2)); 409 cookie2.setPath("temp\\e") [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
RFC2965CommentUrlAttributeHandler.java | 58 SetCookie2 cookie2 = (SetCookie2) cookie; local 59 cookie2.setCommentURL(commenturl);
|
RFC2965DiscardAttributeHandler.java | 58 SetCookie2 cookie2 = (SetCookie2) cookie; local 59 cookie2.setDiscard(true);
|
RFC2965PortAttributeHandler.java | 116 SetCookie2 cookie2 = (SetCookie2) cookie; local 119 cookie2.setPorts(ports);
|
/hardware/ti/omap4-aah/camera/inc/ |
Encoder_libjpeg.h | 54 void* cookie2, 149 void* cookie2, 152 mCancelEncoding(false), mCookie1(cookie1), mCookie2(cookie2), mCookie3(cookie3), mCookie4(cookie4), 201 void getCookies(void **cookie1, void **cookie2, void **cookie3) { 203 if (cookie2) *cookie2 = mCookie2;
|
CameraHal.h | 720 void EncoderDoneCb(void*, void*, CameraFrame::FrameType type, void* cookie1, void* cookie2, void *cookie3); [all...] |
/hardware/ti/omap4xxx/camera/inc/ |
Encoder_libjpeg.h | 46 void* cookie2, 133 void* cookie2, 136 mCancelEncoding(false), mCookie1(cookie1), mCookie2(cookie2), mCookie3(cookie3), 186 void getCookies(void **cookie1, void **cookie2, void **cookie3) { 188 if (cookie2) *cookie2 = mCookie2;
|
CameraHal.h | 585 void EncoderDoneCb(void*, void*, CameraFrame::FrameType type, void* cookie1, void* cookie2); [all...] |
/hardware/ti/omap4-aah/camera/ |
AppCallbackNotifier.cpp | 36 void* cookie2, 43 cb->EncoderDoneCb(main_jpeg, thumb_jpeg, type, cookie2, cookie3, cookie4); 60 void AppCallbackNotifier::EncoderDoneCb(void* main_jpeg, void* thumb_jpeg, CameraFrame::FrameType type, void* cookie1, void* cookie2, void *cookie3) 87 if (cookie2) { 88 ExifElementsTable* exif = (ExifElementsTable*) cookie2; 108 cookie2 = NULL; 153 if (cookie2) { 154 delete (ExifElementsTable*) cookie2; [all...] |
/hardware/ti/omap4xxx/camera/ |
AppCallbackNotifier.cpp | 40 void* cookie2, 46 cb->EncoderDoneCb(main_jpeg, thumb_jpeg, type, cookie2, cookie3); 63 void AppCallbackNotifier::EncoderDoneCb(void* main_jpeg, void* thumb_jpeg, CameraFrame::FrameType type, void* cookie1, void* cookie2) 88 if (cookie2) { 89 ExifElementsTable* exif = (ExifElementsTable*) cookie2; 109 cookie2 = NULL; 152 if (cookie2) { 153 delete (ExifElementsTable*) cookie2; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfoTest.java | 490 MergeCookie cookie2 = new MergeCookie(node2); local 497 Object cookie = (i % 2) == 0 ? cookie1 : cookie2; 542 MergeCookie cookie2 = new MergeCookie(node2); local 549 Object cookie = (i % 2) == 0 ? cookie1 : cookie2; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.httpclient_3.1.0.v201005080502.jar | |
/external/robolectric/lib/main/ |
httpclient-4.0.3.jar | |
/prebuilts/devtools/tools/lib/ |
httpclient-4.1.1.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar | |
/prebuilts/tools/common/http-client/ |
httpclient-4.1.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/ |
httpclient-4.1.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/ |
httpclient-4.2.1.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar | |
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/ |
httpclient-4.1.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/ |
httpclient-4.3.2.jar | |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
wagon-http-2.6-shaded.jar | |
/prebuilts/tools/common/google-api-java-client/1.20.0/ |
google-api-java-client-min-repackaged-1.20.0.jar | |
/prebuilts/tools/common/google-api-java-client/1.8.0-rc/ |
google-api-java-client-min-repackaged.jar | |