| /third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
| H A D | jitprofiling.c | 68 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 D | jitprofiling.c | 112 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 D | jitprofiling.h | 240 int JITAPI iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData);
|
| /third_party/alsa-lib/src/topology/ |
| H A D | dapm.c | 627 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 D | code_generator.py | 451 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 D | imgui_impl_android.cpp | 42 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 D | serve_header.py | 224 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 D | dri2.c | 116 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 D | glxext.c | 158 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 D | fst_ctrl_iface.c | 82 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 D | fst.h | 202 * @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 D | fst_ctrl_iface.c | 82 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 D | fst.h | 202 * @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 D | seqmid.c | 240 * \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 D | seq.c | 1654 * \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 D | exynos_drm.h | 126 __u64 event_type; member
|
| /third_party/node/deps/v8/third_party/ittapi/include/ |
| H A D | jitprofiling.h | 628 * @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 D | native-lib.cpp | 66 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 D | self_test.c | 181 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 D | self_test.c | 183 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 D | ac_rgp.h | 162 enum sqtt_queue_event_type event_type; member
|
| /third_party/alsa-lib/include/ |
| H A D | topology.h | 508 * event_type "1" # DAPM widget event type 962 unsigned short event_type; /*!< PM event sequence type */ member
|
| H A D | seq.h | 177 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 D | seqmid.h | 383 int snd_seq_set_client_event_filter(snd_seq_t *seq, int event_type);
|
| /third_party/mesa3d/include/GL/ |
| H A D | glx.h | 406 int event_type; /* GLX_DAMAGED or GLX_SAVED */ member 425 int event_type; member
|