/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | DayPeriodsOld.java | 12 …* This is a first-cut version just to get going. The data is hard coded until we switch over to re… 51 * Get the *actual* locale for the DayPeriods (eg, asking for "en-AU" may get you "en") 92 * eg, en-AU => en. 160 public DayPeriodsOld build() { in build() method in DayPeriodsOld.DayPeriodBuilder 177 .add("AFTERNOON1", "afternoon", 12, 13, 14, 15, 16, 17) 179 .build(); in build() method 183 .add("AFTERNOON", "middag", 12, 13, 14, 15, 16, 17) 186 .build(); in build() method 190 .add("AFTERNOON", "middag", 12, 13, 14, 15, 16, 17) 193 .build(); in build() method [all …]
|
D | DayPeriods.java | 12 …* This is a first-cut version just to get going. The data is hard coded until we switch over to re… 51 * Get the *actual* locale for the DayPeriods (eg, asking for "en-AU" may get you "en") 92 * eg, en-AU => en. 160 public DayPeriods build() { in build() method in DayPeriods.DayPeriodBuilder 177 .add("AFTERNOON1", "afternoon", 12, 13, 14, 15, 16, 17) 180 .build(); in build() method 185 .add("AFTERNOON1", "middag", 12, 13, 14, 15, 16, 17) 187 .build(); in build() method 192 .add("AFTERNOON1", "middag", 12, 13, 14, 15, 16, 17) 194 .build(); in build() method [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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/ |
D | FAQ.md | 7 guidelines](https://github.com/abseil/abseil-cpp/blob/master/CONTRIBUTING.md#contribution-guideline… 15 ## How to I set the C++ dialect used to build Abseil? 19 project. If, for example, you want to set the C++ dialect to C++17, with 20 [Bazel](https://bazel/build/) as the build system and `gcc` or `clang` as the 22 * Pass `--cxxopt=-std=c++17` on the command line (for example, `bazel build 23 --cxxopt=-std=c++17 ...`) 25 `BAZEL_CXXOPTS=-std=c++17`) 26 * Add `build --cxxopt=-std=c++17` to your [`.bazelrc` 27 file](https://docs.bazel.build/versions/master/guide.html#bazelrc) 29 If you are using CMake as the build system, you'll need to add a line like [all …]
|
/external/cronet/third_party/abseil-cpp/ |
D | FAQ.md | 7 guidelines](https://github.com/abseil/abseil-cpp/blob/master/CONTRIBUTING.md#contribution-guideline… 15 ## How to I set the C++ dialect used to build Abseil? 19 project. If, for example, you want to set the C++ dialect to C++17, with 20 [Bazel](https://bazel/build/) as the build system and `gcc` or `clang` as the 22 * Pass `--cxxopt=-std=c++17` on the command line (for example, `bazel build 23 --cxxopt=-std=c++17 ...`) 25 `BAZEL_CXXOPTS=-std=c++17`) 26 * Add `build --cxxopt=-std=c++17` to your [`.bazelrc` 27 file](https://docs.bazel.build/versions/master/guide.html#bazelrc) 29 If you are using CMake as the build system, you'll need to add a line like [all …]
|
/external/abseil-cpp/ |
D | FAQ.md | 7 guidelines](https://github.com/abseil/abseil-cpp/blob/master/CONTRIBUTING.md#contribution-guideline… 15 ## How to I set the C++ dialect used to build Abseil? 19 project. If, for example, you want to set the C++ dialect to C++17, with 20 [Bazel](https://bazel/build/) as the build system and `gcc` or `clang` as the 22 * Pass `--cxxopt=-std=c++17` on the command line (for example, `bazel build 23 --cxxopt=-std=c++17 ...`) 25 `BAZEL_CXXOPTS=-std=c++17`) 26 * Add `build --cxxopt=-std=c++17` to your [`.bazelrc` 27 file](https://docs.bazel.build/versions/master/guide.html#bazelrc) 29 If you are using CMake as the build system, you'll need to add a line like [all …]
|
/external/angle/third_party/abseil-cpp/ |
D | FAQ.md | 7 guidelines](https://github.com/abseil/abseil-cpp/blob/master/CONTRIBUTING.md#contribution-guideline… 15 ## How to I set the C++ dialect used to build Abseil? 19 project. If, for example, you want to set the C++ dialect to C++17, with 20 [Bazel](https://bazel/build/) as the build system and `gcc` or `clang` as the 22 * Pass `--cxxopt=-std=c++17` on the command line (for example, `bazel build 23 --cxxopt=-std=c++17 ...`) 25 `BAZEL_CXXOPTS=-std=c++17`) 26 * Add `build --cxxopt=-std=c++17` to your [`.bazelrc` 27 file](https://docs.bazel.build/versions/master/guide.html#bazelrc) 29 If you are using CMake as the build system, you'll need to add a line like [all …]
|
/external/openscreen/third_party/abseil/src/ |
D | FAQ.md | 7 guidelines](https://github.com/abseil/abseil-cpp/blob/master/CONTRIBUTING.md#contribution-guideline… 15 ## How to I set the C++ dialect used to build Abseil? 19 project. If, for example, you want to set the C++ dialect to C++17, with 20 [Bazel](https://bazel/build/) as the build system and `gcc` or `clang` as the 22 * Pass `--cxxopt=-std=c++17` on the command line (for example, `bazel build 23 --cxxopt=-std=c++17 ...`) 25 `BAZEL_CXXOPTS=-std=c++17`) 26 * Add `build --cxxopt=-std=c++17` to your [`.bazelrc` 27 file](https://docs.bazel.build/versions/master/guide.html#bazelrc) 29 If you are using CMake as the build system, you'll need to add a line like [all …]
|
/external/libtextclassifier/abseil-cpp/ |
D | FAQ.md | 7 guidelines](https://github.com/abseil/abseil-cpp/blob/master/CONTRIBUTING.md#contribution-guideline… 15 ## How to I set the C++ dialect used to build Abseil? 19 project. If, for example, you want to set the C++ dialect to C++17, with 20 [Bazel](https://bazel/build/) as the build system and `gcc` or `clang` as the 22 * Pass `--cxxopt=-std=c++17` on the command line (for example, `bazel build 23 --cxxopt=-std=c++17 ...`) 25 `BAZEL_CXXOPTS=-std=c++17`) 26 * Add `build --cxxopt=-std=c++17` to your [`.bazelrc` 27 file](https://docs.bazel.build/versions/master/guide.html#bazelrc) 29 If you are using CMake as the build system, you'll need to add a line like [all …]
|
/external/webrtc/third_party/abseil-cpp/ |
D | FAQ.md | 7 guidelines](https://github.com/abseil/abseil-cpp/blob/master/CONTRIBUTING.md#contribution-guideline… 15 ## How to I set the C++ dialect used to build Abseil? 19 project. If, for example, you want to set the C++ dialect to C++17, with 20 [Bazel](https://bazel/build/) as the build system and `gcc` or `clang` as the 22 * Pass `--cxxopt=-std=c++17` on the command line (for example, `bazel build 23 --cxxopt=-std=c++17 ...`) 25 `BAZEL_CXXOPTS=-std=c++17`) 26 * Add `build --cxxopt=-std=c++17` to your [`.bazelrc` 27 file](https://docs.bazel.build/versions/master/guide.html#bazelrc) 29 If you are using CMake as the build system, you'll need to add a line like [all …]
|
/external/tensorflow/third_party/absl/abseil-cpp/ |
D | FAQ.md | 7 guidelines](https://github.com/abseil/abseil-cpp/blob/master/CONTRIBUTING.md#contribution-guideline… 15 ## How to I set the C++ dialect used to build Abseil? 19 project. If, for example, you want to set the C++ dialect to C++17, with 20 [Bazel](https://bazel/build/) as the build system and `gcc` or `clang` as the 22 * Pass `--cxxopt=-std=c++17` on the command line (for example, `bazel build 23 --cxxopt=-std=c++17 ...`) 25 `BAZEL_CXXOPTS=-std=c++17`) 26 * Add `build --cxxopt=-std=c++17` to your [`.bazelrc` 27 file](https://docs.bazel.build/versions/master/guide.html#bazelrc) 29 If you are using CMake as the build system, you'll need to add a line like [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
D | ConfigTest.java | 20 Config defaults = Config.Builder.defaults().build(); in testDefaults() 28 Config.Implementation base = new Config.Builder().setSdk(16, 17, 18).build(); in withOverlay_withBaseSdk() 30 assertThat(sdksIn(overlay(base, new Config.Builder().build()))) in withOverlay_withBaseSdk() 31 .isEqualTo("sdk=[16, 17, 18], minSdk=-1, maxSdk=-1"); in withOverlay_withBaseSdk() 33 assertThat(sdksIn(overlay(base, new Config.Builder().setSdk(16).build()))) in withOverlay_withBaseSdk() 34 .isEqualTo("sdk=[16], minSdk=-1, maxSdk=-1"); in withOverlay_withBaseSdk() 36 assertThat(sdksIn(overlay(base, new Config.Builder().setMinSdk(16).build()))) in withOverlay_withBaseSdk() 37 .isEqualTo("sdk=[], minSdk=16, maxSdk=-1"); in withOverlay_withBaseSdk() 39 assertThat(sdksIn(overlay(base, new Config.Builder().setMaxSdk(20).build()))) in withOverlay_withBaseSdk() 40 .isEqualTo("sdk=[], minSdk=-1, maxSdk=20"); in withOverlay_withBaseSdk() [all …]
|
/external/robolectric/robolectric/src/test/java/org/robolectric/ |
D | ConfigTest.java | 19 Config defaults = Config.Builder.defaults().build(); in testDefaults() 27 Config.Implementation base = new Config.Builder().setSdk(16, 17, 18).build(); in withOverlay_withBaseSdk() 29 assertThat(sdksIn(overlay(base, new Config.Builder().build()))) in withOverlay_withBaseSdk() 30 .isEqualTo("sdk=[16, 17, 18], minSdk=-1, maxSdk=-1"); in withOverlay_withBaseSdk() 32 assertThat(sdksIn(overlay(base, new Config.Builder().setSdk(16).build()))) in withOverlay_withBaseSdk() 33 .isEqualTo("sdk=[16], minSdk=-1, maxSdk=-1"); in withOverlay_withBaseSdk() 35 assertThat(sdksIn(overlay(base, new Config.Builder().setMinSdk(16).build()))) in withOverlay_withBaseSdk() 36 .isEqualTo("sdk=[], minSdk=16, maxSdk=-1"); in withOverlay_withBaseSdk() 38 assertThat(sdksIn(overlay(base, new Config.Builder().setMaxSdk(20).build()))) in withOverlay_withBaseSdk() 39 .isEqualTo("sdk=[], minSdk=-1, maxSdk=20"); in withOverlay_withBaseSdk() [all …]
|
/external/angle/third_party/abseil-cpp/CMake/ |
D | README.md | 1 # Abseil CMake Build Instructions 3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt)) 4 that can be used on a wide range of platforms ("C" stands for cross-platform.). 8 CMake works by generating native makefiles or build projects that can 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 20 ### Step-by-Step Instructions 22 1. If you want to build the Abseil tests, integrate the Abseil dependency 25 `-DBUILD_TESTING=OFF` or `-DABSL_BUILD_TESTING=OFF` when configuring your 29 Abseil as a [git submodule](https://git-scm.com/docs/git-submodule) in your 46 # Abseil currently supports C++14, C++17, and C++20. [all …]
|
/external/tensorflow/third_party/absl/abseil-cpp/CMake/ |
D | README.md | 1 # Abseil CMake Build Instructions 3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt)) 4 that can be used on a wide range of platforms ("C" stands for cross-platform.). 8 CMake works by generating native makefiles or build projects that can 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 20 ### Step-by-Step Instructions 22 1. If you want to build the Abseil tests, integrate the Abseil dependency 25 `-DBUILD_TESTING=OFF` or `-DABSL_BUILD_TESTING=OFF` when configuring your 29 Abseil as a [git submodule](https://git-scm.com/docs/git-submodule) in your 46 # Abseil currently supports C++14, C++17, and C++20. [all …]
|
/external/cronet/third_party/abseil-cpp/CMake/ |
D | README.md | 1 # Abseil CMake Build Instructions 3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt)) 4 that can be used on a wide range of platforms ("C" stands for cross-platform.). 8 CMake works by generating native makefiles or build projects that can 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 20 ### Step-by-Step Instructions 22 1. If you want to build the Abseil tests, integrate the Abseil dependency 25 `-DBUILD_TESTING=OFF` or `-DABSL_BUILD_TESTING=OFF` when configuring your 29 Abseil as a [git submodule](https://git-scm.com/docs/git-submodule) in your 46 # Abseil currently supports C++14, C++17, and C++20. [all …]
|
/external/abseil-cpp/CMake/ |
D | README.md | 1 # Abseil CMake Build Instructions 3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt)) 4 that can be used on a wide range of platforms ("C" stands for cross-platform.). 8 CMake works by generating native makefiles or build projects that can 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 20 ### Step-by-Step Instructions 22 1. If you want to build the Abseil tests, integrate the Abseil dependency 25 `-DBUILD_TESTING=OFF` or `-DABSL_BUILD_TESTING=OFF` when configuring your 29 Abseil as a [git submodule](https://git-scm.com/docs/git-submodule) in your 46 # Abseil currently supports C++11, C++14, and C++17. [all …]
|
/external/webrtc/third_party/abseil-cpp/CMake/ |
D | README.md | 1 # Abseil CMake Build Instructions 3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt)) 4 that can be used on a wide range of platforms ("C" stands for cross-platform.). 8 CMake works by generating native makefiles or build projects that can 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 20 ### Step-by-Step Instructions 22 1. If you want to build the Abseil tests, integrate the Abseil dependency 25 `-DBUILD_TESTING=OFF` or `-DABSL_BUILD_TESTING=OFF` when configuring your 29 Abseil as a [git submodule](https://git-scm.com/docs/git-submodule) in your 46 # Abseil currently supports C++14, C++17, and C++20. [all …]
|
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/ |
D | AutoBuilderTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 89 abstract Simple build(); in build() method in AutoBuilderTest.Simple.Builder 95 Simple x = Simple.builder().setAnInt(23).setAString("skidoo").build(); in simple() 117 abstract AutoValue_AutoBuilderTest_SimpleAuto build(); in build() method in AutoBuilderTest.SimpleAuto.Builder 123 SimpleAuto x = SimpleAuto.builder().setFoo(23).setBar("skidoo").build(); in simpleAuto() 136 int DEFAULT_ID = -1; 164 MyAnnotation build(); in build() method 179 MyAnnotation build(); in build() method 190 MyAnnotation annotation1 = myAnnotationBuilder().value("foo").build(); in simpleAutoAnnotation() 195 myAnnotationBuilder().value("bar").truthiness(Truthiness.TRUTHY).build(); in simpleAutoAnnotation() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/lint/ |
D | divergence_analysis_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 23 #include "spirv-tools/libspirv.h" 56 void Build(std::string text, uint32_t function_id = 1) { in Build() function in spvtools::lint::__anon0edf76070111::DivergenceTest 60 opt::Module* module = context_->module(); in Build() 63 ASSERT_NE(module->begin(), module->end()); in Build() 64 opt::Function* function = &*module->begin(); in Build() 65 ASSERT_EQ(function->result_id(), function_id); in Build() 67 divergence_->Run(function); in Build() 108 ASSERT_NO_FATAL_FAILURE(Build(Preamble() + R"( in TEST_F() 121 EXPECT_EQ(Level::kUniform, divergence_->GetDivergenceLevel(10)); in TEST_F() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/lint/ |
D | divergence_analysis_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 23 #include "spirv-tools/libspirv.h" 56 void Build(std::string text, uint32_t function_id = 1) { in Build() function in spvtools::lint::__anon29cd3cda0111::DivergenceTest 60 opt::Module* module = context_->module(); in Build() 63 ASSERT_NE(module->begin(), module->end()); in Build() 64 opt::Function* function = &*module->begin(); in Build() 65 ASSERT_EQ(function->result_id(), function_id); in Build() 67 divergence_->Run(function); in Build() 108 ASSERT_NO_FATAL_FAILURE(Build(Preamble() + R"( in TEST_F() 121 EXPECT_EQ(Level::kUniform, divergence_->GetDivergenceLevel(10)); in TEST_F() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/lint/ |
D | divergence_analysis_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 23 #include "spirv-tools/libspirv.h" 56 void Build(std::string text, uint32_t function_id = 1) { in Build() function in spvtools::lint::__anon2536424d0111::DivergenceTest 60 opt::Module* module = context_->module(); in Build() 63 ASSERT_NE(module->begin(), module->end()); in Build() 64 opt::Function* function = &*module->begin(); in Build() 65 ASSERT_EQ(function->result_id(), function_id); in Build() 67 divergence_->Run(function); in Build() 108 ASSERT_NO_FATAL_FAILURE(Build(Preamble() + R"( in TEST_F() 121 EXPECT_EQ(Level::kUniform, divergence_->GetDivergenceLevel(10)); in TEST_F() [all …]
|
/external/clang/test/Driver/ |
D | msc-version.c | 2 // Verify -fms-compatibility-version parsing 5 …lang -target i686-windows -fms-compatibility -fms-compatibility-version=14 -dM -E - </dev/null -o … 7 // CHECK-MSC-VERSION-MAJOR: _MSC_BUILD 1 8 // CHECK-MSC-VERSION-MAJOR: _MSC_FULL_VER 140000000 9 // CHECK-MSC-VERSION-MAJOR: _MSC_VER 1400 11 … -target i686-windows -fms-compatibility -fms-compatibility-version=15.00 -dM -E - </dev/null -o -… 13 // CHECK-MSC-VERSION-MAJOR-MINOR: _MSC_BUILD 1 14 // CHECK-MSC-VERSION-MAJOR-MINOR: _MSC_FULL_VER 150000000 15 // CHECK-MSC-VERSION-MAJOR-MINOR: _MSC_VER 1500 17 …-target i686-windows -fms-compatibility -fms-compatibility-version=15.00.20706 -dM -E - </dev/null… [all …]
|
/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/libwebsockets/minimal-examples/dbus-client/minimal-dbus-ws-proxy-testclient/ |
D | README.md | 3 This is a test client used to test `./minimal-examples/dbus-server/minimal-dbus-ws-proxy` 11 ## build section in lws minimal dbus ws proxy testclient 13 Using libdbus requires additional non-default include paths setting, same as 14 is necessary for lws build described in ./lib/roles/dbus/README.md 17 for details of how to override for custom libdbus and cross build. 21 $ cmake .. -DLWS_DBUS_INCLUDE2="/usr/lib64/dbus-1.0/include" 27 $ cmake .. -DLWS_DBUS_INCLUDE2="/usr/lib/x86_64-linux-gnu/dbus-1.0/include" 34 ---|--- 35 -d <loglevel>|Debug verbosity in decimal, eg, -d15 37 This connects to the minimal-dbus-ws-proxy example running in another terminal. [all …]
|