HomeSort by relevance Sort by last modified time
    Searched refs:TestCases (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_utils_imp_unittest.cpp 13 } TestCases[] = {{-1000000, 80}, {-361, 359}, {-360, 0}, {-359, 1},
19 for (size_t i = 0; i < FX_ArraySize(TestCases); ++i) {
20 EXPECT_EQ(TestCases[i].expected_output,
21 XFA_MapRotation(TestCases[i].input));
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Functions/
tFunction_getParameter.py 47 class TestCases(PfwTestCase):
tFunction_setParameter.py 47 class TestCases(PfwTestCase):
tFunction_Sync.py 32 synchronization functions testcases
53 class TestCases(PfwTestCase):
  /external/icu/icu4c/source/test/intltest/
callimts.cpp 152 } TestCases[] = {
173 for (i = 0; TestCases[i].type; i++) {
176 strcat(buf, TestCases[i].type);
181 if (uprv_strcmp(cal->getType(), TestCases[i].type) != 0) {
183 + " Requested: " + TestCases[i].type);
188 doTheoreticalLimitsTest(*cal, TestCases[i].hasLeapMonth);
189 doLimitsTest(*cal, TestCases[i].actualTestStart,TestCases[i].actualTestEnd);
numfmtst.h 133 void TestCases(void);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
unittest.cc 233 std::vector<IsacTestParam> TestCases() {
252 INSTANTIATE_TEST_CASE_P(, IsacCommonTest, testing::ValuesIn(TestCases()));
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
tDomain_Configuration_Selection.py 32 Effect of criteria changes on configuration testcases
48 class TestCases(PfwTestCase):
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
tBoolean.py 32 Boolean parameter type testcases.
53 class TestCases(PfwTestCase):
tFP16_Q15_0.py 32 Fixed-Point parameter type testcases - FP16_Q15.0
61 class TestCases(PfwTestCase):
tINT32.py 32 Integer parameter type testcases - INT32
60 class TestCases(PfwTestCase):
tINT8_Max.py 32 Integer parameter type testcases - INT8_Max
60 class TestCases(PfwTestCase):
tFP16_Q0_15.py 32 Fixed-Point parameter type testcases - FP16_Q0.15
61 class TestCases(PfwTestCase):
tFP16_Q7_8.py 32 Fixed-Point parameter type testcases - FP16_Q7.8
61 class TestCases(PfwTestCase):
tFP32_Q0_31.py 32 Fixed-Point parameter type testcases - FP16_Q0.31
61 class TestCases(PfwTestCase):
tFP32_Q15_16.py 32 Fixed-Point parameter type testcases - FP32_Q15.16
61 class TestCases(PfwTestCase):
tFP32_Q31_0.py 32 Fixed-Point parameter type testcases - FP32_Q31.0
61 class TestCases(PfwTestCase):
tFP32_Q8_20.py 32 Fixed-Point parameter type testcases - FP32_Q8.20
61 class TestCases(PfwTestCase):
tFP8_Q0_7.py 32 Fixed-Point parameter type testcases - FP8_Q0.7
62 class TestCases(PfwTestCase):
tFP8_Q3_4.py 32 Fixed-Point parameter type testcases - FP8_Q0.7
61 class TestCases(PfwTestCase):
tFP8_Q7_0.py 32 Fixed-Point parameter type testcases - FP8_Q7.0
61 class TestCases(PfwTestCase):
tINT16.py 32 Integer parameter type testcases - INT16
60 class TestCases(PfwTestCase):
tINT16_Max.py 32 Integer parameter type testcases - INT16_Max
60 class TestCases(PfwTestCase):
tINT32_Max.py 32 Integer parameter type testcases - INT32_Max
60 class TestCases(PfwTestCase):
tINT8.py 32 Integer parameter type testcases - INT8
60 class TestCases(PfwTestCase):

Completed in 210 milliseconds

1 2 3