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

  /frameworks/base/core/tests/coretests/src/android/content/pm/
VerificationParamsTest.java 69 VerificationParams params1 = new VerificationParams(VERIFICATION_URI, ORIGINATING_URI, local
76 assertEquals(params1, params2);
80 VerificationParams params1 = new VerificationParams(VERIFICATION_URI, ORIGINATING_URI, local
87 assertFalse(params1.equals(params2));
91 VerificationParams params1 = new VerificationParams(VERIFICATION_URI, ORIGINATING_URI, local
98 assertFalse(params1.equals(params2));
102 VerificationParams params1 = new VerificationParams(VERIFICATION_URI, ORIGINATING_URI, local
110 assertFalse(params1.equals(params2));
114 VerificationParams params1 = new VerificationParams(VERIFICATION_URI, ORIGINATING_URI, local
121 assertFalse(params1.equals(params2))
125 VerificationParams params1 = new VerificationParams(VERIFICATION_URI, ORIGINATING_URI, local
137 VerificationParams params1 = new VerificationParams(VERIFICATION_URI, ORIGINATING_URI, local
149 VerificationParams params1 = new VerificationParams(VERIFICATION_URI, ORIGINATING_URI, local
160 VerificationParams params1 = new VerificationParams(VERIFICATION_URI, ORIGINATING_URI, local
170 VerificationParams params1 = new VerificationParams(VERIFICATION_URI, ORIGINATING_URI, local
181 VerificationParams params1 = new VerificationParams(VERIFICATION_URI, ORIGINATING_URI, local
192 VerificationParams params1 = new VerificationParams(VERIFICATION_URI, ORIGINATING_URI, local
203 VerificationParams params1 = new VerificationParams(VERIFICATION_URI, ORIGINATING_URI, local
215 VerificationParams params1 = new VerificationParams(VERIFICATION_URI, ORIGINATING_URI, local
    [all...]
ContainerEncryptionParamsTest.java 92 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
102 assertEquals(params1, params2);
106 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
116 assertFalse(params1.equals(params2));
120 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
130 assertFalse(params1.equals(params2));
134 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
144 assertFalse(params1.equals(params2));
148 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
158 assertFalse(params1.equals(params2))
162 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
176 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
190 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
204 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
218 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
232 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
246 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
260 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
274 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
288 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
302 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
316 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
330 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
344 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
358 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM, local
    [all...]
  /external/mockito/src/org/mockito/internal/invocation/
InvocationMatcher.java 103 Class[] params1 = m1.getParameterTypes(); local
105 if (params1.length == params2.length) {
106 for (int i = 0; i < params1.length; i++) {
107 if (params1[i] != params2[i])
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 305 ViewHostMsg_FrameNavigate_Params params1; local
306 InitNavigateParams(&params1, 1, url);
307 contents()->TestDidNavigate(orig_rvh, params1);
339 contents()->TestDidNavigate(goback_rvh, params1);
358 ViewHostMsg_FrameNavigate_Params params1; local
359 InitNavigateParams(&params1, 1, url);
360 contents()->TestDidNavigate(orig_rvh, params1);
399 ViewHostMsg_FrameNavigate_Params params1; local
400 InitNavigateParams(&params1, 1, url);
401 contents()->TestDidNavigate(orig_rvh, params1);
453 ViewHostMsg_FrameNavigate_Params params1; local
505 ViewHostMsg_FrameNavigate_Params params1; local
555 ViewHostMsg_FrameNavigate_Params params1; local
587 ViewHostMsg_FrameNavigate_Params params1; local
682 ViewHostMsg_FrameNavigate_Params params1; local
753 ViewHostMsg_FrameNavigate_Params params1; local
806 ViewHostMsg_FrameNavigate_Params params1; local
840 ViewHostMsg_FrameNavigate_Params params1; local
    [all...]
  /external/chromium/chrome/browser/sync/util/
cryptographer_unittest.cc 66 KeyParams params1 = {"localhost", "dummy", "dummy1"}; local
67 EXPECT_TRUE(cryptographer.AddKey(params1));
  /cts/tests/tests/widget/src/android/widget/cts/
ToastTest.java 256 WindowManager.LayoutParams params1 = (WindowManager.LayoutParams) view.getLayoutParams(); local
257 assertEquals(horizontal1, params1.horizontalMargin);
258 assertEquals(vertical1, params1.verticalMargin);
FrameLayoutTest.java 226 ViewGroup.LayoutParams params1 = new ViewGroup.LayoutParams(width, height); local
227 assertFalse(myFrameLayout.checkLayoutParams(params1));
  /external/chromium/chrome/browser/
browser_browsertest.cc 762 AddTabWithURLParams params1(url, PageTransition::TYPED);
763 popup_browser->AddTabWithURL(&params1);
764 EXPECT_EQ(popup_browser, params1.target);
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /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 222 milliseconds