/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/ |
D | GeneralHprofDumpHandler.java | 27 private List<IHprofDumpHandler> handlers = new ArrayList<>(); field in GeneralHprofDumpHandler 30 synchronized (handlers) { in addHandler() 31 handlers.add(h); in addHandler() 36 synchronized (handlers) { in removeHandler() 37 handlers.remove(h); in removeHandler() 42 synchronized (handlers) { in getIterationList() 43 return new ArrayList<>(handlers); in getIterationList()
|
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
D | LockFindingClassVisitor.java | 189 List<TryCatchBlockNode> handlers = handlersMap.get(index); in insertMethodCallBefore() local 203 updateCatchHandler(mn, handlers, start, end, handlersMap); in insertMethodCallBefore() 209 List<TryCatchBlockNode> handlers = handlersMap.get(index + 1); in insertMethodCallAfter() local 226 updateCatchHandler(mn, handlers, start, end, handlersMap); in insertMethodCallAfter() 230 public static void updateCatchHandler(MethodNode mn, List<TryCatchBlockNode> handlers, in updateCatchHandler() argument 232 if (handlers == null || handlers.size() == 0) { in updateCatchHandler() 237 List<TryCatchBlockNode> newNodes = new ArrayList<>(handlers.size()); in updateCatchHandler() 238 for (TryCatchBlockNode handler : handlers) { in updateCatchHandler()
|
/frameworks/base/tools/preload/ |
D | sorttable.js | 383 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];
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.h | 3469 static bool Freeze(Handlers*const* handlers, int n, Status* s); 3470 static bool Freeze(const std::vector<Handlers*>& handlers, Status* s); 3947 bool upb_handlers_freeze(upb_handlers *const *handlers, int n, upb_status *s); 4980 inline bool Handlers::Freeze(Handlers *const *handlers, int n, Status *s) { 4981 return upb_handlers_freeze(handlers, n, s); 5445 template <class T> Sink(const Handlers* handlers, T* closure); 5448 template <class T> void Reset(const Handlers* handlers, T* closure); 5520 const upb_handlers *handlers; 5653 if (!s->handlers) return true; \ 5654 func = (functype *)upb_handlers_gethandler(s->handlers, sel); \ [all …]
|
D | def.c | 37 Z_OBJVAL_P(wrapper).handlers = zend_get_std_object_handlers(); 48 Z_OBJVAL_P(wrapper).handlers = zend_get_std_object_handlers(); 79 return_value.handlers = zend_get_std_object_handlers(); \
|
D | message.c | 236 return_value.handlers = PROTOBUF_G(message_handlers); in message_create()
|
D | upb.c | 2391 bool upb_handlers_freeze(upb_handlers *const*handlers, int n, upb_status *s) { in upb_handlers_freeze() argument 2396 upb_handlers *h = handlers[i]; in upb_handlers_freeze() 2467 if (!upb_refcounted_freeze((upb_refcounted*const*)handlers, n, s, in upb_handlers_freeze() 7435 const mgroup *g = mgroup_new(opts->handlers, c->allow_jit_, opts->lazy, c); in upb_pbcodecache_getdecodermethod() 7438 ok = upb_inttable_lookupptr(&g->methods, opts->handlers, &v); in upb_pbcodecache_getdecodermethod() 7448 opts->handlers = h; in upb_pbdecodermethodopts_init() 8445 if (sink->handlers != d->method_->dest_handlers_) in upb_pbdecoder_create() 8448 upb_sink_reset(&d->top->sink, sink->handlers, sink->closure); in upb_pbdecoder_create() 11190 upb_sink_reset(&p->top->sink, output->handlers, output->closure); in upb_json_parser_create() 11191 p->top->m = upb_handlers_msgdef(output->handlers); in upb_json_parser_create()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.h | 4165 static bool Freeze(Handlers*const* handlers, int n, Status* s); 4166 static bool Freeze(const std::vector<Handlers*>& handlers, Status* s); 4643 bool upb_handlers_freeze(upb_handlers *const *handlers, int n, upb_status *s); 5676 inline bool Handlers::Freeze(Handlers *const *handlers, int n, Status *s) { 5677 return upb_handlers_freeze(handlers, n, s); 5880 template <class T> Sink(const Handlers* handlers, T* closure); 5883 template <class T> void Reset(const Handlers* handlers, T* closure); 5955 const upb_handlers *handlers; 6088 if (!s->handlers) return true; \ 6089 func = (functype *)upb_handlers_gethandler(s->handlers, sel); \ [all …]
|
D | encode_decode.c | 655 const upb_handlers* handlers = get_fill_handlers(desc); in new_fillmsg_decodermethod() local 657 upb_pbdecodermethodopts_init(&opts, handlers); in new_fillmsg_decodermethod()
|
D | upb.c | 2544 bool upb_handlers_freeze(upb_handlers *const*handlers, int n, upb_status *s) { in upb_handlers_freeze() argument 2549 upb_handlers *h = handlers[i]; in upb_handlers_freeze() 2620 if (!upb_refcounted_freeze((upb_refcounted*const*)handlers, n, s, in upb_handlers_freeze() 8119 const mgroup *g = mgroup_new(opts->handlers, c->allow_jit_, opts->lazy, c); in upb_pbcodecache_getdecodermethod() 8122 ok = upb_inttable_lookupptr(&g->methods, opts->handlers, &v); in upb_pbcodecache_getdecodermethod() 8132 opts->handlers = h; in upb_pbdecodermethodopts_init() 9157 if (sink->handlers != d->method_->dest_handlers_) in upb_pbdecoder_create() 9160 upb_sink_reset(&d->top->sink, sink->handlers, sink->closure); in upb_pbdecoder_create() 11963 upb_sink_reset(&p->top->sink, output->handlers, output->closure); in upb_json_parser_create() 11964 p->top->m = upb_handlers_msgdef(output->handlers); in upb_json_parser_create()
|
/frameworks/rs/tests/lldb/tests/harness/ |
D | util_log.py | 123 for hndlr in self.handlers:
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/events/ |
D | EventBus.java | 524 ArrayList<EventHandler> handlers = mEventTypeMap.get(clz); in dumpInternal() local 525 for (EventHandler handler : handlers) { in dumpInternal()
|
/frameworks/wilhelm/src/ |
D | Android.bp | 46 "handlers.c",
|
/frameworks/base/services/core/java/com/android/server/pm/permission/ |
D | DefaultPermissionGrantPolicy.java | 913 List<ResolveInfo> handlers = mContext.getPackageManager().queryIntentServicesAsUser( in getDefaultSystemHandlerServicePackage() local 915 if (handlers == null) { in getDefaultSystemHandlerServicePackage() 918 final int handlerCount = handlers.size(); in getDefaultSystemHandlerServicePackage() 920 ResolveInfo handler = handlers.get(i); in getDefaultSystemHandlerServicePackage()
|
/frameworks/opt/net/wifi/libwifi_hal/ |
D | hal_tool.cpp | 414 NanCallbackHandler handlers) { in wifi_nan_register_handler_stub() argument
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.cmake | 572 /* Define as the return type of signal handlers (`int' or `void'). */
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 112332 Ljava/net/URLConnection;->handlers:Ljava/util/Hashtable; 118007 Ljava/util/logging/Logger;->handlers:Ljava/util/concurrent/CopyOnWriteArrayList;
|