/external/llvm-project/clang/unittests/Tooling/Syntax/ |
D | BuildTreeTest.cpp | 85 TEST_P(BuildSyntaxTreeTest, Simple) { in TEST_P() function 118 TEST_P(BuildSyntaxTreeTest, SimpleVariable) { in TEST_P() function 144 TEST_P(BuildSyntaxTreeTest, SimpleFunction) { in TEST_P() function 177 TEST_P(BuildSyntaxTreeTest, Simple_BackslashInsideToken) { in TEST_P() function 195 TEST_P(BuildSyntaxTreeTest, If) { in TEST_P() function 237 TEST_P(BuildSyntaxTreeTest, For) { in TEST_P() function 257 TEST_P(BuildSyntaxTreeTest, RangeBasedFor) { in TEST_P() function 288 TEST_P(BuildSyntaxTreeTest, DeclarationStatement) { in TEST_P() function 309 TEST_P(BuildSyntaxTreeTest, Switch) { in TEST_P() function 342 TEST_P(BuildSyntaxTreeTest, While) { in TEST_P() function [all …]
|
/external/angle/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 182 TEST_P(GLES1CovglTest, Get) in TEST_P() function 187 TEST_P(GLES1CovglTest, GetError) in TEST_P() function 191 TEST_P(GLES1CovglTest, GetString) in TEST_P() function 197 TEST_P(GLES1CovglTest, GetTexEnv) in TEST_P() function 201 TEST_P(GLES1CovglTest, GetLight) in TEST_P() function 205 TEST_P(GLES1CovglTest, GetMaterial) in TEST_P() function 209 TEST_P(GLES1CovglTest, GetClipPlane) in TEST_P() function 213 TEST_P(GLES1CovglTest, GetPointer) in TEST_P() function 217 TEST_P(GLES1CovglTest, GetTexParameter) in TEST_P() function 221 TEST_P(GLES1CovglTest, GetBufferParameter) in TEST_P() function [all …]
|
D | ConformanceTests.cpp | 141 TEST_P(GLES1ConformanceTest, AmbLight) in TEST_P() function 148 TEST_P(GLES1ConformanceTest, AmbMat) in TEST_P() function 153 TEST_P(GLES1ConformanceTest, AmbScene) in TEST_P() function 158 TEST_P(GLES1ConformanceTest, APFunc) in TEST_P() function 163 TEST_P(GLES1ConformanceTest, AtnConst) in TEST_P() function 168 TEST_P(GLES1ConformanceTest, AtnPos) in TEST_P() function 173 TEST_P(GLES1ConformanceTest, BClear) in TEST_P() function 178 TEST_P(GLES1ConformanceTest, BColor) in TEST_P() function 183 TEST_P(GLES1ConformanceTest, BCorner) in TEST_P() function 188 TEST_P(GLES1ConformanceTest, Blend) in TEST_P() function [all …]
|
D | PrimtestTests.cpp | 97 TEST_P(GLES1PrimtestTest, Hint) in TEST_P() function 102 TEST_P(GLES1PrimtestTest, Alias) in TEST_P() function 107 TEST_P(GLES1PrimtestTest, Alpha) in TEST_P() function 112 TEST_P(GLES1PrimtestTest, Blend) in TEST_P() function 117 TEST_P(GLES1PrimtestTest, Depth) in TEST_P() function 122 TEST_P(GLES1PrimtestTest, Dither) in TEST_P() function 127 TEST_P(GLES1PrimtestTest, Fog) in TEST_P() function 132 TEST_P(GLES1PrimtestTest, Light) in TEST_P() function 137 TEST_P(GLES1PrimtestTest, Logic) in TEST_P() function 142 TEST_P(GLES1PrimtestTest, Scissor) in TEST_P() function [all …]
|
/external/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 21 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesInFile) { in TEST_P() function 29 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesNested) { in TEST_P() function 38 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesIntermediate) { in TEST_P() function 48 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesTransitive) { in TEST_P() function 57 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesArgument) { in TEST_P() function 70 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesArgumentMacroExpansion) { in TEST_P() function 81 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesWhenInArgument) { in TEST_P() function 92 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesObjectMacro) { in TEST_P() function 111 TEST_P(ASTMatchersTest, IsExpandedFromMacro_NotMatchesBeginOnly) { in TEST_P() function 120 TEST_P(ASTMatchersTest, IsExpandedFromMacro_NotMatchesEndOnly) { in TEST_P() function [all …]
|
D | ASTMatchersNodeTest.cpp | 21 TEST_P(ASTMatchersTest, Decl_CXX) { in TEST_P() function 31 TEST_P(ASTMatchersTest, NameableDeclaration_MatchesVariousDecls) { in TEST_P() function 41 TEST_P(ASTMatchersTest, NamedDecl_CXX) { in TEST_P() function 51 TEST_P(ASTMatchersTest, MatchesNameRE) { in TEST_P() function 74 TEST_P(ASTMatchersTest, MatchesNameRE_CXX) { in TEST_P() function 98 TEST_P(ASTMatchersTest, DeclarationMatcher_MatchClass) { in TEST_P() function 110 TEST_P(ASTMatchersTest, TranslationUnitDecl) { in TEST_P() function 130 TEST_P(ASTMatchersTest, LinkageSpecDecl) { in TEST_P() function 138 TEST_P(ASTMatchersTest, ClassTemplateDecl_DoesNotMatchClass) { in TEST_P() function 147 TEST_P(ASTMatchersTest, ClassTemplateDecl_MatchesClassTemplate) { in TEST_P() function [all …]
|
/external/angle/src/tests/gl_tests/ |
D | UnpackAlignmentTest.cpp | 131 TEST_P(UnpackAlignmentTest, DefaultAlignment) in TEST_P() function 138 TEST_P(UnpackAlignmentTest, Alignment1RGBAUByte) in TEST_P() function 143 TEST_P(UnpackAlignmentTest, Alignment1RGBUByte) in TEST_P() function 148 TEST_P(UnpackAlignmentTest, Alignment1RGBAUShort4444) in TEST_P() function 153 TEST_P(UnpackAlignmentTest, Alignment1RGBAUShort5551) in TEST_P() function 158 TEST_P(UnpackAlignmentTest, Alignment1RGBAUShort565) in TEST_P() function 163 TEST_P(UnpackAlignmentTest, Alignment1LAUByte) in TEST_P() function 168 TEST_P(UnpackAlignmentTest, Alignment1LUByte) in TEST_P() function 173 TEST_P(UnpackAlignmentTest, Alignment1AUByte) in TEST_P() function 178 TEST_P(UnpackAlignmentTest, Alignment2RGBAUByte) in TEST_P() function [all …]
|
D | IndexedPointsTest.cpp | 193 TEST_P(IndexedPointsTestUByte, UnsignedByteOffset0) in TEST_P() function 200 TEST_P(IndexedPointsTestUByte, UnsignedByteOffset1) in TEST_P() function 207 TEST_P(IndexedPointsTestUByte, UnsignedByteOffset2) in TEST_P() function 214 TEST_P(IndexedPointsTestUByte, UnsignedByteOffset3) in TEST_P() function 221 TEST_P(IndexedPointsTestUByte, VertexWithColorUnsignedByteOffset0) in TEST_P() function 229 TEST_P(IndexedPointsTestUByte, VertexWithColorUnsignedByteOffset1) in TEST_P() function 237 TEST_P(IndexedPointsTestUByte, VertexWithColorUnsignedByteOffset2) in TEST_P() function 245 TEST_P(IndexedPointsTestUByte, VertexWithColorUnsignedByteOffset3) in TEST_P() function 255 TEST_P(IndexedPointsTestUShort, UnsignedShortOffset0) in TEST_P() function 262 TEST_P(IndexedPointsTestUShort, UnsignedShortOffset1) in TEST_P() function [all …]
|
D | BlendIntegerTest.cpp | 204 TEST_P(BlendIntegerTest, R8I) in TEST_P() function 209 TEST_P(BlendIntegerTest, R16I) in TEST_P() function 214 TEST_P(BlendIntegerTest, R32I) in TEST_P() function 219 TEST_P(BlendIntegerTest, RG8I) in TEST_P() function 224 TEST_P(BlendIntegerTest, RG16I) in TEST_P() function 229 TEST_P(BlendIntegerTest, RG32I) in TEST_P() function 234 TEST_P(BlendIntegerTest, RGBA8I) in TEST_P() function 239 TEST_P(BlendIntegerTest, RGBA16I) in TEST_P() function 244 TEST_P(BlendIntegerTest, RGBA32I) in TEST_P() function 250 TEST_P(BlendIntegerTest, R8UI) in TEST_P() function [all …]
|
D | SimpleOperationTest.cpp | 78 TEST_P(SimpleOperationTest, CullFaceEnabledState) in TEST_P() function 95 TEST_P(SimpleOperationTest, CullFaceFrontEnabledState) in TEST_P() function 115 TEST_P(SimpleOperationTest, BlendingRenderState) in TEST_P() function 157 TEST_P(SimpleOperationTest, CompileVertexShader) in TEST_P() function 166 TEST_P(SimpleOperationTest, CompileFragmentShaderSingleVaryingInput) in TEST_P() function 184 TEST_P(SimpleOperationTest, ClearAndSwap) in TEST_P() function 197 TEST_P(SimpleOperationTest, ScissorTest) in TEST_P() function 218 TEST_P(SimpleOperationTest, LinkProgramShadersNoInputs) in TEST_P() function 227 TEST_P(SimpleOperationTest, LinkProgramWithUniforms) in TEST_P() function 248 TEST_P(SimpleOperationTest, LinkProgramWithAttributes) in TEST_P() function [all …]
|
/external/libjpeg-turbo/gtest/ |
D | tjunittest-gtest-wrapper.cpp | 56 TEST_P(TJUnitTest, BMP) { in TEST_P() function 62 TEST_P(TJUnitTest, ThreeByte444) { in TEST_P() function 68 TEST_P(TJUnitTest, FourByte444) { in TEST_P() function 74 TEST_P(TJUnitTest, ThreeByte422) { in TEST_P() function 80 TEST_P(TJUnitTest, FourByte422) { in TEST_P() function 86 TEST_P(TJUnitTest, ThreeByte420) { in TEST_P() function 92 TEST_P(TJUnitTest, FourByte420) { in TEST_P() function 98 TEST_P(TJUnitTest, ThreeByte440) { in TEST_P() function 104 TEST_P(TJUnitTest, FourByte440) { in TEST_P() function 110 TEST_P(TJUnitTest, ThreeByte411) { in TEST_P() function [all …]
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter_test.cc | 192 TEST_P(ProtoStreamObjectWriterTest, EmptyObject) { in TEST_P() function 198 TEST_P(ProtoStreamObjectWriterTest, SimpleObject) { in TEST_P() function 214 TEST_P(ProtoStreamObjectWriterTest, SimpleMessage) { in TEST_P() function 250 TEST_P(ProtoStreamObjectWriterTest, CustomJsonName) { in TEST_P() function 267 TEST_P(ProtoStreamObjectWriterTest, ConflictingJsonName) { in TEST_P() function 281 TEST_P(ProtoStreamObjectWriterTest, IntEnumValuesAreAccepted) { in TEST_P() function 298 TEST_P(ProtoStreamObjectWriterTest, EnumValuesWithDifferentCaseIsRejected) { in TEST_P() function 317 TEST_P(ProtoStreamObjectWriterTest, EnumValuesWithSameCaseIsAccepted) { in TEST_P() function 337 TEST_P(ProtoStreamObjectWriterTest, EnumValuesWithDifferentCaseIsAccepted) { in TEST_P() function 357 TEST_P(ProtoStreamObjectWriterTest, EnumValuesWithoutUnderscoreAreAccepted) { in TEST_P() function [all …]
|
D | protostream_objectsource_test.cc | 298 TEST_P(ProtostreamObjectSourceTest, EmptyMessage) { in TEST_P() function 304 TEST_P(ProtostreamObjectSourceTest, Primitives) { in TEST_P() function 342 TEST_P(ProtostreamObjectSourceTest, RepeatingPrimitives) { in TEST_P() function 358 TEST_P(ProtostreamObjectSourceTest, CustomJsonName) { in TEST_P() function 366 TEST_P(ProtostreamObjectSourceTest, NestedMessage) { in TEST_P() function 382 TEST_P(ProtostreamObjectSourceTest, RepeatingField) { in TEST_P() function 400 TEST_P(ProtostreamObjectSourceTest, PackedRepeatingFields) { in TEST_P() function 404 TEST_P(ProtostreamObjectSourceTest, NonPackedPackableFieldsActuallyPacked) { in TEST_P() function 409 TEST_P(ProtostreamObjectSourceTest, PackedPackableFieldNotActuallyPacked) { in TEST_P() function 414 TEST_P(ProtostreamObjectSourceTest, BadAuthor) { in TEST_P() function [all …]
|
/external/icing/icing/tokenization/reverse_jni/ |
D | reverse-jni-language-segmenter_test.cc | 128 TEST_P(ReverseJniLanguageSegmenterTest, EmptyText) { in TEST_P() function 136 TEST_P(ReverseJniLanguageSegmenterTest, SimpleText) { in TEST_P() function 145 TEST_P(ReverseJniLanguageSegmenterTest, ASCII_Punctuation) { in TEST_P() function 162 TEST_P(ReverseJniLanguageSegmenterTest, ASCII_SpecialCharacter) { in TEST_P() function 180 TEST_P(ReverseJniLanguageSegmenterTest, Non_ASCII_Non_Alphabetic) { in TEST_P() function 191 TEST_P(ReverseJniLanguageSegmenterTest, Acronym) { in TEST_P() function 206 TEST_P(ReverseJniLanguageSegmenterTest, WordConnector) { in TEST_P() function 291 TEST_P(ReverseJniLanguageSegmenterTest, Apostrophes) { in TEST_P() function 314 TEST_P(ReverseJniLanguageSegmenterTest, Parentheses) { in TEST_P() function 327 TEST_P(ReverseJniLanguageSegmenterTest, Quotes) { in TEST_P() function [all …]
|
/external/icing/icing/tokenization/icu/ |
D | icu-language-segmenter_test.cc | 134 TEST_P(IcuLanguageSegmenterAllLocalesTest, EmptyText) { in TEST_P() function 142 TEST_P(IcuLanguageSegmenterAllLocalesTest, SimpleText) { in TEST_P() function 151 TEST_P(IcuLanguageSegmenterAllLocalesTest, ASCII_Punctuation) { in TEST_P() function 168 TEST_P(IcuLanguageSegmenterAllLocalesTest, ASCII_SpecialCharacter) { in TEST_P() function 186 TEST_P(IcuLanguageSegmenterAllLocalesTest, Non_ASCII_Non_Alphabetic) { in TEST_P() function 197 TEST_P(IcuLanguageSegmenterAllLocalesTest, Acronym) { in TEST_P() function 212 TEST_P(IcuLanguageSegmenterAllLocalesTest, WordConnector) { in TEST_P() function 297 TEST_P(IcuLanguageSegmenterAllLocalesTest, Apostrophes) { in TEST_P() function 320 TEST_P(IcuLanguageSegmenterAllLocalesTest, Parentheses) { in TEST_P() function 333 TEST_P(IcuLanguageSegmenterAllLocalesTest, Quotes) { in TEST_P() function [all …]
|
/external/angle/src/tests/test_expectations/ |
D | GPUTestExpectationsParser_unittest.cpp | 68 TEST_P(GPUTestExpectationsParserTest, GPUTestExpectationsParserSkip) in TEST_P() function 80 TEST_P(GPUTestExpectationsParserTest, GPUTestExpectationsParserFail) in TEST_P() function 92 TEST_P(GPUTestExpectationsParserTest, GPUTestExpectationsParserPass) in TEST_P() function 104 TEST_P(GPUTestExpectationsParserTest, GPUTestExpectationsParserTimeout) in TEST_P() function 116 TEST_P(GPUTestExpectationsParserTest, GPUTestExpectationsParserFlaky) in TEST_P() function 129 TEST_P(GPUTestExpectationsParserTest, GPUTestExpectationsParserSingleLineWin) in TEST_P() function 142 TEST_P(GPUTestExpectationsParserTest, GPUTestExpectationsParserSingleLineWinNVIDIA) in TEST_P() function 155 TEST_P(GPUTestExpectationsParserTest, GPUTestExpectationsParserSingleLineWinNVIDIAD3D11) in TEST_P() function 167 TEST_P(GPUTestExpectationsParserTest, GPUTestExpectationsParserSingleLineWinNVIDIAD3D11OtherOrder) in TEST_P() function 179 TEST_P(GPUTestExpectationsParserTest, GPUTestExpectationsParserSingleLineMac) in TEST_P() function [all …]
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | resize_nearest_neighbor_test.cc | 85 TEST_P(ResizeNearestNeighborOpTest, HorizontalResize) { in TEST_P() function 93 TEST_P(ResizeNearestNeighborOpTest, HorizontalResizeUInt8) { in TEST_P() function 101 TEST_P(ResizeNearestNeighborOpTest, HorizontalResizeInt8) { in TEST_P() function 109 TEST_P(ResizeNearestNeighborOpTest, HorizontalResizeInt16) { in TEST_P() function 117 TEST_P(ResizeNearestNeighborOpTest, VerticalResize) { in TEST_P() function 125 TEST_P(ResizeNearestNeighborOpTest, VerticalResizeUInt8) { in TEST_P() function 133 TEST_P(ResizeNearestNeighborOpTest, VerticalResizeInt8) { in TEST_P() function 141 TEST_P(ResizeNearestNeighborOpTest, VerticalResizeInt16) { in TEST_P() function 149 TEST_P(ResizeNearestNeighborOpTest, TwoDimensionalResize) { in TEST_P() function 163 TEST_P(ResizeNearestNeighborOpTest, TwoDimensionalResizeUInt8) { in TEST_P() function [all …]
|
D | resize_bilinear_test.cc | 82 TEST_P(ResizeBilinearOpTest, HorizontalResize) { in TEST_P() function 91 TEST_P(ResizeBilinearOpTest, HorizontalResizeUInt8) { in TEST_P() function 99 TEST_P(ResizeBilinearOpTest, HorizontalResizeInt8) { in TEST_P() function 107 TEST_P(ResizeBilinearOpTest, HorizontalResizeInt16) { in TEST_P() function 118 TEST_P(ResizeBilinearOpTest, VerticalResize) { in TEST_P() function 127 TEST_P(ResizeBilinearOpTest, VerticalResizeUInt8) { in TEST_P() function 135 TEST_P(ResizeBilinearOpTest, VerticalResizeInt8) { in TEST_P() function 143 TEST_P(ResizeBilinearOpTest, VerticalResizeInt16) { in TEST_P() function 154 TEST_P(ResizeBilinearOpTest, TwoDimensionalResize) { in TEST_P() function 169 TEST_P(ResizeBilinearOpTest, TwoDimensionalResizeUInt8) { in TEST_P() function [all …]
|
D | slice_test.cc | 87 TEST_P(SliceOpTest, In1D) { in TEST_P() function 96 TEST_P(SliceOpTest, In2D) { in TEST_P() function 106 TEST_P(SliceOpTest, In3D) { in TEST_P() function 117 TEST_P(SliceOpTest, In5D) { in TEST_P() function 127 TEST_P(SliceOpTest, InputFloat) { in TEST_P() function 137 TEST_P(SliceOpTest, IndexInt64) { in TEST_P() function 149 TEST_P(SliceOpTest, InputInteger1) { in TEST_P() function 159 TEST_P(SliceOpTest, InputInteger2) { in TEST_P() function 169 TEST_P(SliceOpTest, InputInteger3) { in TEST_P() function 179 TEST_P(SliceOpTest, SizeMinus1) { in TEST_P() function [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | sharding_propagation_test.cc | 139 TEST_P(ParameterizedMetadataTest, ShardingMetadataFromInstruction) { in TEST_P() function 240 TEST_P(ParameterizedMetadataTest, ElementwiseOperationForwardPass) { in TEST_P() function 271 TEST_P(ParameterizedMetadataTest, ElementwiseOperationBackwardPass) { in TEST_P() function 303 TEST_P(ParameterizedMetadataTest, BroadcastForwardPass) { in TEST_P() function 333 TEST_P(ParameterizedMetadataTest, BroadcastBackwardPass) { in TEST_P() function 363 TEST_P(ParameterizedMetadataTest, BroadcastForwardPartial) { in TEST_P() function 395 TEST_P(ParameterizedMetadataTest, BroadcastMerge) { in TEST_P() function 426 TEST_P(ParameterizedMetadataTest, BroadcastUser) { in TEST_P() function 456 TEST_P(ParameterizedMetadataTest, BroadcastUserPartial) { in TEST_P() function 488 TEST_P(ParameterizedMetadataTest, MaximalReduceForwardPass) { in TEST_P() function [all …]
|
/external/webrtc/media/engine/ |
D | webrtc_voice_engine_unittest.cc | 825 TEST_P(WebRtcVoiceEngineTestFake, CreateMediaChannel) { in TEST_P() function 830 TEST_P(WebRtcVoiceEngineTestFake, CreateSendStream) { in TEST_P() function 843 TEST_P(WebRtcVoiceEngineTestFake, CreateRecvStream) { in TEST_P() function 857 TEST_P(WebRtcVoiceEngineTestFake, OpusSupportsTransportCc) { in TEST_P() function 870 TEST_P(WebRtcVoiceEngineTestFake, SetRecvCodecs) { in TEST_P() function 890 TEST_P(WebRtcVoiceEngineTestFake, SetRecvCodecsUnsupportedCodec) { in TEST_P() function 899 TEST_P(WebRtcVoiceEngineTestFake, SetRecvCodecsDuplicatePayloadType) { in TEST_P() function 909 TEST_P(WebRtcVoiceEngineTestFake, SetRecvCodecsWithOpusNoStereo) { in TEST_P() function 925 TEST_P(WebRtcVoiceEngineTestFake, SetRecvCodecsWithOpus0Stereo) { in TEST_P() function 942 TEST_P(WebRtcVoiceEngineTestFake, SetRecvCodecsWithOpus1Stereo) { in TEST_P() function [all …]
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | resize_bilinear_op_test.cc | 184 TEST_P(ResizeBilinearOpTest, TestResizeRandomDataSeveralInputsSizes1Channel) { in TEST_P() function 188 TEST_P(ResizeBilinearOpTest, TestResizeRandomDataSeveralInputsSizes3Channels) { in TEST_P() function 192 TEST_P(ResizeBilinearOpTest, TestResizeRandomDataSeveralInputsSizes4Channels) { in TEST_P() function 196 TEST_P(ResizeBilinearOpTest, TestBilinear2x2To1x1) { in TEST_P() function 211 TEST_P(ResizeBilinearOpTest, TestBilinearRandom2x2To1x1) { in TEST_P() function 227 TEST_P(ResizeBilinearOpAlignCornersTest, TestBilinearAlignCorners2x2To1x1) { in TEST_P() function 242 TEST_P(ResizeBilinearOpTest, TestBilinear2x2To3x3) { in TEST_P() function 262 TEST_P(ResizeBilinearOpAlignCornersTest, TestBilinearAlignCorners2x2To3x3) { in TEST_P() function 285 TEST_P(ResizeBilinearOpTest, TestBilinear3x3To2x2) { in TEST_P() function 306 TEST_P(ResizeBilinearOpAlignCornersTest, TestBilinearAlignCorners3x3To2x2) { in TEST_P() function [all …]
|
D | resize_nearest_neighbor_op_test.cc | 99 TEST_P(ResizeNearestNeighborOpTest, TestNearest2x2To1x1) { in TEST_P() function 116 TEST_P(ResizeNearestNeighborOpAlignCornersTest, in TEST_P() function 134 TEST_P(ResizeNearestNeighborOpTest, TestNearest2x2To3x3) { in TEST_P() function 154 TEST_P(ResizeNearestNeighborOpAlignCornersTest, in TEST_P() function 175 TEST_P(ResizeNearestNeighborOpTest, TestNearest3x3To2x2) { in TEST_P() function 196 TEST_P(ResizeNearestNeighborOpAlignCornersTest, in TEST_P() function 218 TEST_P(ResizeNearestNeighborOpTest, TestNearest2x2To2x5) { in TEST_P() function 237 TEST_P(ResizeNearestNeighborOpTest, TestNearestNeighbor4x4To3x3) { in TEST_P() function 261 TEST_P(ResizeNearestNeighborOpAlignCornersTest, in TEST_P() function 286 TEST_P(ResizeNearestNeighborOpTest, TestNearest2x2To5x2) { in TEST_P() function [all …]
|
/external/libaom/libaom/test/ |
D | comp_avg_pred_test.cc | 26 TEST_P(AV1DISTWTDCOMPAVGTest, DISABLED_Speed) { RunSpeedTest(GET_PARAM(0)); } in TEST_P() function 28 TEST_P(AV1DISTWTDCOMPAVGTest, CheckOutput) { RunCheckOutput(GET_PARAM(0)); } in TEST_P() function 36 TEST_P(AV1DISTWTDCOMPAVGUPSAMPLEDTest, DISABLED_Speed) { in TEST_P() function 40 TEST_P(AV1DISTWTDCOMPAVGUPSAMPLEDTest, CheckOutput) { in TEST_P() function 51 TEST_P(AV1HighBDDISTWTDCOMPAVGTest, DISABLED_Speed) { in TEST_P() function 55 TEST_P(AV1HighBDDISTWTDCOMPAVGTest, CheckOutput) { in TEST_P() function 65 TEST_P(AV1HighBDDISTWTDCOMPAVGUPSAMPLEDTest, DISABLED_Speed) { in TEST_P() function 69 TEST_P(AV1HighBDDISTWTDCOMPAVGUPSAMPLEDTest, CheckOutput) { in TEST_P() function
|
D | av1_convolve_2d_test.cc | 29 TEST_P(AV1Convolve2DSrTest, DISABLED_Speed) { RunSpeedTest(GET_PARAM(0)); } in TEST_P() function 31 TEST_P(AV1Convolve2DSrTest, CheckOutput) { RunCheckOutput(GET_PARAM(0)); } in TEST_P() function 94 TEST_P(AV1JntConvolve2DTest, CheckOutput) { RunCheckOutput(GET_PARAM(0)); } in TEST_P() function 95 TEST_P(AV1JntConvolve2DTest, DISABLED_Speed) { RunSpeedTest(GET_PARAM(0)); } in TEST_P() function 166 TEST_P(AV1HighbdConvolve2DSrTest, CheckOutput) { RunCheckOutput(GET_PARAM(1)); } in TEST_P() function 167 TEST_P(AV1HighbdConvolve2DSrTest, DISABLED_Speed) { in TEST_P() function 212 TEST_P(AV1HighbdJntConvolve2DTest, CheckOutput) { in TEST_P() function 216 TEST_P(AV1HighbdJntConvolve2DTest, DISABLED_Speed) { in TEST_P() function
|