/libcore/luni/src/main/java/org/apache/xpath/axes/ |
PredicatedNodeTest.java | 30 import org.apache.xpath.compiler.Compiler; 153 * @param compiler The Compiler object that has information about this 159 protected void initPredicateInfo(Compiler compiler, int opPos) 163 int pos = compiler.getFirstPredicateOpPos(opPos); 167 m_predicates = compiler.getCompiledPredicates(pos);
|
/external/openssl/crypto/des/ |
des-lib.com | 14 $! It was re-written to try to determine which "C" compiler to try to use 15 $! or the user can specify a compiler in P3. 31 $! Specify which compiler at P3 to try to compile under. 37 $! If you don't speficy a compiler, it will try to determine which 38 $! "C" compiler to try to use. 40 $! P4, if defined, sets a compiler thread NOT needed on OpenVMS 7.1 (and up) 501 $ IF (COMPILER.EQS."VAXC") 530 $ IF (COMPILER.EQS."GNUC") 560 $ IF (COMPILER.EQS."DECC") 720 $ WRITE SYS$OUTPUT "Compiling With Compiler Optimization. [all...] |
/libcore/luni/src/main/java/org/apache/xpath/compiler/ |
Compiler.java | 19 * $Id: Compiler.java 468655 2006-10-28 07:12:06Z minchau $ 21 package org.apache.xpath.compiler; 73 public class Compiler extends OpMap 77 * Construct a Compiler object with a specific ErrorListener and 88 public Compiler(ErrorListener errorHandler, SourceLocator locator, 97 * Construct a Compiler instance that has a null error listener and a 100 public Compiler() [all...] |
XPathParser.java | 21 package org.apache.xpath.compiler; 94 * @param compiler The compiler object. 102 Compiler compiler, String expression, PrefixResolver namespaceContext) 106 m_ops = compiler; 108 m_functionTable = compiler.getFunctionTable(); 110 Lexer lexer = new Lexer(compiler, namespaceContext, this); 157 initXPath(compiler, "/..", namespaceContext); 163 compiler.shrink() [all...] |
/external/openssl/apps/ |
makeapps.com | 16 $! It was written so it would try to determine what "C" compiler to 17 $! use or you can specify which "C" compiler to use. 22 $! Specify which compiler at P2 to try to compile under. 28 $! If you don't specify a compiler, it will try to determine which 29 $! "C" compiler to use. 38 $! P4, if defined, sets a compiler thread NOT needed on OpenVMS 7.1 (and up) 149 $ IF COMPILER .EQS. "VAXC" THEN - 341 $ IF (COMPILER.EQS."VAXC") 370 $ IF (COMPILER.EQS."GNUC") 400 $ IF (COMPILER.EQS."DECC" [all...] |
/external/openssl/crypto/ |
crypto-lib.com | 15 $! It was re-written so it would try to determine what "C" compiler to use 16 $! or you can specify which "C" compiler to use. 28 $! Specify which compiler at P3 to try to compile under. 34 $! If you don't specify a compiler, it will try to determine which 35 $! "C" compiler to use. 44 $! P5, if defined, sets a compiler thread NOT needed on OpenVMS 7.1 (and up) 646 $ IF (COMPILER.EQS."VAXC") 675 $ IF (COMPILER.EQS."GNUC") 705 $ IF (COMPILER.EQS."DECC") 836 $ WRITE SYS$OUTPUT "Compiling With Compiler Optimization. [all...] |
/dalvik/vm/ |
Dvm.mk | 25 # Compiler defines. 82 # - compiler optimizations enabled (redundant for "release" builds) 214 compiler/Compiler.c \ 215 compiler/Frontend.c \ 216 compiler/Utility.c \ 217 compiler/InlineTransformation.c \ 218 compiler/IntermediateRep.c \ 219 compiler/Dataflow.c \ 220 compiler/Loop.c [all...] |
/external/v8/src/ |
compiler.h | 44 // Compilation mode. Either the compiler is used as the primary 45 // compiler and needs to setup everything or the compiler is used as 46 // the secondary compiler for split compilation and has to handle 215 // The V8 compiler 226 class Compiler : public AllStatic {
|
math.js | 122 return -1/0; // Compiler constant-folds this to -Infinity. 142 return 1/0; // Compiler constant-folds this to Infinity.
|
codegen.cc | 32 #include "compiler.h" 236 // the compiler.cc code. 339 Compiler::BuildBoilerplate(node->fun(), script(), this);
|
runtime.cc | 35 #include "compiler.h" [all...] |
full-codegen.cc | 31 #include "compiler.h" 527 Compiler::BuildBoilerplate(decl->fun(), script(), this);
|
handles.cc | 35 #include "compiler.h" 695 bool result = Compiler::CompileLazy(info);
|
bootstrapper.cc | 33 #include "compiler.h" [all...] |
debug.cc | 36 #include "compiler.h" 686 boilerplate = Compiler::Compile(source_code, [all...] |
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/external/v8/test/cctest/ |
test-compiler.cc | 33 #include "compiler.h" 117 Handle<JSFunction> boilerplate = Compiler::Compile(source_code, 229 // tests all the functionality I have added to the compiler today
|
/external/stlport/ |
configure.bat | 19 echo Please specify at least the compiler you are going to use, 32 REM First parameter can only be help or compiler 40 REM This is necessarily a compiler 75 REM additional compiler options 106 echo The first parameter must be the compiler name, here are the available 114 echo icl Intel C++ Compiler 137 echo the compiler name. 188 echo your compiler with STLport. 196 REM * Compiler configuration 215 echo Unknown compiler: % [all...] |
/system/core/libacc/ |
acc.cpp | 2 * Android "Almost" C Compiler. 3 * This is a compiler for a small subset of the C language, intended for use 7 * Obfuscated Tiny C compiler, see the file LICENSE for details. 160 class Compiler : public ErrorSink { 6257 Compiler compiler; member in struct:acc::ACCscript [all...] |
/external/v8/src/x64/ |
stub-cache-x64.cc | 379 template <class Compiler> 380 static void CompileLoadInterceptor(Compiler* compiler, 403 compiler->CompileCacheable(masm, 414 compiler->CompileRegular(masm, 869 CallInterceptorCompiler compiler(arguments(), rcx); 870 CompileLoadInterceptor(&compiler, [all...] |
full-codegen-x64.cc | 31 #include "compiler.h" 783 Compiler::BuildBoilerplate(expr, script(), this); [all...] |
/external/v8/src/ia32/ |
stub-cache-ia32.cc | 302 template <class Compiler> 303 static void CompileLoadInterceptor(Compiler* compiler, 327 compiler->CompileCacheable(masm, 338 compiler->CompileRegular(masm, [all...] |
full-codegen-ia32.cc | 31 #include "compiler.h" 780 Compiler::BuildBoilerplate(expr, script(), this); [all...] |
/external/v8/src/arm/ |
full-codegen-arm.cc | 31 #include "compiler.h" 669 Compiler::BuildBoilerplate(expr, script(), this); [all...] |
/prebuilt/common/ecj/ |
ecj.jar | |