/external/llvm/lib/CodeGen/ |
SpillPlacement.cpp | 204 /// activate - mark node n as active if it wasn't already. 205 void SpillPlacement::activate(unsigned n) { function in class:SpillPlacement 249 activate(ib); 256 activate(ob); 271 activate(ib); 272 activate(ob); 288 activate(ib); 289 activate(ob);
|
/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/replicaisland/src/com/replica/replicaisland/ |
ChangeComponentsComponent.java | 89 activate(parentObject); 115 public void activate(GameObject parent) { method in class:ChangeComponentsComponent
|
/frameworks/native/services/sensorservice/ |
GravitySensor.cpp | 78 status_t GravitySensor::activate(void* ident, bool enabled) { function in class:android::GravitySensor 79 return mSensorFusion.activate(FUSION_NOMAG, ident, enabled);
|
LinearAccelerationSensor.cpp | 64 status_t LinearAccelerationSensor::activate(void* ident, bool enabled) { function in class:android::LinearAccelerationSensor 65 return mGravitySensor.activate(ident, enabled);
|
OrientationSensor.cpp | 74 status_t OrientationSensor::activate(void* ident, bool enabled) { function in class:android::OrientationSensor 75 return mSensorFusion.activate(FUSION_9AXIS, ident, enabled);
|
RotationVectorSensor.h | 39 virtual status_t activate(void* ident, bool enabled) override; 63 virtual status_t activate(void* ident, bool enabled) override;
|
SensorInterface.cpp | 61 status_t HardwareSensor::activate(void* ident, bool enabled) { function in class:android::HardwareSensor 62 return mSensorDevice.activate(ident, mSensor.getHandle(), enabled);
|
/hardware/bsp/intel/peripheral/sensors/mraa/ |
Sensor.hpp | 51 * Activate the sensor 56 virtual int activate(int handle, int enabled);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
mroute.h | 19 #define MRT_INIT (MRT_BASE) /* Activate the kernel mroute code */ 26 #define MRT_ASSERT (MRT_BASE+7) /* Activate PIM assert mode */
|
mroute6.h | 19 #define MRT6_INIT (MRT6_BASE) /* Activate the kernel mroute code */ 26 #define MRT6_ASSERT (MRT6_BASE+7) /* Activate PIM assert mode */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
mroute.h | 19 #define MRT_INIT (MRT_BASE) /* Activate the kernel mroute code */ 26 #define MRT_ASSERT (MRT_BASE+7) /* Activate PIM assert mode */
|
mroute6.h | 19 #define MRT6_INIT (MRT6_BASE) /* Activate the kernel mroute code */ 26 #define MRT6_ASSERT (MRT6_BASE+7) /* Activate PIM assert mode */
|
/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;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
BooleanXmlPropertyEditor.java | 84 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:BooleanXmlPropertyEditor 90 // don't activate
|
/system/connectivity/shill/cellular/ |
cellular_capability_cdma.h | 53 void Activate(const std::string& carrier, 86 FRIEND_TEST(CellularCapabilityCDMATest, Activate);
|
/system/connectivity/shill/dbus/ |
chromeos_modem_cdma_proxy.h | 38 void Activate(const std::string& carrier, 86 // Callbacks for Activate async call.
|
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/res/values/ |
strings.xml | 23 <string name="unhide">Activate AppRestrictionSchema</string>
|
/developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/res/values/ |
strings.xml | 23 <string name="unhide">Activate AppRestrictionSchema</string>
|
/development/samples/browseable/AppRestrictionEnforcer/res/values/ |
strings.xml | 23 <string name="unhide">Activate AppRestrictionSchema</string>
|
/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/hardware_TPMtspi/ |
hardware_TPMtspi.py | 49 #self.tpm_obj.setTpmActive('activate')
|
/external/chromium-trace/catapult/third_party/polymer/components/paper-menu/ |
paper-submenu.html | 127 this.listen(this.__parent, 'iron-activate', '_onParentIronActivate'); 131 this.unlisten(this.__parent, 'iron-activate', '_onParentIronActivate'); 189 * A handler that is called when `iron-activate` is fired. 191 * @param {CustomEvent} event An `iron-activate` event.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/wince/vc2005-ce/ |
index.html | 38 href="http://www.winzip.com">WinZip</a>, you should activate the <em>TAR
|