Home
last modified time | relevance | path

Searched refs:event_type (Results 1 - 25 of 37) sorted by relevance

12

/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Djitprofiling.c68 iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData) in iJIT_NotifyEvent() argument
82 if (event_type == iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED || in iJIT_NotifyEvent()
83 event_type == iJVM_EVENT_TYPE_METHOD_UPDATE) in iJIT_NotifyEvent()
88 else if (event_type == iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED_V2) in iJIT_NotifyEvent()
93 else if (event_type == iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED_V3) in iJIT_NotifyEvent()
98 else if (event_type == iJVM_EVENT_TYPE_METHOD_INLINE_LOAD_FINISHED) in iJIT_NotifyEvent()
105 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData); in iJIT_NotifyEvent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c112 iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData) in iJIT_NotifyEvent() argument
152 if ((event_type == iJVM_EVENT_TYPE_ENTER_NIDS || in iJIT_NotifyEvent()
153 event_type == iJVM_EVENT_TYPE_LEAVE_NIDS) && in iJIT_NotifyEvent()
162 if (event_type == iJVM_EVENT_TYPE_ENTER_NIDS) in iJIT_NotifyEvent()
200 if (event_type == iJVM_EVENT_TYPE_LEAVE_NIDS) in iJIT_NotifyEvent()
229 if (event_type == iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED) in iJIT_NotifyEvent()
236 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData); in iJIT_NotifyEvent()
H A Djitprofiling.h240 int JITAPI iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData);
/third_party/alsa-lib/src/topology/
H A Ddapm.c627 if (strcmp(id, "event_type") == 0) { in tplg_parse_dapm_widget()
631 widget->event_type = ival; in tplg_parse_dapm_widget()
632 tplg_dbg("\t%s: %d", id, widget->event_type); in tplg_parse_dapm_widget()
719 if (err >= 0 && widget->event_type) in tplg_save_dapm_widget()
721 widget->event_type); in tplg_save_dapm_widget()
808 w->event_type = wt->event_type; in tplg_add_widget_object()
931 wt->event_type = w->event_type; in tplg_decode_dapm_widget()
/third_party/node/tools/inspector_protocol/
H A Dcode_generator.py451 event_type = dict()
452 event_type["description"] = "Wrapper for notification params"
453 event_type["type"] = "object"
454 event_type["id"] = to_title_case(event["name"]) + "Notification"
456 event_type["properties"] = copy.deepcopy(event["parameters"])
459 domain["types"].append(event_type)
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_android.cpp42 int32_t event_type = AInputEvent_getType(input_event); in ImGui_ImplAndroid_HandleInputEvent() local
43 switch (event_type) in ImGui_ImplAndroid_HandleInputEvent()
/third_party/json/tools/serve_header/
H A Dserve_header.py224 logging.debug('%s (is_dir=%s): %s', event.event_type,
228 if event.event_type == 'created':
231 elif event.event_type == 'deleted':
234 elif event.event_type == 'closed':
/third_party/mesa3d/src/glx/
H A Ddri2.c116 switch (awire->event_type) { in DRI2WireToEvent()
118 aevent->event_type = GLX_EXCHANGE_COMPLETE_INTEL; in DRI2WireToEvent()
121 aevent->event_type = GLX_COPY_COMPLETE_INTEL; in DRI2WireToEvent()
124 aevent->event_type = GLX_FLIP_COMPLETE_INTEL; in DRI2WireToEvent()
H A Dglxext.c158 aevent->event_type = awire->type; in __glXWireToEvent()
160 aevent->event_type = awire->event_type; in __glXWireToEvent()
184 aevent->event_type = awire->event_type; in __glXWireToEvent()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_ctrl_iface.c82 enum fst_event_type event_type, in fst_ctrl_iface_notify()
108 switch (event_type) { in fst_ctrl_iface_notify()
150 fst_session_event_type_name(event_type), in fst_ctrl_iface_notify()
162 fst_session_event_type_name(event_type)); in fst_ctrl_iface_notify()
724 static void fst_ctrl_iface_on_event(enum fst_event_type event_type, in fst_ctrl_iface_on_event() argument
730 fst_ctrl_iface_notify(i, session_id, event_type, extra); in fst_ctrl_iface_on_event()
81 fst_ctrl_iface_notify(struct fst_iface *f, u32 session_id, enum fst_event_type event_type, const union fst_event_extra *extra) fst_ctrl_iface_notify() argument
H A Dfst.h202 * @event_type: Event type
207 void (*on_event)(enum fst_event_type event_type, struct fst_iface *i,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_ctrl_iface.c82 enum fst_event_type event_type, in fst_ctrl_iface_notify()
108 switch (event_type) { in fst_ctrl_iface_notify()
150 fst_session_event_type_name(event_type), in fst_ctrl_iface_notify()
162 fst_session_event_type_name(event_type)); in fst_ctrl_iface_notify()
724 static void fst_ctrl_iface_on_event(enum fst_event_type event_type, in fst_ctrl_iface_on_event() argument
730 fst_ctrl_iface_notify(i, session_id, event_type, extra); in fst_ctrl_iface_on_event()
81 fst_ctrl_iface_notify(struct fst_iface *f, u32 session_id, enum fst_event_type event_type, const union fst_event_extra *extra) fst_ctrl_iface_notify() argument
H A Dfst.h202 * @event_type: Event type
207 void (*on_event)(enum fst_event_type event_type, struct fst_iface *i,
/third_party/alsa-lib/src/seq/
H A Dseqmid.c240 * \param event_type event type to be added
245 int snd_seq_set_client_event_filter(snd_seq_t *seq, int event_type) in snd_seq_set_client_event_filter() argument
252 snd_seq_client_info_event_filter_add(&info, event_type); in snd_seq_set_client_event_filter()
H A Dseq.c1654 * \param event_type event type to be added
1665 void snd_seq_client_info_event_filter_add(snd_seq_client_info_t *info, int event_type) in snd_seq_client_info_event_filter_add() argument
1669 snd_seq_set_bit(event_type, info->event_filter); in snd_seq_client_info_event_filter_add()
1675 * \param event_type event type to be removed
1686 void snd_seq_client_info_event_filter_del(snd_seq_client_info_t *info, int event_type) in snd_seq_client_info_event_filter_del() argument
1689 snd_seq_unset_bit(event_type, info->event_filter); in snd_seq_client_info_event_filter_del()
1695 * \param event_type event type to be checked
1706 int snd_seq_client_info_event_filter_check(snd_seq_client_info_t *info, int event_type) in snd_seq_client_info_event_filter_check() argument
1709 return snd_seq_get_bit(event_type, info->event_filter); in snd_seq_client_info_event_filter_check()
/third_party/libdrm/exynos/
H A Dexynos_drm.h126 __u64 event_type; member
/third_party/node/deps/v8/third_party/ittapi/include/
H A Djitprofiling.h628 * @param[in] event_type - type of the data sent to the agent
633 int JITAPI iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData);
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
H A Dnative-lib.cpp66 jint event_type, in Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1onTouchInput()
64 Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1onTouchInput(JNIEnv *env, jclass type, jint event_type, jlong time_since_boot_ms, jint pixel_x, jint pixel_y) Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1onTouchInput() argument
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test.c181 const char *event_type) in verify_integrity()
191 OSSL_SELF_TEST_onbegin(ev, event_type, OSSL_SELF_TEST_DESC_INTEGRITY_HMAC); in verify_integrity()
178 verify_integrity(OSSL_CORE_BIO *bio, OSSL_FUNC_BIO_read_ex_fn read_ex_cb, unsigned char *expected, size_t expected_len, OSSL_LIB_CTX *libctx, OSSL_SELF_TEST *ev, const char *event_type) verify_integrity() argument
/third_party/openssl/providers/fips/
H A Dself_test.c183 const char *event_type) in verify_integrity()
193 OSSL_SELF_TEST_onbegin(ev, event_type, OSSL_SELF_TEST_DESC_INTEGRITY_HMAC); in verify_integrity()
180 verify_integrity(OSSL_CORE_BIO *bio, OSSL_FUNC_BIO_read_ex_fn read_ex_cb, unsigned char *expected, size_t expected_len, OSSL_LIB_CTX *libctx, OSSL_SELF_TEST *ev, const char *event_type) verify_integrity() argument
/third_party/mesa3d/src/amd/common/
H A Dac_rgp.h162 enum sqtt_queue_event_type event_type; member
/third_party/alsa-lib/include/
H A Dtopology.h508 * event_type "1" # DAPM widget event type
962 unsigned short event_type; /*!< PM event sequence type */ member
H A Dseq.h177 void snd_seq_client_info_event_filter_add(snd_seq_client_info_t *info, int event_type);
178 void snd_seq_client_info_event_filter_del(snd_seq_client_info_t *info, int event_type);
179 int snd_seq_client_info_event_filter_check(snd_seq_client_info_t *info, int event_type);
H A Dseqmid.h383 int snd_seq_set_client_event_filter(snd_seq_t *seq, int event_type);
/third_party/mesa3d/include/GL/
H A Dglx.h406 int event_type; /* GLX_DAMAGED or GLX_SAVED */ member
425 int event_type; member

Completed in 25 milliseconds

12