/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/eapaka/ |
D | EapAkaSecurityContextTest.java | 90 assertThat(securityContext.getRes()).isEqualTo(convertHexStringToBytes(EXPECTED_RES)); in parseResponseData_validResponse_pass() 148 assertThat(securityContext.getRes()).isEqualTo(convertHexStringToBytes(EXPECTED_RES)); in parseResponseData_validWithWrongKcLength() 160 assertThat(securityContext.getRes()).isEqualTo(convertHexStringToBytes(EXPECTED_RES)); in parseResponseData_noKcKey() 168 assertThat(securityContext.getRes()).isNull(); in parseResponseData_syncFailure()
|
/frameworks/av/media/libstagefright/tests/writer/ |
D | WriterTest.cpp | 507 string inputFile = gEnv->getRes(); in TEST_P() 508 string inputInfo = gEnv->getRes(); in TEST_P() 511 ASSERT_NE(inputFile.compare(gEnv->getRes()), 0) << "No input file specified"; in TEST_P() 608 string inputFile = gEnv->getRes(); in TEST_P() 609 string inputInfo = gEnv->getRes(); in TEST_P() 616 ASSERT_NE(inputFile.compare(gEnv->getRes()), 0) << "No input file specified"; in TEST_P() 669 string inputFile = gEnv->getRes(); in TEST_P() 670 string inputInfo = gEnv->getRes(); in TEST_P() 677 ASSERT_NE(inputFile.compare(gEnv->getRes()), 0) << "No input file specified"; in TEST_P() 754 string inputFile = gEnv->getRes(); in TEST_P() [all …]
|
/frameworks/av/media/tests/benchmark/tests/ |
D | BenchmarkTestEnvironment.h | 37 const string getRes() const { return res; } in getRes() function 39 void setStatsFile(const string module) { statsFile = getRes() + module; } in setStatsFile()
|
/frameworks/av/media/module/id3/test/ |
D | ID3Test.cpp | 44 string path = gEnv->getRes() + GetParam(); in TEST_P() 64 string path = gEnv->getRes() + GetParam().first; in TEST_P() 78 string path = gEnv->getRes() + GetParam().first; in TEST_P() 123 string path = gEnv->getRes() + GetParam().first; in TEST_P() 151 string path = gEnv->getRes() + GetParam().first; in TEST_P()
|
D | ID3TestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/module/codecs/flac/dec/test/ |
D | FlacDecoderTest.cpp | 199 string inputFileName = gEnv->getRes() + get<0>(params); in TEST_P() 200 string infoFileName = gEnv->getRes() + get<1>(params); in TEST_P() 228 string inputFileName = gEnv->getRes() + get<0>(params); in TEST_P() 229 string infoFileName = gEnv->getRes() + get<1>(params); in TEST_P()
|
D | FlacDecoderTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/module/metadatautils/test/ |
D | MetaDataUtilsTest.cpp | 93 string inputFile = gEnv->getRes() + get<0>(params); in SetUp() 126 string inputFile = gEnv->getRes() + GetParam(); in SetUp() 156 string fileName = gEnv->getRes() + get<0>(params); in SetUp() 181 string inputFile = gEnv->getRes() + GetParam(); in SetUp() 191 string inputMediaFile = gEnv->getRes() + params.first; in SetUp() 195 string inputInfoFile = gEnv->getRes() + params.second; in SetUp()
|
D | MetaDataUtilsTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/module/codecs/amrwb/dec/test/ |
D | AmrwbDecTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/tests/HEVC/ |
D | HEVCUtilsTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/module/esds/tests/ |
D | ESDSTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/xmlparser/test/ |
D | XMLParserTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/module/codecs/m4v_h263/enc/test/ |
D | Mpeg4H263EncoderTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/module/foundation/tests/OpusHeader/ |
D | OpusHeaderTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/module/foundation/tests/AVCUtils/ |
D | AVCUtilsTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/module/codecs/amrnb/dec/test/ |
D | AmrnbDecTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/module/codecs/amrwb/enc/test/ |
D | AmrwbEncTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/module/codecs/mp3dec/test/ |
D | Mp3DecoderTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/tests/extractorFactory/ |
D | ExtractorFactoryTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/module/extractors/tests/ |
D | ExtractorUnitTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/module/mpeg2ts/test/ |
D | Mpeg2tsUnitTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/timedtext/test/ |
D | TimedTextTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/module/codecs/m4v_h263/dec/test/ |
D | Mpeg4H263DecoderTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/module/codecs/amrnb/enc/test/ |
D | AmrnbEncTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|