/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/external/llvm/bindings/ocaml/transforms/scalar/ |
llvm_scalar_opts.mli | 3 * The LLVM Compiler Infrastructure
|
/dalvik/vm/ |
Dvm.mk | 25 # Compiler defines. 67 # - compiler optimizations enabled (redundant for "release" builds) 212 compiler/Compiler.cpp \ 213 compiler/Frontend.cpp \ 214 compiler/Utility.cpp \ 215 compiler/InlineTransformation.cpp \ 216 compiler/IntermediateRep.cpp \ 217 compiler/Dataflow.cpp \ 218 compiler/SSATransformation.cpp [all...] |
/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...] |
/external/compiler-rt/BlocksRuntime/ |
runtime.c | 413 // Old compiler SPI 418 // dereference the forwarding pointer since the compiler isn't doing this anymore (ever?) 486 // Old Compiler SPI point to release a copied Block used by the compiler in dispose helpers 519 #pragma mark Compiler SPI entry points 525 Entry points used by the compiler - the real API! 534 In these cases helper functions are synthesized by the compiler for use in Block_copy and Block_release, called the copy and dispose helpers. The copy helper emits a call to the C++ const copy constructor for C++ stack based objects and for the rest calls into the runtime support function _Block_object_assign. The dispose helper has a call to the C++ destructor for case 1 and a call into _Block_object_dispose for the rest. 540 If the __block variable is marked weak the compiler also or's in BLOCK_FIELD_IS_WEAK (16). 544 When a __block variable is either a C++ object, an Objective-C object, or another Block then the compiler also generates copy/dispose helper functions. Similarly to the Block copy helper, the "__block" copy helper (formerly and still a.k.a. "byref" copy helper) will do a C++ copy constructor (not a const one though!) and the dispose helper will do the destructor. And similarly the helpers will call into the same two support functions with the same values for objects and Blocks with the additional BLOCK_BYREF_CALLER (128) bit of information supplied. 601 // (ignore __block Block variables, compiler doesn't need to call us [all...] |
/external/v8/test/cctest/ |
test-compiler.cc | 33 #include "compiler.h" 119 Compiler::Compile(source_code, 231 // tests all the functionality I have added to the compiler today
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugGrammarLexer.cs | 15 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "3.1.2")]
|
ProfileGrammarLexer.cs | 15 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "3.1.2")]
|
DebugTreeGrammar.cs | 24 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "3.1.2")]
|
ProfileTreeGrammar.cs | 24 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "3.1.2")]
|
DebugGrammarParser.cs | 21 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "3.1.2")] [all...] |
ProfileGrammarParser.cs | 21 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "3.1.2")] [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
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/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.mli | 3 * The LLVM Compiler Infrastructure 84 (** An execution engine is either a JIT compiler or an interpreter, capable of 86 invoking a static compiler and generating a native executable. *) 103 (** [create_jit m optlevel] creates a new JIT (just-in-time compiler), taking
|
/external/clang/lib/Driver/ |
Driver.cpp | 3 // The LLVM Compiler Infrastructure 52 DriverTitle("clang LLVM compiler"), 118 // -{fsyntax-only,-analyze,emit-ast,S} only run up to the compiler. 350 // Print the version of the compiler. 543 // was the compiler then assume it gave a reasonable error code. Failures [all...] |
/external/elfutils/tests/ |
run-strings-test.sh | 223 testfile4: 6480 Internal Compiler Bug: No runtime type matcher.
|
/external/icu4c/ |
icudefs.mk | 107 # Compiler and tools 287 # Current full path directory for use in source code in a -D compiler option. 291 # the C++ compiler must be used to link in the libraries for the tools.
|
/external/v8/src/ |
full-codegen.cc | 31 #include "compiler.h" 297 PrintF("Full Compiler - "); 602 Compiler::BuildFunctionInfo(fun_decl->fun(), script()); [all...] |
debug.cc | 36 #include "compiler.h" 751 function_info = Compiler::Compile(source_code, [all...] |
isolate.cc | 566 List<FrameSummary> frames(Compiler::kMaxInliningLevels + 1); [all...] |
liveedit.cc | 34 #include "compiler.h" 609 if (Compiler::MakeCodeForLiveEdit(&info)) { [all...] |
/external/ceres-solver/docs/ |
build.tex | 254 \section{Compiler Flags to use when building your own applications} 255 \label{sec:compiler-flags}
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
CSharp2.stg | 104 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "<ANTLRVersion>")] 276 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "<ANTLRVersion>")] [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
CSharp3.stg | 103 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "<ANTLRVersion>")] 271 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "<ANTLRVersion>")] [all...] |
/external/elfutils/ |
elfutils.spec | 415 - libdw: Fix using libdw.h with gcc < 4 and C++ code. Compiler bug.
|