Searched refs:m_arguments (Results 1 - 25 of 30) sorted by relevance

12

/external/emma/core/java12/com/vladium/util/exception/
H A DAbstractException.java99 m_arguments = null;
111 m_arguments = null;
126 m_arguments = arguments == null ? null : (Object []) arguments.clone ();
138 m_arguments = null;
151 m_arguments = null;
167 m_arguments = arguments == null ? null : (Object []) arguments.clone ();
189 if (m_arguments == null)
195 msg = ExceptionCommon.getMessage (_class, supermsg, m_arguments);
324 private transient final Object [] m_arguments; field in class:AbstractException
H A DAbstractRuntimeException.java99 m_arguments = null;
111 m_arguments = null;
126 m_arguments = arguments == null ? null : (Object []) arguments.clone ();
138 m_arguments = null;
151 m_arguments = null;
167 m_arguments = arguments == null ? null : (Object []) arguments.clone ();
189 if (m_arguments == null)
195 msg = ExceptionCommon.getMessage (_class, supermsg, m_arguments);
324 private transient final Object [] m_arguments; field in class:AbstractRuntimeException
/external/lldb/include/lldb/Target/
H A DCPPLanguageRuntime.h44 m_arguments(),
56 m_arguments(),
108 llvm::StringRef m_arguments; // Arguments: "(unsigned int)" member in class:lldb_private::CPPLanguageRuntime::MethodName
H A DProcess.h117 m_arguments (),
130 m_arguments (),
143 m_arguments.Clear();
179 m_arguments.InsertArgumentAtIndex (0, filename);
266 return m_arguments;
272 return m_arguments;
316 Args m_arguments; // All program arguments except argv[0] member in class:lldb_private::ProcessInfo
/external/lldb/source/Commands/
H A DCommandObjectSettings.cpp59 // Push the data for the first argument into the m_arguments vector.
60 m_arguments.push_back (arg1);
61 m_arguments.push_back (arg2);
319 // Push the data for the first argument into the m_arguments vector.
320 m_arguments.push_back (arg1);
412 // Push the data for the first argument into the m_arguments vector.
413 m_arguments.push_back (arg);
518 // Push the data for the first argument into the m_arguments vector.
519 m_arguments.push_back (arg1);
520 m_arguments
[all...]
H A DCommandObjectPlugin.cpp46 // Push the data for the first argument into the m_arguments vector.
47 m_arguments.push_back (arg1);
H A DCommandObjectSyntax.cpp48 // Push the data for the first argument into the m_arguments vector.
49 m_arguments.push_back (arg);
H A DCommandObjectLog.cpp78 // Push the data for the first argument into the m_arguments vector.
79 m_arguments.push_back (arg1);
80 m_arguments.push_back (arg2);
259 // Push the data for the first argument into the m_arguments vector.
260 m_arguments.push_back (arg1);
261 m_arguments.push_back (arg2);
332 // Push the data for the first argument into the m_arguments vector.
333 m_arguments.push_back (arg);
H A DCommandObjectRegister.cpp66 // Push the data for the first argument into the m_arguments vector.
67 m_arguments.push_back (arg);
401 // Push the data for the first argument into the m_arguments vector.
402 m_arguments.push_back (arg1);
403 m_arguments.push_back (arg2);
H A DCommandObjectApropos.cpp47 // Push the data for the first argument into the m_arguments vector.
48 m_arguments.push_back (arg);
H A DCommandObjectWatchpoint.cpp184 m_arguments.push_back(arg);
367 m_arguments.push_back(arg);
446 m_arguments.push_back(arg);
530 m_arguments.push_back(arg);
613 m_arguments.push_back(arg);
769 m_arguments.push_back (arg);
955 // Push the data for the only argument into the m_arguments vector.
956 m_arguments.push_back (arg);
1162 // Push the data for the only argument into the m_arguments vector.
1163 m_arguments
[all...]
H A DCommandObjectWatchpointCommand.cpp175 // Push the data for the first argument into the m_arguments vector.
176 m_arguments.push_back (arg);
642 // Push the data for the first argument into the m_arguments vector.
643 m_arguments.push_back (arg);
734 // Push the data for the first argument into the m_arguments vector.
735 m_arguments.push_back (arg);
H A DCommandObjectHelp.cpp46 // Push the data for the first argument into the m_arguments vector.
47 m_arguments.push_back (arg);
H A DCommandObjectType.cpp442 m_arguments.push_back (type_arg);
569 m_arguments.push_back (type_arg);
680 m_arguments.push_back (type_arg);
1257 m_arguments.push_back (type_arg);
1514 m_arguments.push_back (type_arg);
1807 m_arguments.push_back (type_arg);
1957 m_arguments.push_back (type_arg);
2049 m_arguments.push_back (type_arg);
2122 m_arguments.push_back (type_arg);
2232 m_arguments
[all...]
H A DCommandObjectCommands.cpp262 // Push the data for the first argument into the m_arguments vector.
263 m_arguments.push_back (arg);
524 // Push the data for the first argument into the m_arguments vector.
525 m_arguments.push_back (arg1);
526 m_arguments.push_back (arg2);
527 m_arguments.push_back (arg3);
793 // Push the data for the first argument into the m_arguments vector.
794 m_arguments.push_back (arg);
1375 // Push the data for the first argument into the m_arguments vector.
1376 m_arguments
[all...]
H A DCommandObjectThread.cpp148 // Push the data for the first argument into the m_arguments vector.
149 m_arguments.push_back (arg);
390 // Push the data for the first argument into the m_arguments vector.
391 m_arguments.push_back (arg);
630 // Push the data for the first argument into the m_arguments vector.
631 m_arguments.push_back (arg);
914 // Push the data for the first argument into the m_arguments vector.
915 m_arguments.push_back (arg);
1158 // Push the data for the first argument into the m_arguments vector.
1159 m_arguments
[all...]
H A DCommandObjectBreakpointCommand.cpp197 // Push the data for the first argument into the m_arguments vector.
198 m_arguments.push_back (arg);
681 // Push the data for the first argument into the m_arguments vector.
682 m_arguments.push_back (arg);
779 // Push the data for the first argument into the m_arguments vector.
780 m_arguments.push_back (arg);
H A DCommandObjectFrame.cpp173 // Push the data for the first argument into the m_arguments vector.
174 m_arguments.push_back (arg);
328 // Push the data for the first argument into the m_arguments vector.
329 m_arguments.push_back (arg);
H A DCommandObjectMemory.cpp342 // Push the data for the first argument into the m_arguments vector.
343 m_arguments.push_back (arg1);
344 m_arguments.push_back (arg2);
1022 // Push the data for the first argument into the m_arguments vector.
1023 m_arguments.push_back (arg1);
1024 m_arguments.push_back (arg2);
H A DCommandObjectBreakpoint.cpp710 m_arguments.push_back (arg);
1021 m_arguments.push_back (arg);
1140 m_arguments.push_back (arg);
1250 // Push the data for the first argument into the m_arguments vector.
1251 m_arguments.push_back (arg);
1638 m_arguments.push_back (arg);
H A DCommandObjectExpression.cpp207 // Push the data for the first argument into the m_arguments vector.
208 m_arguments.push_back (arg);
H A DCommandObjectProcess.cpp139 // Push the data for the first argument into the m_arguments vector.
140 m_arguments.push_back (arg);
1390 // Push the data for the first argument into the m_arguments vector.
1391 m_arguments.push_back (arg);
1701 m_arguments.push_back (arg);
/external/lldb/source/Target/
H A DCPPLanguageRuntime.cpp241 m_arguments = llvm::StringRef();
303 m_arguments = full.substr(arg_start, arg_end - arg_start + 1);
342 // if (!m_arguments.empty())
343 // printf (" arguments = '%s'\n", m_arguments.str().c_str());
376 return m_arguments;
/external/lldb/source/Interpreter/
H A DCommandObject.cpp59 m_arguments(),
94 if (m_arguments.size() > 0)
481 return m_arguments.size();
487 if (idx < m_arguments.size())
488 return &(m_arguments[idx]);
588 int num_args = m_arguments.size();
594 opt_set_mask == LLDB_OPT_SET_ALL ? m_arguments[i]
595 : OptSetFiltered(opt_set_mask, m_arguments[i]);
/external/lldb/include/lldb/Interpreter/
H A DCommandObject.h542 std::vector<CommandArgumentEntry> m_arguments; member in class:lldb_private::CommandObject

Completed in 361 milliseconds

12