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

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/annotation-helper/
plugin.xml 10 activate="true"
  /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/awt/javax/imageio/
IIOParamController.java 30 * The IIOParamController specifies an activate method that invokes the
44 boolean activate(IIOParam param); method in interface:IIOParamController
  /frameworks/base/awt/javax/imageio/metadata/
IIOMetadataController.java 31 * objects to activate the controller without defining how the controller
45 public boolean activate(IIOMetadata metadata); method in interface:IIOMetadataController
  /external/junit/src/junit/swingui/
TestRunView.java 22 public void activate(); method in interface:TestRunView
TestHierarchyRunView.java 45 public void activate() { method in class:TestHierarchyRunView
  /frameworks/base/core/java/android/app/
IStatusBar.aidl 22 void activate();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiElementTreeEditPart.java 54 public void activate() { method in class:UiElementTreeEditPart
56 super.activate();
  /external/opencore/oscl/oscl/osclio/src/
oscl_dns_request.cpp 45 //de-activate this request
68 void OsclDNSRequest::Activate(DNSRequestParam* p, OsclDNSRequestAO &a)
69 //activate a dns request
oscl_socket_imp_pv.cpp 175 iSockServSendRequest.Activate(&param, ao);
193 iSockServSendToRequest.Activate(&param, ao);
215 iSockServRecvRequest.Activate(&param, ao);
233 iSockServRecvFromRequest.Activate(&param, ao);
251 iSockServConnectRequest.Activate(&param, ao);
263 iSockServAcceptRequest.Activate(&param, ao);
275 iSockServShutdownRequest.Activate(&param, ao);
oscl_socket_request.cpp 54 void OsclSocketRequest::Activate(SocketRequestParam* p, OsclSocketRequestAO &a)
55 //activate a request to the socket server
  /frameworks/base/services/jni/
com_android_server_SensorService.cpp 123 android_activate(JNIEnv *env, jclass clazz, jint sensor, jboolean activate)
125 int active = sSensorDevice->activate(sSensorDevice, sensor, activate);
  /development/simulator/wrapsim/
DevFb.c 216 if (state->vinfo.activate == FB_ACTIVATE_NOW) {
217 //wsLog("%s: activate now\n", dev->debugName);
219 } else if (state->vinfo.activate == FB_ACTIVATE_VBL) {
220 //wsLog("%s: activate on VBL\n", dev->debugName);
225 wsLog("%s: activate value is %d\n",
226 dev->debugName, state->vinfo.activate);
  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler_ao.cpp 153 void PVActiveBase::Activate()
154 //Activate an AO's request. This only does the portion of the
170 //caller will activate the timer. For
246 Activate();
289 //activate the AO request.
296 //If the AO request is not active, activate and complete it.
354 PVActiveBase::Activate();
391 PVActiveBase::Activate();
  /external/iptables/extensions/
libipt_TCPMSS.man 28 Workaround: activate this option and add a rule to your firewall
libip6t_TCPMSS.man 28 Workaround: activate this option and add a rule to your firewall
  /external/webkit/WebCore/manual-tests/
DOMContextMenuEvent.html 48 <div>To activate context menu, right-click or ctrl-click anywhere on the page.</div>
  /frameworks/base/awt/java/awt/im/spi/
InputMethod.java 35 public void activate(); method in interface:InputMethod
  /packages/apps/Phone/res/layout/
otacall_card.xml 4 (2) Activate/Cancel buttons specific to the OTA Activate screen
114 <!-- (2) Activate/cancel buttons -->
119 <!-- "Activate" button -->
  /external/freetype/
Android.mk 46 # when running the program to activate it. It will dump memory
  /external/webkit/WebCore/platform/gtk/
ContextMenuGtk.cpp 61 g_signal_connect(platformItem, "activate", G_CALLBACK(menuItemActivated), controller());
  /system/extras/tests/framebuffer/
refresh.c 59 info.activate = FB_ACTIVATE_NOW;
151 info.activate = FB_ACTIVATE_VBL;
155 info.activate = FB_ACTIVATE_VBL;
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
muxtbl.cpp 28 #define ACTIVATE 1
95 iMuxDescriptorFlagR[SRP_MUX_ENTRY_NUMBER] = ACTIVATE;
97 iMuxDescriptorFlagR[WNSRP_MUX_ENTRY_NUMBER] = ACTIVATE;
128 iMuxDescriptorFlagR[entry_num] = ACTIVATE;
157 iMuxDescriptorFlagR[entry_num] = ACTIVATE;
  /external/webkit/WebCore/rendering/
RenderMarquee.cpp 200 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops); local
201 if (activate) {
254 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops); local
255 if (activate && !m_timer.isActive())
257 else if (!activate && m_timer.isActive())
  /cts/tools/host/src/com/android/cts/
TestHost.java 328 Log.e("Please type in arguments correctly to activate CTS.", null);
332 Log.e("Please type in arguments correctly to activate CTS.", null);
335 Log.e("Please type in arguments correctly to activate CTS.", null);
355 Log.e("Please type in arguments correctly to activate CTS.", null);
445 * @param type The action type to activate the test session.
666 * @param type The action type to activate the test session.

Completed in 226 milliseconds

1 2 3 4 5 6 7 8 91011>>