Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 25 of 66) sorted by relevance

123

/third_party/boringssl/src/crypto/cipher_extra/test/
Dmake_legacy_aead_tests.go86 type testCase struct { struct
87 digest []byte
88 key []byte
89 nonce []byte
90 input []byte
91 ad []byte
92 ciphertext []byte
93 tag []byte
94 tag_len int
95 noSeal bool
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/script/bench-go-gif/
Dmain.go45 type testCase = struct { struct
46 benchname string
47 filename string
48 itersUnscaled uint32
/third_party/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp1446 Strcoll *testCase = new Strcoll(coll, getData16(status), TRUE /* useLen */); in TestStrcoll() local
1457 Strcoll *testCase = new Strcoll(coll, getData16(status), FALSE /* useLen */); in TestStrcollNull() local
1468 …Strcoll_2 *testCase = new Strcoll_2(coll, getData16(status), getModData16(status), TRUE /* useLen … in TestStrcollSimilar() local
1479 StrcollUTF8 *testCase = new StrcollUTF8(coll, getData8(status), TRUE /* useLen */); in TestStrcollUTF8() local
1490 StrcollUTF8 *testCase = new StrcollUTF8(coll, getData8(status),FALSE /* useLen */); in TestStrcollUTF8Null() local
1501 …StrcollUTF8_2 *testCase = new StrcollUTF8_2(coll, getData8(status), getModData8(status), TRUE /* u… in TestStrcollUTF8Similar() local
1512 GetSortKey *testCase = new GetSortKey(coll, getData16(status), TRUE /* useLen */); in TestGetSortKey() local
1523 GetSortKey *testCase = new GetSortKey(coll, getData16(status), FALSE /* useLen */); in TestGetSortKeyNull() local
1534 NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 4 /* bufSize */); in TestNextSortKeyPart_4All() local
1545 …NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 4 /* bufSize */, 4 /* max… in TestNextSortKeyPart_4x4() local
[all …]
/third_party/selinux/libsepol/cil/test/unit/
DCuTest.c289 void CuSuiteAdd(CuSuite* testSuite, CuTest *testCase) in CuSuiteAdd()
301 CuTest* testCase = testSuite2->list[i]; in CuSuiteAddSuite() local
311 CuTest* testCase = testSuite->list[i]; in CuSuiteRun() local
322 CuTest* testCase = testSuite->list[i]; in CuSuiteSummary() local
348 CuTest* testCase = testSuite->list[i]; in CuSuiteDetails() local
/third_party/node/test/js-native-api/test_general/
DtestNapiRun.js9 const testCase = '(41.92 + 0.08);'; constant
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp175 TestCase *const testCase = seekToCase(casePath); in execute() local
189 tcu::TestStatus RandomOrderExecutor::executeInner(TestCase *testCase, const std::string &casePath) in executeInner()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp182 TestCase *const testCase = seekToCase(casePath); in execute() local
196 tcu::TestStatus RandomOrderExecutor::executeInner(TestCase *testCase, const std::string &casePath) in executeInner()
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_harness.c227 SDLTest_RunTest(SDLTest_TestSuiteReference *testSuite, SDLTest_TestCaseReference *testCase, Uint64 … in SDLTest_RunTest()
321 SDLTest_TestCaseReference *testCase; in SDLTest_LogTestSuiteSummary() local
373 SDLTest_TestCaseReference *testCase; in SDLTest_RunSuites() local
/third_party/flutter/skia/tests/
DSkUTFTest.cpp90 for (auto testCase : testCases) { in DEF_TEST() local
108 for (auto testCase : testCases) { in DEF_TEST() local
DDrawTextTest.cpp155 for (const auto& testCase : testCases) { in DEF_TEST() local
/third_party/skia/tests/
DSkUTFTest.cpp90 for (auto testCase : testCases) { in DEF_TEST() local
108 for (auto testCase : testCases) { in DEF_TEST() local
/third_party/typescript/src/testRunner/
DprojectsRunner.ts115 testCase: ProjectRunnerTestCase & ts.CompilerOptions; property
121 private testCase: ProjectRunnerTestCase & ts.CompilerOptions; property in project.ProjectTestCase
175 let testCase: ProjectRunnerTestCase & ts.CompilerOptions; variable
/third_party/node/test/fixtures/wpt/encoding/
Dtextdecoder-fatal-streaming.any.js8 ].forEach(function(testCase) { argument
Dtextdecoder-ignorebom.any.js9 cases.forEach(function(testCase) { argument
/third_party/icu/icu4c/source/test/iotest/
Diotest.cpp203 const DataMap *testCase; in DataDrivenPrintf() local
369 const DataMap *testCase; in DataDrivenScanf() local
571 const DataMap *testCase; in DataDrivenPrintfPrecision() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DBlendFuncExtendedTest.cpp607 struct testCase in TEST_P() struct
609 std::string unusedLocationName; in TEST_P()
610 std::string fragData0LocationName; in TEST_P()
611 std::string fragData1LocationName; in TEST_P()
/third_party/icu/icu4c/source/test/intltest/
Dssearch.cpp149 const UXMLElement *testCase; in searchTest() local
1075 void StringSetMonkey::append(UnicodeString &testCase, UnicodeString &alternate) in append()
1103 UnicodeString &StringSetMonkey::generateAlternative(const UnicodeString &testCase, UnicodeString &a… in generateAlternative()
1163 …estCase(UCollator *coll, Monkey *monkeys[], int32_t monkeyCount, UnicodeString &testCase, UnicodeS… in generateTestCase()
1314 int32_t SSearchTest::monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeSt… in monkeyTestCase()
1389 UnicodeString testCase; in monkeyTest() local
/third_party/grpc/tools/http2_interop/
Dhttp2interop_test.go34 testCase = flag.String("test_case", "", "What test cases to run (tls, framing)") var
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_test_harness.h77 SDLTest_TestCaseFp testCase; member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DTestIDNARef.java340 TestData.ConformanceTestCase testCase = TestData.conformanceTestCases[i]; in TestConformance() local
364 TestData.ConformanceTestCase testCase = TestData.conformanceTestCases[i]; in TestNamePrepConformance() local
DTestStringPrep.java142 TestData.ConformanceTestCase testCase = TestData.conformanceTestCases[i]; in TestCISPrep() local
/third_party/node/test/parallel/
Dtest-http-response-status-message.js42 const matching = this.filter(function(testCase) { argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLProgramCacheControlTest.cpp78 auto *testCase = in TestCacheProgram() local
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DStressTestClient.cs156 async Task RunTestCaseAsync(TestService.TestServiceClient client, string testCase) in RunTestCaseAsync()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLProgramCacheControlTest.cpp78 auto *testCase = in TestCacheProgram() local

123