HomeSort by relevance Sort by last modified time
    Searched refs:handlers (Results 226 - 250 of 378) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/markdown/markdown/
__init__.py 106 if logger.handlers:
284 # The order of the handlers matters!!!
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java 33 import com.android.tools.sdkcontroller.handlers.MultiTouchChannel;
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 50 <websock_handlers> is the path to the root directory of WebSocket handlers.
52 handlers. If this path is relative, <document_root> is used as the base.
55 handlers under scan_dir are scanned. This is useful in saving scan time.
116 import logging.handlers namespace
564 # we don't have request handlers.
654 handler = logging.handlers.RotatingFileHandler(
720 parser.add_option('-w', '--websock-handlers', '--websock_handlers',
723 help='WebSocket handlers root directory.')
724 parser.add_option('-m', '--websock-handlers-map-file',
728 help=('WebSocket handlers map file.
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 50 <websock_handlers> is the path to the root directory of WebSocket handlers.
52 handlers. If this path is relative, <document_root> is used as the base.
55 handlers under scan_dir are scanned. This is useful in saving scan time.
116 import logging.handlers namespace
560 # we don't have request handlers.
650 handler = logging.handlers.RotatingFileHandler(
716 parser.add_option('-w', '--websock-handlers', '--websock_handlers',
719 help='WebSocket handlers root directory.')
720 parser.add_option('-m', '--websock-handlers-map-file',
724 help=('WebSocket handlers map file.
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_manager_browsertest.cc     [all...]
  /external/chromium_org/content/browser/resources/media/
webrtc_internals.js 171 /** Browser message handlers. */
  /external/chromium_org/tools/perf/metrics/
media.js 31 // Set the basic event handlers for HTML5 media element.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
cws_container_client.js 245 * Cleans the dialog by removing all handlers.
file_transfer_controller.js 154 * Attach handlers of copy, cut and paste operations to the document.
341 // effectAllowed set in copy/paste handlers stay uninitialized. DnD handlers
    [all...]
scrollbar.js 76 * Attaches the scrollbar to a scrollable element and attaches handlers.
  /external/chromium_org/v8/src/ic/
ic.cc 654 CodeHandleList handlers; local
685 if (!target()->FindHandlers(&handlers, types.length())) return false;
695 handlers.Set(handler_to_overwrite, code);
701 handlers.Add(code);
703 ic = PropertyICCompiler::ComputePolymorphic(kind(), &types, &handlers,
763 CodeHandleList handlers; local
765 if (!target()->FindHandlers(&handlers, types.length())) return;
767 UpdateMegamorphicCache(*types.at(i), *name, *handlers.at(i));
    [all...]
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 144 asdl_seq *handlers; member in struct:_stmt::__anon62999::__anon63012
421 stmt_ty _Py_TryExcept(asdl_seq * body, asdl_seq * handlers, asdl_seq * orelse,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 1 # XXX TypeErrors on calling handlers, or on bad return values from a
313 def setHandlers(self, handlers=[]):
314 for name in handlers:
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 144 asdl_seq *handlers; member in struct:_stmt::__anon63122::__anon63135
421 stmt_ty _Py_TryExcept(asdl_seq * body, asdl_seq * handlers, asdl_seq * orelse,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 1 # XXX TypeErrors on calling handlers, or on bad return values from a
313 def setHandlers(self, handlers=[]):
314 for name in handlers:
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
asm-util-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /external/chromium_org/net/third_party/nss/ssl/
ssl3ext.c 236 /* Table of handlers for received TLS hello extensions, one per extension.
1811 const ssl3HelloExtensionHandler * handlers; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
jquery.js     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 14 * Wraps the proxy configuration form, binding proper handlers to its various
396 * Binds event handlers for the various bits and pieces of the form that
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.h 448 struct event_handler *handlers; member in struct:pevent
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 17 #include <netlink/handlers.h>
672 /* Event handlers */
702 /* Other event handlers */

Completed in 1210 milliseconds

1 2 3 4 5 6 7 8 91011>>