| /external/python/cpython2/Lib/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...] |
| /external/python/cpython3/Lib/distutils/ |
| ccompiler.py | 4 for the Distutils compiler abstraction model.""" 17 by real compiler classes. Also has some utility methods used by 18 several compiler classes. 20 The basic idea behind a compiler abstraction class is that each 24 against, etc. -- are attributes of the compiler instance. To allow for 30 # keeps code that wants to know what kind of compiler it's dealing with 31 # from having to import all possible compiler classes just to do an 35 # function) -- authors of new compiler interface classes are 39 # XXX things not handled by this compiler abstraction model: 40 # * client can't provide additional options for a compiler, [all...] |
| /external/selinux/libsemanage/src/ |
| conf-scan.l | 42 compiler-directory return COMPILER_DIR;
|
| /external/skia/infra/bots/recipe_modules/flavor/ |
| gn_flavor.py | 57 compiler = self.m.vars.builder_cfg.get('compiler', '') 76 if compiler == 'Clang' and self.m.vars.is_linux: 82 elif compiler == 'Clang': 84 elif compiler == 'GCC' and os == "Ubuntu14": 86 elif compiler == 'GCC': 88 elif compiler == 'EMCC': 101 if compiler != 'MSVC' and configuration == 'Debug': 182 if compiler == 'Clang' and 'Win' in os:
|
| /external/skqp/infra/bots/recipe_modules/flavor/ |
| gn_flavor.py | 57 compiler = self.m.vars.builder_cfg.get('compiler', '') 76 if compiler == 'Clang' and self.m.vars.is_linux: 82 elif compiler == 'Clang': 84 elif compiler == 'GCC' and os == "Ubuntu14": 86 elif compiler == 'GCC': 88 elif compiler == 'EMCC': 101 if compiler != 'MSVC' and configuration == 'Debug': 166 if compiler == 'Clang' and 'Win' in os:
|
| /external/tensorflow/tensorflow/compiler/tf2xla/ |
| xla_context.h | 23 #include "tensorflow/compiler/tf2xla/xla_compilation_device.h" 24 #include "tensorflow/compiler/tf2xla/xla_compiler.h" 25 #include "tensorflow/compiler/xla/client/computation.h" 26 #include "tensorflow/compiler/xla/client/computation_builder.h" 27 #include "tensorflow/compiler/xla/xla_data.pb.h" 46 XlaContext(XlaCompiler* compiler, xla::ComputationBuilder* builder, 54 XlaCompiler* compiler() const { return compiler_; } function in class:tensorflow::XlaContext
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| backend.h | 24 #include "tensorflow/compiler/xla/service/compiler.h" 25 #include "tensorflow/compiler/xla/service/computation_placer.h" 26 #include "tensorflow/compiler/xla/service/device_memory_allocator.h" 27 #include "tensorflow/compiler/xla/service/pool.h" 28 #include "tensorflow/compiler/xla/service/transfer_manager.h" 29 #include "tensorflow/compiler/xla/statusor.h" 30 #include "tensorflow/compiler/xla/types.h" 83 Compiler* compiler() const { return compiler_; function in class:xla::Backend [all...] |
| /prebuilts/gdb/darwin-x86/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/gdb/darwin-x86/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/gdb/linux-x86/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/gdb/linux-x86/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/go/darwin-x86/misc/cgo/test/ |
| issue11925.go | 6 // padded by the Go compiler.
|
| issue7234_test.go | 10 // test of https://golang.org/issue/7234, a compiler/linker bug in
|
| issue7560.go | 31 t.Skip("C compiler did not pack struct")
|
| /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/ |
| gccgo.go | 14 // The test for the gc compiler resets the stack pointer so that the
|
| /prebuilts/go/darwin-x86/src/cmd/compile/ |
| doc.go | 10 or passed directly to the linker (``go tool link''). If invoked with -pack, the compiler 25 The same compiler is used for all target operating systems and architectures. 44 Print compiler version and exit. 70 Write linker-specific object to file and compiler-specific 73 linker and compiler input. 101 Compiler Directives 103 The compiler accepts compiler directives in the form of // comments at the 126 during the compiler's escape analysis of Go code calling the function. 137 The //go:linkname directive instructs the compiler to use ``importpath.name'' as th [all...] |
| /prebuilts/go/darwin-x86/src/cmd/internal/objabi/ |
| funcdata.go | 23 // This value is generated by the compiler, assembler, or linker.
|
| /prebuilts/go/darwin-x86/test/ |
| assign.go | 7 // Verify simple assignment errors are caught by the compiler.
|
| copy1.go | 8 // compiler.
|
| /prebuilts/go/darwin-x86/test/fixedbugs/ |
| bug343.go | 32 bug343.go:15: internal compiler error: typecheck INDREG
|
| bug398.go | 7 // Used to crash compiler in interface type equality check.
|
| bug444.go | 7 // The no-op conversion here used to confuse the compiler
|
| issue13337.go | 7 // Issue 13337: The Go compiler limited how deeply embedded types
|
| issue14553.go | 7 // This test checks if the compiler's internal constant
|
| issue19515.go | 7 // Issue 19515: compiler panics on spilling int128 constant.
|