HomeSort by relevance Sort by last modified time
    Searched refs:interpreter (Results 151 - 175 of 282) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/lldb/source/Interpreter/
OptionValueBoolean.cpp 10 #include "lldb/Interpreter/OptionValueBoolean.h"
18 #include "lldb/Interpreter/Args.h"
89 OptionValueBoolean::AutoComplete (CommandInterpreter &interpreter,
OptionValueEnumeration.cpp 10 #include "lldb/Interpreter/OptionValueEnumeration.h"
134 OptionValueEnumeration::AutoComplete (CommandInterpreter &interpreter,
ScriptInterpreterPython.cpp 24 #include "lldb/Interpreter/ScriptInterpreterPython.h"
38 #include "lldb/Interpreter/CommandInterpreter.h"
39 #include "lldb/Interpreter/CommandReturnObject.h"
228 ScriptInterpreterPython::PythonInputReaderManager::PythonInputReaderManager (ScriptInterpreterPython *interpreter) :
229 m_interpreter(interpreter),
352 embedded_interpreter_thread = Host::ThreadCreate ("<lldb.script-interpreter.noninteractive-python>",
465 ScriptInterpreterPython::ScriptInterpreterPython (CommandInterpreter &interpreter) :
466 ScriptInterpreter (interpreter, eScriptLanguagePython),
471 m_dbg_stdout (interpreter.GetDebugger().GetOutputFile().GetStream()),
476 m_dictionary_name (interpreter.GetDebugger().GetInstanceName().AsCString())
1367 ScriptInterpreter *interpreter = reader.GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); local
1484 ScriptInterpreter *interpreter = reader.GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); local
    [all...]
  /external/fonttools/Lib/fontTools/misc/
psLib.py 328 interpreter = PSInterpreter()
329 interpreter.interpret(b"/Helvetica 4 dict dup /Encoding StandardEncoding put definefont pop")
330 interpreter.interpret(data)
331 fontdir = interpreter.dictstack[0]['FontDirectory'].value
341 interpreter.close()
  /external/lldb/source/Commands/
CommandObjectDisassemble.cpp 22 #include "lldb/Interpreter/Args.h"
23 #include "lldb/Interpreter/CommandCompletions.h"
24 #include "lldb/Interpreter/CommandInterpreter.h"
25 #include "lldb/Interpreter/CommandReturnObject.h"
26 #include "lldb/Interpreter/Options.h"
39 CommandObjectDisassemble::CommandOptions::CommandOptions (CommandInterpreter &interpreter) :
40 Options(interpreter),
265 CommandObjectDisassemble::CommandObjectDisassemble (CommandInterpreter &interpreter) :
266 CommandObjectParsed (interpreter,
270 m_options (interpreter)
    [all...]
  /art/runtime/
Android.mk 80 interpreter/interpreter.cc \
81 interpreter/interpreter_common.cc \
82 interpreter/interpreter_switch_impl.cc \
173 entrypoints/interpreter/interpreter_entrypoints.cc \
203 interpreter/interpreter_goto_table_impl.cc
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
InterpretedMacro.java 17 package com.google.clearsilver.jsilver.interpreter;
31 * User defined macro that will be executed by the interpreter.
106 // arguments are passed to a macro is consistent with JNI / interpreter.
VariableLocator.java 17 package com.google.clearsilver.jsilver.interpreter;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 24 ('executable=', 'e', "specify final destination interpreter path"),
57 line to refer to the current Python interpreter as we copy.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 24 ('executable=', 'e', "specify final destination interpreter path"),
57 line to refer to the current Python interpreter as we copy.
  /external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
gesture_interpreter_libevdev_cros.cc 62 GestureInterpreterLibevdevCros* interpreter = local
64 interpreter->OnGestureReady(gesture);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
  /external/lldb/include/lldb/Interpreter/
ScriptInterpreterPython.h 27 #include "lldb/Interpreter/ScriptInterpreter.h"
37 ScriptInterpreterPython (CommandInterpreter &interpreter);
352 PythonInputReaderManager (ScriptInterpreterPython *interpreter);
OptionValueProperties.h 19 #include "lldb/Interpreter/OptionValue.h"
20 #include "lldb/Interpreter/Property.h"
83 DumpAllDescriptions (CommandInterpreter &interpreter,
  /external/lldb/tools/lldb-perf/lib/
Xcode.cpp 140 auto interpreter = debugger.GetCommandInterpreter(); local
141 interpreter.HandleCommand(cmd,sb_ret);
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 10 (** JIT Interpreter.
13 interpreter), the classes in the ExecutionEngine library. *)
83 (** An execution engine is either a JIT compiler or an interpreter, capable of
90 interpreter. Raises [Error msg] if an error occurrs. The execution engine
95 (** [create_interpreter m] creates a new interpreter, taking ownership of the
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar 
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlrun.swg 131 #define SWIG_MAGIC(a,b) (struct interpreter *interp, SV *a, MAGIC *b)
136 typedef int (*SwigMagicFunc)(struct interpreter *, SV *, MAGIC *);
460 SWIGRUNTIME void _swig_create_magic(SV *sv, char *name, int (*set)(struct interpreter*, SV *, MAGIC *), int (*get)(struct interpreter*, SV *,MAGIC *))
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar 
  /art/runtime/mirror/
art_method.cc 27 #include "interpreter/interpreter.h"
305 art::interpreter::EnterInterpreterFromInvoke(self, this, nullptr, args, result);
308 art::interpreter::EnterInterpreterFromInvoke(self, this, receiver, args + 1, result);
345 // stack. Continue execution in the interpreter.
350 interpreter::EnterInterpreterFromDeoptimize(self, shadow_frame, result);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py 170 # Win32 does not support shebang. We need to detect the interpreter ourself.
172 interpreter = Executive.interpreter_for_script(script_path, fs)
173 if interpreter:
174 return [interpreter, script_path]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateCompiler.java 22 import com.google.clearsilver.jsilver.interpreter.TemplateFactory;
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 29 #include "lldb/Interpreter/Args.h"
45 #include "lldb/Interpreter/CommandInterpreter.h"
46 #include "lldb/Interpreter/CommandObject.h"
47 #include "lldb/Interpreter/CommandObjectMultiword.h"
48 #include "lldb/Interpreter/CommandReturnObject.h"
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c 805 error = face->interpreter( exec );
876 error = face->interpreter( exec );
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 810 error = face->interpreter( exec );
883 error = face->interpreter( exec );
    [all...]

Completed in 3943 milliseconds

1 2 3 4 5 67 8 91011>>