HomeSort by relevance Sort by last modified time
    Searched defs:interpreter (Results 101 - 125 of 230) sorted by null

1 2 3 45 6 7 8 910

  /art/runtime/interpreter/
interpreter_common.cc 30 namespace interpreter { namespace in namespace:art
    [all...]
interpreter_common.h 20 #include "interpreter.h"
69 namespace interpreter { namespace in namespace:art
71 // External references to all interpreter implementations.
    [all...]
unstarted_runtime.cc 39 #include "interpreter/interpreter_common.h"
54 namespace interpreter { namespace in namespace:art
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
HtmlActivityTask.java 17 package com.googlecode.android_scripting.interpreter.html;
43 import com.googlecode.android_scripting.interpreter.InterpreterConstants;
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ApiBrowser.java 47 import com.googlecode.android_scripting.interpreter.Interpreter;
48 import com.googlecode.android_scripting.interpreter.InterpreterConfiguration;
273 Interpreter interpreter = local
275 String rpcHelpText = interpreter.getRpcText(scriptText, rpc, values);
ScriptEditor.java 51 import com.googlecode.android_scripting.interpreter.Interpreter;
52 import com.googlecode.android_scripting.interpreter.InterpreterConfiguration;
199 Interpreter interpreter = local
201 if (interpreter != null) { // We may be editing an unknown type.
410 Interpreter ip = mConfiguration.getInterpreterForScript(mNameText.getText().toString());
ScriptManager.java 58 import com.googlecode.android_scripting.interpreter.Interpreter;
59 import com.googlecode.android_scripting.interpreter.InterpreterConfiguration;
60 import com.googlecode.android_scripting.interpreter.InterpreterConfiguration.ConfigurationObserver;
61 import com.googlecode.android_scripting.interpreter.InterpreterConstants;
82 private HashMap<Integer, Interpreter> mAddMenuIds;
293 mAddMenuIds = new LinkedHashMap<Integer, Interpreter>();
295 List<Interpreter> installed = mConfiguration.getInstalledInterpreters();
296 Collections.sort(installed, new Comparator<Interpreter>() {
298 public int compare(Interpreter interpreterA, Interpreter interpreterB)
329 Interpreter interpreter = mAddMenuIds.get(itemId); local
    [all...]
  /external/v8/src/interpreter/
bytecode-register-optimizer.cc 5 #include "src/interpreter/bytecode-register-optimizer.h"
9 namespace interpreter { namespace in namespace:v8::internal
628 } // namespace interpreter
bytecodes.cc 5 #include "src/interpreter/bytecodes.h"
11 #include "src/interpreter/bytecode-traits.h"
12 #include "src/interpreter/interpreter.h"
16 namespace interpreter { namespace in namespace:v8::internal
298 // These bytecodes only manipulate interpreter frame state and will
734 case interpreter::OperandType::kRegCount:
738 case interpreter::OperandType::kIdx:
739 case interpreter::OperandType::kRuntimeId:
740 case interpreter::OperandType::kIntrinsicId
    [all...]
bytecode-array-builder.cc 5 #include "src/interpreter/bytecode-array-builder.h"
8 #include "src/interpreter/bytecode-array-writer.h"
9 #include "src/interpreter/bytecode-dead-code-optimizer.h"
10 #include "src/interpreter/bytecode-label.h"
11 #include "src/interpreter/bytecode-peephole-optimizer.h"
12 #include "src/interpreter/bytecode-register-optimizer.h"
13 #include "src/interpreter/interpreter-intrinsics.h"
17 namespace interpreter { namespace in namespace:v8::internal
937 } // namespace interpreter
    [all...]
interpreter-assembler.cc 5 #include "src/interpreter/interpreter-assembler.h"
13 #include "src/interpreter/bytecodes.h"
14 #include "src/interpreter/interpreter.h"
21 namespace interpreter { namespace in namespace:v8::internal
498 new_budget.Bind(Int32Constant(Interpreter::InterruptBudget()));
786 } // namespace interpreter
  /toolchain/binutils/binutils-2.25/ld/
ld.h 181 /* Name of runtime interpreter to invoke. */
182 char *interpreter; member in struct:__anon75805
  /external/ImageMagick/coders/
pdf.c 114 % InvokePDFDelegate() executes the PDF interpreter with the specified command.
202 *interpreter;
248 status=(ghost_info->new_instance)(&interpreter,(void *) &errors);
255 (ghost_info->delete_instance)(interpreter);
258 (void) (ghost_info->set_stdio)(interpreter,(int(MagickDLLCall *)(void *,
260 status=(ghost_info->init_with_args)(interpreter,argc-1,argv+1);
262 status=(ghost_info->run_string)(interpreter,"systemdict /start get exec\n",
264 (ghost_info->exit)(interpreter);
265 (ghost_info->delete_instance)(interpreter);
198 *interpreter; local
    [all...]
ps.c 100 % InvokePostscriptDelegate() executes the Postscript interpreter with the
191 *interpreter;
237 status=(ghost_info->new_instance)(&interpreter,(void *) &errors);
244 (ghost_info->delete_instance)(interpreter);
247 (void) (ghost_info->set_stdio)(interpreter,(int(MagickDLLCall *)(void *,
249 status=(ghost_info->init_with_args)(interpreter,argc-1,argv+1);
251 status=(ghost_info->run_string)(interpreter,"systemdict /start get exec\n",
253 (ghost_info->exit)(interpreter);
254 (ghost_info->delete_instance)(interpreter);
188 *interpreter; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 17 package com.google.clearsilver.jsilver.interpreter;
68 * Main JSilver interpreter. This walks a template's AST and renders the result out.
431 * the remainder of the interpreter context.
518 // however it makes the rest of the interpreter much easier to understand
  /external/v8/test/cctest/interpreter/
test-interpreter.cc 9 #include "src/interpreter/bytecode-array-builder.h"
10 #include "src/interpreter/bytecode-array-iterator.h"
11 #include "src/interpreter/bytecode-label.h"
12 #include "src/interpreter/interpreter.h"
14 #include "test/cctest/interpreter/interpreter-tester.h"
19 namespace interpreter { namespace in namespace:v8::internal
    [all...]
  /external/v8/test/cctest/wasm/
wasm-run-utils.h 24 #include "src/wasm/wasm-interpreter.h"
234 WasmInterpreter* interpreter() { return interpreter_; } function in class:__anon23977::TestingModule
424 // TurboFan graph) and interpretation (by adding to the interpreter manually).
467 interpreter_(module->interpreter()) {
510 // Add the code to the interpreter.
708 WasmInterpreter::Thread* thread = interpreter()->GetThread(0);
728 WasmInterpreter* interpreter() { return compiler_.interpreter_; } function in class:__anon23977::WasmRunner
754 // interpreter.
  /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/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 
  /external/v8/src/
isolate.h 96 namespace interpreter { namespace in namespace:v8::internal
97 class Interpreter;
    [all...]
log.cc 17 #include "src/interpreter/bytecodes.h"
18 #include "src/interpreter/interpreter.h"
1591 interpreter::Interpreter* interpreter = isolate_->interpreter(); local
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1332 TT_Interpreter interpreter; member in struct:TT_FaceRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
tttypes.h 1335 TT_Interpreter interpreter; member in struct:TT_FaceRec_
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-analysis-3.3.jar 

Completed in 1949 milliseconds

1 2 3 45 6 7 8 910