Home
last modified time | relevance | path

Searched defs:handlers (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockFindingClassVisitor.java189 List<TryCatchBlockNode> handlers = handlersMap.get(index); in insertMethodCallBefore() local
209 List<TryCatchBlockNode> handlers = handlersMap.get(index + 1); in insertMethodCallAfter() local
230 public static void updateCatchHandler(MethodNode mn, List<TryCatchBlockNode> handlers, in updateCatchHandler()
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
DGeneralHprofDumpHandler.java27 private List<IHprofDumpHandler> handlers = new ArrayList<>(); field in GeneralHprofDumpHandler
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/events/
DEventBus.java524 ArrayList<EventHandler> handlers = mEventTypeMap.get(clz); in dumpInternal() local
/frameworks/opt/net/wifi/libwifi_hal/
Dhal_tool.cpp414 NanCallbackHandler handlers) { in wifi_nan_register_handler_stub()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dencode_decode.c655 const upb_handlers* handlers = get_fill_handlers(desc); in new_fillmsg_decodermethod() local
Dupb.c2544 bool upb_handlers_freeze(upb_handlers *const*handlers, int n, upb_status *s) { in upb_handlers_freeze()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DDefaultPermissionGrantPolicy.java913 List<ResolveInfo> handlers = mContext.getPackageManager().queryIntentServicesAsUser( in getDefaultSystemHandlerServicePackage() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.c2391 bool upb_handlers_freeze(upb_handlers *const*handlers, int n, upb_status *s) { in upb_handlers_freeze()