HomeSort by relevance Sort by last modified time
    Searched full:params1 (Results 1 - 11 of 11) 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])
  /cts/tests/tests/widget/src/android/widget/cts/
ToastTest.java 247 WindowManager.LayoutParams params1 = (WindowManager.LayoutParams) view.getLayoutParams(); local
248 assertEquals(horizontal1, params1.horizontalMargin);
249 assertEquals(vertical1, params1.verticalMargin);
FrameLayoutTest.java 233 ViewGroup.LayoutParams params1 = new ViewGroup.LayoutParams(width, height); local
234 assertFalse(myFrameLayout.checkLayoutParams(params1));
  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 521 Object[] params1 = new Object[method.getParameterTypes().length]; local
523 for (int i = 0; i < params1.length; i++) {
525 params1[i] = random.nextInt();
528 params1[i] = random.nextLong();
534 HashFunction hashFunction1a = (HashFunction) method.invoke(clazz, params1);
535 HashFunction hashFunction1b = (HashFunction) method.invoke(clazz, params1);
  /external/ceres-solver/internal/ceres/
dynamic_numeric_diff_cost_function_test.cc 65 const double* params1 = parameters[1]; local
67 c_residual += params1[i];
dynamic_autodiff_cost_function_test.cc 65 const T* params1 = parameters[1]; local
67 c_residual += params1[i];
  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 699 Support_TestWebData params1 = Support_TestWebData.testParams[1];
701 assertEquals(params1.testLength, hf);
    [all...]