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

1 2

  /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(
  /system/nvram/messages/include/nvram/messages/
optional.h 33 ValueType& Activate() {
tagged_union.h 47 // |TaggedUnion::Activate()| activates a member. It returns a reference to the
50 // value.Activate<Variant_String>() = "-1";
168 // Construct a |TaggedUnion| object. Note that the constructor will activate
212 // Activate the member identified by |tag|. First, the currently active member
217 typename MemberLookup<tag>::Type::Type& Activate() {
251 // |Destroy()| into each instance of the |Activate()| function.
261 Activate<CurrentMember::kTag>();
279 Activate<CurrentMember::kTag>();
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
CanonRead.c 49 BOOLEAN Activate;
95 Activate = TRUE;
118 Activate = FALSE;
130 Activate = FALSE;
143 Activate = FALSE;
147 Activate = FALSE;
151 Activate = FALSE;
164 (Activate == FALSE));
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmControlDxe/
SmmControlDriver.c 49 Activate (
82 Activate,
169 Activate (
  /external/autotest/client/cros/cellular/pseudomodem/
modem_cdma.py 145 def Activate(self, carrier, return_cb, raise_cb):
158 logging.info('ModemCdma.Activate')
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
tab.py 70 def Activate(self):
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Web_Browser_Suite.py 15 def Activate(self, _object=None, _attributes={}, **_arguments):
16 """Activate: Activate Internet Explorer and optionally select window designated by Window Identifier.
19 Returns: Window Identifier of window to activate
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Web_Browser_Suite.py 15 def Activate(self, _object=None, _attributes={}, **_arguments):
16 """Activate: Activate Internet Explorer and optionally select window designated by Window Identifier.
19 Returns: Window Identifier of window to activate
  /external/libjpeg-turbo/doc/html/search/
search.js 136 this.Activate(isActive);
223 this.Activate(false);
327 this.Activate(false);
407 this.Activate = function(isActive)
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPFXParserAPI.cpp 443 @Function Activate
444 @Returns PVR_SUCCESS if activate succeeded
447 EPVRTError CPVRTPFXEffect::Activate(const int i32RenderTextureId, const unsigned int ui32ReplacementTexture)
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 93 bool GLEnv::Activate() {
94 ALOGV("Activate()");
223 return wasActive ? Activate() : true;
286 return Activate();
336 ALOGE("EGL Error: Attempting to activate context with bad display!");
339 ALOGE("EGL Error: Attempting to activate context with bad surface!");
342 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/
rrascfg.h 114 virtual HRESULT WINAPI Activate(ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) = 0;
126 HRESULT (WINAPI *Activate)(IAuthenticationProviderConfig *This,ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2);
140 #define IAuthenticationProviderConfig_Activate(This,uConnectionParam,uReserved1,uReserved2) (This)->lpVtbl->Activate(This,uConnectionParam,uReserved1,uReserved2)
156 #define DeclareIAuthenticationProviderConfigMembers(IPURE) STDMETHOD(Initialize)(THIS_ LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam) IPURE; STDMETHOD(Uninitialize)(THIS_ ULONG_PTR uConnectionParam) IPURE; STDMETHOD(Configure)(THIS_ ULONG_PTR uConnectionParam,HWND hWnd,DWORD dwFlags,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Activate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Deactivate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE;
169 virtual HRESULT WINAPI Activate(ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) = 0;
181 HRESULT (WINAPI *Activate)(IAccountingProviderConfig *This,ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2);
195 #define IAccountingProviderConfig_Activate(This,uConnectionParam,uReserved1,uReserved2) (This)->lpVtbl->Activate(This,uConnectionParam,uReserved1,uReserved2)
211 #define DeclareIAccountingProviderConfigMembers(IPURE) STDMETHOD(Initialize)(THIS_ LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam) IPURE; STDMETHOD(Uninitialize)(THIS_ ULONG_PTR uConnectionParam) IPURE; STDMETHOD(Configure)(THIS_ ULONG_PTR uConnectionParam,HWND hWnd,DWORD dwFlags,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Activate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Deactivate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE;
ole.h 197 OLESTATUS (CALLBACK *Activate) (LPOLEOBJECT, UINT, WINBOOL, WINBOOL, HWND, OLE_CONST RECT *);
mstask.h     [all...]
agtctl.h     [all...]
agtsvr.h     [all...]
comsvcs.h     [all...]
  /external/v8/src/
code-stubs.h 325 // Activate newly generated stub. Is called after
327 virtual void Activate(Code* code) { }
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressHci.h 511 // NvmExpress Admin Firmware Activate Command
630 NVME_ADMIN_FIRMWARE_ACTIVATE Activate;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 1597 milliseconds

1 2