Searched refs:constructEvent (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/parallel-libs/acxxel/ |
D | cuda_acxxel.cpp | 233 return constructEvent(this, DeviceIndex, Handle, cudaDestroyEvent); in createEvent()
|
D | opencl_acxxel.cpp | 228 return constructEvent(this, DeviceIndex, new cl_event(Event), in createEvent()
|
D | acxxel.h | 600 Event constructEvent(Platform *APlatform, int DeviceIndex, void *AHandle, in constructEvent() function
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | ShadowDOM.js | 1099 return wrap(constructEvent(OriginalEvent, "Event", type, options)); 1155 …if (type instanceof OriginalEvent) setWrapper(type, this); else return wrap(constructEvent(Origina… 1201 function constructEvent(OriginalEvent, name, type, options) { function
|
D | webcomponents.js | 1140 return wrap(constructEvent(OriginalEvent, "Event", type, options)); 1196 …if (type instanceof OriginalEvent) setWrapper(type, this); else return wrap(constructEvent(Origina… 1242 function constructEvent(OriginalEvent, name, type, options) { function
|