Searched refs:compiler (Results 176 - 200 of 1382) sorted by relevance

1234567891011>>

/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_generator.cc32 #include <google/protobuf/compiler/objectivec/objectivec_generator.h>
33 #include <google/protobuf/compiler/objectivec/objectivec_file.h>
34 #include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
41 namespace compiler { namespace in namespace:google::protobuf
99 } // namespace compiler
/external/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator_unittest.cc33 #include <google/protobuf/compiler/ruby/ruby_generator.h>
34 #include <google/protobuf/compiler/command_line_interface.h>
44 namespace compiler { namespace in namespace:google::protobuf
52 while (!File::Exists(prefix + "/src/google/protobuf/compiler/ruby" + file)) {
60 return prefix + "/src/google/protobuf/compiler/ruby";
62 return "third_party/protobuf/src/google/protobuf/compiler/ruby";
76 google::protobuf::compiler::CommandLineInterface cli;
93 // Invoke the proto compiler (we will be inside TestTempDir() at this point).
121 } // namespace compiler
/external/syslinux/com32/include/
H A Ddirent.h9 #include <klibc/compiler.h>
/external/syslinux/com32/lib/
H A Dstrlcat.c6 #include <klibc/compiler.h>
H A Dstrlcpy.c6 #include <klibc/compiler.h>
/external/syslinux/com32/lib/sys/
H A Disatty.c39 #include <klibc/compiler.h>
/external/syslinux/com32/lib/syslinux/
H A Dipappend.c38 #include <klibc/compiler.h>
H A Dserial.c34 #include <klibc/compiler.h>
H A Dversion.c29 #include <klibc/compiler.h>
/external/v8/src/compiler/
H A Dbasic-block-instrumentor.h16 namespace compiler { namespace in namespace:v8::internal
27 } // namespace compiler
H A Dcheckpoint-elimination.h8 #include "src/base/compiler-specific.h"
9 #include "src/compiler/graph-reducer.h"
14 namespace compiler { namespace in namespace:v8::internal
29 } // namespace compiler
H A Dgraph-replay.h8 #include "src/compiler/node.h"
12 namespace compiler { namespace in namespace:v8::internal
36 } // namespace compiler
H A Djump-threading.h8 #include "src/compiler/instruction.h"
12 namespace compiler { namespace in namespace:v8::internal
29 } // namespace compiler
H A Dmachine-graph-verifier.h13 namespace compiler { namespace in namespace:v8::internal
28 } // namespace compiler
H A Dnode-marker.cc5 #include "src/compiler/node-marker.h"
7 #include "src/compiler/graph.h"
11 namespace compiler { namespace in namespace:v8::internal
19 } // namespace compiler
/external/valgrind/include/vki/
H A Dvki-xen-version.h45 char compiler[64]; member in struct:vki_xen_compile_info
/external/libcxx/
H A Drun_tests.py54 '--compiler', choices=('clang', 'gcc'), default='clang')
60 def gen_test_config(bitness, compiler, host):
64 if compiler == 'clang':
66 elif compiler == 'gcc':
74 if compiler == 'clang':
107 def gen_build_cmds(bitness, compiler, host):
109 gen_test_config(bitness, compiler, host)
119 gen_build_cmds(args.bitness, args.compiler, args.host)
/external/python/cpython2/Lib/distutils/command/
H A Dbuild_clib.py43 ('compiler=', 'c',
44 "specify the compiler type"),
50 ('help-compiler', None,
67 self.compiler = None
79 ('compiler', 'compiler'),
101 self.compiler = new_compiler(compiler=self.compiler,
104 customize_compiler(self.compiler)
[all...]
/external/python/cpython3/Lib/distutils/command/
H A Dbuild_clib.py41 ('compiler=', 'c',
42 "specify the compiler type"),
48 ('help-compiler', None,
65 self.compiler = None
77 ('compiler', 'compiler'),
100 self.compiler = new_compiler(compiler=self.compiler,
103 customize_compiler(self.compiler)
[all...]
/external/annotation-tools/asmx/
H A Djavassist.jar ... 9.0.0_r3/s?defs= " (javassist.compiler.CompileError) javassist.compiler.CompileError e public void ...
/external/guice/extensions/persist/lib/
H A Djavassist.jar ... 9.0.0_r3/s?defs= " (javassist.compiler.CompileError) javassist.compiler.CompileError e public void ...
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DUnionPathIterator.java29 import org.apache.xpath.compiler.Compiler;
30 import org.apache.xpath.compiler.OpCodes;
31 import org.apache.xpath.compiler.OpMap;
149 * @param compiler The Compiler which is creating
152 * opcode list from the compiler.
156 public UnionPathIterator(Compiler compiler, int opPos) argument
164 loadLocationPaths(compiler, opPos, 0);
170 * @param compiler The Compiler which is creating
173 * opcode list from the compiler.
179 public static LocPathIterator createUnionIterator(Compiler compiler, in argument
310 createDTMIterator( Compiler compiler, int opPos) argument
329 loadLocationPaths(Compiler compiler, int opPos, int count) argument
[all...]
/external/toolchain-utils/
H A Dverify_compiler.py2 """Verify that a ChromeOS sub-tree was built with a particular compiler"""
58 def VerifyArgs(compiler, filename, tmp_dir, root_dir, options, parser):
76 compiler = options.compiler.lower()
77 if compiler not in COMPILERS:
78 UsageError(parser, '%s is not a valid compiler (gcc or clang).' % compiler)
85 def CheckFile(filename, compiler, tmp_dir, options, cmd_executer):
93 print('No debug info in this file. Unable to verify compiler.')
106 comp_str = COMPILER_STRINGS[compiler]
[all...]
/external/python/cpython2/Misc/
H A DBeOS-setup.py43 def find_library_file(compiler, libname, std_dirs, paths):
44 filename = compiler.library_filename(libname, lib_type='shared')
48 filename = compiler.library_filename(libname, lib_type='static')
113 compiler = os.environ.get('CC')
118 if compiler is not None:
119 args['compiler_so'] = compiler
122 self.compiler.set_executables(**args)
150 self.compiler.library_dirs.append('/boot/home/config/lib')
156 self.compiler.include_dirs.append('/boot/home/config/include')
269 if self.compiler
[all...]
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_message_builder_lite.cc35 #include <google/protobuf/compiler/java/java_message_builder_lite.h>
46 #include <google/protobuf/compiler/java/java_context.h>
47 #include <google/protobuf/compiler/java/java_doc_comment.h>
48 #include <google/protobuf/compiler/java/java_enum.h>
49 #include <google/protobuf/compiler/java/java_extension.h>
50 #include <google/protobuf/compiler/java/java_generator_factory.h>
51 #include <google/protobuf/compiler/java/java_helpers.h>
52 #include <google/protobuf/compiler/java/java_name_resolver.h>
62 namespace compiler { namespace in namespace:google::protobuf
177 } // namespace compiler
[all...]

Completed in 456 milliseconds

1234567891011>>