/external/strace/ |
xlate.el | 51 (and (fboundp 'deactivate-mark) 52 (deactivate-mark))
|
/frameworks/base/core/java/android/database/ |
CursorWrapper.java | 65 public void deactivate() { method in class:CursorWrapper 66 mCursor.deactivate();
|
IBulkCursor.java | 46 public void deactivate() throws RemoteException; method in interface:IBulkCursor
|
MergeCursor.java | 159 public void deactivate() method in class:MergeCursor 164 mCursors[i].deactivate(); method 167 super.deactivate();
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
GLEnvironment.java | 90 public void deactivate() { method in class:GLEnvironment 92 throw new RuntimeException("Could not deactivate GLEnvironment!");
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
rrascfg.h | 115 virtual HRESULT WINAPI Deactivate(ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) = 0; 127 HRESULT (WINAPI *Deactivate)(IAuthenticationProviderConfig *This,ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2); 141 #define IAuthenticationProviderConfig_Deactivate(This,uConnectionParam,uReserved1,uReserved2) (This)->lpVtbl->Deactivate(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; 170 virtual HRESULT WINAPI Deactivate(ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) = 0; 182 HRESULT (WINAPI *Deactivate)(IAccountingProviderConfig *This,ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2); 196 #define IAccountingProviderConfig_Deactivate(This,uConnectionParam,uReserved1,uReserved2) (This)->lpVtbl->Deactivate(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;
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.cons/ |
copy_alloc.pass.cpp | 38 void deactivate() { active = false; } function in struct:alloc_imp 124 imp2.deactivate();
|
/system/nfc/src/nfa/dm/ |
nfa_dm_act.cc | 489 /* not waiting to deactivate, clear the flag now */ 745 ** Description Process deactivate command 756 /* Always allow deactivate to IDLE */ 757 /* Do not allow deactivate to SLEEP for T1T,NFCDEP, ISO15693 */ 758 if (p_data->deactivate.sleep_mode == false || 765 if (p_data->deactivate.sleep_mode) { 767 /* Deactivate to sleep mode not allowed in this state. */ 778 /* Only deactivate to IDLE is allowed in this state. */ 786 /* NFA P2P will deactivate NFC link after deactivating LLCP link */ [all...] |
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/ |
BatterySaverTest.java | 60 // Deactivate.
|
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/aarch64/ |
zynqmp_helpers.S | 28 /* Deactivate the gic cpu interface */
|
/external/autotest/client/site_tests/hardware_TPMtspi/ |
hardware_TPMtspi.py | 46 #self.tpm_obj.setTpmActive('deactivate')
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
IndicInputMethod.java | 75 public void deactivate(boolean isTemporary) { method in class:IndicInputMethod
|
/external/libopus/silk/ |
init_decoder.c | 44 /* Used to deactivate LSF interpolation */
|
/external/parameter-framework/upstream/doc/ |
CMakeLists.txt | 43 " install it or deactivate graph generation (DOXYGEN_GRAPHS=OFF).")
|
/packages/services/Car/evs/app/ |
RenderBase.h | 42 virtual void deactivate() = 0;
|
RenderTopView.h | 43 virtual void deactivate() override;
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmControlDxe/ |
SmmControlDriver.c | 68 Deactivate (
83 Deactivate,
239 Deactivate (
|
/external/webrtc/talk/session/media/ |
rtcpmuxfilter.cc | 49 // Fail if we try to deactivate and no-op if we try and activate. 66 // Fail if we try to deactivate and no-op if we try and activate. 101 // Fail if we try to deactivate and no-op if we try and activate.
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteCursorTest.java | 105 cursor.deactivate(); 107 // deactivate() will close the CursorWindow 116 cursor.deactivate(); 117 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver. 141 cursor.deactivate();
|
/external/python/cpython3/Doc/using/ |
venv-create.inc | 114 You can deactivate a virtual environment by typing "deactivate" in your shell. 116 script defines a "deactivate" function, whereas on Windows there are separate 117 scripts called ``deactivate.bat`` and ``Deactivate.ps1`` which are installed
|
/system/nfc/src/nfa/include/ |
nfa_dm_int.h | 219 tNFA_DM_API_DEACTIVATE deactivate; /* NFA_DM_API_DEACTIVATE_EVT */ member in union:__anon3335 248 NFA_DM_RF_DEACTIVATE_CMD, /* deactivate RF interface */ 249 NFA_DM_RF_DEACTIVATE_RSP, /* deactivate response from NFCC */ 250 NFA_DM_RF_DEACTIVATE_NTF, /* deactivate RF interface NTF from NFCC */ 374 ** possible delay to send deactivate CMD if all credit wasn't returned 404 bool deact_pending; /* TRUE if deactivate while checking presence */ 407 tNFA_DEACTIVATE_TYPE pending_deact_type; /* pending deactivate type */
|
/frameworks/base/core/java/android/widget/ |
CursorTreeAdapter.java | 123 * will handle this for you. In some situations, the adapter will deactivate 290 mChildrenCursorHelpers.valueAt(pos).deactivate(); 305 * @param releaseCursors Whether to release and deactivate any cached 337 cursorHelper.deactivate(); 456 deactivate(); method 473 void deactivate() { method in class:CursorTreeAdapter.MyCursorHelper
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalZone.java | 390 Log.i(TAG, "deactivate zone:" + mZoneName + 397 Log.i(TAG, "deactivate zone:" + getZoneName() + " threshold list is NULL! "); 406 Log.i(TAG, "deactivate zone:" + getZoneName() + " supports < " 412 Log.i(TAG, "deactivate zone:" + getZoneName() + " sensor list null! "); 426 Log.i(TAG, "deactivate zone:" + getZoneName() 432 Log.i(TAG, "deactivate zone:" + getZoneName()
|
/cts/tests/sensor/src/android/hardware/cts/ |
SensorTestCase.java | 38 * activate/deactivate sensors in this mode. So we can default this flag value to false.
|
/cts/tests/tests/database/src/android/database/cts/ |
MergeCursorTest.java | 238 mergeCursor.deactivate(); 247 mergeCursor.deactivate(); 248 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver. 271 mergeCursor.deactivate();
|