| /prebuilts/go/darwin-x86/test/ |
| const.go | 142 "for interface{}==interface{} compiler == runtime") 145 "for *int==interface{} compiler == runtime") 147 "for interface{}==*int compiler == runtime") 150 "for interface{}==*int compiler == runtime") 152 "for interface{}==*int compiler == runtime") 155 "for int==interface{} compiler == runtime")
|
| /prebuilts/go/linux-x86/src/syscall/ |
| dirent.go | 27 _ = b[1] // bounds check hint to compiler; see golang.org/issue/14808 30 _ = b[3] // bounds check hint to compiler; see golang.org/issue/14808 33 _ = b[7] // bounds check hint to compiler; see golang.org/issue/14808 46 _ = b[1] // bounds check hint to compiler; see golang.org/issue/14808 49 _ = b[3] // bounds check hint to compiler; see golang.org/issue/14808 52 _ = b[7] // bounds check hint to compiler; see golang.org/issue/14808
|
| /prebuilts/go/linux-x86/test/ |
| const.go | 142 "for interface{}==interface{} compiler == runtime") 145 "for *int==interface{} compiler == runtime") 147 "for interface{}==*int compiler == runtime") 150 "for interface{}==*int compiler == runtime") 152 "for interface{}==*int compiler == runtime") 155 "for int==interface{} compiler == runtime")
|
| /toolchain/benchmark/ |
| run.py | 36 # Only one of compiler directory and llvm prebuilts version can be indicated 48 help='Specify path to the compiler\'s bin directory. ' 51 'each compiler.') 67 'exists, no need to pass the path to compiler ' 221 def check_count(compiler, llvm_version, build_os, cflags, ldflags): 222 # Count will be set to 0 if no compiler or llvm_version specified. 225 count = max(len(compiler), len(llvm_version)) 248 def build_bench(setting_no, bench, compiler, llvm_version, build_os, cflags, 252 if compiler: 253 build_cmd.append('-c=' + compiler[setting_no] [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
| build_ext.py | 89 ('compiler=', 'c',
90 "specify the compiler type"),
104 ('help-compiler', None,
125 self.compiler = None
137 ('compiler', 'compiler'),
306 self.compiler = new_compiler(compiler=self.compiler,
310 customize_compiler(self.compiler)
[all...] |
| /external/python/cpython2/Lib/distutils/command/ |
| build_ext.py | 89 ('compiler=', 'c', 90 "specify the compiler type"), 104 ('help-compiler', None, 125 self.compiler = None 137 ('compiler', 'compiler'), 306 self.compiler = new_compiler(compiler=self.compiler, 310 customize_compiler(self.compiler) [all...] |
| /external/python/cpython3/Lib/distutils/command/ |
| build_ext.py | 85 ('compiler=', 'c', 86 "specify the compiler type"), 102 ('help-compiler', None, 123 self.compiler = None 136 ('compiler', 'compiler'), 305 self.compiler = new_compiler(compiler=self.compiler, 309 customize_compiler(self.compiler) [all...] |
| /art/libartbase/base/ |
| logging.h | 40 bool compiler; member in struct:art::LogVerbosity
|
| /bionic/libc/kernel/uapi/linux/dvb/ |
| osd.h | 21 #include <linux/compiler.h>
|
| /bionic/libc/kernel/uapi/linux/ |
| netfilter.h | 22 #include <linux/compiler.h>
|
| /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/ |
| stdarg.h | 72 #error this file needs to be ported to your compiler
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
| syntax.py | 7 The compiler package catches some errors in the transformer module.
12 from compiler import ast, walk
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
| test_build_clib.py | 78 cmd.compiler = FakeCompiler()
124 # by creating a compiler and checking its executables
127 compiler = new_compiler()
128 customize_compiler(compiler)
129 for ccmd in compiler.executables.values():
|
| /device/linaro/bootloader/edk2/StdLib/Include/sys/ |
| EfiCdefs.h | 4 This header consolidates definitions and declarations for compiler specific
6 library as compiler independent as possible.
67 * Macro to test if we're using a GNU C compiler of a specific vintage
232 #define __packed error: no __packed for this compiler
233 #define __aligned(x) error: no __aligned for this compiler
234 #define __section(x) error: no __section for this compiler
285 * compiler feature. Use __predict_true() if you expect the expression
321 #if defined(_MSC_VER) /* Handle Microsoft VC++ compiler specifics. */
330 #error You must specify /Zc:wchar_t- to the compiler to turn off intrinsic wchar_t.
337 // Keep compiler quiet about casting from smaller to larger types [all...] |
| /external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
| OpCodes.java | 21 package org.apache.xpath.compiler;
|
| OpMapVector.java | 22 package org.apache.xpath.compiler;
|
| /external/autotest/frontend/db/backends/afe/ |
| compiler.py | 1 from django.db.backends.mysql import compiler as mysql_compiler
|
| /external/emma/core/java12/com/vladium/jcd/cls/ |
| IConstantCollection.java | 12 import com.vladium.jcd.compiler.IClassFormatOutput;
|
| /external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
| LineNumber_info.java | 13 import com.vladium.jcd.compiler.IClassFormatOutput;
|
| /external/javassist/src/main/javassist/ |
| CannotCompileException.java | 18 import javassist.compiler.CompileError;
|
| /external/jemalloc/bin/ |
| jemalloc-config.in | 18 --cc : Print compiler used to build jemalloc. 19 --cflags : Print compiler flags used to build jemalloc.
|
| /external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
| VariableTranslator.java | 17 package com.google.clearsilver.jsilver.compiler; 19 import static com.google.clearsilver.jsilver.compiler.JavaExpression.StringExpression; 20 import static com.google.clearsilver.jsilver.compiler.JavaExpression.Type; 21 import static com.google.clearsilver.jsilver.compiler.JavaExpression.literal;
|
| /external/kernel-headers/original/uapi/linux/dvb/ |
| osd.h | 28 #include <linux/compiler.h>
|
| /external/kernel-headers/original/uapi/linux/ |
| netfilter.h | 6 #include <linux/compiler.h>
|
| /external/libpng/ |
| libpng-config.in | 38 --ccopts print compiler options 40 --cflags print preprocessor flags, I_opts, and compiler options
|