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

1 2 3 4 5

  /system/connectivity/shill/cellular/
mm1_modem_modemcdma_proxy_interface.h 39 virtual void Activate(const std::string& carrier,
mock_mm1_modem_modemcdma_proxy.cc 27 ON_CALL(*this, Activate(_, _, _, _))
mock_modem_cdma_proxy.cc 26 ON_CALL(*this, Activate(_, _, _, _))
mock_mm1_modem_modemcdma_proxy.h 35 MOCK_METHOD4(Activate, void(
mock_modem_cdma_proxy.h 34 MOCK_METHOD4(Activate, void(const std::string& carrier, Error* error,
modem_cdma_proxy_interface.h 45 virtual void Activate(const std::string& carrier, Error* error,
cellular_capability_cdma_unittest.cc 160 TEST_F(CellularCapabilityCDMATest, Activate) {
162 EXPECT_CALL(*proxy_, Activate(kTestCarrier, _, _,
169 capability_->Activate(kTestCarrier, nullptr,
183 EXPECT_CALL(*cellular_, Disconnect(_, StrEq("Activate")));
184 EXPECT_CALL(*proxy_, Activate(kTestCarrier, _, _,
193 capability_->Activate(kTestCarrier, &error,
218 EXPECT_CALL(*cellular_, Disconnect(_, StrEq("Activate")));
219 EXPECT_CALL(*proxy_, Activate(kTestCarrier, _, _,
226 capability_->Activate(kTestCarrier, &error,
246 EXPECT_CALL(*proxy_, Activate(kTestCarrier, _, _
    [all...]
cellular_capability_cdma.h 53 void Activate(const std::string& carrier,
86 FRIEND_TEST(CellularCapabilityCDMATest, Activate);
cellular_capability_cdma.cc 172 void CellularCapabilityCDMA::Activate(const string& carrier,
184 proxy_->Activate(carrier, error, activation_callback, kTimeoutActivate);
192 "Unable to activate in " +
217 Activate(pending_activation_carrier_,
358 LOG(ERROR) << "Activate() failed with error: " << error;
  /external/opencv3/samples/winrt/ImageManipulations/
App.xaml.cpp 65 Window::Current->Activate();
96 Window::Current->Activate();
  /external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
App.xaml.cpp 75 Window::Current->Activate();
90 Window::Current->Activate();
  /external/autotest/client/common_lib/cros/
interactive_xmlrpc_server.py 63 self._tab.Activate()
84 self._tab.Activate()
186 self._tab.Activate()
208 self._tab.Activate()
  /external/autotest/client/site_tests/network_CDMAActivate/files/
modems.py 39 # stores how many times "Activate" has been called on this
56 def Activate(self, carrier, return_cb, raise_cb):
63 super(ActivationRetryModem, self).Activate(
  /external/opencv3/samples/winrt/FaceDetection/FaceDetection/
App.xaml.cpp 86 Window::Current->Activate();
98 Window::Current->Activate();
  /system/connectivity/shill/dbus/
chromeos_mm1_modem_modemcdma_proxy.h 39 void Activate(const std::string& carrier,
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 171 self._tab.Activate()
197 fg_tab.Activate()
200 bg_tab.Activate()
350 self._tab.Activate()
437 self._tab.Activate()
485 self._tab.Activate()
  /external/autotest/client/cros/
semiauto_framework.py 50 self._tab.Activate()
  /external/opencv3/samples/winrt_universal/PhoneTutorial/
App.xaml.cpp 101 Window::Current->Activate();
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 75 // must call Activate() before performing any GL operations.
80 // created by the host application). You do not need to call Activate() as
87 bool Activate();
gl_env.cpp 90 bool GLEnv::Activate() {
91 ALOGV("Activate()");
220 return wasActive ? Activate() : true;
283 return Activate();
333 ALOGE("EGL Error: Attempting to activate context with bad display!");
336 ALOGE("EGL Error: Attempting to activate context with bad surface!");
339 ALOGE("EGL Error: Attempting to activate context, which is "
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmusics.h 95 STDMETHOD(Activate)(THIS_ WINBOOL fEnable) PURE;
121 #define IDirectMusicSynth_Activate(p,a) (p)->lpVtbl->Activate(p,a)
152 STDMETHOD(Activate)(THIS_ WINBOOL fEnable) PURE;
184 #define IDirectMusicSynth8_Activate(p,a) (p)->lpVtbl->Activate(p,a)
214 STDMETHOD(Activate)(THIS_ WINBOOL fEnable) PURE;
231 #define IDirectMusicSynthSink_Activate(p,a) (p)->lpVtbl->Activate(p,a)
  /external/autotest/client/cros/multimedia/
facade_resource.py 105 tab.Activate()
  /external/autotest/client/site_tests/graphics_WebGLClear/
graphics_WebGLClear.py 62 tab.Activate()
  /external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/
policy_JavaScriptAllowedForUrls.py 106 tab.Activate()
  /external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
policy_JavaScriptBlockedForUrls.py 108 tab.Activate()

Completed in 385 milliseconds

1 2 3 4 5