Home
last modified time | relevance | path

Searched refs:interpreter (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DFrame.java197 final Interpreter interpreter) throws AnalyzerException in execute() argument
224 push(interpreter.newOperation(insn)); in execute()
231 push(interpreter.copyOperation(insn, in execute()
244 push(interpreter.binaryOperation(insn, value1, value2)); in execute()
251 value1 = interpreter.copyOperation(insn, pop()); in execute()
255 setLocal(var + 1, interpreter.newValue(null)); in execute()
260 setLocal(var - 1, interpreter.newValue(null)); in execute()
275 interpreter.ternaryOperation(insn, value1, value2, value3); in execute()
294 push(interpreter.copyOperation(insn, value1)); in execute()
295 push(interpreter.copyOperation(insn, value1)); in execute()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... .eclipse.osgi.framework.console.CommandInterpreter interpreter String urlString java.net.URI repoURI public void ...
/external/lldb/source/Commands/
DCommandObjectType.cpp112 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
113 Options (interpreter) in CommandOptions()
175 CommandObjectTypeSummaryAdd (CommandInterpreter &interpreter);
202 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
203 Options (interpreter) in CommandOptions()
320 CommandObjectTypeSynthAdd (CommandInterpreter &interpreter);
367 OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
374 SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument
425 CommandObjectTypeFormatAdd (CommandInterpreter &interpreter) : in CommandObjectTypeFormatAdd() argument
426 CommandObjectParsed (interpreter, in CommandObjectTypeFormatAdd()
[all …]
DCommandObjectPlatform.cpp40 CommandObjectPlatformSelect (CommandInterpreter &interpreter) : in CommandObjectPlatformSelect() argument
41 CommandObjectParsed (interpreter, in CommandObjectPlatformSelect()
46 m_option_group (interpreter), in CommandObjectPlatformSelect()
135 CommandObjectPlatformList (CommandInterpreter &interpreter) : in CommandObjectPlatformList() argument
136 CommandObjectParsed (interpreter, in CommandObjectPlatformList()
190 CommandObjectPlatformStatus (CommandInterpreter &interpreter) : in CommandObjectPlatformStatus() argument
191 CommandObjectParsed (interpreter, in CommandObjectPlatformStatus()
240 CommandObjectPlatformConnect (CommandInterpreter &interpreter) : in CommandObjectPlatformConnect() argument
241 CommandObjectParsed (interpreter, in CommandObjectPlatformConnect()
290 CommandObjectPlatformDisconnect (CommandInterpreter &interpreter) : in CommandObjectPlatformDisconnect() argument
[all …]
DCommandObjectProcess.cpp40 CommandObjectProcessLaunchOrAttach (CommandInterpreter &interpreter, in CommandObjectProcessLaunchOrAttach() argument
46 CommandObjectParsed (interpreter, name, help, syntax, flags), in CommandObjectProcessLaunchOrAttach()
120 CommandObjectProcessLaunch (CommandInterpreter &interpreter) : in CommandObjectProcessLaunch() argument
121 CommandObjectProcessLaunchOrAttach (interpreter, in CommandObjectProcessLaunch()
127 m_options (interpreter) in CommandObjectProcessLaunch()
389 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
390 Options(interpreter) in CommandOptions()
523 CommandObjectProcessAttach (CommandInterpreter &interpreter) : in CommandObjectProcessAttach() argument
524 CommandObjectProcessLaunchOrAttach (interpreter, in CommandObjectProcessAttach()
530 m_options (interpreter) in CommandObjectProcessAttach()
[all …]
DCommandObjectCommands.cpp45 CommandObjectCommandsHistory(CommandInterpreter &interpreter) : in CommandObjectCommandsHistory() argument
46 CommandObjectParsed (interpreter, in CommandObjectCommandsHistory()
50 m_options (interpreter) in CommandObjectCommandsHistory()
68 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
69 Options (interpreter), in CommandOptions()
245 CommandObjectCommandsSource(CommandInterpreter &interpreter) : in CommandObjectCommandsSource() argument
246 CommandObjectParsed (interpreter, in CommandObjectCommandsSource()
250 m_options (interpreter) in CommandObjectCommandsSource()
310 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
311 Options (interpreter), in CommandOptions()
[all …]
DCommandCompletions.cpp55 CommandInterpreter &interpreter, in InvokeCommonCompletionCallbacks() argument
78 g_common_completions[i].callback (interpreter, in InvokeCommonCompletionCallbacks()
93 CommandInterpreter &interpreter, in SourceFiles() argument
104 SourceFileCompleter completer (interpreter, in SourceFiles()
113 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in SourceFiles()
303 CommandInterpreter &interpreter, in DiskFiles() argument
324 CommandInterpreter &interpreter, in DiskDirectories() argument
344 CommandInterpreter &interpreter, in Modules() argument
354 ModuleCompleter completer (interpreter, in Modules()
362 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in Modules()
[all …]
DCommandObjectLog.cpp53 CommandObjectLogEnable(CommandInterpreter &interpreter) : in CommandObjectLogEnable() argument
54 CommandObjectParsed (interpreter, in CommandObjectLogEnable()
58 m_options (interpreter) in CommandObjectLogEnable()
120 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
121 Options (interpreter), in CommandOptions()
236 CommandObjectLogDisable(CommandInterpreter &interpreter) : in CommandObjectLogDisable() argument
237 CommandObjectParsed (interpreter, in CommandObjectLogDisable()
316 CommandObjectLogList(CommandInterpreter &interpreter) : in CommandObjectLogList() argument
317 CommandObjectParsed (interpreter, in CommandObjectLogList()
392 CommandObjectLogTimer(CommandInterpreter &interpreter) : in CommandObjectLogTimer() argument
[all …]
DCommandObjectWatchpoint.cpp174 CommandObjectWatchpointList (CommandInterpreter &interpreter) : in CommandObjectWatchpointList() argument
175 CommandObjectParsed (interpreter, in CommandObjectWatchpointList()
179 m_options(interpreter) in CommandObjectWatchpointList()
200 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
201 Options(interpreter), in CommandOptions()
358 CommandObjectWatchpointEnable (CommandInterpreter &interpreter) : in CommandObjectWatchpointEnable() argument
359 CommandObjectParsed (interpreter, in CommandObjectWatchpointEnable()
437 CommandObjectWatchpointDisable (CommandInterpreter &interpreter) : in CommandObjectWatchpointDisable() argument
438 CommandObjectParsed (interpreter, in CommandObjectWatchpointDisable()
521 CommandObjectWatchpointDelete (CommandInterpreter &interpreter) : in CommandObjectWatchpointDelete() argument
[all …]
DCommandObjectTarget.cpp152 CommandObjectTargetCreate(CommandInterpreter &interpreter) : in CommandObjectTargetCreate() argument
153 CommandObjectParsed (interpreter, in CommandObjectTargetCreate()
157 m_option_group (interpreter), in CommandObjectTargetCreate()
358 CommandObjectTargetList (CommandInterpreter &interpreter) : in CommandObjectTargetList() argument
359 CommandObjectParsed (interpreter, in CommandObjectTargetList()
406 CommandObjectTargetSelect (CommandInterpreter &interpreter) : in CommandObjectTargetSelect() argument
407 CommandObjectParsed (interpreter, in CommandObjectTargetSelect()
482 CommandObjectTargetDelete (CommandInterpreter &interpreter) : in CommandObjectTargetDelete() argument
483 CommandObjectParsed (interpreter, in CommandObjectTargetDelete()
488 m_option_group (interpreter), in CommandObjectTargetDelete()
[all …]
DCommandObjectSettings.cpp33 CommandObjectSettingsSet (CommandInterpreter &interpreter) : in CommandObjectSettingsSet() argument
34 CommandObjectRaw (interpreter, in CommandObjectSettingsSet()
38 m_options (interpreter) in CommandObjectSettingsSet()
103 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
104 Options (interpreter), in CommandOptions()
303 CommandObjectSettingsShow (CommandInterpreter &interpreter) : in CommandObjectSettingsShow() argument
304 CommandObjectParsed (interpreter, in CommandObjectSettingsShow()
391 CommandObjectSettingsList (CommandInterpreter &interpreter) : in CommandObjectSettingsList() argument
392 CommandObjectParsed (interpreter, in CommandObjectSettingsList()
487 CommandObjectSettingsRemove (CommandInterpreter &interpreter) : in CommandObjectSettingsRemove() argument
[all …]
DCommandObjectThread.cpp56 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
57 Options(interpreter) in CommandOptions()
126 CommandObjectThreadBacktrace (CommandInterpreter &interpreter) : in CommandObjectThreadBacktrace() argument
127 CommandObjectParsed (interpreter, in CommandObjectThreadBacktrace()
136 m_options(interpreter) in CommandObjectThreadBacktrace()
280 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
281 Options (interpreter) in CommandOptions()
364 CommandObjectThreadStepWithTypeAndScope (CommandInterpreter &interpreter, in CommandObjectThreadStepWithTypeAndScope() argument
370 CommandObjectParsed (interpreter, name, help, syntax, in CommandObjectThreadStepWithTypeAndScope()
378 m_options (interpreter) in CommandObjectThreadStepWithTypeAndScope()
[all …]
DCommandObjectFrame.cpp61 CommandObjectFrameInfo (CommandInterpreter &interpreter) : in CommandObjectFrameInfo() argument
62 CommandObjectParsed (interpreter, in CommandObjectFrameInfo()
101 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
102 Options(interpreter) in CommandOptions()
152 CommandObjectFrameSelect (CommandInterpreter &interpreter) : in CommandObjectFrameSelect() argument
153 CommandObjectParsed (interpreter, in CommandObjectFrameSelect()
161 m_options (interpreter) in CommandObjectFrameSelect()
298 CommandObjectFrameVariable (CommandInterpreter &interpreter) : in CommandObjectFrameVariable() argument
299 CommandObjectParsed (interpreter, in CommandObjectFrameVariable()
313 m_option_group (interpreter), in CommandObjectFrameVariable()
[all …]
DCommandObjectBreakpoint.cpp67 CommandObjectBreakpointSet (CommandInterpreter &interpreter) : in CommandObjectBreakpointSet() argument
68 CommandObjectParsed (interpreter, in CommandObjectBreakpointSet()
72 m_options (interpreter) in CommandObjectBreakpointSet()
90 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
91 Options (interpreter), in CommandOptions()
698 CommandObjectBreakpointModify (CommandInterpreter &interpreter) : in CommandObjectBreakpointModify() argument
699 CommandObjectParsed (interpreter, in CommandObjectBreakpointModify()
705 m_options (interpreter) in CommandObjectBreakpointModify()
727 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
728 Options (interpreter), in CommandOptions()
[all …]
DCommandObjectPlugin.cpp30 CommandObjectPluginLoad (CommandInterpreter &interpreter) : in CommandObjectPluginLoad() argument
31 CommandObjectParsed (interpreter, in CommandObjectPluginLoad()
111 CommandObjectPlugin::CommandObjectPlugin (CommandInterpreter &interpreter) : in CommandObjectPlugin() argument
112 CommandObjectMultiword (interpreter, in CommandObjectPlugin()
117 LoadSubCommand ("load", CommandObjectSP (new CommandObjectPluginLoad (interpreter))); in CommandObjectPlugin()
DCommandObjectRegister.cpp43 CommandObjectRegisterRead (CommandInterpreter &interpreter) : in CommandObjectRegisterRead() argument
44 CommandObjectParsed (interpreter, in CommandObjectRegisterRead()
52 m_option_group (interpreter), in CommandObjectRegisterRead()
289 OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
297 SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument
372 CommandObjectRegisterWrite (CommandInterpreter &interpreter) : in CommandObjectRegisterWrite() argument
373 CommandObjectParsed (interpreter, in CommandObjectRegisterWrite()
483 CommandObjectRegister::CommandObjectRegister(CommandInterpreter &interpreter) : in CommandObjectRegister() argument
484 CommandObjectMultiword (interpreter, in CommandObjectRegister()
489 LoadSubCommand ("read", CommandObjectSP (new CommandObjectRegisterRead (interpreter))); in CommandObjectRegister()
[all …]
DCommandObjectWatchpointCommand.cpp41 CommandObjectWatchpointCommandAdd (CommandInterpreter &interpreter) : in CommandObjectWatchpointCommandAdd() argument
42 CommandObjectParsed (interpreter, in CommandObjectWatchpointCommandAdd()
46 m_options (interpreter) in CommandObjectWatchpointCommandAdd()
383 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
384 Options (interpreter), in CommandOptions()
626 CommandObjectWatchpointCommandDelete (CommandInterpreter &interpreter) : in CommandObjectWatchpointCommandDelete() argument
627 CommandObjectParsed (interpreter, in CommandObjectWatchpointCommandDelete()
718 CommandObjectWatchpointCommandList (CommandInterpreter &interpreter) : in CommandObjectWatchpointCommandList() argument
719 CommandObjectParsed (interpreter, in CommandObjectWatchpointCommandList()
827 CommandObjectWatchpointCommand::CommandObjectWatchpointCommand (CommandInterpreter &interpreter) : in CommandObjectWatchpointCommand() argument
[all …]
DCommandObjectBreakpointCommand.cpp41 CommandObjectBreakpointCommandAdd (CommandInterpreter &interpreter) : in CommandObjectBreakpointCommandAdd() argument
42 CommandObjectParsed (interpreter, in CommandObjectBreakpointCommandAdd()
46 m_options (interpreter) in CommandObjectBreakpointCommandAdd()
406 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
407 Options (interpreter), in CommandOptions()
665 CommandObjectBreakpointCommandDelete (CommandInterpreter &interpreter) : in CommandObjectBreakpointCommandDelete() argument
666 CommandObjectParsed (interpreter, in CommandObjectBreakpointCommandDelete()
763 CommandObjectBreakpointCommandList (CommandInterpreter &interpreter) : in CommandObjectBreakpointCommandList() argument
764 CommandObjectParsed (interpreter, in CommandObjectBreakpointCommandList()
892 CommandObjectBreakpointCommand::CommandObjectBreakpointCommand (CommandInterpreter &interpreter) : in CommandObjectBreakpointCommand() argument
[all …]
/external/lldb/include/lldb/Interpreter/
DCommandCompletions.h34 typedef int (*CompletionCallback) (CommandInterpreter &interpreter,
66 static bool InvokeCommonCompletionCallbacks (CommandInterpreter &interpreter,
79 DiskFiles (CommandInterpreter &interpreter,
87 DiskDirectories (CommandInterpreter &interpreter,
96 SourceFiles (CommandInterpreter &interpreter,
105 Modules (CommandInterpreter &interpreter,
114 Symbols (CommandInterpreter &interpreter,
123 SettingsNames (CommandInterpreter &interpreter,
132 PlatformPluginNames (CommandInterpreter &interpreter,
142 ArchitectureNames (CommandInterpreter &interpreter,
[all …]
DOptions.h124 Options (CommandInterpreter &interpreter);
373 SetOptionValue (CommandInterpreter &interpreter,
378 OptionParsingStarting (CommandInterpreter &interpreter) = 0;
381 OptionParsingFinished (CommandInterpreter &interpreter) in OptionParsingFinished() argument
394 OptionGroupOptions (CommandInterpreter &interpreter) : in OptionGroupOptions() argument
395 Options (interpreter), in OptionGroupOptions()
DOptionGroupFile.h56 SetOptionValue (CommandInterpreter &interpreter,
61 OptionParsingStarting (CommandInterpreter &interpreter);
114 SetOptionValue (CommandInterpreter &interpreter,
119 OptionParsingStarting (CommandInterpreter &interpreter);
/external/lldb/source/Interpreter/
DOptionGroupFormat.cpp71 OptionGroupFormat::SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument
128 while (ParserGDBFormatLetter (interpreter, gdb_format_cstr[0], format, byte_size)) in SetOptionValue()
148 ParserGDBFormatLetter (interpreter, m_prev_gdb_format, format, byte_size); in SetOptionValue()
156 ParserGDBFormatLetter (interpreter, m_prev_gdb_size, format, byte_size); in SetOptionValue()
208 OptionGroupFormat::ParserGDBFormatLetter (CommandInterpreter &interpreter, char format_letter, Form… in ParserGDBFormatLetter() argument
221 ExecutionContext exe_ctx(interpreter.GetExecutionContext()); in ParserGDBFormatLetter()
243 OptionGroupFormat::OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
DOptionGroupFile.cpp45 OptionGroupFile::SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument
54 OptionGroupFile::OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
85 OptionGroupFileList::SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument
94 OptionGroupFileList::OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
DOptionGroupPlatform.cpp26 OptionGroupPlatform::CreatePlatformWithOptions (CommandInterpreter &interpreter, in CreatePlatformWithOptions() argument
56 interpreter.GetDebugger().GetPlatformList().Append (platform_sp, make_selected); in CreatePlatformWithOptions()
75 OptionGroupPlatform::OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
112 OptionGroupPlatform::SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument
/external/clang/examples/clang-interpreter/
DCMakeLists.txt10 add_clang_executable(clang-interpreter
14 add_dependencies(clang-interpreter
18 target_link_libraries(clang-interpreter

12345678910>>...13