| /prebuilts/go/linux-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/linux-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...] |
| /prebuilts/go/darwin-x86/test/chan/ |
| select5.go | 12 // in various ways that the compiler may or may not rewrite 155 {{/* The compiler implements two-case select where one is default with custom code, */}} 181 {{/* Dummy send, receive to keep compiler from optimizing select. */}} 190 {{/* Nil channel send, receive to keep compiler from optimizing select. */}} 224 {{/* The compiler implements two-case select where one is default with custom code, */}} 248 {{/* Dummy send, receive to keep compiler from optimizing select. */}} 257 {{/* Nil channel send, receive to keep compiler from optimizing select. */}} 293 {{/* Dummy send, receive to keep compiler from optimizing select. */}} 302 {{/* Nil channel send, receive to keep compiler from optimizing select. */}} 342 {{/* Dummy send, receive to keep compiler from optimizing select. */} [all...] |
| /prebuilts/go/linux-x86/test/chan/ |
| select5.go | 12 // in various ways that the compiler may or may not rewrite 155 {{/* The compiler implements two-case select where one is default with custom code, */}} 181 {{/* Dummy send, receive to keep compiler from optimizing select. */}} 190 {{/* Nil channel send, receive to keep compiler from optimizing select. */}} 224 {{/* The compiler implements two-case select where one is default with custom code, */}} 248 {{/* Dummy send, receive to keep compiler from optimizing select. */}} 257 {{/* Nil channel send, receive to keep compiler from optimizing select. */}} 293 {{/* Dummy send, receive to keep compiler from optimizing select. */}} 302 {{/* Nil channel send, receive to keep compiler from optimizing select. */}} 342 {{/* Dummy send, receive to keep compiler from optimizing select. */} [all...] |
| /prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/ |
| roaster-jdt-2.18.7.Final.jar | |
| /prebuilts/go/darwin-x86/src/cmd/go/internal/work/ |
| gc.go | 31 func (gcToolchain) compiler() string { func 66 // If we're giving the compiler the entire package (no C etc files), tell it that, 98 // because the compiler cannot eliminate enough write barriers. 135 // gcBackendConcurrency returns the backend compiler concurrency level for a package compilation. 181 // of the overall compiler execution, so c==1 for much of the build. 276 // The archive file should have been created by the compiler. 349 // setextld sets the appropriate linker flags for the specified compiler. 350 func setextld(ldflags []string, compiler []string) []string { 357 ldflags = append(ldflags, "-extld="+compiler[0]) 358 if len(compiler) > 1 [all...] |
| /prebuilts/go/linux-x86/src/cmd/go/internal/work/ |
| gc.go | 31 func (gcToolchain) compiler() string { func 66 // If we're giving the compiler the entire package (no C etc files), tell it that, 98 // because the compiler cannot eliminate enough write barriers. 135 // gcBackendConcurrency returns the backend compiler concurrency level for a package compilation. 181 // of the overall compiler execution, so c==1 for much of the build. 276 // The archive file should have been created by the compiler. 349 // setextld sets the appropriate linker flags for the specified compiler. 350 func setextld(ldflags []string, compiler []string) []string { 357 ldflags = append(ldflags, "-extld="+compiler[0]) 358 if len(compiler) > 1 [all...] |
| /art/compiler/jni/quick/ |
| jni_compiler.h | 65 JniCompiledMethod ArtQuickJniCompileMethod(CompilerDriver* compiler,
|
| /bionic/libc/kernel/uapi/asm-x86/asm/ |
| signal.h | 24 #include <linux/compiler.h>
|
| /bionic/libc/kernel/uapi/linux/ |
| filter.h | 21 #include <linux/compiler.h>
|
| futex.h | 21 #include <linux/compiler.h>
|
| /bionic/libc/kernel/uapi/xen/ |
| privcmd.h | 22 #include <linux/compiler.h>
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
| compile.py | 4 from compiler import compileFile, visitor
|
| regrtest.py | 1 """Run the Python regression test using the compiler
4 by this compiler instead of by the builtin compiler.
10 from compiler import compileFile
|
| /external/apache-xml/src/main/java/org/apache/xalan/templates/ |
| AVTPartXPath.java | 27 import org.apache.xpath.compiler.XPathParser;
|
| /external/apache-xml/src/main/java/org/apache/xpath/functions/ |
| FuncExtFunctionAvailable.java | 26 import org.apache.xpath.compiler.FunctionTable;
|
| /external/clang/test/Misc/ |
| ast-print-pragmas.cpp | 63 #pragma init_seg(compiler)
|
| /external/compiler-rt/make/ |
| lib_info.mk | 0 # compiler-rt Library Info 6 # This defines the following variables describing compiler-rt:
|
| /external/curl/ |
| curl-config.in | 38 --cc compiler 39 --cflags pre-processor and compiler flags
|
| /external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
| Exception_info.java | 13 import com.vladium.jcd.compiler.IClassFormatOutput;
|
| InnerClass_info.java | 13 import com.vladium.jcd.compiler.IClassFormatOutput;
|
| /external/emma/core/java12/com/vladium/jcd/compiler/ |
| CodeGen.java | 9 package com.vladium.jcd.compiler;
|
| /external/javassist/src/main/javassist/compiler/ |
| TokenId.java | 16 package javassist.compiler;
|
| /external/kernel-headers/original/uapi/asm-x86/asm/ |
| signal.h | 8 #include <linux/compiler.h>
|
| /external/kernel-headers/original/uapi/linux/ |
| filter.h | 9 #include <linux/compiler.h>
|