HomeSort by relevance Sort by last modified time
    Searched refs:params2 (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/tests/coretests/src/android/content/pm/
VerificationParamsTest.java 72 VerificationParams params2 = new VerificationParams( local
76 assertEquals(params1, params2);
83 VerificationParams params2 = new VerificationParams( local
87 assertFalse(params1.equals(params2));
94 VerificationParams params2 = new VerificationParams( local
98 assertFalse(params1.equals(params2));
105 VerificationParams params2 = new VerificationParams( local
110 assertFalse(params1.equals(params2));
117 VerificationParams params2 = new VerificationParams( local
121 assertFalse(params1.equals(params2));
128 VerificationParams params2 = new VerificationParams( local
140 VerificationParams params2 = new VerificationParams( local
152 VerificationParams params2 = new VerificationParams( local
163 VerificationParams params2 = new VerificationParams(null, Uri.parse(ORIGINATING_URI_STRING), local
173 VerificationParams params2 = new VerificationParams( local
184 VerificationParams params2 = new VerificationParams( local
195 VerificationParams params2 = new VerificationParams( local
206 VerificationParams params2 = new VerificationParams( local
218 VerificationParams params2 = new VerificationParams( local
    [all...]
ContainerEncryptionParamsTest.java 96 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
102 assertEquals(params1, params2);
110 ContainerEncryptionParams params2 = new ContainerEncryptionParams(new String( local
116 assertFalse(params1.equals(params2));
124 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
130 assertFalse(params1.equals(params2));
138 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
144 assertFalse(params1.equals(params2));
152 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
158 assertFalse(params1.equals(params2));
166 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
180 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
194 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
208 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
222 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
236 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
250 ContainerEncryptionParams params2 = new ContainerEncryptionParams(new String( local
264 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
278 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
292 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
306 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
320 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
334 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
348 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
362 ContainerEncryptionParams params2 = new ContainerEncryptionParams( local
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.cc 118 DesktopNotificationHostMsg_Show_Params params2; local
119 params2.origin = GURL("http://www.google.com");
120 params2.is_html = true;
121 params2.contents_url = GURL("http://www.google.com/notification.html");
122 params2.notification_id = 2;
125 params2, 0, 0, DesktopNotificationService::PageNotification));
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 321 ViewHostMsg_FrameNavigate_Params params2; local
322 InitNavigateParams(&params2, 1, url2);
323 contents()->TestDidNavigate(pending_rvh, params2);
378 ViewHostMsg_FrameNavigate_Params params2; local
379 InitNavigateParams(&params2, 1, url2);
380 contents()->TestDidNavigate(new_rvh, params2);
467 ViewHostMsg_FrameNavigate_Params params2; local
468 InitNavigateParams(&params2, 2, url2);
469 contents2.TestDidNavigate(rvh2, params2);
534 ViewHostMsg_FrameNavigate_Params params2; local
610 ViewHostMsg_FrameNavigate_Params params2; local
734 ViewHostMsg_FrameNavigate_Params params2; local
784 ViewHostMsg_FrameNavigate_Params params2; local
819 ViewHostMsg_FrameNavigate_Params params2; local
    [all...]
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.cc 123 DesktopNotificationHostMsg_Show_Params params2; local
124 params2.origin = GURL("http://www.google.com");
125 params2.is_html = true;
126 params2.contents_url = GURL("http://www.google.com/notification.html");
127 params2.notification_id = 2;
130 params2, 0, 0, DesktopNotificationService::PageNotification));
  /external/chromium/chrome/browser/sync/util/
cryptographer_unittest.cc 80 KeyParams params2 = {"localhost", "dummy", "dummy2"}; local
81 EXPECT_TRUE(cryptographer.AddKey(params2));
  /cts/tests/tests/widget/src/android/widget/cts/
ToastTest.java 252 WindowManager.LayoutParams params2 = (WindowManager.LayoutParams) view.getLayoutParams(); local
253 assertEquals(horizontal2, params2.horizontalMargin);
254 assertEquals(vertical2, params2.verticalMargin);
FrameLayoutTest.java 229 FrameLayout.LayoutParams params2 = new FrameLayout.LayoutParams(width, height); local
230 assertTrue(myFrameLayout.checkLayoutParams(params2));
  /external/chromium/chrome/browser/
browser_browsertest.cc 779 AddTabWithURLParams params2(GURL(chrome::kAboutBlankURL),
781 app_browser->AddTabWithURL(&params2);
782 EXPECT_EQ(app_browser, params2.target);
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 3765 const char* params2[] = { "5", "8" }; local
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 163 milliseconds