OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interpreters
(Results
1 - 7
of
7
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
InterpreterConfiguration.java
47
* Manages and provides access to the set of available
interpreters
.
255
* Returns the list of all known
interpreters
.
262
* Returns the list of all installed
interpreters
.
265
List<Interpreter>
interpreters
= new ArrayList<Interpreter>();
local
268
interpreters
.add(i);
271
return
interpreters
;
275
* Returns the list of
interpreters
that support interactive mode execution.
278
List<Interpreter>
interpreters
= new ArrayList<Interpreter>();
local
281
interpreters
.add(i);
284
return
interpreters
;
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/
FeaturedInterpreters.java
37
FeaturedInterpreter
interpreters
[] =
typedefs
53
for (FeaturedInterpreter interpreter :
interpreters
) {
/art/runtime/interpreter/mterp/mips64/
footer.S
63
/* Do we need to switch
interpreters
? */
88
bnezc v0, MterpFallback # Something in the environment changed, switch
interpreters
/external/v8/test/webkit/fast/js/kde/
md5-2.js
37
* to work around bugs in some JS
interpreters
.
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
base.js
283
// different environments (DOM-less JavaScript
interpreters
like Rhino or V8,
[
all
...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas
698
/// This stream is most suitable for tree
interpreters
that need to
[
all
...]
/art/runtime/interpreter/mterp/out/
mterp_mips64.S
[
all
...]
Completed in 1169 milliseconds