Home
last modified time | relevance | path

Searched +full:build +full:- +full:std (Results 1 – 25 of 1129) sorted by relevance

12345678910>>...46

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/assertions/
Dheaders_declare_verbose_abort.sh.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 // XFAIL: availability-verbose_abort-missing
16 BEGIN-SCRIPT
31 // {run}: %{{build}} -DTEST_{i}
34 using HandlerType = decltype(std::__libcpp_verbose_abort);
38 END-SCRIPT
51 // GENERATED-MARKER
52 // RUN: %{build} -DTEST_0
[all …]
/external/cronet/build/rust/std/rules/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/rust/cargo_crate.gni")
9 …crate_root = "//build/rust/std/fake_root/../../../../third_party/rust-toolchain/lib/rustlib/src/ru…
12 # Unit tests skipped. Generate with --with-tests to include them.
14 …sources = [ "//build/rust/std/fake_root/../../../../third_party/rust-toolchain/lib/rustlib/src/rus…
19 "A cross-platform symbolication library written in Rust, using `gimli`"
20 library_configs -= [ "//build/config/compiler:chromium_code" ]
21 library_configs += [ "//build/config/compiler:no_chromium_code" ]
22 executable_configs -= [ "//build/config/compiler:chromium_code" ]
23 executable_configs += [ "//build/config/compiler:no_chromium_code" ]
[all …]
/external/angle/build/rust/std/
Dgnrt_config.toml2 # Use of this source code is governed by a BSD-style license that can be
5 # Provides per-crate and overall configuration options to gnrt.
15 # TODO(https://github.com/rust-lang/cargo/issues/10801): remove workaround once
17 remove_crates = ['allocator-api2']
19 [all-crates]
20 # std crates should have metadata applied to them. This would avoid any symbol
21 # conflicts between std dependencies and third_party/rust crates.
24 # nor can we delete and rebuild the sysroot on every build.
31 # force-unstable-if-unmarked prevents normal crates from inadvertently using
32 # symbols from std-internal dependencies in the sysroot. This is normally passed
[all …]
/external/tflite-support/
D.bazelrc6 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/clang/test/Modules/
Dexplicit-build.cpp1 // 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 …]
Dexplicit-build-relpath.cpp1 // 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/schema/
Dsection-manager-builder_test.cc7 // 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 …]
Djoinable-property-manager-builder_test.cc7 // 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 …]
Dschema-store_test.cc7 // http://www.apache.org/licenses/LICENSE-2.0
15 #include "icing/schema/schema-store.h"
25 #include "icing/document-builder.h"
27 #include "icing/file/mock-filesystem.h"
28 #include "icing/file/version-util.h"
29 #include "icing/portable/equals-proto.h"
36 #include "icing/schema-builder.h"
37 #include "icing/schema/schema-util.h"
38 #include "icing/schema/section-manager.h"
40 #include "icing/store/document-filter-data.h"
[all …]
Dbackup-schema-producer_test.cc7 // http://www.apache.org/licenses/LICENSE-2.0
15 #include "icing/schema/backup-schema-producer.h"
22 #include "icing/portable/equals-proto.h"
24 #include "icing/schema-builder.h"
25 #include "icing/schema/schema-type-manager.h"
26 #include "icing/schema/schema-util.h"
27 #include "icing/store/document-filter-data.h"
28 #include "icing/store/dynamic-trie-key-mapper.h"
29 #include "icing/store/key-mapper.h"
30 #include "icing/testing/common-matchers.h"
[all …]
/external/icing/icing/result/
Dresult-retriever-v2_projection_test.cc7 // 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 …]
Dresult-retriever-v2_group-result-limiter_test.cc7 // 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/beto-rust/nearby/scripts/
Dbuild-script.sh7 # http://www.apache.org/licenses/LICENSE-2.0
16 # specific components of the beto-rust repo. To load these into your environment
17 # run `source ./scripts/build-script.sh` Then run the functions from root
18 # This can also be sourced to help when writing further build scripts
20 export SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
24 set -e
25-c "Google LLC" -l apache -ignore=**/android/build/** -ignore=target/** -ignore=**/target/** -igno…
30 set -e
32 cargo deny --workspace check
35 # Checks everything in beto-rust
[all …]
/external/cronet/build/rust/std/
Dgnrt_config.toml2 # Use of this source code is governed by a BSD-style license that can be
5 # Provides per-crate and overall configuration options to gnrt.
8 # force-unstable-if-unmarked prevents normal crates from inadvertently using
9 # symbols from std-internal dependencies in the sysroot. This is normally passed
10 # during an x.py build, but we have to do it manually.
11 rustflags = ['-Zforce-unstable-if-unmarked']
13 # Override the GN output dir. We direct std targets to output directly to the
15 # //build/rust/std/BUILD.gn
18 # This target provides setup needed for building std.
19 extra_gn_deps = ['//build/rust/std:std_build_deps']
[all …]
/external/webrtc/modules/video_coding/
Dh264_packet_buffer_unittest.cc4 * 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/tests/VulkanWrapper/
DVulkanTester.cpp7 // 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/
Ddoc-hit-info-iterator-filter_test.cc7 // http://www.apache.org/licenses/LICENSE-2.0
15 #include "icing/index/iterator/doc-hit-info-iterator-filter.h"
26 #include "icing/document-builder.h"
28 #include "icing/index/hit/doc-hit-info.h"
29 #include "icing/index/iterator/doc-hit-info-iterator-and.h"
30 #include "icing/index/iterator/doc-hit-info-iterator-test-util.h"
31 #include "icing/index/iterator/doc-hit-info-iterator.h"
34 #include "icing/schema-builder.h"
35 #include "icing/schema/schema-store.h"
37 #include "icing/store/document-id.h"
[all …]
/external/icing/icing/join/
Djoin-processor_test.cc7 // http://www.apache.org/licenses/LICENSE-2.0
15 #include "icing/join/join-processor.h"
25 #include "icing/document-builder.h"
27 #include "icing/file/portable-file-backed-proto-log.h"
28 #include "icing/join/qualified-id-join-indexing-handler.h"
29 #include "icing/join/qualified-id-type-joinable-index.h"
36 #include "icing/schema-builder.h"
37 #include "icing/schema/schema-store.h"
39 #include "icing/scoring/scored-document-hit.h"
40 #include "icing/store/document-id.h"
[all …]
/external/ComputeLibrary/arm_compute/core/CL/
DCLCompileContext.h2 * 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/rust/crates/ash/src/vk/
Ddefinitions.rs8 use std::fmt;
9 use std::os::raw::*;
11 #[doc = "<https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_MAKE_VERSION.htm…
12 pub const fn make_version(major: u32, minor: u32, patch: u32) -> u32 { in make_version()
16 #[doc = "<https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_VERSION_MAJOR.ht…
17 pub const fn version_major(version: u32) -> u32 { in version_major()
21 #[doc = "<https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_VERSION_MINOR.ht…
22 pub const fn version_minor(version: u32) -> u32 { in version_minor()
26 #[doc = "<https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_VERSION_PATCH.ht…
27 pub const fn version_patch(version: u32) -> u32 { in version_patch()
[all …]
/external/icing/icing/query/
Dsuggestion-processor_test.cc7 // http://www.apache.org/licenses/LICENSE-2.0
15 #include "icing/query/suggestion-processor.h"
21 #include "icing/document-builder.h"
22 #include "icing/index/numeric/dummy-numeric-index.h"
23 #include "icing/index/term-metadata.h"
24 #include "icing/schema-builder.h"
25 #include "icing/store/document-store.h"
26 #include "icing/testing/common-matchers.h"
27 #include "icing/testing/fake-clock.h"
28 #include "icing/testing/icu-data-file-helper.h"
[all …]
/external/webrtc/video/
Dvideo_stream_buffer_controller_unittest.cc4 * Use of this source code is governed by a BSD-style license
68 return Optional(VariantWith<std::unique_ptr<EncodedFrame>>(Pointee(m))); in Frame()
71 std::unique_ptr<test::FakeEncodedFrame> WithReceiveTimeFromRtpTimestamp( in WithReceiveTimeFromRtpTimestamp()
72 std::unique_ptr<test::FakeEncodedFrame> frame) { in WithReceiveTimeFromRtpTimestamp()
73 if (frame->Timestamp() == 0) { in WithReceiveTimeFromRtpTimestamp()
74 frame->SetReceivedTime(kClockStart.ms()); in WithReceiveTimeFromRtpTimestamp()
76 frame->SetReceivedTime( in WithReceiveTimeFromRtpTimestamp()
77 TimeDelta::Seconds(frame->Timestamp() / 90000.0).ms() + in WithReceiveTimeFromRtpTimestamp()
127 : public ::testing::WithParamInterface<std::tuple<bool, std::string>>,
131 : sync_decoding_(std::get<0>(GetParam())), in VideoStreamBufferControllerFixture()
[all …]
Dvideo_receive_stream2_unittest.cc4 * Use of this source code is governed by a BSD-style license
60 void PrintTo(const SdpVideoFormat& value, std::ostream* os) { in PrintTo()
65 std::ostream* os) { in PrintTo()
69 void PrintTo(const RecordableEncodedFrame& value, std::ostream* os) { in PrintTo()
138 auto start = time_controller_->GetClock()->CurrentTime(); in WaitForFrame()
140 time_controller_->AdvanceTime(TimeDelta::Zero()); in WaitForFrame()
141 time_controller_->Wait([this] { return !last_frame_.empty(); }, timeout); in WaitForFrame()
149 time_controller_->AdvanceTime( in WaitForFrame()
150 timeout - (time_controller_->GetClock()->CurrentTime() - start)); in WaitForFrame()
156 std::deque<VideoFrame> last_frame_;
[all …]
/external/ComputeLibrary/docs/user_guide/
Dhow_to_build_and_run_examples.dox2 /// Copyright (c) 2017-2023 Arm Limited.
4 /// SPDX-License-Identifier: MIT
26 /** @page how_to_build How to Build and Run Examples
30 @section S1_1_build_options Build options
32 scons 2.3 or above is required to build the library.
33 To see the build options available simply run ```scons -h```
37 @subsection S1_2_1_library How to build the library ?
41 - gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf
42 - gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu
44 To cross-compile the library in debug mode, with Arm® Neon™ only support, for Linux 32bit:
[all …]
/external/icing/icing/index/
Dindex-processor_test.cc7 // http://www.apache.org/licenses/LICENSE-2.0
15 #include "icing/index/index-processor.h"
31 #include "icing/document-builder.h"
33 #include "icing/index/data-indexing-handler.h"
34 #include "icing/index/hit/doc-hit-info.h"
36 #include "icing/index/integer-section-indexing-handler.h"
37 #include "icing/index/iterator/doc-hit-info-iterator-test-util.h"
38 #include "icing/index/iterator/doc-hit-info-iterator.h"
39 #include "icing/index/numeric/integer-index.h"
40 #include "icing/index/numeric/numeric-index.h"
[all …]

12345678910>>...46