| /external/tflite-support/ |
| D | .bazelrc | 6 build --apple_platform_type=macos 8 # Enable using platform specific build settings 9 build --enable_platform_specific_config 12 common --experimental_repo_remote_exec 15 build --java_toolchain=//third_party/toolchains/java:tf_java_toolchain 16 build --host_java_toolchain=//third_party/toolchains/java:tf_java_toolchain 18 # Suppress C++ compiler warnings, otherwise build logs become 10s of MBs. 19 build:android --copt=-w 20 build:linux --copt=-w 21 build:macos --copt=-w [all …]
|
| /external/icing/icing/schema/ |
| D | section-manager-builder_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 23 #include "icing/schema-builder.h" 24 #include "icing/schema/section-manager.h" 25 #include "icing/store/dynamic-trie-key-mapper.h" 26 #include "icing/store/key-mapper.h" 27 #include "icing/testing/common-matchers.h" 28 #include "icing/testing/tmp-directory.h" 49 std::string test_dir_; 52 TEST_F(SectionManagerBuilderTest, Build) { in TEST_F() argument 54 std::unique_ptr<KeyMapper<SchemaTypeId>> schema_type_mapper, in TEST_F() [all …]
|
| D | joinable-property-manager-builder_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 23 #include "icing/schema-builder.h" 24 #include "icing/schema/joinable-property-manager.h" 25 #include "icing/store/dynamic-trie-key-mapper.h" 26 #include "icing/store/key-mapper.h" 27 #include "icing/testing/common-matchers.h" 28 #include "icing/testing/tmp-directory.h" 49 std::string test_dir_; 52 TEST_F(JoinablePropertyManagerBuilderTest, Build) { in TEST_F() argument 54 std::unique_ptr<KeyMapper<SchemaTypeId>> schema_type_mapper, in TEST_F() [all …]
|
| D | schema-store_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 #include "icing/schema/schema-store.h" 27 #include "icing/document-builder.h" 28 #include "icing/file/file-backed-proto.h" 30 #include "icing/file/mock-filesystem.h" 31 #include "icing/file/version-util.h" 32 #include "icing/portable/equals-proto.h" 38 #include "icing/schema-builder.h" 40 #include "icing/store/document-filter-data.h" 41 #include "icing/testing/common-matchers.h" [all …]
|
| /external/clang/test/Modules/ |
| D | explicit-build.cpp | 1 // RUN: rm -rf %t 3 // ------------------------------- 4 // Build chained modules A, B, and C 5 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmod… 6 // RUN: -fmodule-name=a -emit-module %S/Inputs/explicit-build/module.modulemap -o %t/a.p… 7 // RUN: 2>&1 | FileCheck --check-prefix=CHECK-NO-IMPLICIT-BUILD %s --allow-empty 9 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmod… 10 // RUN: -fmodule-file=%t/a.pcm \ 11 // RUN: -fmodule-name=b -emit-module %S/Inputs/explicit-build/module.modulemap -o %t/b.p… 12 // RUN: 2>&1 | FileCheck --check-prefix=CHECK-NO-IMPLICIT-BUILD %s --allow-empty [all …]
|
| D | explicit-build-relpath.cpp | 1 // RUN: rm -rf %t 5 // ---------------------- 6 // Build modules A and B. 7 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmod… 8 // RUN: -fmodule-name=a -emit-module %S/Inputs/explicit-build/module.modulemap -o a.pcm 10 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmod… 11 // RUN: -fmodule-file=a.pcm \ 12 // RUN: -fmodule-name=b -emit-module %S/Inputs/explicit-build/module.modulemap -o b-rel.… 14 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmod… 15 // RUN: -fmodule-file=%t/a.pcm \ [all …]
|
| /external/icing/icing/result/ |
| D | result-retriever-v2_projection_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 20 #include "icing/document-builder.h" 21 #include "icing/portable/equals-proto.h" 27 #include "icing/result/page-result.h" 28 #include "icing/result/projection-tree.h" 29 #include "icing/result/result-adjustment-info.h" 30 #include "icing/result/result-retriever-v2.h" 31 #include "icing/result/result-state-v2.h" 32 #include "icing/schema-builder.h" 33 #include "icing/schema/schema-store.h" [all …]
|
| D | result-retriever-v2_group-result-limiter_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 19 #include "icing/document-builder.h" 20 #include "icing/portable/equals-proto.h" 25 #include "icing/result/page-result.h" 26 #include "icing/result/result-retriever-v2.h" 27 #include "icing/result/result-state-v2.h" 28 #include "icing/schema/schema-store.h" 30 #include "icing/scoring/priority-queue-scored-document-hits-ranker.h" 31 #include "icing/scoring/scored-document-hit.h" 32 #include "icing/store/document-id.h" [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/ |
| D | bazel.rc | 3 # for platform-appropriate cxxopts 4 common --enable_platform_specific_config 6 build:windows --cxxopt='/std:c++14' 7 build:windows --host_cxxopt='/std:c++14' 8 build:linux --cxxopt='-std=c++14' 9 build:linux --host_cxxopt='-std=c++14' 10 build:macos --cxxopt='-std=c++14' 11 build:macos --host_cxxopt='-std=c++14' 12 build:freebsd --cxxopt='-std=c++14' 13 build:freebsd --host_cxxopt='-std=c++14' [all …]
|
| /external/cronet/third_party/libc++/src/docs/ |
| D | Modules.rst | 7 .. warning:: Modules are an experimental feature. It has additional build 29 build and use the ``.pcm`` files. It is expected this will be done by build 30 systems in the future. To aid early adaptor and build system vendors libc++ 35 on the availability of build systems with proper module support. 41 * Running tests using the ``std`` module 42 * Using the ``std`` module in external projects 51 * ``LIBCXX_ENABLE_EXCEPTIONS`` [#note-no-windows]_ 57 .. [#note-no-windows] This configuration will probably not work on Windows 58 due to hard-coded compilation flags. 63 * There is no official build system support, libc++ has experimental CMake support [all …]
|
| /external/grpc-grpc/tools/ |
| D | bazel.rc | 3 # Bazel 7 begins to enable module by default which breaks gRPC build. 5 common --enable_bzlmod=false 7 # for platform-appropriate cxxopts 8 common --enable_platform_specific_config 10 build:windows --cxxopt='/std:c++14' 11 build:windows --host_cxxopt='/std:c++14' 12 build:linux --cxxopt='-std=c++14' 13 build:linux --host_cxxopt='-std=c++14' 14 build:macos --cxxopt='-std=c++14' 15 build:macos --host_cxxopt='-std=c++14' [all …]
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/config/ |
| D | core_configuration.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 std::atomic<CoreConfiguration*> CoreConfiguration::config_{nullptr}; 29 std::atomic<CoreConfiguration::RegisteredBuilder*> CoreConfiguration::builders_{ 35 CoreConfiguration* CoreConfiguration::Builder::Build() { in Build() function in grpc_core::CoreConfiguration::Builder 41 builder->channel_args_preconditioning_.Build()), in CoreConfiguration() 42 channel_init_(builder->channel_init_.Build()), in CoreConfiguration() 43 handshaker_registry_(builder->handshaker_registry_.Build()), in CoreConfiguration() 44 channel_creds_registry_(builder->channel_creds_registry_.Build()), in CoreConfiguration() 45 service_config_parser_(builder->service_config_parser_.Build()), in CoreConfiguration() 46 resolver_registry_(builder->resolver_registry_.Build()), in CoreConfiguration() [all …]
|
| /external/icing/icing/join/ |
| D | join-processor_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 #include "icing/join/join-processor.h" 26 #include "icing/document-builder.h" 28 #include "icing/file/portable-file-backed-proto-log.h" 29 #include "icing/join/join-children-fetcher.h" 30 #include "icing/join/qualified-id-join-index-impl-v1.h" 31 #include "icing/join/qualified-id-join-index-impl-v2.h" 32 #include "icing/join/qualified-id-join-index.h" 33 #include "icing/join/qualified-id-join-indexing-handler.h" 40 #include "icing/schema-builder.h" [all …]
|
| /external/grpc-grpc/src/core/lib/config/ |
| D | core_configuration.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 27 std::atomic<CoreConfiguration*> CoreConfiguration::config_{nullptr}; 28 std::atomic<CoreConfiguration::RegisteredBuilder*> CoreConfiguration::builders_{ 34 CoreConfiguration* CoreConfiguration::Builder::Build() { in Build() function in grpc_core::CoreConfiguration::Builder 40 builder->channel_args_preconditioning_.Build()), in CoreConfiguration() 41 channel_init_(builder->channel_init_.Build()), in CoreConfiguration() 42 handshaker_registry_(builder->handshaker_registry_.Build()), in CoreConfiguration() 43 channel_creds_registry_(builder->channel_creds_registry_.Build()), in CoreConfiguration() 44 service_config_parser_(builder->service_config_parser_.Build()), in CoreConfiguration() 45 resolver_registry_(builder->resolver_registry_.Build()), in CoreConfiguration() [all …]
|
| /external/swiftshader/tests/VulkanWrapper/ |
| D | VulkanTester.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 21 namespace fs = std::filesystem; 65 ScopedSetEnvVar(std::string name) in ScopedSetEnvVar() 71 ScopedSetEnvVar(std::string name, std::string value) in ScopedSetEnvVar() 82 void set(std::string value) in set() 89 putEnv((name + std::string("=") + value).c_str()); in set() 96 putEnv((name + std::string("=") + oldValue).c_str()); in restore() 120 std::string name; 121 std::string oldValue; 122 std::string envCopy; [all …]
|
| /external/icing/icing/index/iterator/ |
| D | doc-hit-info-iterator-filter_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 #include "icing/index/iterator/doc-hit-info-iterator-filter.h" 27 #include "icing/document-builder.h" 29 #include "icing/file/portable-file-backed-proto-log.h" 30 #include "icing/index/hit/doc-hit-info.h" 31 #include "icing/index/iterator/doc-hit-info-iterator-and.h" 32 #include "icing/index/iterator/doc-hit-info-iterator-test-util.h" 33 #include "icing/index/iterator/doc-hit-info-iterator.h" 36 #include "icing/query/query-utils.h" 37 #include "icing/schema-builder.h" [all …]
|
| /external/webrtc/modules/video_coding/ |
| D | h264_packet_buffer_unittest.cc | 4 * Use of this source code is governed by a BSD-style license 43 std::vector<uint8_t> StartCode() { in StartCode() 50 res.sps_id = -1; in MakeNaluInfo() 51 res.pps_id = -1; in MakeNaluInfo() 59 Packet& Idr(std::vector<uint8_t> payload = {9, 9, 9}); 60 Packet& Slice(std::vector<uint8_t> payload = {9, 9, 9}); 61 Packet& Sps(std::vector<uint8_t> payload = {9, 9, 9}); 63 std::vector<uint8_t> payload = {9, 9, 9}); 64 Packet& Pps(std::vector<uint8_t> payload = {9, 9, 9}); 71 std::unique_ptr<H264PacketBuffer::Packet> Build(); [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | MachineIRBuilder.h | 1 //===-- llvm/CodeGen/GlobalISel/MachineIRBuilder.h - MIBuilder --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 /// This is a helper class to build MachineInstr. 11 //===----------------------------------------------------------------------===// 159 MIB.addUse(SrcMIB->getOperand(0).getReg()); in addSrcToMIB() 175 return MRI.getType(SrcMIB->getOperand(0).getReg()); in getLLTTy() 188 return SrcMIB->getOperand(0).getReg(); in getReg() 217 /// Helper class to build MachineInstr. 239 State.Observer->createdInstr(*InsertedInstr); in recordInsertion() [all …]
|
| /external/rust/crates/fs-err/src/ |
| D | lib.rs | 2 fs-err is a drop-in replacement for [`std::fs`][std::fs] that provides more 8 Using [`std::fs`][std::fs], if this code fails: 11 # use std::fs::File; 13 # Ok::<(), std::io::Error>(()) 22 ...but if we use fs-err instead, our error contains more actionable information: 31 fs-err's API is the same as [`std::fs`][std::fs], so migrating code to use it is easy. 34 // use std::fs; 41 # Ok::<(), std::io::Error>(()) 44 fs-err uses [`std::io::Error`][std::io::Error] for all errors. This helps fs-err 46 [`std::io::Read`][std::io::Read] and crates that use them like [all …]
|
| /external/ComputeLibrary/arm_compute/core/CL/ |
| D | CLCompileContext.h | 2 * Copyright (c) 2020-2022 Arm Limited. 4 * SPDX-License-Identifier: MIT 37 /** Build options */ 40 using StringSet = std::set<std::string>; 45 /** Adds option to the existing build option list 49 void add_option(std::string option); 55 void add_option_if(bool cond, std::string option); 62 void add_option_if_else(bool cond, std::string option_true, std::string option_false); 63 /** Appends given build options to the current's objects options. 65 * @param[in] options Build options to append [all …]
|
| /external/grpc-grpc/test/core/surface/ |
| D | channel_init_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 33 new std::map<absl::string_view, const grpc_channel_filter*>; in FilterNamed() 34 auto it = filters->find(name); in FilterNamed() 35 if (it != filters->end()) return it->second; in FilterNamed() 37 ->emplace(name, in FilterNamed() 41 .first->second; in FilterNamed() 44 std::vector<std::string> GetFilterNames(const ChannelInit& init, in GetFilterNames() 49 std::vector<std::string> names; in GetFilterNames() 51 names.push_back(f->name); in GetFilterNames() 53 EXPECT_NE(names, std::vector<std::string>()); in GetFilterNames() [all …]
|
| /external/cronet/third_party/libc++/src/test/ |
| D | lit.local.cfg | 1 # ===----------------------------------------------------------------------===## 5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 # ===----------------------------------------------------------------------===## 9 # This configuration builds the C++23 std module. 10 # It is build when the current lit configuration supports modules. 32 std = getSubstitution("%{cxx_std}", config) 33 if std == "cxx26": 34 std = "26" 35 elif std == "cxx23": 36 std = "23" [all …]
|
| /external/icing/icing/query/ |
| D | suggestion-processor_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 #include "icing/query/suggestion-processor.h" 26 #include "icing/document-builder.h" 28 #include "icing/file/portable-file-backed-proto-log.h" 29 #include "icing/index/embed/embedding-index.h" 31 #include "icing/index/numeric/dummy-numeric-index.h" 32 #include "icing/index/numeric/numeric-index.h" 33 #include "icing/index/term-metadata.h" 34 #include "icing/jni/jni-cache.h" 35 #include "icing/legacy/index/icing-filesystem.h" [all …]
|
| /external/icing/icing/ |
| D | icing-search-engine_benchmark.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 34 #include "icing/document-builder.h" 36 #include "icing/icing-search-engine.h" 37 #include "icing/join/join-processor.h" 47 #include "icing/query/query-features.h" 48 #include "icing/schema-builder.h" 49 #include "icing/testing/common-matchers.h" 50 #include "icing/testing/document-generator.h" 51 #include "icing/testing/numeric/number-generator.h" 52 #include "icing/testing/numeric/uniform-distribution-integer-generator.h" [all …]
|
| /external/sdv/vsomeip/third_party/boost/tti/test/ |
| D | Jamfile.v2 | 15 <toolset>gcc-4.3.0:<cxxflags>-Wno-variadic-macros 16 <toolset>gcc-4.4.0:<cxxflags>-Wno-variadic-macros 17 <toolset>gcc-4.4.7:<cxxflags>-Wno-variadic-macros 18 <toolset>gcc-4.5.0:<cxxflags>-Wno-variadic-macros 19 <toolset>gcc-4.5.0:<linkflags>"-Wl,--enable-auto-import" 20 <toolset>gcc-4.5.2:<cxxflags>-Wno-variadic-macros 21 <toolset>gcc-4.6.0:<cxxflags>-Wno-variadic-macros 22 <toolset>gcc-4.6.1:<cxxflags>-Wno-variadic-macros 23 <toolset>gcc-4.6.2:<cxxflags>-Wno-variadic-macros 24 <toolset>gcc-4.6.3:<cxxflags>-Wno-variadic-macros [all …]
|