/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_screen_position_client_unittest.cc | 62 Widget::InitParams params2 = local 64 params2.bounds = gfx::Rect(origin, gfx::Size(600, 500)); 65 params2.parent = widget1.GetNativeView(); 66 params2.ownership = Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET; 67 params2.child = true; 68 widget2.Init(params2);
|
/external/chromium_org/chrome/renderer/autofill/ |
autofill_renderer_browsertest.cc | 110 AutofillHostMsg_FillAutofillFormData::Param params2; local 111 AutofillHostMsg_FillAutofillFormData::Read(message2, ¶ms2); 112 const FormData& form2 = params2.b;
|
/external/chromium_org/sync/util/ |
cryptographer_unittest.cc | 127 KeyParams params2 = {"localhost", "dummy", "dummy2"}; local 128 EXPECT_TRUE(cryptographer_.AddKey(params2));
|
/external/chromium/chrome/browser/sync/util/ |
cryptographer_unittest.cc | 80 KeyParams params2 = {"localhost", "dummy", "dummy2"}; local 81 EXPECT_TRUE(cryptographer.AddKey(params2));
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
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...] |
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...] |
/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_org/chrome/test/chromedriver/chrome/ |
console_logger_unittest.cc | 151 base::DictionaryValue params2; // All optionals are not set. local 152 ConsoleLogParams(¶ms2, "source2", NULL, "log", -1, -1, "text2"); 153 ASSERT_EQ(kOk, client.TriggerEvent("Console.messageAdded", params2).code());
|
/external/mockito/src/org/mockito/internal/invocation/ |
InvocationMatcher.java | 104 Class[] params2 = m2.getParameterTypes(); local 105 if (params1.length == params2.length) { 107 if (params1[i] != params2[i])
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ToastTest.java | 278 WindowManager.LayoutParams params2 = (WindowManager.LayoutParams) view.getLayoutParams(); local 279 assertEquals(horizontal2, params2.horizontalMargin); 280 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/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_org/chrome/browser/notifications/ |
desktop_notifications_unittest.cc | 166 content::ShowDesktopNotificationHostMsgParams params2 = local 168 params2.notification_id = 2; 169 params2.origin = GURL("http://www.google.com"); 170 params2.body = ASCIIToUTF16("Text"); 173 params2, 0, 0, DesktopNotificationService::PageNotification));
|
/external/chromium_org/ppapi/proxy/ |
device_enumeration_resource_helper_unittest.cc | 343 ResourceMessageCallParams params2; local 346 PpapiHostMsg_DeviceEnumeration_MonitorDeviceChange::ID, ¶ms2, &msg2));
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
rtpdataengine_unittest.cc | 333 cricket::SendDataParams params2; local 334 params2.ssrc = 42; 341 EXPECT_TRUE(dmc2->SendData(params2, payload, &result)); 349 EXPECT_TRUE(dmc2->SendData(params2, payload, &result));
|
/external/chromium_org/sandbox/win/src/ |
ipc_unittest.cc | 468 CrossCallParamsMock* params2 = new(buff0) CrossCallParamsMock(tag, 1); local 471 result = client.DoCall(params2, &answer);
|
/external/chromium_org/ui/views/widget/ |
widget_interactive_uitest.cc | 656 Widget::InitParams params2 = local 658 params2.ownership = views::Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET; 659 params2.native_widget = CreateNativeWidget(use_desktop_native_widget, 661 widget2.Init(params2); 761 Widget::InitParams params2 = local 763 params2.ownership = views::Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET; 764 params2.native_widget = new DesktopNativeWidgetAura(&widget2); 765 widget2.Init(params2);
|
/external/chromium/chrome/browser/tab_contents/ |
web_contents_unittest.cc | 321 ViewHostMsg_FrameNavigate_Params params2; local 322 InitNavigateParams(¶ms2, 1, url2); 323 contents()->TestDidNavigate(pending_rvh, params2); 378 ViewHostMsg_FrameNavigate_Params params2; local 379 InitNavigateParams(¶ms2, 1, url2); 380 contents()->TestDidNavigate(new_rvh, params2); 467 ViewHostMsg_FrameNavigate_Params params2; local 468 InitNavigateParams(¶ms2, 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/testing/gmock/test/ |
gmock-matchers_test.cc | 3765 const char* params2[] = { "5", "8" }; local [all...] |
/external/dexmaker/lib/ |
mockito-core-1.9.1-SNAPSHOT.jar | |
/prebuilts/misc/common/groovy/ |
groovy-all-1.7.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.jasper_5.5.17.v201004212143.jar | |
/prebuilts/misc/common/ecj/ |
ecj.jar | |