HomeSort by relevance Sort by last modified time
    Searched full:activate (Results 1 - 25 of 1236) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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.c 57 ** Description This function is called to activate or de-activate an NFCEE
62 ** Parameters nfcee_id - the NFCEE to activate or de-activate.
63 ** mode - NFC_MODE_ACTIVATE to activate NFCEE,
64 ** NFC_MODE_DEACTIVATE to de-activate.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
LpcSio.c 59 { ACTIVATE, 0x1 },
70 { ACTIVATE, 0x1 },
76 { ACTIVATE, 0x1 },
99 WriteRegisterAndSaveToScript (ACTIVATE, 0);
  /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 27 #string TPM_ACTIVATE #language en-US "activate"
30 #string TPM_ENABLE_ACTIVATE #language en-US "enable and activate"
34 #string TPM_TURN_ON #language en-US "enable, activate, and allow a user to take ownership of"
36 #string TPM_CLEAR_TURN_ON #language en-US "clear, enable, and activate"
37 #string TPM_ENABLE_ACTIVATE_CLEAR #language en-US "enable, activate and clear"
38 #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/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(
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
TextDialogPropertyEditor.java 50 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:TextDialogPropertyEditor
52 // activate using keyboard
56 // don't activate
  /system/core/trusty/nvram/
nvram_wipe.cpp 40 request.payload.Activate<nvram::COMMAND_GET_INFO>();
50 request.payload.Activate<nvram::COMMAND_DISABLE_WIPE>();
53 request.payload.Activate<nvram::COMMAND_WIPE_STORAGE>();
  /external/syslinux/gpxe/src/arch/i386/hci/commands/
pxe_cmd.c 16 "Activate PXE on" );
  /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
  /system/nfc/src/nfa/p2p/
nfa_p2p_main.c 117 memcpy(&(evt_data.activated.activate_ntf), &(p_data->activate),
121 if ((p_data->activate.protocol == NFC_PROTOCOL_NFC_DEP) &&
122 (p_data->activate.intf_param.type == NFC_INTERFACE_NFC_DEP)) {
266 /* notify NFA DM to send Activate Event to applicaiton with status */
284 /* notify NFA DM to send Activate Event to applicaiton with status */
346 ** Description Activate LLCP link
357 if ((p_data->activate.rf_tech_param.mode == NFC_DISCOVERY_TYPE_POLL_A) ||
358 (p_data->activate.rf_tech_param.mode == NFC_DISCOVERY_TYPE_POLL_F) ||
359 (p_data->activate.rf_tech_param.mode ==
361 (p_data->activate.rf_tech_param.mode =
    [all...]
  /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/network_CDMAActivate/
control 23 After an online payment to activate a CDMA network, shill issues an OTASP
  /external/autotest/client/site_tests/network_LTEActivate/
control 21 After an online payment to activate a network, shill keeps track of service
  /external/bison/doc/
yacc.1.in 14 to activate the upward compatibility mode. See
  /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);
  /packages/apps/Dialer/java/com/android/voicemail/impl/sms/
OmtpStandardMessageSender.java 57 // Activate message:
58 // V1.1: Activate:pv=<value>;ct=<value>
59 // V1.2: Activate:pv=<value>;ct=<value>;pt=<value>;<Clientprefix>
60 // V1.3: Activate:pv=<value>;ct=<value>;pt=<value>;<Clientprefix>

Completed in 1096 milliseconds

1 2 3 4 5 6 7 8 91011>>