| /prebuilts/go/linux-x86/test/fixedbugs/ |
| issue4909a.go | 7 // Issue 4909: compiler incorrectly accepts unsafe.Offsetof(t.x)
|
| issue5607.go | 26 // The compiler used to generate a call to Panic() in init().
|
| issue8947.go | 9 // of assignments (internal compiler errors).
|
| /prebuilts/go/linux-x86/test/ |
| import1.go | 7 // Verify that import conflicts are detected by the compiler.
|
| import5.go | 7 // Verify that invalid imports are rejected by the compiler.
|
| switch2.go | 7 // Verify that erroneous switch statements are detected by the compiler.
|
| switch7.go | 8 // by the compiler.
|
| /prebuilts/go/linux-x86/test/import4.dir/ |
| import4.go | 6 // errors are caught by the compiler.
|
| /prebuilts/go/linux-x86/test/interface/ |
| pointer.go | 7 // Test that interface{M()} = *interface{M()} produces a compiler error.
|
| /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
| importer.h | 46 #include <google/protobuf/compiler/parser.h> 53 namespace compiler { namespace in namespace:google::protobuf 300 } // namespace compiler
|
| /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/python/ |
| python_generator.h | 40 #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 157 } // namespace compiler
|
| /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
| importer.h | 46 #include <google/protobuf/compiler/parser.h> 53 namespace compiler { namespace in namespace:google::protobuf 300 } // namespace compiler
|
| /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/python/ |
| python_generator.h | 40 #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 157 } // namespace compiler
|
| /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/ |
| importer.h | 46 #include <google/protobuf/compiler/parser.h> 53 namespace compiler { namespace in namespace:google::protobuf 300 } // namespace compiler
|
| /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/python/ |
| python_generator.h | 40 #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 157 } // namespace compiler
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
| ccompiler.py | 4 for the Distutils compiler abstraction model.""" 25 by real compiler classes. Also has some utility methods used by 26 several compiler classes. 28 The basic idea behind a compiler abstraction class is that each 32 against, etc. -- are attributes of the compiler instance. To allow for 38 # keeps code that wants to know what kind of compiler it's dealing with 39 # from having to import all possible compiler classes just to do an 43 # function) -- authors of new compiler interface classes are 47 # XXX things not handled by this compiler abstraction model: 48 # * client can't provide additional options for a compiler, [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
| build_ext.py | 90 ('compiler=', 'c', 91 "specify the compiler type"), 105 ('help-compiler', None, 126 self.compiler = None 138 ('compiler', 'compiler'), 308 self.compiler = new_compiler(compiler=self.compiler, 312 customize_compiler(self.compiler) [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
| ccompiler.py | 4 for the Distutils compiler abstraction model.""" 25 by real compiler classes. Also has some utility methods used by 26 several compiler classes. 28 The basic idea behind a compiler abstraction class is that each 32 against, etc. -- are attributes of the compiler instance. To allow for 38 # keeps code that wants to know what kind of compiler it's dealing with 39 # from having to import all possible compiler classes just to do an 43 # function) -- authors of new compiler interface classes are 47 # XXX things not handled by this compiler abstraction model: 48 # * client can't provide additional options for a compiler, [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
| build_ext.py | 90 ('compiler=', 'c', 91 "specify the compiler type"), 105 ('help-compiler', None, 126 self.compiler = None 138 ('compiler', 'compiler'), 308 self.compiler = new_compiler(compiler=self.compiler, 312 customize_compiler(self.compiler) [all...] |
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/python/ |
| python_generator.h | 40 #include <google/protobuf/compiler/code_generator.h> 55 namespace compiler { namespace in namespace:google::protobuf 59 // If you create your own protocol compiler binary and you want it to support 168 } // namespace compiler
|
| /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/ |
| importer.h | 46 #include <google/protobuf/compiler/parser.h> 53 namespace compiler { namespace in namespace:google::protobuf 300 } // namespace compiler
|
| /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/python/ |
| python_generator.h | 40 #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 157 } // namespace compiler
|
| /external/protobuf/src/google/protobuf/compiler/java/ |
| java_message_lite.cc | 35 #include <google/protobuf/compiler/java/java_message_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_lite.h> 49 #include <google/protobuf/compiler/java/java_extension_lite.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_message_builder.h> 53 #include <google/protobuf/compiler/java/java_message_builder_lite.h> 54 #include <google/protobuf/compiler/java/java_name_resolver.h 64 namespace compiler { namespace in namespace:google::protobuf [all...] |
| /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/ |
| cc_test.go | 160 var compiler struct { var 168 // It returns a non-nil error if the compiler matches a known version schema but 171 compiler.Once.Do(func() { 172 compiler.err = func() error { 173 compiler.name = "unknown" 181 // Compiler does not support "--version" flag: not Clang or GCC. 187 compiler.name = "gcc" 203 compiler.name = "clang" 210 if compiler.major, err = strconv.Atoi(string(match[1])); err != nil { 213 if compiler.minor, err = strconv.Atoi(string(match[2])); err != nil [all...] |
| /prebuilts/go/darwin-x86/src/go/internal/gcimporter/ |
| gcimporter_test.go | 93 if runtime.Compiler != "gc" { 94 t.Skipf("gc-built packages not available (compiler = %s)", runtime.Compiler) 124 if runtime.Compiler != "gc" { 125 t.Skipf("gc-built packages not available (compiler = %s)", runtime.Compiler) 187 if runtime.Compiler != "gc" { 188 t.Skipf("gc-built packages not available (compiler = %s)", runtime.Compiler) 214 if runtime.Compiler != "gc" [all...] |