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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/
sim_dialog_delegate.cc 83 std::vector<WebUIMessageHandler*>* handlers) const {
  /external/chromium_org/chrome/browser/ui/login/
login_prompt_test_utils.h 34 const std::list<LoginHandler*>& handlers() const { return handlers_; } function in class:LoginPromptBrowserTestObserver
  /external/chromium_org/chrome/browser/ui/webui/signin/
profile_signin_confirmation_dialog.h 58 std::vector<content::WebUIMessageHandler*>* handlers) const OVERRIDE;
profile_signin_confirmation_dialog.cc 170 std::vector<content::WebUIMessageHandler*>* handlers) const {
171 handlers->push_back(
  /external/chromium_org/content/browser/devtools/
devtools_browser_target.h 56 std::vector<DevToolsProtocol::Handler*> handlers);
  /external/chromium_org/extensions/common/
manifest_handler.cc 154 std::set<ManifestHandler*> handlers; local
160 handlers.insert(handler);
163 for (std::set<ManifestHandler*>::iterator iter = handlers.begin();
164 iter != handlers.end(); ++iter) {
244 // If there are any leftover unsorted handlers, they must have had
247 << "Extension manifest handlers have circular dependencies!";
  /external/chromium_org/tools/findit/common/
http_client_local.py 196 handlers = []
200 handlers.append(HTTPSHandler())
205 handlers.append(
208 url_opener = urllib2.build_opener(*handlers)
  /external/chromium_org/ui/web_dialogs/
web_dialog_delegate.h 51 // The handlers are used to send and receive messages from the page while it
55 std::vector<content::WebUIMessageHandler*>* handlers) const = 0;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
CatchStructs.java 31 * List of exception handlers (tuples of covered range, catch type,
59 * length of the handlers header (encoded size), if known; used for
135 "too many catch handlers");
140 // Write out the handlers "header" consisting of its size in entries.
222 * Helper method to annotate or simply print the exception handlers.
248 CatchHandlerList handlers = entry.getHandlers(); local
251 String s2 = handlers.toHuman(subPrefix, "");
267 annotateTo.annotate(0, prefix + "handlers:");
297 * @param handlers {@code non-null;} handlers to annotat
    [all...]
  /external/libnl/include/netlink/
netlink.h 32 #include <netlink/handlers.h>
  /external/oprofile/daemon/
opd_trans.h 61 extern handler_t handlers[];
  /packages/apps/Browser/src/com/android/browser/
UrlHandler.java 176 // handlers. If webkit can't handle it internally, we need to call
201 * Search for intent handlers that are specific to this URL
206 List<ResolveInfo> handlers = pm.queryIntentActivities(intent, local
208 if (handlers == null || handlers.size() == 0) {
211 for (ResolveInfo resolveInfo : handlers) {
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Analyzer.java 64 private List[] handlers; field in class:Analyzer
107 handlers = new List[n];
114 // computes exception handlers for each instruction
120 List insnHandlers = handlers[j];
123 handlers[j] = insnHandlers;
269 List insnHandlers = handlers[insn];
339 List insnHandlers = handlers[insn];
382 * Returns the exception handlers for the given instruction.
389 return handlers[insn];
  /external/chromium_org/chrome/browser/resources/google_now/
common_test_util.js 26 // Container for event handlers added by mocked 'addListener' functions.
31 * track of handlers.
60 * Gets the array of event handlers added by a mocked 'addListener' function.
63 * @return {Array.<Function>} Array of handlers.
130 // Promises use the function name "catch" to call back error handlers.
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.cc 49 // Also accept files with no extension for handlers that support an
255 std::vector<const FileHandlerInfo*> handlers; local
257 return handlers;
259 // Look for file handlers which can handle all the MIME types specified.
262 return handlers;
275 handlers.push_back(&*data);
277 return handlers;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 201 def _test_urls(self, urls, handlers, retry=True):
206 urlopen = urllib2.build_opener(*handlers).open
243 handlers = []
248 handlers.append(cfh)
250 return handlers
test_urllib2.py 363 on handlers. eg:
378 handlers = []
386 handlers.append(h)
388 return handlers
469 handlers = add_ordered_mock_handlers(o, meth_spec)
475 # handler returning non-None means no more handlers will be called
483 handlers = add_ordered_mock_handlers(o, meth_spec)
488 # non-None. Handlers without .http_open() never get any methods called
493 self.assertEqual(r, handlers[2])
494 calls = [(handlers[0], "http_open"), (handlers[2], "http_open")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 201 def _test_urls(self, urls, handlers, retry=True):
206 urlopen = urllib2.build_opener(*handlers).open
243 handlers = []
248 handlers.append(cfh)
250 return handlers
test_urllib2.py 363 on handlers. eg:
378 handlers = []
386 handlers.append(h)
388 return handlers
469 handlers = add_ordered_mock_handlers(o, meth_spec)
475 # handler returning non-None means no more handlers will be called
483 handlers = add_ordered_mock_handlers(o, meth_spec)
488 # non-None. Handlers without .http_open() never get any methods called
493 self.assertEqual(r, handlers[2])
494 calls = [(handlers[0], "http_open"), (handlers[2], "http_open")
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
Logger.java 51 * returns {@code true}, loggers also inherit their parent's handlers. In this
102 * When converting the concurrent collection of handlers to an array, we
142 * The handlers attached to this logger. Eagerly initialized and
145 private final List<Handler> handlers = new CopyOnWriteArrayList<Handler>(); field in class:Logger
147 /** True to notify the parent's handlers of each log message. */
199 Iterator<Handler> h = handlers.iterator();
214 } else if (handlers.isEmpty() && notifyParentHandlers) {
220 * 3. we have no handlers of our own
221 * 4. we notify our parent's handlers
297 * inherits the default logging level and handlers from the root logger
    [all...]
  /external/qemu/target-mips/
helper.c 291 } handlers[] = { local
309 for (i = 0; i < sizeof(handlers)/sizeof(handlers[0]); i++) {
310 lui_ins = ldl_phys(ebase + handlers[i].lui.off);
311 lw_ins = ldl_phys(ebase + handlers[i].lw.off);
312 srl_ins = ldl_phys(ebase + handlers[i].srl.off);
313 if (((lui_ins & handlers[i].lui.mask) == handlers[i].lui.op) &&
314 ((lw_ins & handlers[i].lw.mask) == handlers[i].lw.op) &
    [all...]
  /external/chromium_org/chrome/browser/media/
webrtc_rtp_dump_handler_unittest.cc 199 scoped_ptr<WebRtcRtpDumpHandler> handlers[6]; local
201 for (size_t i = 0; i < arraysize(handlers); ++i) {
202 handlers[i].reset(new WebRtcRtpDumpHandler(base::FilePath()));
204 if (i < arraysize(handlers) - 1) {
205 EXPECT_TRUE(handlers[i]->StartDump(RTP_DUMP_INCOMING, &error));
207 EXPECT_FALSE(handlers[i]->StartDump(RTP_DUMP_INCOMING, &error));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker.py 336 """Configure logging, and return the list of handlers added.
339 A list of references to the logging handlers added to the root
340 logger. This allows the caller to later remove the handlers
368 handlers = _create_debug_log_handlers(stream)
371 handlers = _create_log_handlers(stream)
373 handlers = _configure_logging(logging_level=logging_level, logger=logger,
374 handlers=handlers)
376 return handlers
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 40 by event handlers.
159 self.handlers = {}
255 \"NO MORE\", no more handlers will be called.
257 if not event in self.handlers:
258 self.handlers[event] = []
259 bisect.insort(self.handlers[event], ((priority, handler)))
272 if not event in self.handlers:
274 for h in self.handlers[event]:
276 self.handlers[event].remove(h)
323 h = self.handlers
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
reflectionhandler.py 42 import wsgiref.handlers namespace
138 expires_formatted = wsgiref.handlers.format_date_time(

Completed in 680 milliseconds

1 2 34 5 6 7 8 91011>>