Home
last modified time | relevance | path

Searched refs:Reset (Results 1 – 25 of 259) sorted by relevance

1234567891011

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDPythonDataObjects.cpp138 Reset(py_obj); // Use "Reset()" to ensure that py_obj is a string in PythonString()
144 Reset(object.get()); // Use "Reset()" to ensure that py_obj is a string in PythonString()
167 PythonString::Reset (PyObject *py_obj) in Reset() function in PythonString
170 return PythonObject::Reset(py_obj); in Reset()
172 PythonObject::Reset(nullptr); in Reset()
195 PythonObject::Reset(PyString_FromStringAndSize(string.data(), string.size())); in SetString()
213 Reset(py_obj); // Use "Reset()" to ensure that py_obj is a integer type in PythonInteger()
219 Reset(object.get()); // Use "Reset()" to ensure that py_obj is a integer type in PythonInteger()
234 PythonInteger::Reset (PyObject *py_obj) in Reset() function in PythonInteger
239 return PythonObject::Reset(py_obj); in Reset()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDPythonDataObjects.h86 Reset (py_obj); in PythonObject()
92 Reset (rhs.m_py_obj); in PythonObject()
98 Reset (NULL); in ~PythonObject()
102 Reset (const PythonObject &object) in Reset() function
104 return Reset(object.get()); in Reset()
108 Reset (PyObject* py_obj = NULL)
172 Reset (PyObject* py_obj = NULL);
196 Reset (PyObject* py_obj = NULL);
217 Reset (PyObject* py_obj = NULL);
242 Reset (PyObject* object = NULL);
/NextBSD/contrib/compiler-rt/lib/tsan/tests/unit/
HDtsan_clock_test.cc52 chunked.Reset(&cache); in TEST()
68 chunked.Reset(&cache); in TEST()
83 sync.Reset(&cache); in TEST()
107 chunked.Reset(&cache); in TEST()
122 chunked.Reset(&cache); in TEST()
130 chunked.Reset(&cache); in TEST()
137 chunked.Reset(&cache); in TEST()
144 chunked.Reset(&cache); in TEST()
162 sync.Reset(&cache); in TEST()
177 sync.Reset(&cache); in TEST()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDFreeBSDSignals.cpp21 Reset(); in FreeBSDSignals()
25 FreeBSDSignals::Reset() in Reset() function in FreeBSDSignals
27 UnixSignals::Reset(); in Reset()
HDGDBRemoteSignals.cpp20 Reset(); in GDBRemoteSignals()
29 GDBRemoteSignals::Reset() in Reset() function in GDBRemoteSignals
HDMipsLinuxSignals.cpp20 Reset(); in MipsLinuxSignals()
24 MipsLinuxSignals::Reset() in Reset() function in MipsLinuxSignals
HDLinuxSignals.cpp20 Reset(); in LinuxSignals()
24 LinuxSignals::Reset() in Reset() function in LinuxSignals
HDMipsLinuxSignals.h29 Reset() override;
HDLinuxSignals.h29 Reset() override;
HDFreeBSDSignals.h26 Reset() override;
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_sync.cc24 Reset(0); in SyncVar()
39 void SyncVar::Reset(ThreadState *thr) { in Reset() function in __tsan::SyncVar
54 clock.Reset(&thr->clock_cache); in Reset()
55 read_clock.Reset(&thr->clock_cache); in Reset()
105 s->Reset(thr); in FreeRange()
213 mys->Reset(thr); in GetAndLock()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_procmaps_mac.cc25 Reset(); in MemoryMappingLayout()
45 void MemoryMappingLayout::Reset() { in Reset() function in __sanitizer::MemoryMappingLayout
161 Reset(); in DumpListOfModules()
HDsanitizer_procmaps_common.cc75 Reset(); in MemoryMappingLayout()
89 void MemoryMappingLayout::Reset() { in Reset() function in __sanitizer::MemoryMappingLayout
120 Reset(); in DumpListOfModules()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
HDProcessPOSIXLog.cpp114 log->GetMask().Reset (flag_bits); in DisableLog()
164 g_log->GetMask().Reset(flag_bits); in EnableLog()
165 g_log->GetOptions().Reset(log_options); in EnableLog()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHostThread.cpp39 HostThread::Reset() in Reset() function in HostThread
41 return m_native_thread->Reset(); in Reset()
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDHostThreadPosix.cpp48 Reset(); in Join()
72 Reset(); in Detach()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDLogChannelDWARF.cpp118 m_log_ap->GetMask().Reset (flag_bits); in Disable()
169 m_log_ap->GetMask().Reset(flag_bits); in Enable()
170 m_log_ap->GetOptions().Reset(log_options); in Enable()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemoteLog.cpp119 log->GetMask().Reset (flag_bits); in DisableLog()
176 g_log->GetMask().Reset(flag_bits); in EnableLog()
177 g_log->GetOptions().Reset(log_options); in EnableLog()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCHazardRecognizers.h46 void Reset() override;
82 void Reset() override;
/NextBSD/sys/boot/efi/include/
HDefinet.h242 IN BOOLEAN Reset,
253 IN BOOLEAN Reset,
334 EFI_SIMPLE_NETWORK_RESET Reset; member
HDeficon.h145 EFI_TEXT_RESET Reset; member
304 EFI_INPUT_RESET Reset; member
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMHazardRecognizer.cpp77 void ARMHazardRecognizer::Reset() { in Reset() function in ARMHazardRecognizer
80 ScoreboardHazardRecognizer::Reset(); in Reset()
/NextBSD/usr.sbin/ppp/
HDccp.h133 void (*Reset)(void *); member
144 int (*Reset)(void *); member
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDLogging.cpp159 log->GetMask().Reset (flag_bits); in DisableLog()
235 g_log->GetMask().Reset(flag_bits); in EnableLog()
236 g_log->GetOptions().Reset(log_options); in EnableLog()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBLaunchInfo.cpp22 m_opaque_sp->GetFlags().Reset (eLaunchFlagDebug | eLaunchFlagDisableASLR); in SBLaunchInfo()
194 m_opaque_sp->GetFlags().Reset(flags); in SetLaunchFlags()

1234567891011