Searched defs:interpreter (Results 1 - 25 of 92) sorted by relevance

1234

/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DOptimizerProvider.java17 package com.google.clearsilver.jsilver.interpreter;
H A DLoadingTemplateFactory.java17 package com.google.clearsilver.jsilver.interpreter;
H A DOptimizingTemplateFactory.java17 package com.google.clearsilver.jsilver.interpreter;
H A DTemplateFactory.java17 package com.google.clearsilver.jsilver.interpreter;
H A DInterpretedTemplateLoader.java17 package com.google.clearsilver.jsilver.interpreter;
H A DVariableLocator.java17 package com.google.clearsilver.jsilver.interpreter;
/external/lldb/source/Commands/
H A DCommandObjectVersion.cpp29 CommandObjectVersion::CommandObjectVersion (CommandInterpreter &interpreter) : argument
30 CommandObjectParsed (interpreter, "version", "Show version of LLDB debugger.", "version")
H A DCommandObjectQuit.cpp28 CommandObjectQuit::CommandObjectQuit (CommandInterpreter &interpreter) : argument
29 CommandObjectParsed (interpreter, "quit", "Quit out of the LLDB debugger.", "quit")
H A DCommandObjectSyntax.cpp32 CommandObjectSyntax::CommandObjectSyntax (CommandInterpreter &interpreter) : argument
33 CommandObjectParsed (interpreter,
H A DCommandObjectApropos.cpp31 CommandObjectApropos::CommandObjectApropos (CommandInterpreter &interpreter) : argument
32 CommandObjectParsed (interpreter,
H A DCommandObjectHelp.h30 CommandObjectHelp (CommandInterpreter &interpreter);
48 CommandOptions (CommandInterpreter &interpreter) : argument
49 Options (interpreter)
/external/lldb/source/Interpreter/
H A DCommandObjectScript.cpp35 CommandObjectScript::CommandObjectScript (CommandInterpreter &interpreter, ScriptLanguage script_lang) : argument
36 CommandObjectRaw (interpreter,
38 "Pass an expression to the script interpreter for evaluation and return the results. Drop into the interactive interpreter if no expression is given.",
71 result.AppendError("no script interpreter");
H A DScriptInterpreterNone.cpp21 ScriptInterpreterNone::ScriptInterpreterNone (CommandInterpreter &interpreter) : argument
22 ScriptInterpreter (interpreter, eScriptLanguageNone)
33 m_interpreter.GetDebugger().GetErrorStream().PutCString ("error: there is no embedded script interpreter in this mode.\n");
40 m_interpreter.GetDebugger().GetErrorStream().PutCString ("error: there is no embedded script interpreter in this mode.\n");
H A DOptionGroupArchitecture.cpp60 OptionGroupArchitecture::SetOptionValue (CommandInterpreter &interpreter, argument
82 OptionGroupArchitecture::OptionParsingStarting (CommandInterpreter &interpreter) argument
H A DOptionGroupBoolean.cpp45 OptionGroupBoolean::SetOptionValue (CommandInterpreter &interpreter, argument
64 OptionGroupBoolean::OptionParsingStarting (CommandInterpreter &interpreter) argument
H A DOptionGroupOutputFile.cpp51 OptionGroupOutputFile::SetOptionValue (CommandInterpreter &interpreter, argument
77 OptionGroupOutputFile::OptionParsingStarting (CommandInterpreter &interpreter) argument
H A DOptionGroupPlatform.cpp26 OptionGroupPlatform::CreatePlatformWithOptions (CommandInterpreter &interpreter, argument
56 interpreter.GetDebugger().GetPlatformList().Append (platform_sp, make_selected);
75 OptionGroupPlatform::OptionParsingStarting (CommandInterpreter &interpreter) argument
112 OptionGroupPlatform::SetOptionValue (CommandInterpreter &interpreter, argument
H A DOptionGroupString.cpp46 OptionGroupString::SetOptionValue (CommandInterpreter &interpreter, argument
55 OptionGroupString::OptionParsingStarting (CommandInterpreter &interpreter) argument
H A DOptionGroupUInt64.cpp46 OptionGroupUInt64::SetOptionValue (CommandInterpreter &interpreter, argument
55 OptionGroupUInt64::OptionParsingStarting (CommandInterpreter &interpreter) argument
H A DOptionGroupUUID.cpp49 OptionGroupUUID::SetOptionValue (CommandInterpreter &interpreter, argument
73 OptionGroupUUID::OptionParsingStarting (CommandInterpreter &interpreter) argument
H A DScriptInterpreter.cpp28 ScriptInterpreter::ScriptInterpreter (CommandInterpreter &interpreter, lldb::ScriptLanguage script_lang) : argument
29 m_interpreter (interpreter),
/external/lldb/examples/plugins/commands/
H A Dfooplugin.cpp51 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter(); local
52 lldb::SBCommand foo = interpreter.AddMultiwordCommand("foo",NULL);
/external/lldb/test/functionalities/plugins/commands/
H A Dplugin.cpp52 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter(); local
53 lldb::SBCommand foo = interpreter.AddMultiwordCommand("plugin_loaded_command",NULL);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A 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/Core/
H A DUserSettingsController.cpp62 Properties::DumpAllDescriptions (CommandInterpreter &interpreter, argument
69 return properties_sp->DumpAllDescriptions (interpreter, strm);

Completed in 5100 milliseconds

1234