Home
last modified time | relevance | path

Searched defs:tests (Results 351 - 375 of 393) sorted by relevance

1...<<111213141516

/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp576 UnicodeString tests [] = { in Test4073003() local
1232 UnicodeString tests = in Test714() local
1290 Test1684Data *tests[] = { in Test1684() local
[all...]
H A Dcaltest.cpp2818 const char *tests[][3] = { in TestTimeZoneInLocale() local
H A Dtsmthred.cpp675 FormatThreadTest tests[kFormatThreadThreads]; in TestThreadedIntl() local
982 StringThreadTest2 tests[kStringThreadThreads]; TestString() local
[all...]
H A Dtranstst.cpp3607 const UnicodeString tests[] = { in TestIncrementalProgress() local
[all...]
/third_party/rust/crates/cxx/tests/ffi/
H A Dtests.cc16 namespace tests { namespace
[all...]
/third_party/rust/crates/log/src/
H A Dlib.rs1684 mod tests { modules
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp92 void addMonolithicAmberTests (tcu::TestCaseGroup* tests) in addMonolithicAmberTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryCullRayFlagsTests.cpp2128 std::vector<tcu::TestNode*> tests; in createCullRayFlagsTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPipelineInteractionTests.cpp1321 } tests[] = in createShaderObjectPipelineInteractionTests() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp587 LayoutBindingSubTest tests[] = { in init() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustResourceInitTest.cpp1451 constexpr std::array<Test, 2> tests = {{ in TEST_P() local
/third_party/python/Lib/test/
H A Dtest_re.py2739 from test.re_tests import tests, FAIL, SYNTAX_ERROR namespace
/third_party/rust/crates/clap/src/parser/matches/
H A Darg_matches.rs1895 mod tests { in unwrap_downcast_ref() modules
/third_party/rust/crates/termcolor/src/
H A Dlib.rs2171 mod tests { modules
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp86 void addMonolithicAmberTests (tcu::TestCaseGroup* tests) in addMonolithicAmberTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryCullRayFlagsTests.cpp2127 std::vector<tcu::TestNode*> tests; in createCullRayFlagsTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1766 void createDoubleCompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createDoubleCompareTestsInGroup() argument
1797 void createInt64CompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createInt64CompareTestsInGroup() argument
1819 void createUint64CompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createUint64CompareTestsInGroup() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dccapitst.c3344 } tests[]={ in TestEBCDICSwapLFNL() local
H A Dcapitst.c1668 struct teststruct tests[] = { TestBounds() local
1970 const char *tests[20]; TestGetTailoredSet() member
2290 } tests[] = { TestGetContractionsAndUnsafes() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java2996 runStrictParseTests(String msg, DecimalFormat nf, String[] tests, boolean pass) runStrictParseTests() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java2993 runStrictParseTests(String msg, DecimalFormat nf, String[] tests, boolean pass) runStrictParseTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp4723 createTestForStage(vk::VkShaderStageFlagBits stage, const std::string& name, const RGBA (&inputColors)[4], const RGBA (&outputColors)[4], const map<string, string>& testCodeFragments, const SpecConstants& specConstants, const PushConstants& pushConstants, const GraphicsResources& resources, const GraphicsInterfaces& interfaces, const vector<string>& extensions, VulkanFeatures vulkanFeatures, tcu::TestCaseGroup* tests, const qpTestResult failResult, const string& failMessageTemplate, const bool renderFullSquare, const bool splitRenderArea) createTestForStage() argument
4765 createTestsForAllStages(const std::string& name, const RGBA (&inputColors)[4], const RGBA (&outputColors)[4], const map<string, string>& testCodeFragments, const SpecConstants& specConstants, const PushConstants& pushConstants, const GraphicsResources& resources, const GraphicsInterfaces& interfaces, const vector<string>& extensions, VulkanFeatures vulkanFeatures, tcu::TestCaseGroup* tests, const qpTestResult failResult, const string& failMessageTemplate, const bool splitRenderArea) createTestsForAllStages() argument
[all...]
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java1110 private static String generateTestCaseTrieFromPaths(Collection<String> tests) { in generateTestCaseTrieFromPaths() argument
199 DeqpTestRunner(DeqpTestRunner optionTemplate, Map<TestDescription, Set<BatchRunConfiguration>> tests) DeqpTestRunner() argument
1163 generateTestCaseTrie(Collection<TestDescription> tests) generateTestCaseTrie() argument
1175 public List<TestDescription> tests; global() field in DeqpTestRunner.TestBatch
2087 filterTests(Map<TestDescription, Set<BatchRunConfiguration>> tests, List<String> includeFilters, List<String> excludeFilters) filterTests() argument
2444 addIncrementalDeqpIncludeTests(Collection<String> tests) addIncrementalDeqpIncludeTests() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp262 js::Value tests; in WriteResultsFile() local
503 std::vector<TestIdentifier> tests; FilterTests() local
555 GetTestFilter(const std::vector<TestIdentifier> &tests) GetTestFilter() argument
568 filterStream << tests[testIndex]; GetTestFilter() local
739 const js::Value::ConstObject &tests = document["tests"].GetObject(); GetTestResultsFromJSON() local
887 BatchTests(const std::vector<TestIdentifier> &tests, int batchSize) BatchTests() argument
1291 const std::vector<TestIdentifier> &tests = mTestQueue.front(); TestSuite() local
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs51 mod tests; modules

Completed in 92 milliseconds

1...<<111213141516