Searched defs:watch_id (Results 1 – 14 of 14) sorted by relevance
/external/libchrome/mojo/public/cpp/system/ |
D | simple_watcher.cc | 32 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/ |
D | WatchpointList.cpp | 88 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()
|
D | WatchpointOptions.cpp | 24 lldb::user_id_t watch_id) { in NullCallback() 92 lldb::user_id_t watch_id) { in InvokeCallback()
|
/external/openscreen/osp/impl/presentation/ |
D | url_availability_requester.h | 81 uint64_t watch_id; member
|
D | presentation_receiver_unittest.cc | 132 std::vector<std::string> urls) { in TEST_F()
|
D | url_availability_requester_unittest.cc | 115 uint64_t watch_id, in SendAvailabilityEvent()
|
D | url_availability_requester.cc | 225 uint64_t watch_id = next_watch_id++; in SendRequest() local
|
/external/adhd/cras/src/common/ |
D | cras_file_wait.c | 33 int watch_id; member
|
/external/llvm-project/lldb/source/API/ |
D | SBWatchpoint.cpp | 55 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in GetID() local
|
/external/llvm-project/lldb/source/Target/ |
D | StopInfo.cpp | 621 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, in StopInfoWatchpoint() 1110 StopInfo::CreateStopReasonWithWatchpointID(Thread &thread, break_id_t watch_id, in CreateStopReasonWithWatchpointID()
|
D | Target.cpp | 1278 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/ |
D | CommandObjectWatchpointCommand.cpp | 272 lldb::user_id_t watch_id) { in WatchpointOptionsCallbackFunction()
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPython.cpp | 2332 void *baton, StoppointCallbackContext *context, user_id_t watch_id) { in WatchpointCallbackFunction()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1852 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in SetThreadStopInfo() local
|