Home
last modified time | relevance | path

Searched defs:Event (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_ar_event.hpp65 struct Event struct
68 Event() {} in Event() argument
69 virtual ~Event() {} in ~Event() argument
72 virtual const uint32_t GetEventId() const = 0; argument
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.h70 struct Event { struct
71 std::string kernel_name;
72 std::string kernel_type;
73 CUPTIApiType api_type;
74 ActivityType activity_type;
75 uint64_t start_time_stamp;
76 uint64_t end_time_stamp;
77 std::string op_name;
78 uint32_t device_id;
79 uint32_t correlation_id;
[all …]
/third_party/skia/src/gpu/geometry/
DGrAATriangulator.h30 struct Event { struct
31 Event(SSEdge* edge, const SkPoint& point, uint8_t alpha) in Event() function
41 bool operator() (Event* const &e1, Event* const &e2) { in operator() argument
/third_party/node/doc/api/
Devents.md1274 #### `event.bubbles`
1283 #### `event.cancelBubble()`
1291 #### `event.cancelable`
1298 #### `event.composed`
1307 #### `event.composedPath()`
1316 #### `event.currentTarget`
1325 #### `event.defaultPrevented`
1335 #### `event.eventPhase`
1345 #### `event.isTrusted`
1355 #### `event.preventDefault()`
[all …]
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dmemory_scheduler.h43 struct Event { struct
44 Event(const EventType &in_type, size_t in_index) { in Event() function
49 EventType type; argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dtrace.h82 struct Event { struct
83 enum class Type : uint8_t {
116 char name[MaxEventNameLength] = {}; argument
124 struct BeginEvent : public Event { argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkEvent.hpp27 class Event : public Object<Event, VkEvent> class
30 Event(const VkEventCreateInfo *pCreateInfo, void *mem) in Event() function in vk::Event
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h180 explicit Event(Type type) : type_(type), value_(DataPiece::NullData()) {} in Event() function
183 explicit Event(Type type, StringPiece name) in Event() function
187 explicit Event(StringPiece name, const DataPiece& value) in Event() function
192 Event(const Event& other) in Event() function
/third_party/typescript/tests/baselines/reference/
DlambdaArgCrash.js2 class Event { class
/third_party/typescript/tests/cases/compiler/
DmetadataOfEventAlias.ts8 export interface Event { title: string }; interface
DlambdaArgCrash.ts2 class Event { class
DrecursiveTypeComparison2.ts4 interface Event<T> { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DHWEventListener.h164 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent()
165 virtual void onEvent(const HWStallEvent &Event) {} in onEvent()
166 virtual void onEvent(const HWPressureEvent &Event) {} in onEvent()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLEvent.cpp142 Event::Event(Context &context, cl_int &errorCode) in Event() function in cl::Event
148 Event::Event(CommandQueue &queue, in Event() function in cl::Event
/third_party/python/Doc/library/
Dasyncio-sync.rst99 Event chapter
/third_party/python/Lib/asyncio/
Dstaggered.py83 previous_failed: typing.Optional[locks.Event]) -> None:
/third_party/cef/tests/ceftests/
Ddevtools_message_unittest.cc106 struct Event { struct in __anon9b2a2c590111::DevToolsMessageTestHandler
107 std::string method;
108 std::string params;
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DRefBaseTests.cpp29 struct Event { struct
30 Action action;
31 Id thisId = 0;
32 Id otherId = 0;
/third_party/skia/third_party/externals/swiftshader/src/Common/
DThread.cpp71 Event::Event() in Event() function in sw::Event
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsclient.go28 Event(context.Context, *interface{}) error methodSpec
170 func (s *clientDispatcher) Event(ctx context.Context, params *interface{}) error { func
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsclient.go28 Event(context.Context, *interface{}) error methodSpec
170 func (s *clientDispatcher) Event(ctx context.Context, params *interface{}) error { func
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsclient.go28 Event(context.Context, *interface{}) error methodSpec
170 func (s *clientDispatcher) Event(ctx context.Context, params *interface{}) error { func
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/
DStage.h79 template <typename EventT> void notifyEvent(const EventT &Event) const { in notifyEvent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DInstructionTables.cpp63 HWInstructionIssuedEvent Event(IR, UsedResources); in execute() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Devent_bench.cpp22 BENCHMARK_DEFINE_F(Schedule, Event)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument

1234