Home
last modified time | relevance | path

Searched defs:the_id (Results 1 – 5 of 5) sorted by relevance

/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_thread_move.cpp18 boost::thread::id the_id; in BOOST_AUTO_TEST_CASE() local
25 boost::thread make_thread(boost::thread::id* the_id) in make_thread()
32 boost::thread::id the_id; in BOOST_AUTO_TEST_CASE() local
41 boost::thread::id the_id; in BOOST_AUTO_TEST_CASE() local
Dtest_thread_return_local.cpp18 boost::thread make_thread_return_local(boost::thread::id* the_id) in make_thread_return_local()
26 boost::thread::id the_id; in BOOST_AUTO_TEST_CASE() local
Dtest_thread_move_return.cpp17 boost::thread make_thread_move_return(boost::thread::id* the_id) in make_thread_move_return()
25 boost::thread::id the_id; in BOOST_AUTO_TEST_CASE() local
/external/libchrome-gestures/src/
Dimmediate_interpreter.cc61 void TapRecord::NoteTouch(short the_id, const FingerState& fs) { in NoteTouch()
79 void TapRecord::NoteRelease(short the_id) { in NoteRelease()
84 void TapRecord::Remove(short the_id) { in Remove()
Dimmediate_interpreter_unittest.cc1552 std::set<short> MkSet(short the_id) { in MkSet()