Home
last modified time | relevance | path

Searched refs:constructEvent (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/parallel-libs/acxxel/
Dcuda_acxxel.cpp233 return constructEvent(this, DeviceIndex, Handle, cudaDestroyEvent); in createEvent()
Dopencl_acxxel.cpp228 return constructEvent(this, DeviceIndex, new cl_event(Event), in createEvent()
Dacxxel.h600 Event constructEvent(Platform *APlatform, int DeviceIndex, void *AHandle, in constructEvent() function
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.js1099 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
Dwebcomponents.js1140 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