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

1 2

  /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/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client_unittest.cc 51 Widget::InitParams params1 = local
53 params1.bounds = gfx::Rect(origin, gfx::Size(700, 600));
54 params1.ownership = Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET;
55 params1.native_widget = new DesktopNativeWidgetAura(&widget1);
56 widget1.Init(params1);
  /external/chromium_org/content/renderer/media/
audio_renderer_mixer_manager_unittest.cc 87 media::AudioParameters params1(
91 media::AudioRendererMixer* mixer1 = GetMixer(kRenderViewId, params1);
96 EXPECT_EQ(mixer1, GetMixer(kRenderViewId, params1));
100 RemoveMixer(kRenderViewId, params1);
114 RemoveMixer(kRenderViewId, params1);
127 media::AudioParameters params1(AudioParameters::AUDIO_PCM_LINEAR,
132 media::AudioRendererMixer* mixer1 = GetMixer(kRenderViewId, params1);
156 ASSERT_NE(params3.channel_layout(), params1.channel_layout());
164 RemoveMixer(kRenderViewId, params1);
  /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_org/chrome/test/chromedriver/chrome/
console_logger_unittest.cc 145 base::DictionaryValue params1; // All fields are set. local
146 ConsoleLogParams(&params1, "source1", "url1", "debug", 10, 1, "text1");
147 ASSERT_EQ(kOk, client.TriggerEvent("Console.messageAdded", params1).code());
149 ASSERT_EQ(kOk, client.TriggerEvent("Console.gaga", params1).code());
  /external/chromium_org/sync/util/
cryptographer_unittest.cc 113 KeyParams params1 = {"localhost", "dummy", "dummy1"}; local
114 EXPECT_TRUE(cryptographer_.AddKey(params1));
218 KeyParams params1 = {"localhost", "dummy", "dummy"}; local
219 EXPECT_TRUE(cryptographer_.AddKey(params1));
  /external/chromium_org/ui/views/widget/
widget_interactive_uitest.cc 810 Widget::InitParams params1 = CreateParams(Widget::InitParams::TYPE_POPUP); local
811 params1.ownership = Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET;
812 params1.activatable = Widget::InitParams::ACTIVATABLE_YES;
813 widget1.Init(params1);
904 Widget::InitParams params1 = local
906 params1.native_widget = CreateNativeWidget(use_desktop_native_widget,
908 params1.ownership = views::Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET;
909 widget1.Init(params1);
1006 Widget::InitParams params1 = local
1122 Widget::InitParams params1 = local
    [all...]
  /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/chromium_org/net/socket/
ssl_client_socket_pool_unittest.cc 295 scoped_refptr<SSLSocketParams> params1 = local
313 "b", params1, MEDIUM, callback1.callback(), pool_.get(), BoundNetLog());
355 scoped_refptr<SSLSocketParams> params1 = local
369 "b", params1, MEDIUM, callback1.callback(), pool_.get(), BoundNetLog());
427 scoped_refptr<SSLSocketParams> params1 = local
441 "b", params1, MEDIUM, callback1.callback(), pool_.get(), BoundNetLog());
495 scoped_refptr<SSLSocketParams> params1 = local
509 "b", params1, MEDIUM, callback1.callback(), pool_.get(), BoundNetLog());
572 scoped_refptr<SSLSocketParams> params1 = local
589 "b", params1, MEDIUM, callback1.callback(), pool_.get(), BoundNetLog())
655 scoped_refptr<SSLSocketParams> params1 = local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine_unittest.cc 340 cricket::SendDataParams params1; local
341 params1.ssrc = 41;
349 EXPECT_TRUE(dmc1->SendData(params1, payload, &result));
357 EXPECT_TRUE(dmc1->SendData(params1, payload, &result));
  /external/chromium_org/content/browser/quota/
storage_monitor_unittest.cc 507 StorageObserver::MonitorParams params1(kStorageTypePersistent,
515 std::string host1 = net::GetHostOrSpecFromURL(params1.filter.origin);
521 type_observers.AddObserver(&mock_observer1, params1);
522 type_observers.AddObserver(&mock_observer2, params1);
535 type_observers.RemoveObserverForFilter(&mock_observer1, params1.filter);
  /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/chromium_org/sandbox/win/src/
ipc_unittest.cc 443 CrossCallParamsMock* params1 = new(buff1) CrossCallParamsMock(tag, 1); local
446 ResultCode result = client.DoCall(params1, &answer);
542 CrossCallParamsMock* params1 = new(buff0) CrossCallParamsMock(tag, 1); local
545 ResultCode result = client.DoCall(params1, &answer);
  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_browsertest.cc     [all...]
panel_browsertest.cc     [all...]
  /system/keymaster/
authorization_set_test.cpp 474 keymaster_key_param_t params1[] = { local
479 AuthorizationSet set1(params1, array_length(params1));
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter_unittest.cc 81 void TestSetParams(const std::vector<CryptoParams>& params1,
83 EXPECT_TRUE(f1_.SetOffer(params1, CS_LOCAL));
84 EXPECT_TRUE(f2_.SetOffer(params1, CS_REMOTE));
    [all...]
  /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...]
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc     [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 

Completed in 588 milliseconds

1 2