Searched refs:interpreter (Results 1 - 25 of 222) sorted by relevance

123456789

/external/clang/examples/
H A DMakefile12 PARALLEL_DIRS := analyzer-plugin clang-interpreter PrintFunctionNames
/external/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.h37 CommandObjectBreakpointCommand (CommandInterpreter &interpreter);
H A DCommandObjectCommands.h31 CommandObjectMultiwordCommands (CommandInterpreter &interpreter);
H A DCommandObjectFrame.h31 CommandObjectMultiwordFrame (CommandInterpreter &interpreter);
H A DCommandObjectMemory.h24 CommandObjectMemory (CommandInterpreter &interpreter);
H A DCommandObjectPlugin.h28 CommandObjectPlugin (CommandInterpreter &interpreter);
H A DCommandObjectProcess.h28 CommandObjectMultiwordProcess (CommandInterpreter &interpreter);
H A DCommandObjectSettings.h32 CommandObjectMultiwordSettings (CommandInterpreter &interpreter);
H A DCommandObjectSource.h31 CommandObjectMultiwordSource (CommandInterpreter &interpreter);
H A DCommandObjectTarget.h31 CommandObjectMultiwordTarget (CommandInterpreter &interpreter);
H A DCommandObjectThread.h25 CommandObjectMultiwordThread (CommandInterpreter &interpreter);
H A DCommandObjectType.h29 CommandObjectType (CommandInterpreter &interpreter);
H A DCommandObjectWatchpointCommand.h37 CommandObjectWatchpointCommand (CommandInterpreter &interpreter);
H A DCommandObjectVersion.cpp29 CommandObjectVersion::CommandObjectVersion (CommandInterpreter &interpreter) : argument
30 CommandObjectParsed (interpreter, "version", "Show version of LLDB debugger.", "version")
H A DCommandObjectLog.h34 CommandObjectLog(CommandInterpreter &interpreter);
/external/llvm/bindings/ocaml/executionengine/
H A DMakefile16 UsedComponents := executionengine jit interpreter native
/external/llvm/examples/BrainF/
H A DMakefile13 LINK_COMPONENTS := jit bitwriter nativecodegen interpreter
/external/llvm/examples/Fibonacci/
H A DMakefile15 LINK_COMPONENTS := jit interpreter nativecodegen
/external/llvm/examples/HowToUseJIT/
H A DMakefile13 LINK_COMPONENTS := jit interpreter nativecodegen
/external/llvm/examples/ParallelJIT/
H A DMakefile13 LINK_COMPONENTS := jit interpreter nativecodegen
/external/lldb/source/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");
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DFrame.java197 final Interpreter interpreter) throws AnalyzerException
224 push(interpreter.newOperation(insn));
231 push(interpreter.copyOperation(insn,
244 push(interpreter.binaryOperation(insn, value1, value2));
251 value1 = interpreter.copyOperation(insn, pop());
255 setLocal(var + 1, interpreter.newValue(null));
260 setLocal(var - 1, interpreter.newValue(null));
275 interpreter.ternaryOperation(insn, value1, value2, value3);
294 push(interpreter.copyOperation(insn, value1));
295 push(interpreter
195 execute( final AbstractInsnNode insn, final Interpreter interpreter) argument
614 merge(final Frame frame, final Interpreter interpreter) argument
[all...]
/external/chromium_org/chrome/browser/profile_resetter/
H A Djtl_interpreter_unittest.cc51 JtlInterpreter interpreter( \
55 interpreter.Execute()
63 EXPECT_EQ(JtlInterpreter::OK, interpreter.result());
64 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1);
72 EXPECT_EQ(JtlInterpreter::OK, interpreter.result());
73 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1);
81 EXPECT_EQ(JtlInterpreter::OK, interpreter.result());
82 EXPECT_FALSE(interpreter.working_memory()->HasKey(VAR_HASH_1));
91 EXPECT_EQ(JtlInterpreter::OK, interpreter.result());
92 base::ExpectDictBooleanValue(true, *interpreter
[all...]
/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/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DOptimizerProvider.java17 package com.google.clearsilver.jsilver.interpreter;

Completed in 2154 milliseconds

123456789