/frameworks/base/core/java/android/view/ |
InputQueue.java | 104 private void finishInputEvent(int id, boolean handled) { 109 e.mCallback.onFinishedInputEvent(e.mToken, handled); 160 void onFinishedInputEvent(Object token, boolean handled);
|
/external/chromium/chrome/browser/importer/ |
firefox_importer_unittest_utils_mac.cc | 96 bool handled = true; local 100 IPC_MESSAGE_UNHANDLED(handled = false) 102 return handled; 236 bool handled = true; local 241 IPC_MESSAGE_UNHANDLED(handled = false) 243 return handled;
|
/external/chromium_org/ash/launcher/ |
launcher_tooltip_manager_unittest.cc | 189 EXPECT_FALSE(key_event.handled()); 197 EXPECT_FALSE(touch_event.handled()); 205 EXPECT_FALSE(touch_event.handled()); 215 EXPECT_FALSE(gesture_event.handled()); 237 EXPECT_FALSE(mouse_event.handled()); 243 EXPECT_FALSE(mouse_event.handled());
|
/external/chromium_org/chrome/utility/importer/ |
firefox_importer_unittest_utils_mac.cc | 106 bool handled = true; variable 110 IPC_MESSAGE_UNHANDLED(handled = false) 112 return handled; 250 bool handled = true; variable 255 IPC_MESSAGE_UNHANDLED(handled = false) 257 return handled;
|
/external/chromium_org/tools/site_compare/drivers/win32/ |
keyboard.py | 100 handled = False 105 handled = True 119 handled = False 129 handled = True 141 handled = True 145 if not handled:
|
/external/chromium_org/ui/views/win/ |
hwnd_message_handler_delegate.h | 107 // Returns true if the command was handled. 120 // true if the command was handled. 173 // handled by the delegate. 177 // Returns true if the event was handled by the delegate. 185 // handled by the delegate. 189 // true if the event was handled and no default processing should be
|
/cts/suite/audio_quality/test/ |
AudioRecordPlayTestCommon.h | 77 LOGV("Audio playback buffer size %d, handled %d", mBufferPlayback->getSize(), 80 LOGV("Audio recording buffer size %d, handled %d", mBufferRecording->getSize(),
|
/external/bison/m4/ |
calloc.m4 | 17 # If 'calloc (0, 0)' is properly handled, run IF-WORKS, otherwise, IF-NOT. 56 # Report whether 'calloc (0, 0)' is properly handled, and replace calloc if
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
proxy_error_handler.js | 90 * Returns details of the last error handled. 100 * Clears last handled error.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
proxy_error_handler.js | 88 * Returns details of the last error handled. 98 * Clears last handled error.
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck_provider_mac_unittest.cc | 45 bool handled = provider->OnMessageReceived( local 50 EXPECT_TRUE(handled);
|
/external/chromium_org/content/browser/renderer_host/java/ |
java_bridge_channel_host.cc | 84 bool handled = true; local 88 return handled;
|
/external/chromium_org/content/renderer/pepper/ |
pepper_device_enumeration_host_helper.h | 64 // Returns true if the message has been handled. 77 bool* handled);
|
/external/chromium_org/v8/test/mjsunit/ |
debug-event-listener.js | 46 // Get events from handled exceptions. 49 // Test debug event for handled exception.
|
/external/dropbear/debian/ |
README.runit | 14 Make sure the dropbear service normally handled through the sysv init 37 runsvctrl(8) program for information on how to control services handled by
|
/external/qemu/distrib/sdl-1.2.15/src/ |
SDL_fatal.c | 61 /* Set a handler for any fatal signal not already handled */ 96 /* Remove a handler for any fatal signal handled */
|
/external/sfntly/cpp/src/sfntly/tools/subsetter/ |
subsetter.cc | 74 bool handled = (*table_subsetter)->Subset(this, font_, font_builder); local 75 if (handled) {
|
/external/v8/test/mjsunit/ |
debug-event-listener.js | 46 // Get events from handled exceptions. 49 // Test debug event for handled exception.
|
/frameworks/wilhelm/src/ |
handlers.h | 71 * were actually handled. This is normally the same as the attribute index, 73 * update is too complex to be handled synchronously and so must
|
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/ |
general4 | 9 # Make sure that subdirectories built as prerequisites are actually handled 68 # Make sure that subdirectories built as prerequisites are actually handled
|
/frameworks/support/v4/java/android/support/v4/view/ |
GestureDetectorCompat.java | 247 boolean handled = false; 292 handled |= mDoubleTapListener.onDoubleTap(mCurrentDownEvent); 294 handled |= mDoubleTapListener.onDoubleTapEvent(ev); 319 handled |= mListener.onDown(ev); 330 handled |= mDoubleTapListener.onDoubleTapEvent(ev); 336 handled = mListener.onScroll(mCurrentDownEvent, ev, scrollX, scrollY); 348 handled = mListener.onScroll(mCurrentDownEvent, ev, scrollX, scrollY); 359 handled |= mDoubleTapListener.onDoubleTapEvent(ev); 364 handled = mListener.onSingleTapUp(ev); 380 handled = mListener.onFling(mCurrentDownEvent, ev, velocityX, velocityY) [all...] |
/art/runtime/entrypoints/portable/ |
portable_lock_entrypoints.cc | 27 // Only possible exception is NPE and is handled before entry.
|
/art/runtime/entrypoints/quick/ |
quick_lock_entrypoints.cc | 38 // Only possible exception is NPE and is handled before entry
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
CatchHandlerList.java | 118 * @param exceptionType {@code non-null;} type of exception handled 168 /** {@code non-null;} type of exception handled */ 177 * @param exceptionType {@code non-null;} type of exception handled 221 * Gets the exception type handled.
|
/dalvik/dx/src/com/android/dx/dex/code/ |
CatchHandlerList.java | 118 * @param exceptionType {@code non-null;} type of exception handled 168 /** {@code non-null;} type of exception handled */ 177 * @param exceptionType {@code non-null;} type of exception handled 221 * Gets the exception type handled.
|