HomeSort by relevance Sort by last modified time
    Searched refs:Event (Results 376 - 400 of 779) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/
__init__.py 25 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
38 'Event', 'Queue', 'Manager', 'Pipe', 'Pool', 'JoinableQueue'
54 from threading import Event
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_capi.py 47 if context and not context.event.is_set():
66 context.event = threading.Event()
88 context.event.set()
test_docxmlrpc.py 76 self.evt = threading.Event()
test_threading.py 113 done = threading.Event()
206 worker_started = threading.Event()
207 worker_saw_exception = threading.Event()
285 # This lock is used as a simple event variable.
327 def func(frame, event, arg):
432 evt = threading.Event()
721 eventtype = staticmethod(threading.Event)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/dummy/
__init__.py 25 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
38 'Event', 'Queue', 'Manager', 'Pipe', 'Pool', 'JoinableQueue'
54 from threading import Event
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_capi.py 47 if context and not context.event.is_set():
66 context.event = threading.Event()
88 context.event.set()
test_docxmlrpc.py 76 self.evt = threading.Event()
test_threading.py 113 done = threading.Event()
206 worker_started = threading.Event()
207 worker_saw_exception = threading.Event()
285 # This lock is used as a simple event variable.
327 def func(frame, event, arg):
432 evt = threading.Event()
721 eventtype = staticmethod(threading.Event)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 25 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
38 'Event', 'Queue', 'Manager', 'Pipe', 'Pool', 'JoinableQueue'
54 from threading import Event
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_capi.py 47 if context and not context.event.is_set():
66 context.event = threading.Event()
88 context.event.set()
test_docxmlrpc.py 76 self.evt = threading.Event()
test_threading.py 113 done = threading.Event()
206 worker_started = threading.Event()
207 worker_saw_exception = threading.Event()
285 # This lock is used as a simple event variable.
327 def func(frame, event, arg):
432 evt = threading.Event()
721 eventtype = staticmethod(threading.Event)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 25 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
38 'Event', 'Queue', 'Manager', 'Pipe', 'Pool', 'JoinableQueue'
54 from threading import Event
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_capi.py 47 if context and not context.event.is_set():
66 context.event = threading.Event()
88 context.event.set()
test_docxmlrpc.py 76 self.evt = threading.Event()
test_threading.py 113 done = threading.Event()
206 worker_started = threading.Event()
207 worker_saw_exception = threading.Event()
285 # This lock is used as a simple event variable.
327 def func(frame, event, arg):
432 evt = threading.Event()
721 eventtype = staticmethod(threading.Event)
  /system/connectivity/apmanager/
hostapd_monitor.cc 114 // Attach to the control interface to receive unsolicited event notifications.
193 // Event messages are in format of <[Level]>[Event] [Detail message].
199 string event; local
203 event = msg;
205 event = msg.substr(0, pos);
209 Event event_code;
210 if (event == kHostapdEventStationConnected) {
212 } else if (event == kHostapdEventStationDisconnected) {
215 LOG(INFO) << "Received unknown event: " << event
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 26 import org.eclipse.swt.widgets.Event;
76 public void handleEvent(Event event) {
77 Control tooltipControl = (Control) event.widget;
134 public void changing(LocationEvent event) {
135 event.doit = false;
136 hideTooltip((Browser) event.widget);
137 if (!"about:blank".equals(event.location)) {
141 browserSupport.openURL(new URL(event.location));
165 public void completed(ProgressEvent event) {
    [all...]
  /frameworks/base/libs/hwui/renderthread/
RenderThread.cpp 198 ALOGE("Display event receiver pipe was closed or an error occurred. "
204 ALOGW("Received spurious callback for unhandled poll event. "
215 DisplayEventReceiver::Event buf[EVENT_BUFFER_SIZE];
220 const DisplayEventReceiver::Event& ev = buf[i];
229 ALOGW("Failed to get events from display event receiver, status=%d", status_t(n));
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
ExternalAccountTypeTest.java 21 import android.provider.ContactsContract.CommonDataKinds.Event;
105 assertNotNull(type.getKindForMimetype(Event.CONTENT_ITEM_TYPE));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 31 typedef void RPC_ENTRY RPCNOTIFICATION_ROUTINE(struct _RPC_ASYNC_STATE *pAsync,void *Context,RPC_ASYNC_EVENT Event);
42 RPC_ASYNC_EVENT Event;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 29 import org.eclipse.swt.widgets.Event;
193 public void handleEvent(Event event) {
194 if (event.type == SWT.Modify) {
196 if (event.widget instanceof Text) {
197 Text text = (Text) event.widget;
214 } else if (event.type == SWT.Selection) {
216 if (event.widget instanceof Button) {
217 Button button = (Button) event.widget;
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortEditDialog.java 33 import org.eclipse.swt.widgets.Event;
153 public void handleEvent(Event event) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 65 import com.android.inputmethod.event.Event;
66 import com.android.inputmethod.event.HardwareEventDecoder;
67 import com.android.inputmethod.event.HardwareKeyboardEventDecoder;
68 import com.android.inputmethod.event.InputTransaction;
1370 final Event event = createSoftwareKeypressEvent(getCodePointForKeyboard(codePoint), local
1411 final Event event = Event.createSoftwareTextEvent(rawText, Constants.CODE_OUTPUT_TEXT); local
1699 final Event event = getHardwareKeyEventDecoder( local
1704 mInputLogic.onCodeInput(mSettings.getCurrent(), event, local
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
bootstrap.js 114 $parent.trigger(e = $.Event('close'))
198 // push to event loop to allow forms to submit
341 , e = $.Event('slide')
485 this.transition('addClass', $.Event('show'), 'shown')
494 this.transition('removeClass', $.Event('hide'), 'hidden')
716 , e = $.Event('show')
755 e = $.Event('hide')
    [all...]

Completed in 765 milliseconds

<<11121314151617181920>>