Home
last modified time | relevance | path

Searched refs:m_arguments (Results 1 – 25 of 35) sorted by relevance

12

/external/emma/core/java12/com/vladium/util/exception/
DAbstractRuntimeException.java99 m_arguments = null; in AbstractRuntimeException()
111 m_arguments = null; in AbstractRuntimeException()
126 m_arguments = arguments == null ? null : (Object []) arguments.clone (); in AbstractRuntimeException()
138 m_arguments = null; in AbstractRuntimeException()
151 m_arguments = null; in AbstractRuntimeException()
167 m_arguments = arguments == null ? null : (Object []) arguments.clone (); in AbstractRuntimeException()
189 if (m_arguments == null) in getMessage()
195 msg = ExceptionCommon.getMessage (_class, supermsg, m_arguments); in getMessage()
324 private transient final Object [] m_arguments; field in AbstractRuntimeException
DAbstractException.java99 m_arguments = null; in AbstractException()
111 m_arguments = null; in AbstractException()
126 m_arguments = arguments == null ? null : (Object []) arguments.clone (); in AbstractException()
138 m_arguments = null; in AbstractException()
151 m_arguments = null; in AbstractException()
167 m_arguments = arguments == null ? null : (Object []) arguments.clone (); in AbstractException()
189 if (m_arguments == null) in getMessage()
195 msg = ExceptionCommon.getMessage (_class, supermsg, m_arguments); in getMessage()
324 private transient final Object [] m_arguments; field in AbstractException
/external/llvm-project/lldb/source/Utility/
DProcessInfo.cpp25 : m_executable(), m_arguments(), m_environment(), m_uid(UINT32_MAX), in ProcessInfo()
30 : m_executable(name), m_arguments(), m_environment(), m_uid(UINT32_MAX), in ProcessInfo()
35 m_arguments.Clear(); in Clear()
58 m_arguments.Dump(s); in Dump()
71 m_arguments.InsertArgumentAtIndex(0, filename); in SetExecutableFile()
84 m_arguments.SetArguments(argv); in SetArguments()
88 const char *first_arg = m_arguments.GetArgumentAtIndex(0); in SetArguments()
100 m_arguments = args; in SetArguments()
104 const char *first_arg = m_arguments.GetArgumentAtIndex(0); in SetArguments()
127 const uint32_t argc = m_arguments.GetArgumentCount(); in Dump()
[all …]
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DExceptionRecord.h35 m_arguments.assign(record.ExceptionInformation, in ExceptionRecord()
45 m_arguments(record.ExceptionInformation, in ExceptionRecord()
67 const std::vector<ULONG_PTR>& GetExceptionArguments() const { return m_arguments; } in GetExceptionArguments()
75 std::vector<ULONG_PTR> m_arguments; variable
/external/llvm-project/lldb/source/Commands/
DCommandObjectSettings.cpp54 m_arguments.push_back(arg1); in CommandObjectSettingsSet()
55 m_arguments.push_back(arg2); in CommandObjectSettingsSet()
262 m_arguments.push_back(arg1); in CommandObjectSettingsShow()
326 m_arguments.push_back(arg1); in CommandObjectSettingsWrite()
512 m_arguments.push_back(arg); in CommandObjectSettingsList()
594 m_arguments.push_back(arg1); in CommandObjectSettingsRemove()
595 m_arguments.push_back(arg2); in CommandObjectSettingsRemove()
701 m_arguments.push_back(arg1); in CommandObjectSettingsReplace()
702 m_arguments.push_back(arg2); in CommandObjectSettingsReplace()
703 m_arguments.push_back(arg3); in CommandObjectSettingsReplace()
[all …]
DCommandObjectLog.cpp69 m_arguments.push_back(arg1); in CommandObjectLogEnable()
70 m_arguments.push_back(arg2); in CommandObjectLogEnable()
210 m_arguments.push_back(arg1); in CommandObjectLogDisable()
211 m_arguments.push_back(arg2); in CommandObjectLogDisable()
269 m_arguments.push_back(arg); in CommandObjectLogList()
320 m_arguments.push_back(arg); in CommandObjectLogTimerEnable()
439 m_arguments.push_back(arg); in CommandObjectLogTimerIncrement()
DCommandObjectWatchpoint.cpp160 m_arguments.push_back(arg); in CommandObjectWatchpointList()
290 m_arguments.push_back(arg); in CommandObjectWatchpointEnable()
368 m_arguments.push_back(arg); in CommandObjectWatchpointDisable()
453 m_arguments.push_back(arg); in CommandObjectWatchpointDelete()
579 m_arguments.push_back(arg); in CommandObjectWatchpointIgnore()
707 m_arguments.push_back(arg); in CommandObjectWatchpointModify()
856 m_arguments.push_back(arg); in CommandObjectWatchpointSetVariable()
1052 m_arguments.push_back(arg); in CommandObjectWatchpointSetExpression()
DCommandObjectRegister.cpp60 m_arguments.push_back(arg); in CommandObjectRegisterRead()
331 m_arguments.push_back(arg1); in CommandObjectRegisterWrite()
332 m_arguments.push_back(arg2); in CommandObjectRegisterWrite()
DCommandObjectCommands.cpp55 m_arguments.push_back(arg); in CommandObjectCommandsSource()
361 m_arguments.push_back(arg1); in CommandObjectCommandsAlias()
362 m_arguments.push_back(arg2); in CommandObjectCommandsAlias()
363 m_arguments.push_back(arg3); in CommandObjectCommandsAlias()
615 m_arguments.push_back(arg); in CommandObjectCommandsUnalias()
707 m_arguments.push_back(arg); in CommandObjectCommandsDelete()
1244 m_arguments.push_back(arg1); in CommandObjectCommandsScriptImport()
1388 m_arguments.push_back(arg1); in CommandObjectCommandsScriptAdd()
1653 m_arguments.push_back(arg1); in CommandObjectCommandsScriptDelete()
DCommandObjectPlugin.cpp34 m_arguments.push_back(arg1); in CommandObjectPluginLoad()
DCommandObjectWatchpointCommand.cpp205 m_arguments.push_back(arg); in CommandObjectWatchpointCommandAdd()
504 m_arguments.push_back(arg); in CommandObjectWatchpointCommandDelete()
576 m_arguments.push_back(arg); in CommandObjectWatchpointCommandList()
DCommandObjectApropos.cpp36 m_arguments.push_back(arg); in CommandObjectApropos()
DCommandObjectBreakpointCommand.cpp219 m_arguments.push_back(arg); in CommandObjectBreakpointCommandAdd()
494 m_arguments.push_back(arg); in CommandObjectBreakpointCommandDelete()
614 m_arguments.push_back(arg); in CommandObjectBreakpointCommandList()
DCommandObjectType.cpp585 m_arguments.push_back(type_arg); in CommandObjectTypeFormatAdd()
778 m_arguments.push_back(type_arg); in CommandObjectTypeFormatterDelete()
1053 m_arguments.push_back(type_arg); in CommandObjectTypeFormatterList()
1509 m_arguments.push_back(type_arg); in CommandObjectTypeSummaryAdd()
1803 m_arguments.push_back(type_arg); in CommandObjectTypeCategoryDefine()
1907 m_arguments.push_back(type_arg); in CommandObjectTypeCategoryEnable()
1977 m_arguments.push_back(type_arg); in CommandObjectTypeCategoryDelete()
2090 m_arguments.push_back(type_arg); in CommandObjectTypeCategoryDisable()
2155 m_arguments.push_back(type_arg); in CommandObjectTypeCategoryList()
2403 m_arguments.push_back(type_arg); in CommandObjectTypeSynthAdd()
[all …]
DCommandObjectMemory.cpp316 m_arguments.push_back(arg1); in CommandObjectMemoryRead()
317 m_arguments.push_back(arg2); in CommandObjectMemoryRead()
980 m_arguments.push_back(arg1); in CommandObjectMemoryFind()
981 m_arguments.push_back(arg2); in CommandObjectMemoryFind()
1266 m_arguments.push_back(arg1); in CommandObjectMemoryWrite()
1267 m_arguments.push_back(arg2); in CommandObjectMemoryWrite()
1590 m_arguments.push_back(arg1); in CommandObjectMemoryHistory()
DCommandObjectBreakpoint.cpp827 m_arguments.push_back(arg); in CommandObjectBreakpointModify()
907 m_arguments.push_back(arg); in CommandObjectBreakpointEnable()
1023 m_arguments.push_back(arg); in CommandObjectBreakpointDisable()
1127 m_arguments.push_back(arg); in CommandObjectBreakpointList()
1409 m_arguments.push_back(arg); in CommandObjectBreakpointDelete()
1719 m_arguments.push_back(arg1); in CommandObjectBreakpointNameConfigure()
1813 m_arguments.push_back(arg1); in CommandObjectBreakpointNameAdd()
1900 m_arguments.push_back(arg1); in CommandObjectBreakpointNameDelete()
2274 m_arguments.push_back(arg); in CommandObjectBreakpointWrite()
DCommandObjectFrame.cpp126 m_arguments.push_back(arg); in CommandObjectFrameDiagnose()
286 m_arguments.push_back(arg); in CommandObjectFrameSelect()
436 m_arguments.push_back(arg); in CommandObjectFrameVariable()
1075 m_arguments.push_back(arg); in CommandObjectFrameRecognizerInfo()
DCommandObjectThread.cpp349 m_arguments.push_back(arg); in CommandObjectThreadStepWithTypeAndScope()
633 m_arguments.push_back(arg); in CommandObjectThreadContinue()
904 m_arguments.push_back(arg); in CommandObjectThreadUntil()
1133 m_arguments.push_back(arg); in CommandObjectThreadSelect()
1445 m_arguments.push_back(arg); in CommandObjectThreadReturn()
1837 m_arguments.push_back(arg); in CommandObjectThreadPlanDiscard()
1916 m_arguments.push_back(arg); in CommandObjectThreadPlanPrune()
DCommandObjectSession.cpp25 m_arguments.push_back(arg1); in CommandObjectSessionSave()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.h31 : m_full(), m_basename(), m_context(), m_arguments(), m_qualifiers(), in MethodName()
35 : m_full(s), m_basename(), m_context(), m_arguments(), m_qualifiers(), in MethodName()
69 llvm::StringRef m_arguments; // Arguments: "(unsigned int)" variable
DCPlusPlusLanguage.cpp84 m_arguments = llvm::StringRef(); in Clear()
156 m_arguments = full.substr(arg_start, arg_end - arg_start + 1); in TrySimplifiedParse()
181 m_arguments = llvm::StringRef(); in TrySimplifiedParse()
198 m_arguments = function.getValue().arguments; in Parse()
224 return m_arguments; in GetArguments()
/external/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h75 Args &GetArguments() { return m_arguments; } in GetArguments()
77 const Args &GetArguments() const { return m_arguments; } in GetArguments()
96 Args m_arguments; // All program arguments except argv[0] variable
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp46 m_arguments(), m_deprecated_command_override_callback(nullptr), in CommandObject()
70 if (!m_arguments.empty()) { in GetSyntax()
363 int CommandObject::GetNumArgumentEntries() { return m_arguments.size(); } in GetNumArgumentEntries()
367 if (static_cast<size_t>(idx) < m_arguments.size()) in GetArgumentEntryAtIndex()
368 return &(m_arguments[idx]); in GetArgumentEntryAtIndex()
456 int num_args = m_arguments.size(); in GetFormattedCommandArguments()
462 ? m_arguments[i] in GetFormattedCommandArguments()
463 : OptSetFiltered(opt_set_mask, m_arguments[i]); in GetFormattedCommandArguments()
/external/llvm-project/lldb/include/lldb/Target/
DStackFrameRecognizer.h34 return m_arguments; in GetRecognizedArguments()
45 lldb::ValueObjectListSP m_arguments;
/external/llvm-project/lldb/source/Target/
DStackFrameRecognizer.cpp22 m_arguments = args; in ScriptedRecognizedStackFrame()

12