Searched defs:compiler (Results 151 - 175 of 197) sorted by relevance

12345678

/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DPredicatedNodeTest.java30 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) argument
163 int pos = compiler.getFirstPredicateOpPos(opPos);
167 m_predicates = compiler.getCompiledPredicates(pos);
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DFunctionTable.java21 package org.apache.xpath.compiler;
320 * values found in {@link org.apache.xpath.compiler.FunctionTable}, but may
348 * found in {@link org.apache.xpath.compiler.FunctionTable}, but may be a
H A DCompiler.java21 package org.apache.xpath.compiler;
H A DKeywords.java21 package org.apache.xpath.compiler;
H A DOpCodes.java21 package org.apache.xpath.compiler;
/external/clang/unittests/Tooling/
H A DRefactoringTest.cpp237 clang::CompilerInstance& compiler, llvm::StringRef dummy) {
238 Visitor->SM = &compiler.getSourceManager();
236 CreateASTConsumer( clang::CompilerInstance& compiler, llvm::StringRef dummy) argument
/external/javassist/src/main/javassist/compiler/
H A DJavac.java16 package javassist.compiler;
34 import javassist.compiler.ast.*;
46 * Constructs a compiler.
57 * Constructs a compiler.
367 * This method tells the compiler the local variables that have been
368 * allocated for the rest of the code. When the compiler needs
H A DLex.java16 package javassist.compiler;
H A DMemberResolver.java16 package javassist.compiler;
22 import javassist.compiler.ast.*;
H A DParser.java16 package javassist.compiler;
18 import javassist.compiler.ast.*;
1009 * java.lang.Integer#toString(3) for this compiler.
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DBaseCompiledTemplate.java17 package com.google.clearsilver.jsilver.compiler;
H A DEscapingEvaluator.java17 package com.google.clearsilver.jsilver.compiler;
19 import static com.google.clearsilver.jsilver.compiler.JavaExpression.BooleanLiteralExpression;
20 import static com.google.clearsilver.jsilver.compiler.JavaExpression.callOn;
21 import static com.google.clearsilver.jsilver.compiler.JavaExpression.string;
H A DExpressionTranslator.java17 package com.google.clearsilver.jsilver.compiler;
19 import com.google.clearsilver.jsilver.compiler.JavaExpression.Type;
20 import static com.google.clearsilver.jsilver.compiler.JavaExpression.bool;
21 import static com.google.clearsilver.jsilver.compiler.JavaExpression.call;
22 import static com.google.clearsilver.jsilver.compiler.JavaExpression.callFindVariable;
23 import static com.google.clearsilver.jsilver.compiler.JavaExpression.callOn;
24 import static com.google.clearsilver.jsilver.compiler.JavaExpression.declare;
25 import static com.google.clearsilver.jsilver.compiler.JavaExpression.integer;
26 import static com.google.clearsilver.jsilver.compiler.JavaExpression.string;
H A DJavaExpression.java17 package com.google.clearsilver.jsilver.compiler;
478 * interpreted by the compiler.
H A DJavaSourceWriter.java17 package com.google.clearsilver.jsilver.compiler;
H A DTemplateTranslator.java17 package com.google.clearsilver.jsilver.compiler;
20 import static com.google.clearsilver.jsilver.compiler.JavaExpression.BooleanLiteralExpression;
21 import static com.google.clearsilver.jsilver.compiler.JavaExpression.Type;
22 import static com.google.clearsilver.jsilver.compiler.JavaExpression.call;
23 import static com.google.clearsilver.jsilver.compiler.JavaExpression.callFindVariable;
24 import static com.google.clearsilver.jsilver.compiler.JavaExpression.callOn;
25 import static com.google.clearsilver.jsilver.compiler.JavaExpression.declare;
26 import static com.google.clearsilver.jsilver.compiler.JavaExpression.increment;
27 import static com.google.clearsilver.jsilver.compiler.JavaExpression.infix;
28 import static com.google.clearsilver.jsilver.compiler
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc39 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
47 namespace compiler { namespace in namespace:google::protobuf
205 // No default because we want the compiler to complain if any new
236 // No default because we want the compiler to complain if any new
299 // Can't actually get here; make compiler happy. (We could add a default
300 // case above but then we wouldn't get the nice compiler warning when a
339 } // namespace compiler
H A Dcpp_message.cc39 #include <google/protobuf/compiler/cpp/cpp_message.h>
40 #include <google/protobuf/compiler/cpp/cpp_field.h>
41 #include <google/protobuf/compiler/cpp/cpp_enum.h>
42 #include <google/protobuf/compiler/cpp/cpp_extension.h>
43 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
52 namespace compiler { namespace in namespace:google::protobuf
1768 } // namespace compiler
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc37 #include <google/protobuf/compiler/importer.h>
51 namespace compiler { namespace in namespace:google::protobuf
598 } // namespace compiler
H A Dimporter.cc47 #include <google/protobuf/compiler/importer.h>
49 #include <google/protobuf/compiler/parser.h>
56 namespace compiler { namespace in namespace:google::protobuf
227 // to a path which does not appear to be under foo, and thus the compiler
408 // consecutive slashes since the compiler expects files to be uniquely
452 } // namespace compiler
H A Dparser_unittest.cc38 #include <google/protobuf/compiler/parser.h>
54 namespace compiler { namespace in namespace:google::protobuf
1254 } // namespace compiler
H A Dplugin.pb.cc1 // Generated by the protocol buffer compiler. DO NOT EDIT!
4 #include "google/protobuf/compiler/plugin.pb.h"
15 namespace compiler { namespace in namespace:google::protobuf
36 "google/protobuf/compiler/plugin.proto");
127 "\n%google/protobuf/compiler/plugin.proto\022"
128 "\030google.protobuf.compiler\032 google/protob"
134 "\01324.google.protobuf.compiler.CodeGenerat"
138 "google/protobuf/compiler/plugin.proto", &protobuf_RegisterTypes);
908 // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
950 // repeated .google.protobuf.compiler
[all...]
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc37 #include <google/protobuf/compiler/java/java_message.h>
38 #include <google/protobuf/compiler/java/java_enum.h>
39 #include <google/protobuf/compiler/java/java_extension.h>
40 #include <google/protobuf/compiler/java/java_helpers.h>
49 namespace compiler { namespace in namespace:google::protobuf
980 } // namespace compiler
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc37 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h>
38 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
45 namespace compiler { namespace in namespace:google::protobuf
296 // No default because we want the compiler to complain if any new
316 // No default because we want the compiler to complain if any new
383 // No default because we want the compiler to complain if any new
392 } // namespace compiler
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DShader.cpp30 // Perform a one-time initialization of the shader compiler (or after being destructed by releaseCompiler)
274 void Shader::compileToHLSL(void *compiler) argument
286 int result = ShCompile(compiler, &mSource, 1, SH_OBJECT_CODE);
291 ShGetInfo(compiler, SH_OBJECT_CODE_LENGTH, &objCodeLen);
293 ShGetObjectCode(compiler, mHlsl);
300 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &infoLogLen);
302 ShGetInfoLog(compiler, mInfoLog);

Completed in 1465 milliseconds

12345678