/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/ |
TcgConfigDxe.uni | 4 // By this module, user may enable/disable/activate/deactivate/clear TPM, etc.
20 #string STR_MODULE_DESCRIPTION #language en-US "By this module, user may enable/disable/activate/deactivate/clear TPM, etc."
|
TcgConfigStrings.uni | 29 #string STR_TPM_DEACTIVATE #language en-US "Deactivate"
32 #string STR_TPM_DEACTIVATE_DISABLE #language en-US "Deactivate and Disable"
|
TcgConfigDxe.inf | 3 # By this module, user may enable/disable/activate/deactivate/clear TPM, etc.
|
/external/python/cpython3/Lib/venv/scripts/nt/ |
Activate.ps1 | 1 function global:deactivate ([switch]$NonDestructive) {
24 remove-item function:deactivate
28 deactivate -nondestructive
|
/external/python/cpython3/Lib/venv/scripts/posix/ |
activate.csh | 6 alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; test "\!:*" != "nondestructive" && unalias deactivate' 9 deactivate nondestructive
|
activate.fish | 4 function deactivate -d "Exit virtualenv and return to normal shell environment" 25 functions -e deactivate 30 deactivate nondestructive
|
/external/python/cpython3/Lib/venv/scripts/common/ |
activate | 4 deactivate () { 33 unset -f deactivate 38 deactivate nondestructive
|
/system/nfc/src/nfa/dm/ |
nfa_dm_discover.cc | 736 if (p_data->deactivate.is_ntf) { 738 if ((p_data->deactivate.type == NFC_DEACTIVATE_TYPE_IDLE) || 739 (p_data->deactivate.type == NFC_DEACTIVATE_TYPE_DISCOVERY)) { 855 ** Description Send deactivate command to NFCC, if needed. 857 ** Returns NFC_STATUS_OK - deactivate cmd is sent 860 ** to send deactivate cmd 870 /* if deactivate CMD was not sent to NFCC */ [all...] |
/frameworks/base/media/mca/filterfw/java/android/filterfw/ |
MffEnvironment.java | 94 * Deactivate the GL environment from use in the current thread. A GL environment must have been 101 mContext.getGLEnvironment().deactivate(); 103 throw new NullPointerException("No GLEnvironment in place to deactivate!");
|
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/ |
OmtpStandardMessageSender.java | 75 // Deactivate message: 76 // V1.1: Deactivate:pv=<value>;ct=<string> 77 // V1.2: Deactivate:pv=<value>;ct=<string> 78 // V1.3: Deactivate:pv=<value>;ct=<string>
|
/external/adhd/cras/src/server/ |
cras_dsp_mod_ladspa.c | 32 static void deactivate(struct dsp_module *module) function 37 if (!desc->deactivate) 39 desc->deactivate(data->handle); 62 deactivate(module); 94 deactivate(module);
|
/frameworks/base/core/java/android/database/ |
BulkCursorToCursorAdaptor.java | 101 public void deactivate() { method in class:BulkCursorToCursorAdaptor 104 super.deactivate(); 108 mBulkCursor.deactivate(); 146 deactivate(); method 151 deactivate(); method
|
DataSetObserver.java | 35 * most likely through a call to {@link Cursor#deactivate()} or {@link Cursor#close()} on a
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/ |
PhysicalPresenceStrings.uni | 29 #string TPM_DEACTIVATE #language en-US "deactivate"
32 #string TPM_DEACTIVATE_DISABLE #language en-US "deactivate and disable"
36 #string TPM_TURN_OFF #language en-US "deactivate, disable, and disallow a user to take ownership of"
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
FilterFunction.java | 88 // Deactivate GL environment if activated 90 glEnv.deactivate();
|
GraphRunner.java | 74 * Helper function for subclasses to deactivate the GL environment after running. 79 glEnv.deactivate();
|
/frameworks/base/packages/CarrierDefaultApp/res/values-tl/ |
strings.xml | 7 <string name="no_data_notification_id" msgid="668400731803969521">"Na-deactivate na ang iyong mobile data"</string>
|
/packages/apps/Gallery/tests/src/com/android/camera/gallery/ |
MockImageList.java | 17 public void deactivate() { method in class:MockImageList
|
/packages/services/Car/evs/app/ |
RenderDirectView.h | 39 virtual void deactivate() override;
|
RenderPixelCopy.h | 39 virtual void deactivate() override;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
EuiccOperation.java | 252 // User has consented; perform the lookup, but this time, tell the LPA to deactivate any 268 // User has consented; perform the download, but this time, tell the LPA to deactivate 288 // privilege prompt should also cover permission to deactivate an active SIM, as 326 // User has consented; perform the lookup, but this time, tell the LPA to deactivate any 339 // User has consented; perform the switch, but this time, tell the LPA to deactivate any 358 // privilege prompt should also cover permission to deactivate an active SIM, as 360 // carrier. Also note that in practice, we'd need to deactivate the active SIM to
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
emptyvc.h | 123 virtual HRESULT WINAPI Deactivate(DWORD *pdwFlags) = 0; 135 HRESULT (WINAPI *Deactivate)(IEmptyVolumeCache *This,DWORD *pdwFlags); 149 #define IEmptyVolumeCache_Deactivate(This,pdwFlags) (This)->lpVtbl->Deactivate(This,pdwFlags) 188 HRESULT (WINAPI *Deactivate)(IEmptyVolumeCache2 *This,DWORD *pdwFlags); 203 #define IEmptyVolumeCache2_Deactivate(This,pdwFlags) (This)->lpVtbl->Deactivate(This,pdwFlags)
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
copy_alloc.pass.cpp | 38 void deactivate() { active = false; } function in struct:alloc_imp 124 imp2.deactivate();
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowCursorWrapper.java | 149 public void deactivate() { method in class:ShadowCursorWrapper 150 wrappedCursor.deactivate();
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowCursorWrapper.java | 157 public void deactivate() { method in class:ShadowCursorWrapper 158 wrappedCursor.deactivate();
|