Home
last modified time | relevance | path

Searched defs:watch_id (Results 1 – 14 of 14) sorted by relevance

/external/libchrome/mojo/public/cpp/system/
Dsimple_watcher.cc32 int watch_id, in Create()
75 int watch_id) in Context()
249 void SimpleWatcher::OnHandleReady(int watch_id, in OnHandleReady()
/external/llvm-project/lldb/source/Breakpoint/
DWatchpointList.cpp88 WatchpointIDMatches(lldb::watch_id_t watch_id) : m_watch_id(watch_id) {} in WatchpointIDMatches()
99 WatchpointList::GetIDIterator(lldb::watch_id_t watch_id) { in GetIDIterator()
168 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { in Remove()
197 lldb::watch_id_t watch_id) { in ShouldStop()
DWatchpointOptions.cpp24 lldb::user_id_t watch_id) { in NullCallback()
92 lldb::user_id_t watch_id) { in InvokeCallback()
/external/openscreen/osp/impl/presentation/
Durl_availability_requester.h81 uint64_t watch_id; member
Dpresentation_receiver_unittest.cc132 std::vector<std::string> urls) { in TEST_F()
Durl_availability_requester_unittest.cc115 uint64_t watch_id, in SendAvailabilityEvent()
Durl_availability_requester.cc225 uint64_t watch_id = next_watch_id++; in SendRequest() local
/external/adhd/cras/src/common/
Dcras_file_wait.c33 int watch_id; member
/external/llvm-project/lldb/source/API/
DSBWatchpoint.cpp55 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in GetID() local
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp621 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, in StopInfoWatchpoint()
1110 StopInfo::CreateStopReasonWithWatchpointID(Thread &thread, break_id_t watch_id, in CreateStopReasonWithWatchpointID()
DTarget.cpp1278 bool Target::DisableWatchpointByID(lldb::watch_id_t watch_id) { in DisableWatchpointByID()
1297 bool Target::EnableWatchpointByID(lldb::watch_id_t watch_id) { in EnableWatchpointByID()
1316 bool Target::RemoveWatchpointByID(lldb::watch_id_t watch_id) { in RemoveWatchpointByID()
1332 bool Target::IgnoreWatchpointByID(lldb::watch_id_t watch_id, in IgnoreWatchpointByID()
/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp272 lldb::user_id_t watch_id) { in WatchpointOptionsCallbackFunction()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2332 void *baton, StoppointCallbackContext *context, user_id_t watch_id) { in WatchpointCallbackFunction()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1852 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in SetThreadStopInfo() local