HomeSort by relevance Sort by last modified time
    Searched full:handled (Results 301 - 325 of 6171) sorted by null

<<11121314151617181920>>

  /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.
  /dalvik/vm/mterp/cstubs/
entry.cpp 38 * In mterp, dvmCheckBefore is handled via the altHandlerTable,
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler.h 15 // given protocol should be rewritten to be handled.
  /external/chromium/chrome/browser/net/
url_request_failed_dns_job.cc 15 "http://url.handled.by.fake.dns/";
  /external/chromium/chrome/browser/policy/
asynchronous_policy_provider.h 21 // policy is handled by a delegate passed at construction time.
file_based_policy_provider.h 17 // information is handled by a delegate passed at construction time.
  /external/chromium/chrome/browser/profiles/
profile_dependency_manager.h 35 // - Because we need to do everything here after the application has handled
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_fonts_list_loader.h 14 // loading of the fonts is handled by a platform specific implementation, but
  /external/chromium/chrome/browser/ui/webui/
sync_internals_ui.h 37 // getAboutInfo() be handled by the sync service.
  /external/chromium_org/ash/system/user/
login_status.cc 43 // handled. Depending on the value of |multiline|, actual line breaks or
  /external/chromium_org/ash/wm/gestures/
two_finger_drag_handler.h 33 // drag. Returns true if the event has been handled and should not be
  /external/chromium_org/ash/wm/
resize_shadow.h 31 // handled by the EventFilter.
  /external/chromium_org/base/mac/
scoped_sending_event.h 16 // handled, in which case such closes are deferred to the top-level
  /external/chromium_org/base/message_loop/
message_pump_observer.h 32 // been handled, so the event is not processed any farther. If the
  /external/chromium_org/base/test/launcher/
test_result.cc 33 // Rely on compiler warnings to ensure all possible values are handled.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
ContextMenuPopulator.java 36 * @return Whether or not the selection was handled.
  /external/chromium_org/chrome/browser/
browser_about_handler.h 14 // Returns true if the given URL will be handled by the browser about handler.

Completed in 2197 milliseconds

<<11121314151617181920>>