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

1 23 4 5 6 7 8 910

  /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;
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
Sl4aHostedInterpreter.java 17 package com.googlecode.android_scripting.interpreter;
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
ScriptStorageAdapter.java 19 import com.googlecode.android_scripting.interpreter.Interpreter;
20 import com.googlecode.android_scripting.interpreter.InterpreterConfiguration;
21 import com.googlecode.android_scripting.interpreter.InterpreterConstants;
88 * Returns a list of script {@link File}s from the given folder for which there is an interpreter
101 Interpreter interpreter = config.getInterpreterForScript(script.getName()); local
102 if (interpreter == null || !interpreter.isInstalled()) {
111 * interpreter installed
126 Interpreter interpreter = config.getInterpreterForScript(file.getName()); local
    [all...]
  /external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterDescriptor.java 17 package com.googlecode.android_scripting.interpreter;
26 * Provides interpreter-specific info for execution/installation/removal purposes.
32 * Returns unique name of the interpreter.
37 * Returns display name of the interpreter.
47 * Returns interpreter version number.
53 * is provided to find the interpreter installation directory.
58 * Returns execution parameters in case when script name is not provided (when interpreter is
70 * Returns an array of command line arguments required to execute the interpreter (it's essential
76 * Should return a map of environment variables names and their values (or null if interpreter
82 * Returns true if interpreter has an archive
    [all...]
  /external/v8/src/interpreter/
bytecode-register-optimizer.h 8 #include "src/interpreter/bytecode-pipeline.h"
12 namespace interpreter { namespace in namespace:v8::internal
151 } // namespace interpreter
constant-array-builder.h 9 #include "src/interpreter/bytecodes.h"
17 namespace interpreter { namespace in namespace:v8::internal
20 // interpreter. Each instance of this class is intended to be used to
104 } // namespace interpreter
source-position-table.cc 5 #include "src/interpreter/source-position-table.h"
12 namespace interpreter { namespace in namespace:v8::internal
176 } // namespace interpreter
source-position-table.h 22 namespace interpreter { namespace in namespace:v8::internal
93 } // namespace interpreter
bytecode-array-builder.h 9 #include "src/interpreter/bytecode-array-writer.h"
10 #include "src/interpreter/bytecode-register-allocator.h"
11 #include "src/interpreter/bytecodes.h"
12 #include "src/interpreter/constant-array-builder.h"
13 #include "src/interpreter/handler-table-builder.h"
21 namespace interpreter { namespace in namespace:v8::internal
372 } // namespace interpreter
bytecode-array-iterator.cc 5 #include "src/interpreter/bytecode-array-iterator.h"
7 #include "src/interpreter/interpreter-intrinsics.h"
12 namespace interpreter { namespace in namespace:v8::internal
173 if (interpreter::Bytecodes::IsJumpImmediate(bytecode)) {
176 } else if (interpreter::Bytecodes::IsJumpConstant(bytecode)) {
185 } // namespace interpreter
bytecode-generator.h 9 #include "src/interpreter/bytecode-array-builder.h"
10 #include "src/interpreter/bytecode-label.h"
11 #include "src/interpreter/bytecodes.h"
18 namespace interpreter { namespace in namespace:v8::internal
222 } // namespace interpreter
bytecode-peephole-optimizer.cc 5 #include "src/interpreter/bytecode-peephole-optimizer.h"
7 #include "src/interpreter/constant-array-builder.h"
13 namespace interpreter { namespace in namespace:v8::internal
325 } // namespace interpreter
bytecode-pipeline.h 8 #include "src/interpreter/bytecode-register-allocator.h"
9 #include "src/interpreter/bytecodes.h"
14 namespace interpreter { namespace in namespace:v8::internal
196 } // namespace interpreter
bytecode-register-allocator.cc 5 #include "src/interpreter/bytecode-register-allocator.h"
7 #include "src/interpreter/bytecode-array-builder.h"
11 namespace interpreter { namespace in namespace:v8::internal
208 } // namespace interpreter
bytecode-traits.h 8 #include "src/interpreter/bytecodes.h"
12 namespace interpreter { namespace in namespace:v8::internal
360 } // namespace interpreter
constant-array-builder.cc 5 #include "src/interpreter/constant-array-builder.h"
12 namespace interpreter { namespace in namespace:v8::internal
201 } // namespace interpreter
  /external/v8/test/cctest/interpreter/
interpreter-tester.h 9 #include "src/interpreter/bytecode-array-builder.h"
10 #include "src/interpreter/interpreter.h"
16 namespace interpreter { namespace in namespace:v8::internal
126 } // namespace interpreter
source-position-matcher.cc 5 #include "test/cctest/interpreter/source-position-matcher.h"
12 namespace interpreter { namespace in namespace:v8::internal
223 } // namespace interpreter
  /external/v8/test/cctest/wasm/
test-run-wasm-interpreter.cc 11 #include "src/wasm/wasm-interpreter.h"
178 WasmInterpreter* interpreter = r.interpreter(); local
179 WasmInterpreter::Thread* thread = interpreter->GetThread(0);
181 interpreter->SetBreakpoint(r.function(), kLocalsDeclSize + offsets[i],
217 WasmInterpreter* interpreter = r.interpreter(); local
218 WasmInterpreter::Thread* thread = interpreter->GetThread(0);
256 WasmInterpreter* interpreter = r.interpreter(); local
    [all...]
  /external/v8/test/unittests/interpreter/
bytecode-array-writer-unittest.cc 9 #include "src/interpreter/bytecode-array-writer.h"
10 #include "src/interpreter/bytecode-label.h"
11 #include "src/interpreter/constant-array-builder.h"
12 #include "src/interpreter/source-position-table.h"
15 #include "test/unittests/interpreter/bytecode-utils.h"
20 namespace interpreter { namespace in namespace:v8::internal
252 } // namespace interpreter
bytecode-register-allocator-unittest.cc 7 #include "src/interpreter/bytecode-array-builder.h"
8 #include "src/interpreter/bytecode-register-allocator.h"
13 namespace interpreter { namespace in namespace:v8::internal
210 } // namespace interpreter
constant-array-builder-unittest.cc 9 #include "src/interpreter/constant-array-builder.h"
15 namespace interpreter { namespace in namespace:v8::internal
286 } // namespace interpreter
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 223 for (VCardInterpreter interpreter : mInterpreterList) {
224 interpreter.onEntryStarted();
227 for (VCardInterpreter interpreter : mInterpreterList) {
228 interpreter.onEntryEnded();
348 for (VCardInterpreter interpreter : mInterpreterList) {
349 interpreter.onEntryStarted();
352 for (VCardInterpreter interpreter : mInterpreterList) {
353 interpreter.onEntryEnded();
605 for (VCardInterpreter interpreter : mInterpreterList) {
606 interpreter.onPropertyCreated(property)
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
ScriptProvider.java 36 import com.googlecode.android_scripting.interpreter.Interpreter;
37 import com.googlecode.android_scripting.interpreter.InterpreterConfiguration;
38 import com.googlecode.android_scripting.interpreter.InterpreterConstants;
117 Interpreter interpreter = mConfiguration.getInterpreterForScript(scriptName); local
118 String secondLine = interpreter.getNiceName();
119 int icon = FeaturedInterpreters.getInterpreterIcon(mContext, interpreter.getExtension());

Completed in 500 milliseconds

1 23 4 5 6 7 8 910