/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
routprot.h | 177 typedef DWORD (WINAPI *PGET_EVENT_MESSAGE)(ROUTING_PROTOCOL_EVENTS *Event,MESSAGE *Result); 192 typedef DWORD (WINAPI *PMIB_SET_TRAP_INFO)(HANDLE Event,ULONG InputDataSize,PVOID InputData,PULONG OutputDataSize,PVOID OutputData);
|
tdi.h | 198 ULONG Event; 212 ULONG Event;
|
traffic.h | 39 typedef VOID (CALLBACK *TCI_NOTIFY_HANDLER)(HANDLE ClRegCtx,HANDLE ClIfcCtx,ULONG Event,HANDLE SubCode,ULONG BufSize,PVOID Buffer);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_poplib.py | 123 self.__flag = threading.Event() 282 self.evt = threading.Event()
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_poplib.py | 123 self.__flag = threading.Event() 282 self.evt = threading.Event()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_poplib.py | 123 self.__flag = threading.Event() 282 self.evt = threading.Event()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_poplib.py | 123 self.__flag = threading.Event() 282 self.evt = threading.Event()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
DurationMinimap.java | 40 import org.eclipse.swt.widgets.Event; 125 public void handleEvent(Event event) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
StaticPortConfigDialog.java | 32 import org.eclipse.swt.widgets.Event; 114 // event loop until the dialog is closed. 134 public void handleEvent(Event event) { 135 event.doit = true;
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardEntry.java | 27 import android.provider.ContactsContract.CommonDataKinds.Event; [all...] |
/device/google/contexthub/util/nanotool/ |
nanomessage.cpp | 63 const char format_string[] = "Write event accepted: %s\n"; 95 const char format_string[] = "Read event at time: %" PRIx64 "\n"; 113 // The first 4 bytes of any event must be the event type - use it to figure 123 LOGW("Received unexpected/unsupported event type %u", event_type); 129 if (buffer.size() < sizeof(Event)) { 169 LOGW("Invalid/short event of size %zu", buffer.size());
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
mbim_channel.py | 77 self._stop_request_event = multiprocessing.Event()
|
/external/autotest/client/site_tests/graphics_WebGLAquarium/ |
sampler.py | 62 self.stop_sampling = threading.Event() 152 """Parse exynos event's detail.
|
/external/avahi/avahi-autoipd/ |
iface-linux.c | 301 int iface_process(Event *event) { 311 *event = EVENT_ROUTABLE_ADDR_UNCONFIGURED; 313 *event = EVENT_ROUTABLE_ADDR_CONFIGURED;
|
/external/chromium-trace/catapult/devil/devil/android/ |
logcat_monitor.py | 49 self._stop_recording_event = threading.Event()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
daisy_chain_wrapper.py | 129 self.stop_download = threading.Event() 138 This function checks the stop_download event and exits early if it is set.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
NSErrorChecker.cpp | 154 check::Event<ImplicitNullDerefEvent> > { 165 void checkEvent(ImplicitNullDerefEvent event) const; 216 // ImplicitNullDerefEvent event. 240 void NSOrCFErrorDerefChecker::checkEvent(ImplicitNullDerefEvent event) const { 241 if (event.IsLoad) 244 SVal loc = event.Location; 245 ProgramStateRef state = event.SinkNode->getState(); 246 BugReporter &BR = *event.BR; 278 BR.emitReport(llvm::make_unique<BugReport>(*bug, os.str(), event.SinkNode));
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.h | 435 // If we see an event from the thread stamped by an older epoch, 436 // the event is from a dead thread that shared tid with this thread. 757 Event *trace = (Event*)GetThreadTrace(fs.tid()); 758 Event *evp = &trace[pos]; 759 Event ev = (u64)addr | ((u64)typ << 61);
|
/external/e2fsprogs/lib/ext2fs/ |
nt_io.c | 83 IN HANDLE Event OPTIONAL, 98 IN HANDLE Event OPTIONAL, 113 IN HANDLE Event OPTIONAL, 129 IN HANDLE Event OPTIONAL,
|
/external/ltrace/ |
backend.h | 116 /* Determine whether the event that we have just seen (and that is 165 * request, OS_LTRACE_EXITING is called when the next event is 195 /* This should produce and return the next event of one of the traced 199 struct Event *next_event(void);
|
/external/vulkan-validation-layers/tests/ |
vktestbinding.cpp | 20 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 483 NON_DISPATCHABLE_HANDLE_DTOR(Event, vkDestroyEvent) 485 void Event::init(const Device &dev, const VkEventCreateInfo &info) { 489 void Event::set() { EXPECT(vkSetEvent(device(), handle()) == VK_SUCCESS); } 491 void Event::reset() { EXPECT(vkResetEvent(device(), handle()) == VK_SUCCESS); }
|
vktestbinding.h | 20 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 49 class Event; 323 class Event : public internal::NonDispHandle<VkEvent> { 325 ~Event(); 750 inline VkEventCreateInfo Event::create_info(VkFlags flags) { [all...] |
/external/webrtc/webrtc/call/ |
rtc_event_log2rtp_dump.cc | 72 // This utility will convert a stored event log to the rtpdump format. 120 const webrtc::rtclog::Event& event = event_stream.stream(i); local 121 if (!FLAGS_nortp && event.has_type() && event.type() == event.RTP_EVENT) { 122 if (event.has_timestamp_us() && event.has_rtp_packet() && 123 event.rtp_packet().has_header() && 124 event.rtp_packet().header().size() >= 12 & [all...] |
/external/webrtc/webrtc/test/channel_transport/ |
traffic_control_win.cc | 246 void MyClNotifyHandler(HANDLE ClRegCtx, HANDLE ClIfcCtx, ULONG Event,
|
/system/connectivity/apmanager/ |
service.cc | 308 void Service::HostapdEventCallback(HostapdMonitor::Event event, 310 switch (event) { 324 LOG(ERROR) << "Unknown event: " << event;
|