/external/angle/src/ |
D | compiler.gni | 8 "src/compiler/translator/blocklayout.h", 9 "src/compiler/translator/blocklayoutHLSL.h", 25 "src/compiler/translator/BaseTypes.h", 26 "src/compiler/translator/BuiltInFunctionEmulator.cpp", 27 "src/compiler/translator/BuiltInFunctionEmulator.h", 28 "src/compiler/translator/CallDAG.cpp", 29 "src/compiler/translator/CallDAG.h", 30 "src/compiler/translator/CodeGen.cpp", 31 "src/compiler/translator/CollectVariables.cpp", 32 "src/compiler/translator/CollectVariables.h", [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | BUILD | 4 load("//tensorflow/compiler/xla/tests:build_defs.bzl", "generate_backend_suites", "generate_backend… 19 "//tensorflow/compiler/xla:friends", 43 "//tensorflow/compiler/xla:debug_options_flags", 56 "//tensorflow/compiler/xla:types", 70 "//tensorflow/compiler/xla:literal", 71 "//tensorflow/compiler/xla:literal_util", 72 "//tensorflow/compiler/xla:shape_util", 73 "//tensorflow/compiler/xla:xla_data_proto_cc", 74 "//tensorflow/compiler/xla/service:hlo", 75 "//tensorflow/compiler/xla/service:hlo_casting_utils", [all …]
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | BUILD | 3 load("//tensorflow/compiler/xla/tests:build_defs.bzl", "generate_backend_suites", "xla_test") 6 default_visibility = ["//tensorflow/compiler/xla/client:friends"], 28 "//tensorflow/compiler/xla:shape_util", 29 "//tensorflow/compiler/xla:status_macros", 30 "//tensorflow/compiler/xla:types", 31 "//tensorflow/compiler/xla:xla_data_proto_cc", 32 "//tensorflow/compiler/xla/client:xla_builder", 33 "//tensorflow/compiler/xla/client:xla_computation", 43 "//tensorflow/compiler/xla:literal_util", 44 "//tensorflow/compiler/xla:test", [all …]
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | Makefile.sources | 44 compiler/memory_pool.c \ 45 compiler/memory_pool.h \ 46 compiler/r300_fragprog.c \ 47 compiler/r300_fragprog_emit.c \ 48 compiler/r300_fragprog.h \ 49 compiler/r300_fragprog_swizzle.c \ 50 compiler/r300_fragprog_swizzle.h \ 51 compiler/r3xx_fragprog.c \ 52 compiler/r3xx_vertprog.c \ 53 compiler/r3xx_vertprog_dump.c \ [all …]
|
D | meson.build | 63 'compiler/memory_pool.c', 64 'compiler/memory_pool.h', 65 'compiler/r300_fragprog.c', 66 'compiler/r300_fragprog_emit.c', 67 'compiler/r300_fragprog.h', 68 'compiler/r300_fragprog_swizzle.c', 69 'compiler/r300_fragprog_swizzle.h', 70 'compiler/r3xx_fragprog.c', 71 'compiler/r3xx_vertprog.c', 72 'compiler/r3xx_vertprog_dump.c', [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | BUILD | 4 load("//tensorflow/compiler/xla/tests:build_defs.bzl", "xla_test") 28 "//tensorflow/compiler/xla:friends", 39 protodeps = ["//tensorflow/compiler/xla:xla_data_proto"], 47 deps = ["//tensorflow/compiler/xla:xla_data_proto_py"], 89 "//tensorflow/compiler/xla:status_macros", 90 "//tensorflow/compiler/xla:xla_data_proto_cc", 103 "//tensorflow/compiler/xla:shape_util", 104 "//tensorflow/compiler/xla:status_macros", 105 "//tensorflow/compiler/xla:test", 106 "//tensorflow/compiler/xla:test_helpers", [all …]
|
/external/mesa3d/src/intel/ |
D | Makefile.sources | 32 compiler/brw_cfg.cpp \ 33 compiler/brw_cfg.h \ 34 compiler/brw_clip.h \ 35 compiler/brw_clip_line.c \ 36 compiler/brw_clip_point.c \ 37 compiler/brw_clip_tri.c \ 38 compiler/brw_clip_unfilled.c \ 39 compiler/brw_clip_util.c \ 40 compiler/brw_compile_clip.c \ 41 compiler/brw_compile_sf.c \ [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | BUILD | 37 "//tensorflow/compiler/xla:friends", 54 protodeps = ["//tensorflow/compiler/xla:xla_data_proto"], 62 "//tensorflow/compiler/xla:types", 84 "//tensorflow/compiler/xla:shape_util", 85 "//tensorflow/compiler/xla:types", 86 "//tensorflow/compiler/xla:util", 87 "//tensorflow/compiler/xla/service:hlo", 106 # "//tensorflow/compiler/xla:shape_util", 107 # "//tensorflow/compiler/xla:xla_data_proto", 108 # "//tensorflow/compiler/xla/service:gpu_plugin", [all …]
|
/external/protobuf/cmake/ |
D | libprotoc.cmake | 2 ${protobuf_source_dir}/src/google/protobuf/compiler/code_generator.cc 3 ${protobuf_source_dir}/src/google/protobuf/compiler/command_line_interface.cc 4 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_enum.cc 5 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_enum_field.cc 6 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_extension.cc 7 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_field.cc 8 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_file.cc 9 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_generator.cc 10 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_helpers.cc 11 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_map_field.cc [all …]
|
/external/google-fruit/ |
D | .travis.yml | 12 - compiler: gcc 13 env: COMPILER=gcc-9 UBUNTU=19.04 TEST=ReleasePlain 14 …install: export OS=linux; export COMPILER='gcc-9'; export UBUNTU='19.04'; extras/scripts/travis_ci… 16 …script: export OS=linux; export COMPILER='gcc-9'; export UBUNTU='19.04'; extras/scripts/postsubmit… 18 - compiler: gcc 19 env: COMPILER=gcc-9 UBUNTU=19.04 TEST=DebugPlain 20 …install: export OS=linux; export COMPILER='gcc-9'; export UBUNTU='19.04'; extras/scripts/travis_ci… 22 …script: export OS=linux; export COMPILER='gcc-9'; export UBUNTU='19.04'; extras/scripts/postsubmit… 24 - compiler: clang 25 env: COMPILER=clang-6.0 STL=libstdc++ UBUNTU=19.04 TEST=ReleasePlain [all …]
|
/external/mesa3d/.gitlab-ci/piglit/ |
D | glslparser.txt | 227 spec/arb_bindless_texture/compiler/images/arith-bound-image.frag: skip 228 spec/arb_bindless_texture/compiler/images/arith-expr.vert: skip 229 spec/arb_bindless_texture/compiler/images/arrays-of-struct.frag: skip 230 spec/arb_bindless_texture/compiler/images/bindless-global-and-bound-global.vert: skip 231 spec/arb_bindless_texture/compiler/images/bindless-global.vert: skip 232 spec/arb_bindless_texture/compiler/images/bindless-local.vert: skip 233 spec/arb_bindless_texture/compiler/images/bindless-nonuniform.vert: skip 234 spec/arb_bindless_texture/compiler/images/bound-global.vert: skip 235 spec/arb_bindless_texture/compiler/images/bound-local.vert: skip 236 spec/arb_bindless_texture/compiler/images/bound-nonuniform.vert: skip [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | BUILD | 4 load("//tensorflow/compiler/xla:xla.bzl", "ORC_JIT_MEMORY_MAPPER_TARGETS") 20 "//tensorflow/compiler/xla:friends", 39 "//tensorflow/compiler/xla:literal", 40 "//tensorflow/compiler/xla:literal_util", 41 "//tensorflow/compiler/xla:shape_util", 42 "//tensorflow/compiler/xla:status_macros", 43 "//tensorflow/compiler/xla:statusor", 44 "//tensorflow/compiler/xla:types", 45 "//tensorflow/compiler/xla:util", 46 "//tensorflow/compiler/xla:xla_data_proto_cc", [all …]
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/.settings/ |
D | org.eclipse.jdt.core.prefs | 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1.7 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate 8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate 9 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 10 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 11 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore [all …]
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/.settings/ |
D | org.eclipse.jdt.core.prefs | 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1.7 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate 8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate 9 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 10 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 11 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore [all …]
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu/.settings/ |
D | org.eclipse.jdt.core.prefs | 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1.7 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate 8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate 9 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 10 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 11 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore [all …]
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/.settings/ |
D | org.eclipse.jdt.core.prefs | 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1.7 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate 8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate 9 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 10 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 11 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
D | BUILD | 7 load("//tensorflow/compiler/xla/tests:build_defs.bzl", "xla_test") 22 "//tensorflow/compiler/xla:friends", 42 "//tensorflow/compiler/xla:debug_options_flags", 43 "//tensorflow/compiler/xla:shape_util", 44 "//tensorflow/compiler/xla/service:gpu_plugin", 45 "//tensorflow/compiler/xla/service/gpu:gpu_executable", 46 "//tensorflow/compiler/xla/tests:filecheck", 47 "//tensorflow/compiler/xla/tests:llvm_irgen_test_base", 48 "//tensorflow/compiler/xla/tests:verified_hlo_module", 66 "//tensorflow/compiler/xla:debug_options_flags", [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | BUILD | 11 default_visibility = ["//tensorflow/compiler/xla:internal"], 22 visibility = ["//tensorflow/compiler/xla:internal"], 29 "//tensorflow/compiler/xla:types", 42 "//tensorflow/compiler/xla:shape_util", 43 "//tensorflow/compiler/xla:statusor", 44 "//tensorflow/compiler/xla:types", 45 "//tensorflow/compiler/xla:xla_data_proto_cc", 46 "//tensorflow/compiler/xla/client", 47 "//tensorflow/compiler/xla/client:client_library", 48 "//tensorflow/compiler/xla/client:local_client", [all …]
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | BUILD | 14 "//tensorflow/compiler/xla:friends", 32 "//tensorflow/compiler/xla:service_interface", 33 "//tensorflow/compiler/xla:types", 34 "//tensorflow/compiler/xla:xla_data_proto_cc", 35 "//tensorflow/compiler/xla:xla_proto_cc", 47 "//tensorflow/compiler/xla:statusor", 48 "//tensorflow/compiler/xla:types", 49 "//tensorflow/compiler/xla:util", 72 "//tensorflow/compiler/xla:debug_options_flags", 73 "//tensorflow/compiler/xla:execution_options_util", [all …]
|
/external/pcre/dist2/src/sljit/ |
D | sljitLir.c | 2 * Stack-less Just-In-Time compiler 46 if (SLJIT_UNLIKELY(compiler->error)) \ 47 return compiler->error; \ 52 if (SLJIT_UNLIKELY(compiler->error)) \ 59 return compiler->error; \ 71 compiler->error = SLJIT_ERR_ALLOC_FAILED; \ 79 compiler->error = SLJIT_ERR_ALLOC_FAILED; \ 87 compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \ 306 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \ 314 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \ [all …]
|
/external/grpc-grpc/tools/distrib/python/grpcio_tools/ |
D | protoc_lib_deps.py | 17 …compiler/zip_writer.cc', 'google/protobuf/compiler/subprocess.cc', 'google/protobuf/compiler/ruby/… 18 …f/duration.proto', 'google/protobuf/descriptor.proto', 'google/protobuf/compiler/plugin.proto', 'g…
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | BUILD | 14 "//tensorflow/compiler/xla:friends", 32 "//tensorflow/compiler/xla/service:cpu_plugin", 33 "//tensorflow/compiler/xla/tests:llvm_irgen_test_base", 42 "//tensorflow/compiler/xla:literal", 43 "//tensorflow/compiler/xla:shape_util", 44 "//tensorflow/compiler/xla:util", 45 "//tensorflow/compiler/xla:xla_data_proto_cc", 46 "//tensorflow/compiler/xla/service:cpu_plugin", 47 "//tensorflow/compiler/xla/service:hlo", 48 "//tensorflow/compiler/xla/service/cpu:cpu_instruction_fusion", [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | BUILD | 16 "//tensorflow/compiler/xla/service:generic_transfer_manager", 17 "//tensorflow/compiler/xla/service:transfer_manager", 18 "//tensorflow/compiler/xla/service/interpreter:platform_id", 26 name = "compiler", 27 srcs = ["compiler.cc"], 28 hdrs = ["compiler.h"], 32 "//tensorflow/compiler/xla:status", 33 "//tensorflow/compiler/xla:status_macros", 34 "//tensorflow/compiler/xla:statusor", 35 "//tensorflow/compiler/xla/service:algebraic_simplifier", [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | BUILD | 4 default_visibility = ["//tensorflow/compiler/tf2xla:internal"], 141 "//tensorflow/compiler/jit:xla_activity_listener", 142 "//tensorflow/compiler/jit:xla_activity_proto_cc", 143 "//tensorflow/compiler/tf2xla:common", 144 "//tensorflow/compiler/tf2xla:xla_compiler", 145 "//tensorflow/compiler/tf2xla/lib:broadcast", 146 "//tensorflow/compiler/tf2xla/lib:data_format", 147 "//tensorflow/compiler/tf2xla/lib:random", 148 "//tensorflow/compiler/tf2xla/lib:scatter", 149 "//tensorflow/compiler/tf2xla/lib:util", [all …]
|
/external/catch2/ |
D | .travis.yml | 20 compiler: clang 25 env: COMPILER='clang++-3.5' 28 compiler: clang 33 env: COMPILER='clang++-3.6' 39 compiler: clang 44 env: COMPILER='clang++-3.8' 47 compiler: clang 52 env: COMPILER='clang++-3.9' 55 compiler: clang 60 env: COMPILER='clang++-4.0' [all …]
|