Home
last modified time | relevance | path

Searched refs:event2 (Results 1 – 25 of 44) sorted by relevance

12

/external/libevent/include/
Dinclude.am7 include_event2dir = $(includedir)/event2
10 include/event2/buffer.h \
11 include/event2/buffer_compat.h \
12 include/event2/bufferevent.h \
13 include/event2/bufferevent_compat.h \
14 include/event2/bufferevent_struct.h \
15 include/event2/dns.h \
16 include/event2/dns_compat.h \
17 include/event2/dns_struct.h \
18 include/event2/event.h \
[all …]
/external/oss-fuzz/projects/libyaml/
Dlibyaml_emitter_fuzzer.c30 bool events_equal(yaml_event_t *event1, yaml_event_t *event2) { in events_equal() argument
34 if (event1->type != event2->type) in events_equal()
43 !event2->data.document_start.version_directive) || in events_equal()
45 event2->data.document_start.version_directive) || in events_equal()
47 event2->data.document_start.version_directive && in events_equal()
49 event2->data.document_start.version_directive->major || in events_equal()
51 event2->data.document_start.version_directive->minor))) in events_equal()
55 (event2->data.document_start.tag_directives.end - in events_equal()
56 event2->data.document_start.tag_directives.start)) in events_equal()
63 (char *)event2->data.document_start.tag_directives.start[k] in events_equal()
[all …]
/external/libevent/cmake/
DUseDoxygen.cmake56 set(DOX_INPUT include/event2/buffer.h
57 include/event2/buffer_compat.h
58 include/event2/bufferevent.h
59 include/event2/bufferevent_compat.h
60 include/event2/bufferevent_ssl.h
61 include/event2/dns.h
62 include/event2/dns_compat.h
63 include/event2/event.h
64 include/event2/event_compat.h
65 include/event2/http.h
[all …]
/external/libevent/
Dpost_update.sh7 cp -a -n $2/include/event2/event-config.h $1/include/event2/
8 cp -a -n $2/include/event2/event-config-linux.h $1/include/event2/
9 cp -a -n $2/include/event2/event-config-darwin.h $1/include/event2/
10 cp -a -n $2/include/event2/event-config-bionic.h $1/include/event2/
DDoxyfile67 $(SRCDIR)/include/event2/buffer.h \
68 $(SRCDIR)/include/event2/buffer_compat.h \
69 $(SRCDIR)/include/event2/bufferevent.h \
70 $(SRCDIR)/include/event2/bufferevent_compat.h \
71 $(SRCDIR)/include/event2/bufferevent_ssl.h \
72 $(SRCDIR)/include/event2/dns.h \
73 $(SRCDIR)/include/event2/dns_compat.h \
74 $(SRCDIR)/include/event2/event.h \
75 $(SRCDIR)/include/event2/event_compat.h \
76 $(SRCDIR)/include/event2/http.h \
[all …]
DMakefile.am224 BUILT_SOURCES += include/event2/event-config.h
226 include/event2/event-config.h: config.h make-event-config.sed
227 $(AM_V_GEN)test -d include/event2 || $(MKDIR_P) include/event2
295 WIN32-Code/nmake/event2/event-config.h \
343 DISTCLEANFILES += *~ libevent.pc libevent_core.pc libevent_extra.pc ./include/event2/event-config.h
DMakefile.in135 @OPENSSL_TRUE@am__append_5 = include/event2/bufferevent_ssl.h
597 am__include_event2_HEADERS_DIST = include/event2/buffer.h \
598 include/event2/buffer_compat.h include/event2/bufferevent.h \
599 include/event2/bufferevent_compat.h \
600 include/event2/bufferevent_struct.h include/event2/dns.h \
601 include/event2/dns_compat.h include/event2/dns_struct.h \
602 include/event2/event.h include/event2/event_compat.h \
603 include/event2/event_struct.h include/event2/http.h \
604 include/event2/http_compat.h include/event2/http_struct.h \
605 include/event2/keyvalq_struct.h include/event2/listener.h \
[all …]
DCMakeLists.txt775 include/event2/buffer.h
776 include/event2/bufferevent.h
777 include/event2/bufferevent_compat.h
778 include/event2/bufferevent_struct.h
779 include/event2/buffer_compat.h
780 include/event2/dns.h
781 include/event2/dns_compat.h
782 include/event2/dns_struct.h
783 include/event2/event.h
784 include/event2/event_compat.h
[all …]
Dmake-event-config.sed4 /* event2/event-config.h\
19 #endif /* event2/event-config.h */
Dwhatsnew-2.0.txt43 There are *regular headers*, like event2/event.h. These headers contain
46 There are *backward compatibility headers*, like event2/event_compat.h.
53 Finally, there are *structure headers*, like event2/event_struct.h.
67 The core event logic is now in event2/event.h. The "evbuffer" functions
68 for low-level buffer manipulation are in event2/buffer.h. The
70 event2/bufferevent.h.
109 event2/event_compat.h.)
125 #include <event2/event.h>
180 Supported features are documented in event2/event.h
231 evthread_set_lock_callbacks and related functions in event2/thread.h.
[all …]
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_trace_events_test.cc42 XEventBuilder event2 = in CreateXSpace() local
44 event2.SetTimestampNs(160000); in CreateXSpace()
45 event2.SetDurationNs(10000); in CreateXSpace()
46 event2.AddStatValue(*host_plane.GetOrCreateStatMetadata("tf_op"), in CreateXSpace()
Dxplane_to_profile_response_test.cc46 XEventBuilder event2 = in CreateXSpace() local
48 event2.SetTimestampNs(160000); in CreateXSpace()
49 event2.SetDurationNs(10000); in CreateXSpace()
50 event2.AddStatValue(*host_plane.GetOrCreateStatMetadata("tf_op"), in CreateXSpace()
/external/libchrome/libchrome_tools/patch/
Dlibevent.patch8 +#include <event2/event.h>
9 +#include <event2/event_compat.h>
10 +#include <event2/event_struct.h>
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/
DActivityFlinger.java129 … public boolean onFling(MotionEvent event1, MotionEvent event2, float velocityX, float velocityY) { in onFling() argument
130 if (Math.abs(event1.getY() - event2.getY()) > SWIPE_MAX_OFF_PATH) { in onFling()
133 if (event1.getX() - event2.getX() > SWIPE_MIN_DISTANCE in onFling()
138 } else if (event2.getX() - event1.getX() > SWIPE_MIN_DISTANCE in onFling()
144 return super.onFling(event1, event2, velocityX, velocityY); in onFling()
/external/webrtc/modules/audio_coding/neteq/
Ddtmf_buffer_unittest.cc208 DtmfEvent event2(timestamp, event_no, volume, duration, end_bit); in TEST() local
209 EXPECT_EQ(DtmfBuffer::kOK, buffer.InsertEvent(event2)); in TEST()
213 EXPECT_TRUE(EqualEvents(event2, out_event)); in TEST()
234 DtmfEvent event2(timestamp2, event_no, volume, duration, end_bit); in TEST() local
237 EXPECT_EQ(DtmfBuffer::kOK, buffer.InsertEvent(event2)); in TEST()
250 EXPECT_EQ(DtmfBuffer::kOK, buffer.InsertEvent(event2)); in TEST()
/external/wpa_supplicant_8/src/common/
Dwpa_helpers.c100 const char *event, const char *event2, in get_wpa_cli_event2() argument
143 (event2 && in get_wpa_cli_event2()
144 strncmp(pos + 1, event2, strlen(event2)) == 0))) in get_wpa_cli_event2()
Dwpa_helpers.h24 const char *event, const char *event2,
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DAbstractWatchServiceTest.java116 AbstractWatchService.Event<Path> event2 = in testKeyStates() local
118 key.post(event2); in testKeyStates()
123 assertThat(watcher.poll().pollEvents()).containsExactly(event, event2); in testKeyStates()
136 key.post(event2); in testKeyStates()
/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer_unittest.cc260 Event event2; in TEST_F() local
261 event2.name = "foo"; in TEST_F()
262 event2.group = "group_two"; in TEST_F()
263 event2.ftrace_event_id = kEventId2; in TEST_F()
265 .WillByDefault(Return(&event2)); in TEST_F()
373 Event event2; in TEST_F() local
374 event2.name = "foo"; in TEST_F()
375 event2.group = "group_two"; in TEST_F()
376 event2.ftrace_event_id = kEventId2; in TEST_F()
378 .WillByDefault(Return(&event2)); in TEST_F()
/external/snakeyaml/src/test/java/org/pyyaml/
DPyStructureTest.java55 Event event2 = iter2.next(); in compareEvents() local
56 assertEquals(event1.getClass(), event2.getClass()); in compareEvents()
58 assertEquals(((AliasEvent) event1).getAnchor(), ((AliasEvent) event2).getAnchor()); in compareEvents()
69 ScalarEvent scalar2 = (ScalarEvent) event2; in compareEvents()
/external/python/cpython3/Lib/test/
Dtest_sched.py104 event2 = scheduler.enterabs(now + 0.02, 1, fun, (0.02,))
120 event2 = scheduler.enterabs(now + 2, 1, fun, (2,))
129 scheduler.cancel(event2)
/external/perfetto/test/trace_processor/track_event/
Dtrack_event_with_atrace.out3 "[NULL]","[NULL]","t1","[NULL]",20000,8000,"cat","event2"
Dtrack_event_with_atrace.textproto54 name: "event2"
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_eventname.tc23 test -d events/kprobes2/event2 || exit_failure
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.cc102 Json::Value event2 = in EmitCounter() local
123 event2["args"] = args2; in EmitCounter()
124 events_.push_back(event2); in EmitCounter()

12