/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/llvm-project/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/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/llvm-project/libcxx/docs/ |
D | TestingLibcxx.rst | 13 The primary way to run the libc++ tests is by using ``make check-cxx``. 25 ----- 28 running ``llvm-lit`` on a specified test or directory. If you're unsure 30 `check-cxx-deps` target. For example: 32 .. code-block:: bash 34 $ cd <monorepo-root> 35 $ make -C <build> check-cxx-deps # If you want to make sure the targets get rebuilt 36 $ <build>/bin/llvm-lit -sv libcxx/test/std/re # Run all of the std::regex tests 37 …$ <build>/bin/llvm-lit -sv libcxx/test/std/depr/depr.c.headers/stdlib_h.pass.cpp # Run a single te… 38 …$ <build>/bin/llvm-lit -sv libcxx/test/std/atomics libcxx/test/std/threads # Test std::thread and … [all …]
|
/external/llvm-project/mlir/unittests/TableGen/ |
D | OpBuildGen.cpp | 1 //===- OpBuildGen.cpp - TableGen OpBuildGen Tests -------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Test TableGen generated build() methods on Operations. 11 //===----------------------------------------------------------------------===// 24 //===----------------------------------------------------------------------===// 26 //===----------------------------------------------------------------------===// 50 void verifyOp(OpTy &&concreteOp, std::vector<Type> resultTypes, in verifyOp() 51 std::vector<Value> operands, in verifyOp() 52 std::vector<NamedAttribute> attrs) { in verifyOp() [all …]
|
/external/icing/icing/result/ |
D | result-retriever_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 #include "icing/result/result-retriever.h" 23 #include "icing/document-builder.h" 24 #include "icing/file/mock-filesystem.h" 25 #include "icing/helpers/icu/icu-data-file-helper.h" 26 #include "icing/portable/equals-proto.h" 32 #include "icing/result/projection-tree.h" 33 #include "icing/schema-builder.h" 34 #include "icing/schema/schema-store.h" 36 #include "icing/store/document-id.h" [all …]
|
/external/llvm-project/flang/lib/Semantics/ |
D | program-tree.cpp | 1 //===-- lib/Semantics/program-tree.cpp ------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 #include "program-tree.h" 11 #include "flang/Parser/char-block.h" 18 const auto &spec{std::get<parser::SpecificationPart>(x.t)}; in BuildSubprogramTree() 19 const auto &exec{std::get<parser::ExecutionPart>(x.t)}; in BuildSubprogramTree() 21 std::get<std::optional<parser::InternalSubprogramPart>>(x.t)}; in BuildSubprogramTree() 25 std::get<std::list<parser::InternalSubprogram>>(subps->t)) { in BuildSubprogramTree() 26 std::visit( in BuildSubprogramTree() [all …]
|
/external/webrtc/android_tools/ |
D | sorted_targets.txt | 5 "-T" 8 "-fPIC", 9 "-fno-strict-aliasing", 10 "--param=ssp-buffer-size=4", 11 "-fstack-protector", 12 "-funwind-tables", 13 "-fPIC", 14 "-B../src/third_party/binutils/Linux_x64/Release/bin", 15 "-pthread", 16 "-fcolor-diagnostics", [all …]
|
D | selected_targets.json | 5 "-T" 8 "-fPIC", 9 "-fno-strict-aliasing", 10 "--param=ssp-buffer-size=4", 11 "-fstack-protector", 12 "-funwind-tables", 13 "-fPIC", 14 "-pthread", 15 "-fcolor-diagnostics", 16 "-fmerge-all-constants", [all …]
|
D | project.json | 3 "build_dir": "/home/jemoreira/webrtc-checout/json/", 4 "default_toolchain": "//build/toolchain/linux:clang_x64", 5 …BUILD.gn", "//api/BUILD.gn", "//api/adaptation/BUILD.gn", "//api/audio/BUILD.gn", "//api/audio/tes… 6 "root_path": "/home/jemoreira/webrtc-checout/src" 12 "arflags": [ "-T" ], 13 …-fPIC", "-fno-strict-aliasing", "--param=ssp-buffer-size=4", "-fstack-protector", "-funwind-tables… 14 …-fno-strict-aliasing", "--param=ssp-buffer-size=4", "-fstack-protector", "-funwind-tables", "-fPIC… 15 …"cflags_c": [ "-std=c11", "-Wno-implicit-fallthrough", "--sysroot=../src/build/linux/debian_sid_am… 16 …-Wno-undefined-bool-conversion", "-Wno-tautological-undefined-compare", "-std=c++14", "-fno-trigra… 17 …"cflags_objc": [ "-std=c11", "--sysroot=../src/build/linux/debian_sid_amd64-sysroot", "-Wstrict-pr… [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" 25 #include "icing/document-builder.h" 27 #include "icing/index/hit/doc-hit-info.h" 28 #include "icing/index/iterator/doc-hit-info-iterator-test-util.h" 29 #include "icing/index/iterator/doc-hit-info-iterator.h" 31 #include "icing/schema-builder.h" 32 #include "icing/schema/schema-store.h" 34 #include "icing/store/document-id.h" 35 #include "icing/store/document-store.h" [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | google-namespaces.cpp | 1 …/ RUN: clang-tidy %s -checks='-*,google-build-namespaces,google-build-using-namespace' -header-fil… 2 #include "Inputs/google-namespaces.h" 3 // CHECK: warning: do not use unnamed namespaces in header files [google-build-namespaces] 6 // CHECK: :[[@LINE-1]]:1: warning: do not use namespace using-directives; use using-declarations in… 8 using spaaaace::core; // no-warning 10 namespace std { namespace 21 using namespace std::chrono_literals; // no-warning 22 using namespace std::complex_literals; // no-warning 23 using namespace std::literals; // no-warning 24 using namespace std::literals::chrono_literals; // no-warning [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/util/ |
D | document-validator_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 #include "icing/util/document-validator.h" 21 #include "icing/document-builder.h" 24 #include "icing/schema-builder.h" 25 #include "icing/schema/schema-store.h" 26 #include "icing/testing/common-matchers.h" 27 #include "icing/testing/fake-clock.h" 28 #include "icing/testing/tmp-directory.h" 94 .Build(); in SetUp() 99 ASSERT_THAT(schema_store_->SetSchema(schema), IsOk()); in SetUp() [all …]
|
/external/python/pybind11/.github/workflows/ |
D | ci.yml | 8 - master 9 - stable 10 - v* 17 fail-fast: false 19 runs-on: [ubuntu-latest, windows-latest, macos-latest] 21 - 2.7 22 - 3.5 23 - 3.6 24 - 3.9 25 # - 3.10-dev # Re-enable once 3.10.0a5 is released [all …]
|
/external/icing/icing/store/ |
D | document-store_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 #include "icing/store/document-store.h" 27 #include "icing/document-builder.h" 28 #include "icing/file/file-backed-vector.h" 30 #include "icing/file/memory-mapped-file.h" 31 #include "icing/file/mock-filesystem.h" 32 #include "icing/helpers/icu/icu-data-file-helper.h" 33 #include "icing/portable/equals-proto.h" 38 #include "icing/schema-builder.h" 39 #include "icing/schema/schema-store.h" [all …]
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | subgraph_test_util.h | 7 http://www.apache.org/licenses/LICENSE-2.0 42 // Build a subgraph with a single Add op. 46 // Build a subgraph with a single Mul op. 50 // Build a subgraph with a single Pad op. 54 // Build a subgraph with a single If op. 61 // Build a subgraph with a single Less op. 72 // Equivalent to (counter, value) -> (counter + 1, counter + 1 + value) 79 // Equivalent to (counter, value) -> (counter + 1, tf.pad(value, padding)) 82 const std::vector<int> padding); 84 // Build a subgraph with a single While op. [all …]
|
/external/icing/icing/index/ |
D | index-processor_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 #include "icing/index/index-processor.h" 30 #include "icing/document-builder.h" 32 #include "icing/helpers/icu/icu-data-file-helper.h" 33 #include "icing/index/hit/doc-hit-info.h" 35 #include "icing/index/iterator/doc-hit-info-iterator.h" 36 #include "icing/index/term-property-id.h" 37 #include "icing/legacy/index/icing-filesystem.h" 38 #include "icing/legacy/index/icing-mock-filesystem.h" 43 #include "icing/schema-builder.h" [all …]
|
/external/clang/include/clang/Tooling/ |
D | CompilationDatabase.h | 1 //===--- CompilationDatabase.h - --------------------------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 14 // don't run as part of the build system, they need the exact information 15 // of a build in order to be able to correctly understand the C++ code of 19 // To create a CompilationDatabase from a build directory one can call 21 // compilation database from the root of the build tree. 26 //===----------------------------------------------------------------------===// 46 std::vector<std::string> CommandLine) in CompileCommand() 49 CommandLine(std::move(CommandLine)) {} in CompileCommand() 52 std::string Directory; [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | call_graph_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 36 // Build and return a trivial computation taking and returning a scalar. 37 std::unique_ptr<HloComputation> MakeScalarComputation( in MakeScalarComputation() 44 return builder.Build(); in MakeScalarComputation() 47 // Build and return a computation which takes a scalar and maps (kMap) the 49 std::unique_ptr<HloComputation> MakeMappingComputation( in MakeMappingComputation() 59 return builder.Build(); in MakeMappingComputation() 62 // Build and return a computation which takes a scalar and calls (kCall) the 64 std::unique_ptr<HloComputation> MakeCallingComputation( in MakeCallingComputation() 75 return builder.Build(); in MakeCallingComputation() [all …]
|
/external/icing/icing/query/ |
D | query-processor_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 #include "icing/query/query-processor.h" 20 #include "icing/jni/jni-cache.h" 24 #include "icing/document-builder.h" 26 #include "icing/helpers/icu/icu-data-file-helper.h" 27 #include "icing/index/hit/doc-hit-info.h" 29 #include "icing/index/iterator/doc-hit-info-iterator-test-util.h" 30 #include "icing/index/iterator/doc-hit-info-iterator.h" 31 #include "icing/legacy/index/icing-filesystem.h" 36 #include "icing/schema-builder.h" [all …]
|
/external/rust/crates/libfuzzer-sys/ |
D | build.rs | 2 if let Ok(custom) = ::std::env::var("CUSTOM_LIBFUZZER_PATH") { in main() 3 let custom_lib_path = ::std::path::PathBuf::from(&custom); in main() 9 println!("cargo:rustc-link-search=native={}", custom_lib_dir); in main() 10 println!("cargo:rustc-link-lib=static={}", custom_lib_name); in main() 12 match std::env::var("CUSTOM_LIBFUZZER_STD_CXX") { in main() 14 Err(_) => println!("cargo:rustc-link-lib=stdc++"), in main() 16 Ok(s) => println!("cargo:rustc-link-lib={}", s), in main() 19 let mut build = cc::Build::new(); in main() localVariable 20 let sources = ::std::fs::read_dir("libfuzzer") in main() 26 println!("cargo:rerun-if-changed={}", source.display()); in main() [all …]
|
/external/icing/icing/file/ |
D | file-backed-proto-log_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 #include "icing/file/file-backed-proto-log.h" 22 #include "icing/document-builder.h" 24 #include "icing/file/mock-filesystem.h" 25 #include "icing/portable/equals-proto.h" 27 #include "icing/testing/common-matchers.h" 28 #include "icing/testing/tmp-directory.h" 46 // Adds a user-defined default construct because a const member variable may 59 std::string file_path_; 98 auto proto_log = std::move(create_result.proto_log); in TEST_F() [all …]
|