/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/ |
TcgConfigStrings.uni | 28 #string STR_TPM_ACTIVATE #language en-US "Activate"
31 #string STR_TPM_ENABLE_ACTIVATE #language en-US "Enable and Activate"
33 #string STR_TPM_ENABLE_ACTIVATE_CLEAR #language en-US "Enable, Activate, and Force TPM Clear"
34 #string STR_TPM_CLEAR_ENABLE_ACTIVATE #language en-US "Force TPM Clear, Enable, and Activate"
35 #string STR_TPM_ENABLE_ACTIVATE_CLEAR_E_A #language en-US "Enable, Activate, Force TPM Clear, Enable, and Activate"
|
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."
|
/frameworks/compile/mclinker/include/mcld/MC/ |
CommandAction.h | 36 bool activate(InputBuilder&) const; 51 bool activate(InputBuilder&) const; 65 bool activate(InputBuilder&) const; 76 bool activate(InputBuilder&) const; 84 bool activate(InputBuilder&) const; 92 bool activate(InputBuilder&) const; 100 bool activate(InputBuilder&) const; 108 bool activate(InputBuilder&) const; 116 bool activate(InputBuilder&) const; 124 bool activate(InputBuilder&) const [all...] |
/system/nfc/src/nfc/nfc/ |
nfc_ee.cc | 62 ** Description This function is called to activate or de-activate an NFCEE 67 ** Parameters nfcee_id - the NFCEE to activate or de-activate. 68 ** mode - NFC_MODE_ACTIVATE to activate NFCEE, 69 ** NFC_MODE_DEACTIVATE to de-activate. 140 ** Parameters nfcee_id - the NFCEE to activate or de-activate.
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/ |
LpcSio.c | 59 { ACTIVATE, 0x1 },
70 { ACTIVATE, 0x1 },
76 { ACTIVATE, 0x1 },
99 WriteRegisterAndSaveToScript (ACTIVATE, 0);
|
/external/python/cpython2/Mac/Demo/applescript/ |
makedisk.py | 6 talker.activate()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
EclipseUiHelper.java | 45 * @param activate True to force activate (i.e. takes focus), false to just make visible (i.e. 48 public static void showView(String viewId, boolean activate) { 56 activate ? IWorkbenchPage.VIEW_ACTIVATE : IWorkbenchPage.VIEW_VISIBLE);
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/ |
MffEnvironment.java | 63 * Set the environment's GL environment to the specified environment. This does not activate 71 * Create and activate a new GL environment for use in this filter context. 80 * Activate the GL environment for use in the current thread. A GL environment must have been 87 mContext.getGLEnvironment().activate(); 89 throw new NullPointerException("No GLEnvironment in place to activate!");
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/ |
PhysicalPresenceStrings.uni | 28 #string TPM_ACTIVATE #language en-US "activate"
31 #string TPM_ENABLE_ACTIVATE #language en-US "enable and activate"
35 #string TPM_TURN_ON #language en-US "enable, activate, and allow a user to take ownership of"
37 #string TPM_CLEAR_TURN_ON #language en-US "clear, enable, and activate"
38 #string TPM_ENABLE_ACTIVATE_CLEAR #language en-US "enable, activate and clear"
39 #string TPM_ENABLE_ACTIVATE_CLEAR_ENABLE_ACTIVATE #language en-US "enable, activate, clear, enable, and activate"
|
/system/nvram/messages/tests/ |
nvram_messages_test.cpp | 39 request.payload.Activate<COMMAND_GET_INFO>(); 51 response.payload.Activate<COMMAND_GET_INFO>(); 54 response.payload.Activate<COMMAND_GET_INFO>(); 89 request.payload.Activate<COMMAND_CREATE_SPACE>(); 120 response.payload.Activate<COMMAND_CREATE_SPACE>(); 133 request.payload.Activate<COMMAND_GET_SPACE_INFO>(); 151 response.payload.Activate<COMMAND_GET_SPACE_INFO>(); 180 request.payload.Activate<COMMAND_DELETE_SPACE>(); 204 response.payload.Activate<COMMAND_DELETE_SPACE>(); 216 request.payload.Activate<COMMAND_DISABLE_CREATE>() [all...] |
/external/autotest/client/site_tests/cellular_ActivateCDMA/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/autotest/server/site_tests/platform_ActivateDate/ |
platform_ActivateDate.py | 9 Tests that activate date is run correctly from a clean system state. 10 For context, activate date is an upstart script located in: 11 chromeos-base/chromeos-activate-date
|
/external/syslinux/gpxe/src/arch/i386/hci/commands/ |
pxe_cmd.c | 16 "Activate PXE on" );
|
/system/nfc/src/nfa/p2p/ |
nfa_p2p_main.cc | 119 memcpy(&(evt_data.activated.activate_ntf), &(p_data->activate), 123 if ((p_data->activate.protocol == NFC_PROTOCOL_NFC_DEP) && 124 (p_data->activate.intf_param.type == NFC_INTERFACE_NFC_DEP)) { 242 * LLCP DTA mode activate LLCP Bypassing LLCP is handled in 292 /* notify NFA DM to send Activate Event to applicaiton with status */ 311 /* notify NFA DM to send Activate Event to applicaiton with status */ 382 ** Description Activate LLCP link 393 if ((p_data->activate.rf_tech_param.mode == NFC_DISCOVERY_TYPE_POLL_A) || 394 (p_data->activate.rf_tech_param.mode == NFC_DISCOVERY_TYPE_POLL_F)) { 400 if (p_data->activate.rf_tech_param.mode == NFC_DISCOVERY_TYPE_POLL_ACTIVE) [all...] |
/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));
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ |
PlotListener.java | 28 * Commonly used by implementing Series instances to activate a read
39 * to activate a read lock, this method is commonly used to release that
|
/external/curl/docs/cmdline-opts/ |
cookie-jar.d | 14 This command line option will activate the cookie engine that makes curl 15 record and use cookies. Another way to activate it is to use the --cookie
|
negotiate.d | 11 When using this option, you must also provide a fake --user option to activate
|
/device/google/contexthub/sensorhal/ |
sensors.h | 61 int activate(int handle, int enabled); 110 virtual int activate(int handle, int enabled) = 0; 123 virtual int activate(int handle, int enabled) override; 146 virtual int activate(int handle, int enabled) override;
|
/external/autotest/client/cros/cellular/pseudomodem/ |
cdma_activate_machine.py | 28 logging.info('CdmaActivateMachine: Canceling activate.') 117 # There is already an activate operation in progress. 118 logging.error('There is already an ongoing activate operation.') 124 # There is no activate operation going on, cancelled or otherwise.
|
/external/autotest/client/site_tests/cellular_ActivateCDMA/ |
control.pseudomodem | 23 After an online payment to activate a CDMA network, shill issues an OTASP
|
/external/autotest/client/site_tests/cellular_ActivateLTE/ |
control.pseudomodem | 21 After an online payment to activate a network, shill keeps track of service
|
/external/vboot_reference/tests/tpm_lite/ |
tpmtest_enable.c | 30 VbExError("failed to enable or activate");
|
/frameworks/compile/mclinker/lib/Script/ |
SectionsCmd.cpp | 63 void SectionsCmd::activate(Module& pModule) { function in class:mcld::SectionsCmd 70 (*it)->activate(pModule); 76 (*it)->activate(pModule); 80 (*assign)->activate(pModule);
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
sensors.cpp | 38 device.activate = ActivateWrapper; 56 int SensorContext::activate(int handle, int enabled) { function in class:SensorContext 57 return mDynamicSensorManager->activate(handle, enabled); 87 return reinterpret_cast<SensorContext *>(dev)->activate(handle, enabled);
|