Home
last modified time | relevance | path

Searched refs:handlers (Results 1 – 25 of 179) sorted by relevance

12345678

/external/webkit/Tools/QueueStatusServer/
Dmain.py36 from handlers.dashboard import Dashboard
37 from handlers.gc import GC
38 from handlers.nextpatch import NextPatch
39 from handlers.patch import Patch
40 from handlers.patchstatus import PatchStatus
41 from handlers.queuestatus import QueueStatus
42 from handlers.recentstatus import QueuesOverview
43 from handlers.releasepatch import ReleasePatch
44 from handlers.showresults import ShowResults
45 from handlers.statusbubble import StatusBubble
[all …]
/external/oprofile/daemon/
Dopd_extended.c58 && ext_feature_table[opd_ext_feat_index].handlers != NULL) in is_ext_enabled()
68 && ext_feature_table[opd_ext_feat_index].handlers != NULL in is_ext_sfile_enabled()
69 && ext_feature_table[opd_ext_feat_index].handlers->ext_sfile != NULL) in is_ext_sfile_enabled()
102 ret = ext_feature_table[opd_ext_feat_index].handlers->ext_init(args); in opd_ext_initialize()
120 ret = ext_feature_table[opd_ext_feat_index].handlers->ext_deinit(); in opd_ext_deinitialize()
129 && ext_feature_table[opd_ext_feat_index].handlers->ext_print_stats != NULL) { in opd_ext_print_stats()
131 ext_feature_table[opd_ext_feat_index].handlers->ext_print_stats(); in opd_ext_print_stats()
143 && ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->create != NULL) in opd_ext_sfile_create()
144 ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->create(sf); in opd_ext_sfile_create()
152 && ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->dup != NULL) in opd_ext_sfile_dup()
[all …]
/external/chromium/chrome/browser/resources/shared/js/cr/
Devent_target.js34 var handlers = this.listeners_[type];
35 if (handlers.indexOf(handler) < 0)
36 handlers.push(handler);
50 var handlers = this.listeners_[type];
51 var index = handlers.indexOf(handler);
54 if (handlers.length == 1)
57 handlers.splice(index, 1);
87 var handlers = this.listeners_[type].concat();
88 for (var i = 0, handler; handler = handlers[i]; i++) {
/external/chromium-trace/trace-viewer/src/
Devent_target.js33 var handlers = this.listeners_[type];
34 if (handlers.indexOf(handler) < 0)
35 handlers.push(handler);
49 var handlers = this.listeners_[type];
50 var index = handlers.indexOf(handler);
53 if (handlers.length == 1)
56 handlers.splice(index, 1);
86 var handlers = this.listeners_[type].concat();
87 for (var i = 0, handler; handler = handlers[i]; i++) {
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DCatchTable.java103 private final CatchHandlerList handlers; field in CatchTable.Entry
112 public Entry(int start, int end, CatchHandlerList handlers) { in Entry() argument
121 if (handlers.isMutable()) { in Entry()
127 this.handlers = handlers; in Entry()
134 hash = (hash * 31) + handlers.hashCode(); in hashCode()
162 return handlers.compareTo(other.handlers); in compareTo()
189 return handlers; in getHandlers()
DStdCatchBuilder.java144 CatchHandlerList handlers = handlersFor(block, addresses); in build() local
150 currentHandlers = handlers; in build()
154 if (currentHandlers.equals(handlers) in build()
180 currentHandlers = handlers; in build()
275 BasicBlock end, CatchHandlerList handlers, in makeEntry() argument
287 endAddress.getAddress(), handlers); in makeEntry()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DTryListBuilder.java61 public LinkedList<Handler> handlers; field in TryListBuilder.TryRange
68 this.handlers = new LinkedList<Handler>(); in TryRange()
108 tryRange.handlers.addAll(this.handlers); in split()
117 handlers.addLast(handler); in appendHandler()
121 handlers.addFirst(handler); in prependHandler()
142 … ArrayList<CodeItem.EncodedCatchHandler> handlers = new ArrayList<CodeItem.EncodedCatchHandler>(); in encodeTries() local
151 new CodeItem.EncodedTypeAddrPair[tryRange.handlers.size()]; in encodeTries()
154 for (Handler handler: tryRange.handlers) { in encodeTries()
167 handlers.add(encodedCatchHandler); in encodeTries()
181 … return new Pair<List<CodeItem.TryItem>, List<CodeItem.EncodedCatchHandler>>(tries, handlers); in encodeTries()
/external/smali/dexlib/src/main/java/org/jf/dexlib/
DCodeItem.java635 for (EncodedTypeAddrPair handler: encodedCatchHandler.handlers) { in replaceInstructionAtAddress()
834 public final EncodedTypeAddrPair[] handlers; field in CodeItem.EncodedCatchHandler
851 public EncodedCatchHandler(EncodedTypeAddrPair[] handlers, int catchAllHandlerAddress) { in EncodedCatchHandler() argument
852 this.handlers = handlers; in EncodedCatchHandler()
866 handlers = new EncodedTypeAddrPair[-1 * handlerCount]; in EncodedCatchHandler()
868 handlers = new EncodedTypeAddrPair[handlerCount]; in EncodedCatchHandler()
871 for (int i=0; i<handlers.length; i++) { in EncodedCatchHandler()
873 handlers[i] = new EncodedTypeAddrPair(dexFile, in); in EncodedCatchHandler()
914 int size = handlers.length; in place()
921 for (EncodedTypeAddrPair handler: handlers) { in place()
[all …]
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dlogutils.py159 handlers=None): argument
197 if handlers is None:
198 handlers = _default_handlers(stream)
202 for handler in handlers:
207 return handlers
/external/chromium/chrome/browser/ui/webui/
Dconstrained_html_ui.cc31 std::vector<WebUIMessageHandler*> handlers; in RenderViewCreated() local
32 dialog_delegate->GetWebUIMessageHandlers(&handlers); in RenderViewCreated()
35 for (std::vector<WebUIMessageHandler*>::iterator it = handlers.begin(); in RenderViewCreated()
36 it != handlers.end(); ++it) { in RenderViewCreated()
Dhtml_dialog_ui.cc47 std::vector<WebUIMessageHandler*> handlers; in RenderViewCreated() local
52 (*delegate)->GetWebUIMessageHandlers(&handlers); in RenderViewCreated()
57 for (std::vector<WebUIMessageHandler*>::iterator it = handlers.begin(); in RenderViewCreated()
58 it != handlers.end(); ++it) { in RenderViewCreated()
/external/javassist/src/main/javassist/bytecode/stackmap/
DLiveness.java78 BasicBlock.Catch handlers = tb.toCatch; in computeLiveness1() local
79 while (handlers != null) { in computeLiveness1()
80 TypedBlock h = (TypedBlock)handlers.body; in computeLiveness1()
86 handlers = handlers.next; in computeLiveness1()
171 BasicBlock.Catch handlers = tb.toCatch; in computeLiveness2except() local
173 while (handlers != null) { in computeLiveness2except()
174 TypedBlock h = (TypedBlock)handlers.body; in computeLiveness2except()
186 handlers = handlers.next; in computeLiveness2except()
/external/webkit/Tools/TestResultServer/
Dmain.py36 from handlers import dashboardhandler
37 from handlers import menu
38 from handlers import testfilehandler
/external/chromium/chrome/common/
Dworker_thread_ticker.cc22 TickHandlerListType* handlers = &ticker_->tick_handler_list_; in Run() local
23 for (TickHandlerListType::const_iterator i = handlers->begin(); in Run()
24 i != handlers->end(); ++i) { in Run()
/external/qemu/target-mips/
Dhelper.c292 } handlers[] = { in cpu_mips_get_pgd() local
310 for (i = 0; i < sizeof(handlers)/sizeof(handlers[0]); i++) { in cpu_mips_get_pgd()
311 lui_ins = ldl_phys(ebase + handlers[i].lui.off); in cpu_mips_get_pgd()
312 lw_ins = ldl_phys(ebase + handlers[i].lw.off); in cpu_mips_get_pgd()
313 srl_ins = ldl_phys(ebase + handlers[i].srl.off); in cpu_mips_get_pgd()
314 if (((lui_ins & handlers[i].lui.mask) == handlers[i].lui.op) && in cpu_mips_get_pgd()
315 ((lw_ins & handlers[i].lw.mask) == handlers[i].lw.op) && in cpu_mips_get_pgd()
316 ((srl_ins & handlers[i].srl.mask) == handlers[i].srl.op)) in cpu_mips_get_pgd()
319 if (i >= sizeof(handlers)/sizeof(handlers[0])) { in cpu_mips_get_pgd()
/external/chromium/chrome/browser/resources/shared/js/
Di18n_template.js33 var handlers = { variable
96 for (var key in handlers) {
111 handlers[name](element, att, obj);
/external/clang/tools/scan-build/
Dsorttable.js383 var handlers = element.events[type];
384 if (!handlers) {
385 handlers = element.events[type] = {};
388 handlers[0] = element["on" + type];
392 handlers[handler.$$guid] = handler;
416 var handlers = this.events[event.type];
418 for (var i in handlers) {
419 this.$$handleEvent = handlers[i];
/external/webkit/Tools/Scripts/webkitpy/style/
Dchecker.py408 handlers = _create_debug_log_handlers(stream)
411 handlers = _create_log_handlers(stream)
413 handlers = _configure_logging(logging_level=logging_level, logger=logger,
414 handlers=handlers)
416 return handlers
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
Dsorttable.js380 var handlers = element.events[type];
381 if (!handlers) {
382 handlers = element.events[type] = {};
385 handlers[0] = element["on" + type];
389 handlers[handler.$$guid] = handler;
413 var handlers = this.events[event.type];
415 for (var i in handlers) {
416 this.$$handleEvent = handlers[i];
/external/webkit/Tools/RebaselineQueueServer/
Dmain.py36 from handlers import pages
37 from handlers import builderqueue
/external/webkit/Tools/QueueStatusServer/handlers/
Dupdatesvnrevision.py32 import handlers
36 class UpdateSVNRevision(handlers.UpdateBase):
/external/chromium/chrome/browser/ui/gtk/
Dhtml_dialog_gtk.cc65 std::vector<WebUIMessageHandler*>* handlers) const { in GetWebUIMessageHandlers()
67 delegate_->GetWebUIMessageHandlers(handlers); in GetWebUIMessageHandlers()
69 handlers->clear(); in GetWebUIMessageHandlers()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DCatchStructs.java248 CatchHandlerList handlers = entry.getHandlers(); in annotateEntries() local
251 String s2 = handlers.toHuman(subPrefix, ""); in annotateEntries()
304 private static void annotateAndConsumeHandlers(CatchHandlerList handlers, in annotateAndConsumeHandlers() argument
307 String s = handlers.toHuman(prefix, Hex.u2(offset) + ": "); in annotateAndConsumeHandlers()
/external/kernel-headers/original/linux/
Domap_csmi.h63 int omap_csmi_install_mailbox_handlers(int mailbox, omap_csmi_mailbox_handlers_t handlers);
64 int omap_csmi_uninstall_mailbox_handlers(int mailbox, omap_csmi_mailbox_handlers_t handlers);
/external/valgrind/main/docs/internals/
Dnotes.txt54 sigcontext offered to the handler. That means handlers which
145 System call handlers
148 the syscall args from wherever they live, and handlers proper, which
149 do whatever pre/post checks/hanldling is needed. The handlers are
151 handlers from details of knowing how to get hold of syscall arg/result
155 The syscall handlers assume that the result register (RES) does not
157 blithely referring to ARGn in the post-handlers. This should be fixed

12345678