| /external/mesa3d/src/gallium/drivers/zink/ci/ |
| D | zink-radv-polaris10-fails.txt | 5 spec@arb_tessellation_shader@execution@variable-indexing@tes-both-input-array-float-index-rd,Crash 6 spec@arb_tessellation_shader@execution@variable-indexing@tes-both-input-array-vec2-index-rd,Crash 7 spec@arb_tessellation_shader@execution@variable-indexing@tes-both-input-array-vec3-index-rd,Crash 8 spec@arb_tessellation_shader@execution@variable-indexing@tes-both-input-array-vec4-index-rd,Crash 14 spec@arb_framebuffer_object@fbo-blit-scaled-linear,Fail 16 spec@arb_arrays_of_arrays@execution@image_store@basic-imagestore-mixed-const-non-const-uniform-inde… 17 spec@arb_arrays_of_arrays@execution@image_store@basic-imagestore-mixed-const-non-const-uniform-inde… 18 spec@arb_arrays_of_arrays@execution@image_store@basic-imagestore-non-const-uniform-index,Fail 19 spec@arb_bindless_texture@compiler@samplers@arith-bound-sampler-texture2d.frag,Crash 21 spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query,Fail [all …]
|
| /external/googleapis/google/devtools/testing/v1/ |
| D | test_execution.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 30 // A service for requesting test executions and querying their status. 32 // This service is part of Firebase Test Lab. To learn about how to use the 34 // visit https://firebase.google.com/docs/test-lab. 36 // Each test execution will wait for available capacity. It will then be 37 // invoked as described. The test may be invoked multiple times if an 39 // the test will be stored in an external storage system. 43 // - TestMatrix: a group of one or more TestExecutions, built by taking a 44 // product of values over a pre-defined set of axes. In the case of Android 47 // - TestExecution: a single execution of one or more test targets on a [all …]
|
| /external/mesa3d/src/gallium/drivers/virgl/ci/ |
| D | virpipe-gl-fails.txt | 1 dEQP-GLES2.functional.clipping.line.wide_line_clip_viewport_center,Fail 2 dEQP-GLES2.functional.clipping.line.wide_line_clip_viewport_corner,Fail 3 dEQP-GLES2.functional.clipping.point.wide_point_clip,Fail 4 dEQP-GLES2.functional.clipping.point.wide_point_clip_viewport_center,Fail 5 dEQP-GLES2.functional.clipping.point.wide_point_clip_viewport_corner,Fail 6 dEQP-GLES31.functional.primitive_bounding_box.wide_points.global_state.vertex_tessellation_fragment… 7 dEQP-GLES31.functional.primitive_bounding_box.wide_points.global_state.vertex_tessellation_fragment… 8 dEQP-GLES31.functional.primitive_bounding_box.wide_points.global_state.vertex_tessellation_fragment… 9 dEQP-GLES31.functional.primitive_bounding_box.wide_points.tessellation_set_per_draw.vertex_tessella… 10 dEQP-GLES31.functional.primitive_bounding_box.wide_points.tessellation_set_per_draw.vertex_tessella… [all …]
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | testing.v1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 8 "https://www.googleapis.com/auth/cloud-platform.read-only": { 19 "documentationLink": "https://developers.google.com/cloud-test-lab/", 21 "x16": "http://www.google.com/images/icons/product/search-16.gif", 22 "x32": "http://www.google.com/images/icons/product/search-32.gif" 58 "Responses with Content-Type of application/json", 59 "Media download with context-dependent Content-Type", 60 "Responses with Content-Type of application/x-protobuf" 92 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 126 "https://www.googleapis.com/auth/cloud-platform" [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/iron-validatable-behavior/test/ |
| D | iron-validatable-behavior.html | 2 <!-- 5 This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt 10 --> 14 <title>iron-validatable-behavior tests</title> 16 <meta charset="utf-8"> 17 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 18 …<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalab… 20 <script src="../../webcomponentsjs/webcomponents-lite.js"></script> 22 <script src="../../web-component-tester/browser.js"></script> 23 <script src="../../test-fixture/test-fixture-mocha.js"></script> [all …]
|
| /external/tensorflow/tensorflow/python/platform/ |
| D | test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 19 # pylint: disable=g-bad-import-order 23 # pylint: disable=unused-import 32 # pylint: enable=unused-import,g-bad-import-order 39 import mock # pylint: disable=g-import-not-at-top,unused-import 41 from unittest import mock # pylint: disable=g-import-not-at-top,g-importing-member 43 tf_export(v1=['test.mock'])(mock) 46 Benchmark = _googletest.Benchmark # pylint: disable=invalid-name 49 StubOutForTesting = _googletest.StubOutForTesting # pylint: disable=invalid-name 52 @tf_export('test.main') [all …]
|
| /external/sdv/vsomeip/test/ |
| D | CMakeLists.txt | 1 # Copyright (C) 2015-2017 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) 26 COMMAND ${CMAKE_COMMAND} -E copy "${SOURCE_PATH}" "${DESTINATION_PATH}" 35 COMMAND ln -s -r "${SOURCE_PATH}" "${DESTINATION_PATH}" 43 COMMAND ${CMAKE_COMMAND} -E create_symlink "${SOURCE_PATH}" "${DESTINATION_PATH}" 68 # configuration-test 71 set(TEST_CONFIGURATION configuration-test) 74 configuration_tests/configuration-test.cpp 79 vsomeip3-cfg 86 # from the config folder into the test folder in the builddirectory 87 # This makes it possible to call the configuration test within the build directory [all …]
|
| /external/clang/test/Sema/ |
| D | __try.c | 1 // RUN: %clang_cc1 -triple x86_64-windows -fborland-extensions -DBORLAND -fsyntax-only -verify -fbl… 2 // RUN: %clang_cc1 -triple x86_64-windows -fms-extensions -fsyntax-only -verify -fblocks %s 7 #define TEST TEST2(test) macro 26 DWORD FilterExpression(int); // expected-note{{declared here}} 31 void TEST() { in TEST() function 46 void TEST() { in TEST() function 50 } // expected-error{{expected '__except' or '__finally' block}} in TEST() 52 void TEST() { in TEST() function 53 …__except ( FilterExpression() ) { // expected-warning{{implicit declaration of function '__except'… in TEST() 54 // expected-error{{too few arguments to function call, expected 1, have 0}} in TEST() [all …]
|
| /external/clang/test/SemaCXX/ |
| D | warn-new-overaligned.cpp | 1 // RUN: %clang_cc1 -triple=x86_64-pc-linux-gnu -Wover-aligned -verify %s 4 struct Test { struct 14 Test t; in helper() 15 …new Test; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the defaul… in helper() argument 16 …new Test[10]; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the de… in helper() 21 class Test { class 27 Test t; in helper() 28 …new Test; // expected-warning {{type 'test2::Test' requires 256 bytes of alignment and the defaul… in helper() 29 …new Test[10]; // expected-warning {{type 'test2::Test' requires 256 bytes of alignment and the de… in helper() 34 struct Test { struct [all …]
|
| /external/android_onboarding/java/com/android/onboarding/bedsteadonboarding/permissions/ |
| D | TestPermissions.kt | 10 * Only instrumented apps running on a debuggable device should be able to set Test configs using 12 * Test Configs. In production scenarios, no configuration will be set, and so no test logic should 16 * test configs. So using [TestPermissions#canCallerExecuteTestFunctionality()] we will check if the 18 * instrumented app. Only if both are true will we allow the caller to manipulate test configs. 25 * Returns true if the calling uid is permitted to utilise test-only functionality in Onboarding. 27 * This will only return true in situations where it is safe for the caller to use test-only 31 * It is not possible to query in-general if we are running within a test. The standard pattern is 32 * to expose some test-only capability (guarded with this method) which sets state that can be 33 * queried later. For example, exposing a test-only API to override an allow-list - rather than 34 * having the production code skip the allowlist when running in a test. [all …]
|
| /external/mbedtls/tests/scripts/ |
| D | all.sh | 6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 15 # ------- 20 # --------------- 22 # Warning: the test is destructive. It includes various build modes and 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 39 # * arm-gcc and mingw-gcc 40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc 43 # to test, then a legacy version of these tools must be present as well 50 # The behavior on an error depends on whether --keep-going (alias -k) 52 # * Without --keep-going: the script stops on the first error without [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | testing_v1.projects.testMatrices.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | toolresults_v1beta3.projects.histories.executions.environments.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/fmtlib/test/find-package-test/ |
| D | CMakeLists.txt | 3 project(fmt-test) 7 add_executable(library-test main.cc) 8 target_link_libraries(library-test fmt::fmt) 9 target_compile_options(library-test PRIVATE ${PEDANTIC_COMPILE_FLAGS}) 10 target_include_directories(library-test PUBLIC SYSTEM .) 12 if (TARGET fmt::fmt-header-only) 13 add_executable(header-only-test main.cc) 14 target_link_libraries(header-only-test fmt::fmt-header-only) 15 target_compile_options(header-only-test PRIVATE ${PEDANTIC_COMPILE_FLAGS}) 16 target_include_directories(header-only-test PUBLIC SYSTEM .)
|
| /external/fmtlib/test/add-subdirectory-test/ |
| D | CMakeLists.txt | 3 project(fmt-test CXX) 7 add_executable(library-test main.cc) 8 target_include_directories(library-test PUBLIC SYSTEM .) 9 target_compile_options(library-test PRIVATE ${PEDANTIC_COMPILE_FLAGS}) 10 target_link_libraries(library-test fmt::fmt) 12 if (TARGET fmt::fmt-header-only) 13 add_executable(header-only-test main.cc) 14 target_include_directories(header-only-test PUBLIC SYSTEM .) 15 target_compile_options(header-only-test PRIVATE ${PEDANTIC_COMPILE_FLAGS}) 16 target_link_libraries(header-only-test fmt::fmt-header-only)
|
| /external/curl/m4/ |
| D | curl-compilers.m4 | 21 # SPDX-License-Identifier: curl 30 dnl ------------------------------------------------- 52 mips-sgi-irix*) 60 if test "$compiler_id" = "unknown"; then 71 *** mailing list: https://lists.haxx.selistinfo/curl-library/ 79 dnl ------------------------------------------------- 86 if test "$curl_cv_have_def___clang__" = "yes"; then 90 if test "$curl_cv_have_def___ibmxl__" = "yes" ; then 91 dnl IBM's almost-compatible clang version 99 fullclangver=`$CC -v 2>&1 | grep version` [all …]
|
| /external/libxml2/ |
| D | .gitlab-ci.yml | 1 .test: 4 BASE_CONFIG: "--with-legacy" 6 - rm -rf libxml2-build 7 - mkdir libxml2-build 8 - ln -s /tests/xmlconf libxml2-build 10 - sh .gitlab-ci/test.sh 13 extends: .test 15 CFLAGS: "-O2" 18 extends: .test 20 CONFIG: "--without-python" [all …]
|
| /external/google-cloud-java/java-network-management/proto-google-cloud-network-management-v1beta1/src/main/java/com/google/cloud/networkmanagement/v1beta1/ |
| D | ConnectivityTestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 31 * `projects/{project_id}/locations/global/connectivityTests/{test}` 44 * `projects/{project_id}/locations/global/connectivityTests/{test}` 57 * The user-supplied description of the Connectivity Test. 70 * The user-supplied description of the Connectivity Test. 84 * Required. Source specification of the Connectivity Test. 93 * If the source of the test is within an on-premises network, then you must 99 * ambiguous. However, the test result may include endpoints that you don't 100 * intend to test. 114 * Required. Source specification of the Connectivity Test. [all …]
|
| /external/tink/cc/subtle/ |
| D | ecies_hkdf_recipient_kem_boringssl_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 38 using ::crypto::tink::test::StatusIs; 40 class EciesHkdfRecipientKemBoringSslTest : public ::testing::Test {}; 82 GTEST_SKIP() << "Not supported in FIPS-only mode"; in TEST_F() 84 for (const TestVector& test : test_vector) { in TEST_F() local 86 test.curve, in TEST_F() 87 util::SecretDataFromStringView(absl::HexStringToBytes(test.priv_hex))); in TEST_F() 90 auto kem_key_or = ecies_kem->GenerateKey( in TEST_F() 91 absl::HexStringToBytes(test.pub_encoded_hex), test.hash, in TEST_F() 92 absl::HexStringToBytes(test.salt_hex), in TEST_F() [all …]
|
| D | ecies_hkdf_sender_kem_boringssl_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 38 // It's important to test compatibility with Java. 44 using ::crypto::tink::test::StatusIs; 46 class EciesHkdfSenderKemBoringSslTest : public ::testing::Test {}; 85 GTEST_SKIP() << "Not supported in FIPS-only mode"; in TEST_F() 87 for (const TestVector& test : test_vector) { in TEST_F() local 88 auto status_or_test_key = internal::NewEcKey(test.curve); in TEST_F() 92 test.curve, test_key.pub_x, test_key.pub_y); in TEST_F() 95 auto status_or_kem_key = sender_kem->GenerateKey( in TEST_F() 96 test.hash, absl::HexStringToBytes(test.salt_hex), in TEST_F() [all …]
|
| /external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/ |
| D | index.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 4 <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> 5 <title>v4l-test: Test environment for Video For Linux Two (V4L2) API</title> 21 <h1>v4l-test: Test environment for Video For Linux Two (V4L2) API</h1> 23 Download <a href="http://sourceforge.net/project/showfiles.php?group_id=247983">v4l-test</a> 24 or visit <a href="http://sourceforge.net/projects/v4l-test/">v4l-test project page</a> at 30 v4l-test is a test environment for V4L2 drivers. The V4L2 drivers 31 are running under Linux in kernel space. This test environment is 33 It also tries some things which are supposed to test the error handling 34 mechanisms of a V4L2 driver. These are the "invalid test cases". [all …]
|
| /external/rust/crates/tracing/tests/ |
| D | span.rs | 1 // These tests require the thread-local scoped dispatcher, which only works when 16 #[test] 20 // won't enter any spans in this test, so the subscriber won't actually in handles_to_the_same_span_are_equal() 25 // The purpose of this test is to assert that two clones of the same in handles_to_the_same_span_are_equal() 36 #[test] 49 #[test] 53 fn make_span() -> Span { in handles_to_different_spans_with_the_same_metadata_are_not_equal() 67 #[test] 75 .only() in spans_always_go_to_the_subscriber_that_tagged_them() 91 // <https://rustwasm.github.io/2018/10/24/multithreading-rust-and-wasm.html> [all …]
|
| /external/okio/okio-assetfilesystem/src/androidTest/kotlin/okio/assetfilesystem/ |
| D | AssetFileSystemTest.kt | 8 * http://www.apache.org/licenses/LICENSE-2.0 in <lambda>() 18 import androidx.test.platform.app.InstrumentationRegistry in <lambda>() 29 import kotlin.test.assertFailsWith in <lambda>() 37 import org.junit.Test in <lambda>() 43 @Test fun canonicalizeValid() { in <lambda>() 55 @Test fun canonicalizeInvalidThrows() { in <lambda>() 61 @Test fun listRoot() { in <lambda>() 70 @Test fun listRootCanonicalizes() { in <lambda>() 79 @Test fun listDirectory() { in <lambda>() 84 @Test fun listDirectoryCanonicalizes() { in <lambda>() [all …]
|
| /external/icu/icu4c/source/tools/ctestfw/unicode/ |
| D | ctest.h | 6 * Copyright (C) 1996-2013, International Business Machines 106 * Pass to setTestOption to decrement the test option value. 110 #define DECREMENT_OPTION_VALUE -99 113 * Gets the test option set on commandline. 115 * @param testOption macro definition for the individual test option 116 * @return value of test option, zero if option is not set or off 117 * @internal Internal APIs for testing purpose only 123 * Sets the test option with value given on commandline. 125 * @param testOption macro definition for the individual test option 126 * @param value to set the test option to [all …]
|
| /external/mbedtls/docs/architecture/testing/ |
| D | invasive-testing.md | 5 In Mbed TLS, we use black-box testing as much as possible: test the documented behavior of the prod… 7 The goal of this document is to identify areas where black-box testing is insufficient and to propo… 9 This is a test strategy document, not a test plan. A description of exactly what is tested is out o… 15 * [“Possible approaches”](#possible-approaches) discusses some general methods for non-black-box te… 26 See the section [“Possible approaches”](#possible-approaches) for a rationale. 30 …test-specific interfaces if there's a practical way of doing it another way. All public interfaces… 34 In unit tests and in test programs, it's ok to include internal header files from `library/`. Do no… 36 …test code. If the function should be `static` for optimization but can't be `static` for testing, … 38 If test code or test data depends on internal details of the library and not just on its documented… 41 > /* This test file is specific to the ITS implementation in PSA Crypto [all …]
|