| /prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha2/ |
| builder-1.3.0-alpha2.jar | |
| /prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha3/ |
| builder-1.3.0-alpha3.jar | |
| /prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha4/ |
| builder-1.3.0-alpha4.jar | |
| /prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha5/ |
| builder-1.3.0-alpha5.jar | |
| /external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
| ir3_shader.c | 117 * the compiler (to worst-case value) since we don't know in 130 struct ir3_compiler *compiler = v->shader->compiler; local 131 uint32_t gpu_id = compiler->gpu_id; 137 v->bo = fd_bo_new(compiler->dev, sz, 195 ret = ir3_compile_shader_nir(shader->compiler, v); 278 ir3_shader_create(struct ir3_compiler *compiler, 283 shader->compiler = compiler; 284 shader->id = ++shader->compiler->shader_count [all...] |
| /external/libxml2/win32/ |
| configure.js | 67 var compiler = "msvc"; variable 152 txt += " compiler: Compiler to be used [msvc|mingw|bcb] (" + compiler + ")\n"; 153 txt += " cruntime: C-runtime compiler option (only msvc) (" + cruntime + ")\n"; 168 txt += " include: Additional search path for the compiler, particularily\n"; 198 if (compiler == "msvc") 200 else if (compiler == "mingw") 202 else if (compiler == "bcb") 269 if (compiler == "msvc") [all...] |
| /build/soong/cc/ |
| prebuilt.go | 76 module.compiler = nil 97 module.compiler = nil 147 module.compiler = nil
|
| /external/golang-protobuf/protoc-gen-go/ |
| doc.go | 33 A plugin for the Google protocol buffer compiler to generate Go code. 37 protocol compiler, so once the protocol compiler (protoc) is installed
|
| /external/llvm/utils/release/ |
| build_llvm_package.bat | 42 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/compiler-rt/%branch% llvm/projects/compiler-rt || exit /b
49 REM TODO: Run all tests, including lld and compiler-rt.
|
| /external/protobuf/src/google/protobuf/compiler/java/ |
| java_message_field_lite.cc | 38 #include <google/protobuf/compiler/java/java_context.h> 39 #include <google/protobuf/compiler/java/java_message_field_lite.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 70 // by the proto compiler [all...] |
| java_primitive_field.cc | 40 #include <google/protobuf/compiler/java/java_context.h> 41 #include <google/protobuf/compiler/java/java_doc_comment.h> 42 #include <google/protobuf/compiler/java/java_helpers.h> 43 #include <google/protobuf/compiler/java/java_name_resolver.h> 44 #include <google/protobuf/compiler/java/java_primitive_field.h> 51 namespace compiler { namespace in namespace:google::protobuf 90 // by the proto compiler 858 } // namespace compiler
|
| java_string_field.cc | 41 #include <google/protobuf/compiler/java/java_context.h> 42 #include <google/protobuf/compiler/java/java_doc_comment.h> 43 #include <google/protobuf/compiler/java/java_helpers.h> 44 #include <google/protobuf/compiler/java/java_name_resolver.h> 45 #include <google/protobuf/compiler/java/java_string_field.h> 52 namespace compiler { namespace in namespace:google::protobuf 87 // by the proto compiler [all...] |
| java_string_field_lite.cc | 41 #include <google/protobuf/compiler/java/java_context.h> 42 #include <google/protobuf/compiler/java/java_doc_comment.h> 43 #include <google/protobuf/compiler/java/java_helpers.h> 44 #include <google/protobuf/compiler/java/java_name_resolver.h> 45 #include <google/protobuf/compiler/java/java_string_field_lite.h> 52 namespace compiler { namespace in namespace:google::protobuf 84 // by the proto compiler 870 } // namespace compiler
|
| /external/v8/src/wasm/ |
| wasm-module.h | 29 namespace compiler { namespace in namespace:v8::internal 315 // TODO(titzer): move these into src/compiler/wasm-compiler.cc 316 static compiler::CallDescriptor* GetWasmCallDescriptor(Zone* zone, 318 static compiler::CallDescriptor* GetI32WasmCallDescriptor( 319 Zone* zone, compiler::CallDescriptor* descriptor); 320 static compiler::CallDescriptor* GetI32WasmCallDescriptorForSimd( 321 Zone* zone, compiler::CallDescriptor* descriptor);
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
| sysconfig.py | 153 def customize_compiler(compiler): 161 contain cross-compiler/linker instead of host compiler/linker. 164 if compiler.compiler_type == "unix": 166 elif compiler.compiler_type == "mingw32": 171 # Perform first-time customization of compiler-related 172 # config vars on OS X now that we know we need a compiler. 218 compiler.set_executables( 220 compiler=cc_cmd, 227 compiler.shared_lib_extension = so_ex [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
| sysconfig.py | 153 def customize_compiler(compiler): 161 contain cross-compiler/linker instead of host compiler/linker. 164 if compiler.compiler_type == "unix": 166 elif compiler.compiler_type == "mingw32": 171 # Perform first-time customization of compiler-related 172 # config vars on OS X now that we know we need a compiler. 218 compiler.set_executables( 220 compiler=cc_cmd, 227 compiler.shared_lib_extension = so_ex [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
| sysconfig.py | 153 def customize_compiler(compiler): 161 contain cross-compiler/linker instead of host compiler/linker. 164 if compiler.compiler_type == "unix": 166 elif compiler.compiler_type == "mingw32": 171 # Perform first-time customization of compiler-related 172 # config vars on OS X now that we know we need a compiler. 218 compiler.set_executables( 220 compiler=cc_cmd, 227 compiler.shared_lib_extension = so_ex [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
| sysconfig.py | 153 def customize_compiler(compiler): 161 contain cross-compiler/linker instead of host compiler/linker. 164 if compiler.compiler_type == "unix": 166 elif compiler.compiler_type == "mingw32": 171 # Perform first-time customization of compiler-related 172 # config vars on OS X now that we know we need a compiler. 218 compiler.set_executables( 220 compiler=cc_cmd, 227 compiler.shared_lib_extension = so_ex [all...] |
| /external/mesa3d/src/gallium/drivers/r300/compiler/ |
| r500_fragprog_emit.c | 625 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; local 627 struct r500_fragment_program_code *code = &compiler->code->code.r500; 630 s.C = &compiler->Base; 637 for(struct rc_instruction * inst = compiler->Base.Program.Instructions.Next; 638 inst != &compiler->Base.Program.Instructions && !compiler->Base.Error; 648 emit_tex(compiler, &inst->U.I); 651 emit_paired(compiler, &inst->U.P); 655 if (code->max_temp_idx >= compiler->Base.max_temp_regs) 656 rc_error(&compiler->Base, "Too many hardware temporaries used") [all...] |
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_shader.cpp | 651 backend_shader::backend_shader(const struct brw_compiler *compiler, 656 : compiler(compiler), 658 devinfo(compiler->devinfo), [all...] |
| /art/compiler/optimizing/ |
| builder.cc | 78 // Note that the compiler driver is null when unit testing. 90 VLOG(compiler) << "Skip compilation of huge method " 99 VLOG(compiler) << "Skip compilation of large method with no branch "
|
| /build/soong/java/config/ |
| kotlin.go | 23 pctx.SourcePathVariable("KotlinCompilerJar", "external/kotlinc/lib/kotlin-compiler.jar")
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
| test_msvc9compiler.py | 79 # a DistutilsPlatformError if the compiler
122 compiler = MSVCCompiler()
123 compiler._remove_visual_c_ref(manifest)
|
| /external/clang/tools/scan-build-py/tests/functional/cases/ |
| test_from_cmd.py | 2 # The LLVM Compiler Infrastructure 53 ['scan-build', '--plist', '-o', tmpdir, '--override-compiler'], 64 '--override-compiler'], 82 compiler = '$CXX' if is_cxx else '$CC' 87 command = ' '.join([compiler, '-c', src_file, '-o', obj_file]) 93 ['scan-build', '--plist', '-o', tmpdir, '--override-compiler'], 100 ['scan-build', '--plist', '-o', tmpdir, '--override-compiler'], 107 ['scan-build', '--plist', '-o', tmpdir, '--override-compiler', 115 ['scan-build', '--plist', '-o', tmpdir, '--override-compiler',
|
| /external/deqp/modules/internal/ |
| ditBuildInfoTests.cpp | 50 static const char* getCompilerName (int compiler) 52 switch (compiler)
|