Home
last modified time | relevance | path

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

12

/external/emma/core/java12/com/vladium/util/exception/
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
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
/external/lldb/source/Commands/
DCommandObjectSettings.cpp60 m_arguments.push_back (arg1); in CommandObjectSettingsSet()
61 m_arguments.push_back (arg2); in CommandObjectSettingsSet()
320 m_arguments.push_back (arg1); in CommandObjectSettingsShow()
413 m_arguments.push_back (arg); in CommandObjectSettingsList()
519 m_arguments.push_back (arg1); in CommandObjectSettingsRemove()
520 m_arguments.push_back (arg2); in CommandObjectSettingsRemove()
648 m_arguments.push_back (arg1); in CommandObjectSettingsReplace()
649 m_arguments.push_back (arg2); in CommandObjectSettingsReplace()
650 m_arguments.push_back (arg3); in CommandObjectSettingsReplace()
770 m_arguments.push_back (arg1); in CommandObjectSettingsInsertBefore()
[all …]
DCommandObjectLog.cpp79 m_arguments.push_back (arg1); in CommandObjectLogEnable()
80 m_arguments.push_back (arg2); in CommandObjectLogEnable()
260 m_arguments.push_back (arg1); in CommandObjectLogDisable()
261 m_arguments.push_back (arg2); in CommandObjectLogDisable()
333 m_arguments.push_back (arg); in CommandObjectLogList()
DCommandObjectWatchpoint.cpp184 m_arguments.push_back(arg); in CommandObjectWatchpointList()
367 m_arguments.push_back(arg); in CommandObjectWatchpointEnable()
446 m_arguments.push_back(arg); in CommandObjectWatchpointDisable()
530 m_arguments.push_back(arg); in CommandObjectWatchpointDelete()
613 m_arguments.push_back(arg); in CommandObjectWatchpointIgnore()
769 m_arguments.push_back (arg); in CommandObjectWatchpointModify()
956 m_arguments.push_back (arg); in CommandObjectWatchpointSetVariable()
1163 m_arguments.push_back (arg); in CommandObjectWatchpointSetExpression()
DCommandObjectRegister.cpp67 m_arguments.push_back (arg); in CommandObjectRegisterRead()
402 m_arguments.push_back (arg1); in CommandObjectRegisterWrite()
403 m_arguments.push_back (arg2); in CommandObjectRegisterWrite()
DCommandObjectCommands.cpp263 m_arguments.push_back (arg); in CommandObjectCommandsSource()
525 m_arguments.push_back (arg1); in CommandObjectCommandsAlias()
526 m_arguments.push_back (arg2); in CommandObjectCommandsAlias()
527 m_arguments.push_back (arg3); in CommandObjectCommandsAlias()
794 m_arguments.push_back (arg); in CommandObjectCommandsUnalias()
1376 m_arguments.push_back (arg1); in CommandObjectCommandsScriptImport()
1550 m_arguments.push_back (arg1); in CommandObjectCommandsScriptAdd()
1930 m_arguments.push_back (arg1); in CommandObjectCommandsScriptDelete()
DCommandObjectType.cpp442 m_arguments.push_back (type_arg); in CommandObjectTypeFormatAdd()
569 m_arguments.push_back (type_arg); in CommandObjectTypeFormatDelete()
680 m_arguments.push_back (type_arg); in CommandObjectTypeFormatList()
1257 m_arguments.push_back (type_arg); in CommandObjectTypeSummaryAdd()
1514 m_arguments.push_back (type_arg); in CommandObjectTypeSummaryDelete()
1807 m_arguments.push_back (type_arg); in CommandObjectTypeSummaryList()
1957 m_arguments.push_back (type_arg); in CommandObjectTypeCategoryEnable()
2049 m_arguments.push_back (type_arg); in CommandObjectTypeCategoryDelete()
2122 m_arguments.push_back (type_arg); in CommandObjectTypeCategoryDisable()
2232 m_arguments.push_back (type_arg); in CommandObjectTypeCategoryList()
[all …]
DCommandObjectThread.cpp149 m_arguments.push_back (arg); in CommandObjectThreadBacktrace()
391 m_arguments.push_back (arg); in CommandObjectThreadStepWithTypeAndScope()
631 m_arguments.push_back (arg); in CommandObjectThreadContinue()
915 m_arguments.push_back (arg); in CommandObjectThreadUntil()
1159 m_arguments.push_back (arg); in CommandObjectThreadSelect()
1354 m_arguments.push_back (arg); in CommandObjectThreadReturn()
DCommandObjectPlugin.cpp47 m_arguments.push_back (arg1); in CommandObjectPluginLoad()
DCommandObjectSyntax.cpp49 m_arguments.push_back (arg); in CommandObjectSyntax()
DCommandObjectWatchpointCommand.cpp176 m_arguments.push_back (arg); in CommandObjectWatchpointCommandAdd()
643 m_arguments.push_back (arg); in CommandObjectWatchpointCommandDelete()
735 m_arguments.push_back (arg); in CommandObjectWatchpointCommandList()
DCommandObjectBreakpointCommand.cpp198 m_arguments.push_back (arg); in CommandObjectBreakpointCommandAdd()
682 m_arguments.push_back (arg); in CommandObjectBreakpointCommandDelete()
780 m_arguments.push_back (arg); in CommandObjectBreakpointCommandList()
DCommandObjectApropos.cpp48 m_arguments.push_back (arg); in CommandObjectApropos()
DCommandObjectFrame.cpp174 m_arguments.push_back (arg); in CommandObjectFrameSelect()
329 m_arguments.push_back (arg); in CommandObjectFrameVariable()
DCommandObjectBreakpoint.cpp710 m_arguments.push_back (arg); in CommandObjectBreakpointModify()
1021 m_arguments.push_back (arg); in CommandObjectBreakpointEnable()
1140 m_arguments.push_back (arg); in CommandObjectBreakpointDisable()
1251 m_arguments.push_back (arg); in CommandObjectBreakpointList()
1638 m_arguments.push_back (arg); in CommandObjectBreakpointDelete()
DCommandObjectMemory.cpp343 m_arguments.push_back (arg1); in CommandObjectMemoryRead()
344 m_arguments.push_back (arg2); in CommandObjectMemoryRead()
1023 m_arguments.push_back (arg1); in CommandObjectMemoryWrite()
1024 m_arguments.push_back (arg2); in CommandObjectMemoryWrite()
DCommandObjectHelp.cpp47 m_arguments.push_back (arg); in CommandObjectHelp()
DCommandObjectExpression.cpp208 m_arguments.push_back (arg); in CommandObjectExpression()
DCommandObjectProcess.cpp140 m_arguments.push_back (arg); in CommandObjectProcessLaunch()
1391 m_arguments.push_back (arg); in CommandObjectProcessSignal()
1701 m_arguments.push_back (arg); in CommandObjectProcessHandle()
/external/lldb/include/lldb/Target/
DCPPLanguageRuntime.h44 m_arguments(), in MethodName()
56 m_arguments(), in MethodName()
108 llvm::StringRef m_arguments; // Arguments: "(unsigned int)" variable
DProcess.h117 m_arguments (), in ProcessInfo()
130 m_arguments (), in ProcessInfo()
143 m_arguments.Clear(); in Clear()
179 m_arguments.InsertArgumentAtIndex (0, filename); in SetExecutableFile()
266 return m_arguments; in GetArguments()
272 return m_arguments; in GetArguments()
316 Args m_arguments; // All program arguments except argv[0] variable
/external/lldb/source/Interpreter/
DCommandObject.cpp59 m_arguments(), in CommandObject()
94 if (m_arguments.size() > 0) in GetSyntax()
481 return m_arguments.size(); in GetNumArgumentEntries()
487 if (idx < m_arguments.size()) in GetArgumentEntryAtIndex()
488 return &(m_arguments[idx]); in GetArgumentEntryAtIndex()
588 int num_args = m_arguments.size(); in GetFormattedCommandArguments()
594 opt_set_mask == LLDB_OPT_SET_ALL ? m_arguments[i] in GetFormattedCommandArguments()
595 : OptSetFiltered(opt_set_mask, m_arguments[i]); in GetFormattedCommandArguments()
/external/lldb/source/Target/
DCPPLanguageRuntime.cpp241 m_arguments = llvm::StringRef(); in Clear()
303 m_arguments = full.substr(arg_start, arg_end - arg_start + 1); in Parse()
376 return m_arguments; in GetArguments()
/external/lldb/include/lldb/Interpreter/
DCommandObject.h542 std::vector<CommandArgumentEntry> m_arguments; variable

12