Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptFunctionCall.cpp51 m_arguments.append(argument); in appendArgument()
58 m_arguments.append(ScriptValue(m_scriptState.get(), v8String(isolate, argument))); in appendArgument()
65 m_arguments.append(ScriptValue(m_scriptState.get(), v8String(isolate, argument))); in appendArgument()
72 m_arguments.append(ScriptValue(m_scriptState.get(), v8::Number::New(isolate, argument))); in appendArgument()
79 m_arguments.append(ScriptValue(m_scriptState.get(), v8::Number::New(isolate, argument))); in appendArgument()
86 m_arguments.append(ScriptValue(m_scriptState.get(), v8::Number::New(isolate, argument))); in appendArgument()
93 m_arguments.append(ScriptValue(m_scriptState.get(), v8::Number::New(isolate, argument))); in appendArgument()
100 m_arguments.append(ScriptValue(m_scriptState.get(), v8::Number::New(isolate, argument))); in appendArgument()
106 m_arguments.append(ScriptValue(m_scriptState.get(), v8Boolean(argument, isolate))); in appendArgument()
116 m_arguments.append(ScriptValue(m_scriptState.get(), result)); in appendArgument()
[all …]
DScriptFunctionCall.h59 Vector<ScriptValue> m_arguments; variable
/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/chromium_org/third_party/WebKit/Source/core/inspector/
DConsoleMessage.cpp85 , m_arguments(nullptr) in ConsoleMessage()
106 , m_arguments(arguments) in ConsoleMessage()
207 if (m_arguments && m_arguments->argumentCount()) { in addToFrontend()
208 …InjectedScript injectedScript = injectedScriptManager->injectedScriptFor(m_arguments->scriptState(… in addToFrontend()
211 if (m_type == TableMessageType && generatePreview && m_arguments->argumentCount()) { in addToFrontend()
212 ScriptValue table = m_arguments->argumentAt(0); in addToFrontend()
213 …ScriptValue columns = m_arguments->argumentCount() > 1 ? m_arguments->argumentAt(1) : ScriptValue(… in addToFrontend()
221 for (unsigned i = 0; i < m_arguments->argumentCount(); ++i) { in addToFrontend()
222 …der::Runtime::RemoteObject> inspectorValue = injectedScript.wrapObject(m_arguments->argumentAt(i),… in addToFrontend()
244 if (!m_arguments) in windowCleared()
[all …]
DScriptArguments.cpp50 m_arguments.swap(arguments); in ScriptArguments()
55 ASSERT(m_arguments.size() > index); in argumentAt()
56 return m_arguments[index]; in argumentAt()
DScriptArguments.h50 size_t argumentCount() const { return m_arguments.size(); } in argumentCount()
62 Vector<ScriptValue> m_arguments; variable
DConsoleMessage.h76 RefPtrWillBePersistent<ScriptArguments> m_arguments; variable
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLStatementSync.cpp47 , m_arguments(arguments) in SQLStatementSync()
70 if (statement.bindParameterCount() != m_arguments.size()) { in execute()
74 …ount()) + ") does not match the arguments provided (" + String::number(m_arguments.size()) + ")."); in execute()
79 for (unsigned i = 0; i < m_arguments.size(); ++i) { in execute()
80 result = statement.bindValue(i + 1, m_arguments[i]); in execute()
DSQLStatementBackend.cpp84 , m_arguments(arguments) in SQLStatementBackend()
146 if (statement.bindParameterCount() != m_arguments.size()) { in execute()
153 for (unsigned i = 0; i < m_arguments.size(); ++i) { in execute()
154 result = statement.bindValue(i + 1, m_arguments[i]); in execute()
DSQLStatementSync.h55 Vector<SQLValue> m_arguments; variable
DSQLStatementBackend.h72 Vector<SQLValue> m_arguments; variable
/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 …]
DCommandObjectPlugin.cpp47 m_arguments.push_back (arg1); in CommandObjectPluginLoad()
DCommandObjectSyntax.cpp49 m_arguments.push_back (arg); in CommandObjectSyntax()
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()
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()
/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
/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()

12