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

1234567891011>>

/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_enum.cc38 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
39 #include <google/protobuf/compiler/javamicro/javamicro_enum.h>
40 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h>
47 namespace compiler { namespace in namespace:google::protobuf
94 } // namespace compiler
H A Djavamicro_enum.h41 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
52 namespace compiler { namespace in namespace:google::protobuf
83 } // namespace compiler
H A Djavamicro_field.cc35 #include <google/protobuf/compiler/javamicro/javamicro_field.h>
36 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h>
37 #include <google/protobuf/compiler/javamicro/javamicro_primitive_field.h>
38 #include <google/protobuf/compiler/javamicro/javamicro_enum_field.h>
39 #include <google/protobuf/compiler/javamicro/javamicro_message_field.h>
44 namespace compiler { namespace in namespace:google::protobuf
100 } // namespace compiler
H A Djavamicro_field.h41 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
51 namespace compiler { namespace in namespace:google::protobuf
94 } // namespace compiler
H A Djavamicro_file.h41 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
49 namespace compiler { namespace in namespace:google::protobuf
55 namespace compiler { namespace in namespace:google::protobuf
90 } // namespace compiler
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_enum.cc38 #include <google/protobuf/compiler/javanano/javanano_params.h>
39 #include <google/protobuf/compiler/javanano/javanano_enum.h>
40 #include <google/protobuf/compiler/javanano/javanano_helpers.h>
47 namespace compiler { namespace in namespace:google::protobuf
109 } // namespace compiler
H A Djavanano_enum.h41 #include <google/protobuf/compiler/javanano/javanano_params.h>
52 namespace compiler { namespace in namespace:google::protobuf
83 } // namespace compiler
H A Djavanano_enum_field.h41 #include <google/protobuf/compiler/javanano/javanano_field.h>
45 namespace compiler { namespace in namespace:google::protobuf
121 } // namespace compiler
H A Djavanano_file.h41 #include <google/protobuf/compiler/javanano/javanano_params.h>
49 namespace compiler { namespace in namespace:google::protobuf
55 namespace compiler { namespace in namespace:google::protobuf
90 } // namespace compiler
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.h40 #include <google/protobuf/compiler/code_generator.h>
54 namespace compiler { namespace in namespace:google::protobuf
58 // If you create your own protocol compiler binary and you want it to support
151 } // namespace compiler
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.h52 namespace compiler { namespace in namespace:google::protobuf
103 } // namespace compiler
H A Dzip_writer.h39 namespace compiler { namespace in namespace:google::protobuf
63 } // namespace compiler
/external/chromium_org/third_party/closure_compiler/runner/
H A Drunner.jar ... MF org/ org/chromium/ org/chromium/closure/ org/chromium/closure/compiler/ org/chromium/closure/compiler/Runner.class Runner.java ...
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DLexer.java21 package org.apache.xpath.compiler;
75 * @param compiler The owning compiler for this lexer.
80 Lexer(Compiler compiler, PrefixResolver resolver, argument
84 m_compiler = compiler;
H A DOpMapVector.java22 package org.apache.xpath.compiler;
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DChildTestIterator.java27 import org.apache.xpath.compiler.Compiler;
48 * @param compiler A reference to the Compiler that contains the op map.
54 ChildTestIterator(Compiler compiler, int opPos, int analysis) argument
57 super(compiler, opPos, analysis);
H A DOneStepIteratorForward.java26 import org.apache.xpath.compiler.Compiler;
27 import org.apache.xpath.compiler.OpMap;
46 * @param compiler A reference to the Compiler that contains the op map.
52 OneStepIteratorForward(Compiler compiler, int opPos, int analysis) argument
55 super(compiler, opPos, analysis);
58 m_axis = WalkerFactory.getAxisFromStep(compiler, firstStepPos);
H A DWalkingIteratorSorted.java25 import org.apache.xpath.compiler.Compiler;
58 * @param compiler The Compiler which is creating
61 * opcode list from the compiler.
69 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
72 super(compiler, opPos, analysis, shouldLoadWalkers);
68 WalkingIteratorSorted( Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c169 void r300_vertex_program_dump(struct radeon_compiler *compiler, void *user) argument
171 struct r300_vertex_program_compiler *c = (struct r300_vertex_program_compiler*)compiler;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.cc35 #include <google/protobuf/compiler/code_generator.h>
42 namespace compiler { namespace in namespace:google::protobuf
50 return NULL; // make compiler happy
78 } // namespace compiler
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc35 #include <google/protobuf/compiler/cpp/cpp_extension.h>
37 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
44 namespace compiler { namespace in namespace:google::protobuf
208 } // namespace compiler
H A Dcpp_field.cc35 #include <google/protobuf/compiler/cpp/cpp_field.h>
36 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
37 #include <google/protobuf/compiler/cpp/cpp_primitive_field.h>
38 #include <google/protobuf/compiler/cpp/cpp_string_field.h>
39 #include <google/protobuf/compiler/cpp/cpp_enum_field.h>
40 #include <google/protobuf/compiler/cpp/cpp_message_field.h>
49 namespace compiler { namespace in namespace:google::protobuf
140 } // namespace compiler
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.cc35 #include <google/protobuf/compiler/java/java_extension.h>
36 #include <google/protobuf/compiler/java/java_doc_comment.h>
37 #include <google/protobuf/compiler/java/java_helpers.h>
43 namespace compiler { namespace in namespace:google::protobuf
69 // No default because we want the compiler to complain if any new
216 } // namespace compiler
H A Djava_field.cc35 #include <google/protobuf/compiler/java/java_field.h>
36 #include <google/protobuf/compiler/java/java_helpers.h>
37 #include <google/protobuf/compiler/java/java_primitive_field.h>
38 #include <google/protobuf/compiler/java/java_enum_field.h>
39 #include <google/protobuf/compiler/java/java_message_field.h>
40 #include <google/protobuf/compiler/java/java_string_field.h>
45 namespace compiler { namespace in namespace:google::protobuf
135 } // namespace compiler
H A Djava_generator.cc35 #include <google/protobuf/compiler/java/java_generator.h>
36 #include <google/protobuf/compiler/java/java_file.h>
37 #include <google/protobuf/compiler/java/java_helpers.h>
45 namespace compiler { namespace in namespace:google::protobuf
126 } // namespace compiler

Completed in 232 milliseconds

1234567891011>>