Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 898) sorted by relevance

12345678910>>...36

/external/protobuf/src/
DMakefile.am28 google/protobuf/compiler/plugin.proto
67 google/protobuf/compiler/code_generator.h \
68 google/protobuf/compiler/command_line_interface.h \
69 google/protobuf/compiler/importer.h \
70 google/protobuf/compiler/parser.h \
71 google/protobuf/compiler/plugin.h \
72 google/protobuf/compiler/plugin.pb.h \
73 google/protobuf/compiler/cpp/cpp_generator.h \
74 google/protobuf/compiler/java/java_generator.h \
75 google/protobuf/compiler/javamicro/javamicro_generator.h \
[all …]
DMakefile.in46 google/protobuf/compiler/zip_output_unittest.sh \
297 google/protobuf/compiler/code_generator.h \
298 google/protobuf/compiler/command_line_interface.h \
299 google/protobuf/compiler/importer.h \
300 google/protobuf/compiler/parser.h \
301 google/protobuf/compiler/plugin.h \
302 google/protobuf/compiler/plugin.pb.h \
303 google/protobuf/compiler/cpp/cpp_generator.h \
304 google/protobuf/compiler/java/java_generator.h \
305 google/protobuf/compiler/javamicro/javamicro_generator.h \
[all …]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DShaderLang.cpp48 TCompiler* compiler = base->getAsCompiler(); in getVariableInfo() local
49 if (compiler == 0) in getVariableInfo()
53 compiler->getAttribs() : compiler->getUniforms(); in getVariableInfo()
116 TCompiler* compiler = base->getAsCompiler(); in ShConstructCompiler() local
117 if (compiler == 0) in ShConstructCompiler()
121 if (!compiler->Init(*resources)) { in ShConstructCompiler()
160 TCompiler* compiler = base->getAsCompiler(); in ShCompile() local
161 if (compiler == 0) in ShCompile()
164 bool success = compiler->compile(shaderStrings, numStrings, compileOptions); in ShCompile()
174 TCompiler* compiler = base->getAsCompiler(); in ShGetInfo() local
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java28 import org.apache.xpath.compiler.Compiler;
29 import org.apache.xpath.compiler.FunctionTable;
30 import org.apache.xpath.compiler.OpCodes;
31 import org.apache.xpath.compiler.OpMap;
61 WalkingIterator lpi, Compiler compiler, int stepOpCodePos) in loadOneWalker() argument
66 int stepType = compiler.getOp(stepOpCodePos); in loadOneWalker()
73 firstWalker = createDefaultWalker(compiler, stepType, lpi, 0); in loadOneWalker()
75 firstWalker.init(compiler, stepOpCodePos, stepType); in loadOneWalker()
96 WalkingIterator lpi, Compiler compiler, int stepOpCodePos, int stepIndex) in loadWalkers() argument
104 int analysis = analyze(compiler, stepOpCodePos, stepIndex); in loadWalkers()
[all …]
DBasicTestIterator.java27 import org.apache.xpath.compiler.Compiler;
28 import org.apache.xpath.compiler.OpMap;
73 protected BasicTestIterator(Compiler compiler, int opPos, int analysis) in BasicTestIterator() argument
76 super(compiler, opPos, analysis, false); in BasicTestIterator()
79 int whatToShow = compiler.getWhatToShow(firstStepPos); in BasicTestIterator()
90 initNodeTest(whatToShow, compiler.getStepNS(firstStepPos), in BasicTestIterator()
91 compiler.getStepLocalName(firstStepPos)); in BasicTestIterator()
93 initPredicateInfo(compiler, firstStepPos); in BasicTestIterator()
112 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) in BasicTestIterator() argument
115 super(compiler, opPos, analysis, shouldLoadWalkers); in BasicTestIterator()
DUnionPathIterator.java29 import org.apache.xpath.compiler.Compiler;
30 import org.apache.xpath.compiler.OpCodes;
31 import org.apache.xpath.compiler.OpMap;
156 public UnionPathIterator(Compiler compiler, int opPos) in UnionPathIterator() argument
164 loadLocationPaths(compiler, opPos, 0); in UnionPathIterator()
179 public static LocPathIterator createUnionIterator(Compiler compiler, int opPos) in createUnionIterator() argument
186 UnionPathIterator upi = new UnionPathIterator(compiler, opPos); in createUnionIterator()
311 Compiler compiler, int opPos) throws javax.xml.transform.TransformerException in createDTMIterator() argument
313 LocPathIterator lpi = (LocPathIterator)WalkerFactory.newDTMIterator(compiler, opPos, in createDTMIterator()
314 (compiler.getLocationPathDepth() <= 0)); in createDTMIterator()
[all …]
DDescendantIterator.java30 import org.apache.xpath.compiler.Compiler;
31 import org.apache.xpath.compiler.OpCodes;
32 import org.apache.xpath.compiler.OpMap;
53 DescendantIterator(Compiler compiler, int opPos, int analysis) in DescendantIterator() argument
57 super(compiler, opPos, analysis, false); in DescendantIterator()
60 int stepType = compiler.getOp(firstStepPos); in DescendantIterator()
73 int nextStepPos = compiler.getNextStepPos(firstStepPos); in DescendantIterator()
74 if(compiler.getOp(nextStepPos) == OpCodes.FROM_DESCENDANTS_OR_SELF) in DescendantIterator()
83 nextStepPos = compiler.getNextStepPos(nextStepPos); in DescendantIterator()
86 int stepOp = compiler.getOp(nextStepPos); in DescendantIterator()
[all …]
DOneStepIteratorForward.java26 import org.apache.xpath.compiler.Compiler;
27 import org.apache.xpath.compiler.OpMap;
52 OneStepIteratorForward(Compiler compiler, int opPos, int analysis) in OneStepIteratorForward() argument
55 super(compiler, opPos, analysis); in OneStepIteratorForward()
58 m_axis = WalkerFactory.getAxisFromStep(compiler, firstStepPos); in OneStepIteratorForward()
DFilterExprWalker.java30 import org.apache.xpath.compiler.Compiler;
31 import org.apache.xpath.compiler.OpCodes;
62 public void init(Compiler compiler, int opPos, int stepType) in init() argument
66 super.init(compiler, opPos, stepType); in init()
76 m_expr = compiler.compile(opPos); in init()
86 m_expr = compiler.compile(opPos + 2); in init()
/external/protobuf/
DAndroid.mk68 src/google/protobuf/compiler/code_generator.cc \
69 src/google/protobuf/compiler/command_line_interface.cc \
70 src/google/protobuf/compiler/importer.cc \
71 src/google/protobuf/compiler/main.cc \
72 src/google/protobuf/compiler/parser.cc \
73 src/google/protobuf/compiler/plugin.cc \
74 src/google/protobuf/compiler/plugin.pb.cc \
75 src/google/protobuf/compiler/subprocess.cc \
76 src/google/protobuf/compiler/zip_writer.cc \
77 src/google/protobuf/compiler/cpp/cpp_enum.cc \
[all …]
/external/jsr305/ri/.settings/
Dorg.eclipse.jdt.core.prefs3 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
5 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6 org.eclipse.jdt.core.compiler.compliance=1.5
7 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8 org.eclipse.jdt.core.compiler.debug.localVariable=generate
9 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
11 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
12 org.eclipse.jdt.core.compiler.source=1.5
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog26 * src/compiler/preprocessor/scanner.c:
41 * src/compiler/CodeGenGLSL.cpp:
43 * src/compiler/CodeGenHLSL.cpp:
45 * src/compiler/Common.h:
48 * src/compiler/Compiler.cpp: Added.
59 * src/compiler/ExtensionBehavior.h: Added.
60 * src/compiler/InfoSink.cpp:
62 * src/compiler/InfoSink.h:
64 * src/compiler/Initialize.cpp:
75 * src/compiler/Initialize.h:
[all …]
/external/protobuf/vsprojects/
Dextract_includes.bat6 md include\google\protobuf\compiler
7 md include\google\protobuf\compiler\cpp
8 md include\google\protobuf\compiler\java
9 md include\google\protobuf\compiler\python
36 copy ..\src\google\protobuf\compiler\code_generator.h include\google\protobuf\compiler\code_generat…
37 copy ..\src\google\protobuf\compiler\command_line_interface.h include\google\protobuf\compiler\comm…
38 copy ..\src\google\protobuf\compiler\importer.h include\google\protobuf\compiler\importer.h
39 copy ..\src\google\protobuf\compiler\parser.h include\google\protobuf\compiler\parser.h
40 copy ..\src\google\protobuf\compiler\cpp\cpp_generator.h include\google\protobuf\compiler\cpp\cpp_g…
41 copy ..\src\google\protobuf\compiler\java\java_generator.h include\google\protobuf\compiler\java\ja…
[all …]
/external/v8/test/mjsunit/
Dmjsunit.status36 compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug
37 compiler/regress-funcaller: PASS, SKIP if $mode == debug
73 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
83 compiler/alloc-number: SKIP
84 compiler/array-length: SKIP
85 compiler/assignment-deopt: SKIP
86 compiler/deopt-args: SKIP
87 compiler/inline-compare: SKIP
88 compiler/inline-global-access: SKIP
89 compiler/optimized-function-calls: SKIP
[all …]
/external/webkit/Source/WebCore/platform/graphics/
DANGLEWebKitBridge.cpp82 ShHandle compiler; in validateShaderSource() local
85 compiler = m_vertexCompiler; in validateShaderSource()
87 compiler = m_fragmentCompiler; in validateShaderSource()
91 bool validateSuccess = ShCompile(compiler, shaderSourceStrings, 1, SH_OBJECT_CODE); in validateShaderSource()
94 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &logSize); in validateShaderSource()
98 ShGetInfoLog(compiler, logBuffer.get()); in validateShaderSource()
106 ShGetInfo(compiler, SH_OBJECT_CODE_LENGTH, &translationLength); in validateShaderSource()
111 ShGetObjectCode(compiler, translationBuffer.get()); in validateShaderSource()
/external/v8/src/
Djsregexp.cc828 explicit RecursionCheck(RegExpCompiler* compiler) : compiler_(compiler) { in RecursionCheck() argument
829 compiler->IncrementRecursionDepth(); in RecursionCheck()
1115 void Trace::Flush(RegExpCompiler* compiler, RegExpNode* successor) { in Flush() argument
1116 RegExpMacroAssembler* assembler = compiler->macro_assembler(); in Flush()
1127 successor->Emit(compiler, &new_state); in Flush()
1157 successor->Emit(compiler, &new_state); in Flush()
1174 void NegativeSubmatchSuccess::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit() argument
1175 RegExpMacroAssembler* assembler = compiler->macro_assembler(); in Emit()
1201 void EndNode::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit() argument
1203 trace->Flush(compiler, this); in Emit()
[all …]
Dstub-cache.cc124 LoadStubCompiler compiler; in ComputeLoadNonexistent() local
126 compiler.CompileLoadNonexistent(cache_name, receiver, last); in ComputeLoadNonexistent()
150 LoadStubCompiler compiler; in ComputeLoadField() local
152 compiler.CompileLoadField(receiver, holder, field_index, name); in ComputeLoadField()
177 LoadStubCompiler compiler; in ComputeLoadCallback() local
179 compiler.CompileLoadCallback(name, receiver, holder, callback); in ComputeLoadCallback()
204 LoadStubCompiler compiler; in ComputeLoadConstant() local
206 compiler.CompileLoadConstant(receiver, holder, value, name); in ComputeLoadConstant()
229 LoadStubCompiler compiler; in ComputeLoadInterceptor() local
231 compiler.CompileLoadInterceptor(receiver, holder, name); in ComputeLoadInterceptor()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dmain.cc42 google::protobuf::compiler::CommandLineInterface cli; in main()
46 google::protobuf::compiler::cpp::CppGenerator cpp_generator; in main()
51 google::protobuf::compiler::java::JavaGenerator java_generator; in main()
57 google::protobuf::compiler::python::Generator py_generator; in main()
62 google::protobuf::compiler::javamicro::JavaMicroGenerator javamicro_generator; in main()
/external/chromium/build/
Dcompiler_version.py18 def GetVersion(compiler): argument
21 compiler = compiler + " -dumpversion"
22 pipe = subprocess.Popen(compiler, stdout=subprocess.PIPE, shell=True)
27 print >> sys.stderr, "compiler_version.py failed to execute:", compiler
/external/javassist/src/main/javassist/compiler/ast/
DCallExpr.java16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
19 import javassist.compiler.TokenId;
20 import javassist.compiler.MemberResolver;
/external/stlport/doc/
DREADME.mingw4 - gcc (native compiler):
30 compiler option. Don't forget to add it to your compiler command line too
39 containing language compiler support (lsupc++). However default gcc
41 To avoid this behavior you have to use the -nodefaultlibs compiler option and
48 - Borland C++ compiler:
52 - Digital Mars C++ compiler:
/external/apache-xml/src/main/java/org/apache/xpath/
DXPath.java33 import org.apache.xpath.compiler.Compiler;
34 import org.apache.xpath.compiler.FunctionTable;
35 import org.apache.xpath.compiler.XPathParser;
175 Compiler compiler = new Compiler(errorListener, locator, m_funcTable); in XPath() local
178 parser.initXPath(compiler, exprString, prefixResolver); in XPath()
180 parser.initMatchPattern(compiler, exprString, prefixResolver); in XPath()
185 Expression expr = compiler.compile(0); in XPath()
224 Compiler compiler = new Compiler(errorListener, locator, m_funcTable); in XPath() local
227 parser.initXPath(compiler, exprString, prefixResolver); in XPath()
229 parser.initMatchPattern(compiler, exprString, prefixResolver); in XPath()
[all …]
/external/stlport/
Dconfigure45 pass extra options to C++ compiler
47 pass extra options to C compiler
50 --use-static-gcc use static gcc libs instead of shared libgcc_s (useful for gcc compiler,
51 that was builded with --enable-shared [default]; if compiler was builded
55 --with-cxx=<name> use <name> as C++ compiler (use --target= for cross-compilation)
56 --with-cc=<name> use <name> as C compiler (use --target= for cross-compilation)
57 --use-compiler-family=<name> use compiler family; one of:
/external/clang/examples/clang-interpreter/
DREADME.txt5 1. Parsing standard compiler command line arguments using the Driver library.
7 2. Constructing a Clang compiler instance, using the appropriate arguments
10 3. Invoking the Clang compiler to lex, parse, syntax check, and then generate
17 Clang compiler libraries.
/external/clang/unittests/Frontend/
DFrontendActionTest.cpp62 CompilerInstance compiler; in TEST() local
63 compiler.setInvocation(invocation); in TEST()
64 compiler.createDiagnostics(0, NULL); in TEST()
67 ASSERT_TRUE(compiler.ExecuteAction(test_action)); in TEST()

12345678910>>...36