| /prebuilts/go/linux-x86/test/fixedbugs/ |
| issue20185.go | 8 // caused an internal compiler error.
|
| issue20529.go | 9 // Issue 20529: Large stack frames caused compiler panics.
|
| issue20789.go | 7 // Make sure this doesn't crash the compiler.
|
| issue4348.go | 7 // Issue 4348. After switch to 64-bit ints the compiler generates
|
| issue7310.go | 7 // Internal compiler crash used to stop errors during second copy.
|
| issue9608.go | 11 // -complete flag to compiler, causing it to complain about
|
| /prebuilts/go/linux-x86/test/interface/ |
| receiver1.go | 7 // Verify compiler complains about missing implicit methods.
|
| /prebuilts/go/linux-x86/test/ |
| makenew.go | 8 // compiler.
|
| method1.go | 7 // Verify that method redeclarations are caught by the compiler.
|
| switch4.go | 7 // Verify that erroneous switch statements are detected by the compiler.
|
| /test/vts/script/ |
| setup.sh | 23 sudo apt-get -y install protobuf-compiler
|
| /external/brotli/ |
| setup.py | 85 if self.compiler.compiler_type == 'msvc': 91 elif self.compiler.compiler_type == 'mingw32': 99 objs = self.compiler.compile( 115 if self.compiler.compiler_type == 'mingw32': 120 language = ext.language or self.compiler.detect_language(sources) 122 self.compiler.link_shared_object(
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_link.cpp | 29 #include "compiler/glsl/ir.h" 30 #include "compiler/glsl/ir_optimization.h" 31 #include "compiler/glsl/program.h" 93 const struct brw_compiler *compiler = brw->screen->compiler; local 141 if (compiler->scalar_stage[shader->Stage]) { 203 const struct brw_compiler *compiler = brw->screen->compiler; local 235 compiler->scalar_stage[stage]);
|
| /external/protobuf/src/google/protobuf/compiler/java/ |
| java_enum.cc | 38 #include <google/protobuf/compiler/java/java_context.h> 39 #include <google/protobuf/compiler/java/java_enum.h> 40 #include <google/protobuf/compiler/java/java_doc_comment.h> 41 #include <google/protobuf/compiler/java/java_helpers.h> 42 #include <google/protobuf/compiler/java/java_name_resolver.h> 49 namespace compiler { namespace in namespace:google::protobuf 308 // the values() method that the Java compiler automatically generates 393 } // namespace compiler
|
| java_map_field.cc | 31 #include <google/protobuf/compiler/java/java_map_field.h> 33 #include <google/protobuf/compiler/java/java_context.h> 34 #include <google/protobuf/compiler/java/java_doc_comment.h> 35 #include <google/protobuf/compiler/java/java_helpers.h> 36 #include <google/protobuf/compiler/java/java_name_resolver.h> 41 namespace compiler { namespace in namespace:google::protobuf 124 // by the proto compiler 495 } // namespace compiler
|
| java_map_field_lite.cc | 31 #include <google/protobuf/compiler/java/java_map_field_lite.h> 33 #include <google/protobuf/compiler/java/java_context.h> 34 #include <google/protobuf/compiler/java/java_doc_comment.h> 35 #include <google/protobuf/compiler/java/java_helpers.h> 36 #include <google/protobuf/compiler/java/java_name_resolver.h> 41 namespace compiler { namespace in namespace:google::protobuf 124 // by the proto compiler 480 } // namespace compiler
|
| /external/protobuf/src/google/protobuf/compiler/javamicro/ |
| javamicro_file.cc | 37 #include <google/protobuf/compiler/javamicro/javamicro_file.h> 38 #include <google/protobuf/compiler/javamicro/javamicro_enum.h> 39 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h> 40 #include <google/protobuf/compiler/javamicro/javamicro_message.h> 41 #include <google/protobuf/compiler/code_generator.h> 49 namespace compiler { namespace in namespace:google::protobuf 157 "// Generated by the protocol buffer compiler. DO NOT EDIT!\n" 210 "// Generated by the protocol buffer compiler. DO NOT EDIT!\n" 235 } // namespace compiler
|
| /external/swiftshader/third_party/LLVM/autoconf/m4/ |
| link_options.m4 | 28 [AC_CACHE_CHECK([for compiler -Wl,-R<path> option],[llvm_cv_link_use_r], 48 [AC_CACHE_CHECK([for compiler -Wl,-export-dynamic option], 70 [AC_CACHE_CHECK([for compiler -Wl,--version-script option],
|
| /external/mesa3d/src/gallium/drivers/r300/compiler/ |
| r300_fragprog_emit.c | 48 struct r300_fragment_program_compiler * compiler; member in struct:r300_emit_state 57 struct r300_fragment_program_compiler *c = emit->compiler; \ 307 struct r300_fragment_program_compiler * c = emit->compiler; 308 struct r300_fragment_program_code *code = &emit->compiler->code->code.r300; 430 if (code->tex.length >= emit->compiler->Base.max_tex_insts) { 479 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; local 481 struct r300_fragment_program_code *code = &compiler->code->code.r300; 485 emit.compiler = compiler; 489 for(struct rc_instruction * inst = compiler->Base.Program.Instructions.Next [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
| ccompiler.py | 4 for the Distutils compiler abstraction model."""
23 def customize_compiler(compiler):
29 if compiler.compiler_type == "unix":
62 compiler.set_executables(
64 compiler=cc_cmd,
71 compiler.shared_lib_extension = so_ext
75 by real compiler classes. Also has some utility methods used by
76 several compiler classes.
78 The basic idea behind a compiler abstraction class is that each
82 against, etc. -- are attributes of the compiler instance. To allow for [all...] |
| /external/icu/icu4c/source/ |
| runConfigureICU | 42 Cygwin/MSVC Use the Microsoft Visual C++ compiler on Cygwin 43 Cygwin/MSVC2005 Use the Microsoft Visual C++ 2005 compiler on Cygwin 44 Cygwin/ICL Use the Intel C++ compiler on Cygwin 50 Linux/ECC Use the Intel ECC compiler on Linux 51 Linux/ICC Use the Intel ICC compiler on Linux 52 Linux/VA Use the IBM Visual Age compiler on Power PC Linux 57 QNX Use the QNX QCC compiler on QNX/Neutrino 61 TRU64V5.1/CXX Use the Compaq cxx compiler on Tru64 (OSF) 62 zOS Use the IBM cxx compiler on z/OS (os/390) 63 zOSV1R2 Use the IBM cxx compiler for z/OS 1. [all...] |
| /external/google-breakpad/src/testing/scripts/ |
| gmock_doctor.py | 32 """Converts compiler's errors in code using Google Mock to plain English.""" 130 # Regex for matching source file path and line number in the compiler's errors. 154 msg: Compiler's error messages. 167 """Diagnoses the NRR disease, given the error messages by the compiler.""" 188 """Diagnoses the NRS disease, given the error messages by the compiler.""" 215 """Diagnoses the NRN disease, given the error messages by the compiler.""" 252 """Diagnoses the IBRA disease, given the error messages by the compiler.""" 279 """Diagnoses the OFM disease, given the error messages by the compiler.""" 287 your compiler which overloaded version you want to use. 300 """Diagnoses the OFA disease, given the error messages by the compiler."" [all...] |
| /external/googletest/googlemock/scripts/ |
| gmock_doctor.py | 32 """Converts compiler's errors in code using Google Mock to plain English.""" 130 # Regex for matching source file path and line number in the compiler's errors. 154 msg: Compiler's error messages. 167 """Diagnoses the NRR disease, given the error messages by the compiler.""" 192 """Diagnoses the NRS disease, given the error messages by the compiler.""" 219 """Diagnoses the NRN disease, given the error messages by the compiler.""" 256 """Diagnoses the IBRA disease, given the error messages by the compiler.""" 283 """Diagnoses the OFM disease, given the error messages by the compiler.""" 291 your compiler which overloaded version you want to use. 304 """Diagnoses the OFA disease, given the error messages by the compiler."" [all...] |
| /external/mesa3d/src/gallium/drivers/r300/ |
| r300_tgsi_to_rc.c | 26 #include "compiler/radeon_compiler.h" 255 dst = rc_insert_new_instruction(ttr->compiler, ttr->compiler->Program.Instructions.Prev); 272 &ttr->compiler->Program.ShadowSamplers); 306 rc_constants_add(&ttr->compiler->Program.Constants, &constant); 329 rc_constants_add(&ttr->compiler->Program.Constants, &constant); 332 ttr->immediate_offset = ttr->compiler->Program.Constants.Count; 364 rc_calculate_inputs_outputs(ttr->compiler);
|
| /external/protobuf/src/google/protobuf/compiler/objectivec/ |
| objectivec_field.cc | 33 #include <google/protobuf/compiler/objectivec/objectivec_field.h> 34 #include <google/protobuf/compiler/objectivec/objectivec_helpers.h> 35 #include <google/protobuf/compiler/objectivec/objectivec_enum_field.h> 36 #include <google/protobuf/compiler/objectivec/objectivec_map_field.h> 37 #include <google/protobuf/compiler/objectivec/objectivec_message_field.h> 38 #include <google/protobuf/compiler/objectivec/objectivec_primitive_field.h> 46 namespace compiler { namespace in namespace:google::protobuf 229 // NOTE: src/google/protobuf/compiler/plugin.cc makes use of cerr for some 475 } // namespace compiler
|