HomeSort by relevance Sort by last modified time
    Searched refs:HandlerType (Results 1 - 22 of 22) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-registry.cpp 21 using HandlerType = std::function<Error()>;
23 ManagedStatic<std::unordered_map<cl::SubCommand *, HandlerType>> Commands;
26 HandlerType Command) {
33 HandlerType dispatch(cl::SubCommand *SC) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Smi.c 27 EFI_GUID HandlerType; // Type of interrupt
46 @param HandlerType The type of the interrupt
55 IN EFI_GUID *HandlerType,
72 if (CompareGuid (&Item->HandlerType, HandlerType)) {
92 CopyGuid ((VOID *)&SmiEntry->HandlerType, HandlerType);
107 @param HandlerType Points to the handler type or NULL for root SMI handlers.
121 IN CONST EFI_GUID *HandlerType,
136 if (HandlerType == NULL) {
    [all...]
PiSmmCore.c 290 for (Index = 0; mSmmCoreSmiHandlers[Index].HandlerType != NULL; Index++) {
667 for (Index = 0; mSmmCoreSmiHandlers[Index].HandlerType != NULL; Index++) {
670 mSmmCoreSmiHandlers[Index].HandlerType,
PiSmmCore.h 67 EFI_GUID *HandlerType;
591 @param HandlerType Points to the handler type or NULL for root SMI handlers.
605 IN CONST EFI_GUID *HandlerType,
615 @param HandlerType Points to the handler type or NULL for root SMI handlers.
626 IN CONST EFI_GUID *HandlerType OPTIONAL,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiSmmCis.h 132 @param[in] HandlerType Points to the handler type or NULL for root SMI handlers.
145 IN CONST EFI_GUID *HandlerType,
182 @param[in] HandlerType Points to the handler type or NULL for root SMI handlers.
193 IN CONST EFI_GUID *HandlerType OPTIONAL,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/
PiSmmDefinition.h 190 @param[in] HandlerType Points to the handler type or NULL for root SMI handlers.
203 IN CONST EFI_GUID *HandlerType,
240 @param[in] HandlerType Points to the handler type or NULL for root SMI handlers.
251 IN CONST EFI_GUID *HandlerType OPTIONAL,
  /external/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 90 ClrHandlerType HandlerType;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 88 ClrHandlerType HandlerType;
  /external/libbrillo/brillo/dbus/
dbus_object.h 430 // Using struct here to allow partial specialization on HandlerType while
433 template<typename HandlerType>
440 new HandlerType(callback));
  /external/google-breakpad/src/client/windows/handler/
exception_handler.h 145 // HandlerType specifies which types of handlers should be installed, if
151 enum HandlerType {
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 455 int TryParentState, ClrHandlerType HandlerType,
461 Entry.HandlerType = HandlerType;
525 ClrHandlerType HandlerType =
529 HandlerType, 0, Pad->getParent());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
WinEHPrepare.cpp 465 int TryParentState, ClrHandlerType HandlerType,
471 Entry.HandlerType = HandlerType;
535 ClrHandlerType HandlerType =
539 HandlerType, 0, Pad->getParent());
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
MonsterStorage_grpc.go 225 HandlerType: (*MonsterStorageServer)(nil),
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 737 // HandlerType *HandlerArray;
789 // HandlerType {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 745 // HandlerType *HandlerArray;
797 // HandlerType {
    [all...]
  /external/golang-protobuf/protoc-gen-go/testdata/deprecated/
deprecated.pb.go 263 HandlerType: (*DeprecatedServiceServer)(nil),
  /external/golang-protobuf/protoc-gen-go/grpc/
grpc.go 238 g.P("HandlerType: (*", serverType, ")(nil),")
  /external/golang-protobuf/protoc-gen-go/testdata/grpc/
grpc.pb.go 421 HandlerType: (*TestServer)(nil),
  /external/syzkaller/vendor/google.golang.org/grpc/
server.go 74 HandlerType interface{}
385 ht := reflect.TypeOf(sd.HandlerType).Elem()
    [all...]
  /external/syzkaller/vendor/google.golang.org/genproto/googleapis/iam/v1/
iam_policy.pb.go 360 HandlerType: (*IAMPolicyServer)(nil),
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1660 milliseconds