Searched defs:Reset (Results 226 - 250 of 735) sorted by relevance

1234567891011>>

/external/chromium_org/ui/base/ime/chromeos/
H A Dmock_ime_engine_handler.cc46 void MockIMEEngineHandler::Reset() { function in class:chromeos::MockIMEEngineHandler
/external/chromium_org/ui/views/corewm/
H A Ddesktop_capture_controller_unittest.cc59 void Reset() { function in class:views::DesktopViewInputTest
181 v1->Reset();
182 v2->Reset();
/external/chromium_org/v8/src/
H A Dsafepoint-table.h32 void Reset() { function in class:v8::internal::BASE_EMBEDDED
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cc278 // Reset all 'acquired' flags, O(N).
331 void SyncClock::Reset() { function in class:__tsan::SyncClock
332 clk_.Reset();
H A Dtsan_vector.h39 void Reset() { function in class:__tsan::Vector
/external/lldb/include/lldb/Core/
H A DFlags.h101 Reset (ValueType flags) function in class:lldb_private::Flags
H A DTimer.h29 /// when the Timer::Locker::Reset(pthread_mutex_t *)
114 Reset () function in class:lldb_private::IntervalTimer
/external/lldb/include/lldb/Interpreter/
H A DPythonDataObjects.h41 Reset (py_obj);
47 Reset (rhs.m_py_obj);
55 Reset (NULL);
62 Reset (rhs.m_py_obj);
67 Reset (const PythonObject &object) function in class:lldb_private::PythonObject
69 return Reset(object.GetPythonObject());
73 Reset (PyObject* py_obj = NULL) function in class:lldb_private::PythonObject
129 Reset (PyObject* py_obj = NULL);
153 Reset (PyObject* py_obj = NULL);
174 Reset (PyObjec
[all...]
/external/lldb/include/lldb/Utility/
H A DPriorityPointerPair.h119 Reset() function in class:lldb_utility::PriorityPointerPair
/external/lldb/source/Core/
H A DFileLineResolver.cpp108 FileLineResolver::Reset (const FileSpec &file_spec, function in class:FileLineResolver
/external/lldb/tools/debugserver/source/
H A DDNBTimer.h34 Reset();
67 // Reset the time value to now
70 Reset () function in class:DNBTimer
/external/llvm/include/llvm/CodeGen/
H A DScheduleHazardRecognizer.h64 /// Reset - This callback is invoked when a new block of
67 virtual void Reset() {} function in class:llvm::ScheduleHazardRecognizer
/external/openfst/src/include/fst/
H A Dcompat.h84 void Reset() { function in class:fst::CheckSummer
/external/protobuf/gtest/test/
H A Dgtest_environment_test.cc51 MyEnvironment() { Reset(); }
78 void Reset() { function in class:__anon28914::MyEnvironment
123 env->Reset();
/external/regex-re2/util/
H A Dtest.h49 void Reset() { } function in class:testing::MallocCounter
/external/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.cc104 void FileInputStream::Reset() { function in class:sfntly::FileInputStream
H A Dmemory_input_stream.cc98 void MemoryInputStream::Reset() { function in class:sfntly::MemoryInputStream
/external/webp/src/utils/
H A Dthread.h58 int (*Reset)(WebPWorker* const worker); member in struct:__anon33404
72 // must call Reset() again.
/external/webrtc/src/system_wrappers/source/
H A Dcpu_win.h39 virtual void Reset() {} function in class:webrtc::CpuWindows
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRStringStream.cs140 * Reset the stream so that it's in the same state it was
145 public virtual void Reset() { method in class:Antlr.Runtime.ANTLRStringStream
H A DLexer.cs91 public override void Reset() { method in class:Antlr.Runtime.Lexer
92 base.Reset(); // reset all recognizer state variables
164 Reset();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeNodeStream.cs124 public virtual void Reset() { method in class:Antlr.Runtime.Tree.CommonTreeNodeStream
126 _it.Reset();
206 Reset();
H A DTreeParser.cs68 public override void Reset() { method in class:Antlr.Runtime.Tree.TreeParser
69 base.Reset(); // reset all recognizer state variables
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DANTLRStringStream.cs155 * Reset the stream so that it's in the same state it was
160 public virtual void Reset() method in class:Antlr.Runtime.ANTLRStringStream
H A DLegacyCommonTokenStream.cs118 /** <summary>Reset this token stream by setting its token source.</summary> */
458 public virtual void Reset() method in class:Antlr.Runtime.LegacyCommonTokenStream

Completed in 298 milliseconds

1234567891011>>