Home
last modified time | relevance | path

Searched refs:TEST_F (Results 1 – 25 of 149) sorted by relevance

123456

/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/
DShaderValidation_test.cpp125 TEST_F(FragmentShaderValidationTest, FunctionParameterMismatch) in TEST_F() function
143 TEST_F(FragmentShaderValidationTest, RedeclaringFunctionAsVariable) in TEST_F() function
161 TEST_F(FragmentShaderValidationTest, RedeclaringFunctionAsStruct) in TEST_F() function
179 TEST_F(FragmentShaderValidationTest, RedeclaringFunctionWithDifferentQualifiers) in TEST_F() function
197 TEST_F(FragmentShaderValidationTest, CompareStructsContainingArrays) in TEST_F() function
215 TEST_F(FragmentShaderValidationTest, AssignStructsContainingArrays) in TEST_F() function
235 TEST_F(FragmentShaderValidationTest, CompareStructsContainingSamplers) in TEST_F() function
254 TEST_F(FragmentShaderValidationTest, AssignStructsContainingSamplers) in TEST_F() function
275 TEST_F(FragmentShaderValidationTest, ArrayWithNoSizeInInitializerList) in TEST_F() function
290 TEST_F(FragmentShaderValidationTest, ConstVarNotInitialized) in TEST_F() function
[all …]
DConstantFolding_test.cpp16 TEST_F(ConstantFoldingExpressionTest, FoldFloatTestSanityCheck) in TEST_F() function
25 TEST_F(ConstantFoldingTest, FoldIntegerAdd) in TEST_F() function
41 TEST_F(ConstantFoldingTest, FoldIntegerSub) in TEST_F() function
57 TEST_F(ConstantFoldingTest, FoldIntegerMul) in TEST_F() function
73 TEST_F(ConstantFoldingTest, FoldIntegerDiv) in TEST_F() function
90 TEST_F(ConstantFoldingTest, FoldIntegerModulus) in TEST_F() function
106 TEST_F(ConstantFoldingTest, FoldVectorCrossProduct) in TEST_F() function
135 TEST_F(ConstantFoldingTest, Fold2x2MatrixInverse) in TEST_F() function
158 TEST_F(ConstantFoldingTest, Fold3x3MatrixInverse) in TEST_F() function
185 TEST_F(ConstantFoldingTest, Fold4x4MatrixInverse) in TEST_F() function
[all …]
DGeometryShader_test.cpp126 TEST_F(GeometryShaderTest, Version300) in TEST_F() function
142 TEST_F(GeometryShaderTest, Version310WithoutExtension) in TEST_F() function
158 TEST_F(GeometryShaderTest, Version310ExtensionDisabled) in TEST_F() function
174 TEST_F(GeometryShaderTest, Version310WithEXTExtension) in TEST_F() function
193 TEST_F(GeometryShaderTest, NoInputPrimitives) in TEST_F() function
212 TEST_F(GeometryShaderTest, ValidInputPrimitives) in TEST_F() function
233 TEST_F(GeometryShaderTest, RedeclareInputPrimitives) in TEST_F() function
260 TEST_F(GeometryShaderTest, DeclareDifferentInputPrimitivesInOneLayout) in TEST_F() function
278 TEST_F(GeometryShaderTest, InvocationsLessThanOne) in TEST_F() function
297 TEST_F(GeometryShaderTest, InvocationsEqualsOne) in TEST_F() function
[all …]
DBufferVariables_test.cpp45 TEST_F(BufferVariablesTest, BasicShaderStorageBlockDeclaration) in TEST_F() function
63 TEST_F(BufferVariablesTest, LayoutQualifiersDeclaredInGlobal) in TEST_F() function
78 TEST_F(BufferVariablesTest, ShaderStorageBlockWithMemoryQualifier) in TEST_F() function
96 TEST_F(BufferVariablesTest, BufferVariablesWithMemoryQualifier) in TEST_F() function
115 TEST_F(BufferVariablesTest, DeclareBufferVariableAtGlobal) in TEST_F() function
130 TEST_F(BufferVariablesTest, BufferVariableWithOpaqueType) in TEST_F() function
148 TEST_F(BufferVariablesTest, UniformVariableInShaderStorageBlock) in TEST_F() function
165 TEST_F(BufferVariablesTest, BufferQualifierInESSL3) in TEST_F() function
183 TEST_F(BufferVariablesTest, AssignToReadonlyBufferVariable) in TEST_F() function
201 TEST_F(BufferVariablesTest, AssignToBufferVariableWithinReadonlyBlock) in TEST_F() function
[all …]
DQualificationOrder_test.cpp40 TEST_F(QualificationOrderFragmentShaderTest, RepeatingCentroid) in TEST_F() function
56 TEST_F(QualificationOrderFragmentShaderTest, RepeatingUniforms) in TEST_F() function
72 TEST_F(QualificationOrderFragmentShaderTest, RepeatingVaryings) in TEST_F() function
87 TEST_F(QualificationOrderFragmentShaderTest, WrongOrderQualifiers) in TEST_F() function
103 TEST_F(QualificationOrderVertexShaderTest, WrongOrderCentroidOut) in TEST_F() function
122 TEST_F(QualificationOrderFragmentShaderTest, WrongOrderCentroidIn) in TEST_F() function
140 TEST_F(QualificationOrderFragmentShaderTest, WrongOrderTypeStorage) in TEST_F() function
158 TEST_F(QualificationOrderFragmentShaderTest, RepeatingDifferentStorageQualifiers) in TEST_F() function
176 TEST_F(QualificationOrderFragmentShaderTest, RepeatingLayoutQualifiers) in TEST_F() function
194 TEST_F(QualificationOrderFragmentShaderTest, RepeatingInvariantQualifiers) in TEST_F() function
[all …]
DRemoveUnreferencedVariables_test.cpp25 TEST_F(RemoveUnreferencedVariablesTest, SimpleDeclaration) in TEST_F() function
39 TEST_F(RemoveUnreferencedVariablesTest, SimpleGlobalDeclaration) in TEST_F() function
55 TEST_F(RemoveUnreferencedVariablesTest, SimpleInitializer) in TEST_F() function
70 TEST_F(RemoveUnreferencedVariablesTest, SideEffectInInitializer) in TEST_F() function
90 TEST_F(RemoveUnreferencedVariablesTest, BuiltInSideEffectInInitializer) in TEST_F() function
111 TEST_F(RemoveUnreferencedVariablesTest, ImageStoreSideEffectInInitializer) in TEST_F() function
129 TEST_F(RemoveUnreferencedVariablesTest, MultipleVariablesChained) in TEST_F() function
148 TEST_F(RemoveUnreferencedVariablesTest, MultipleVariablesChainedReferenced) in TEST_F() function
169 TEST_F(RemoveUnreferencedVariablesTest, MultipleVariablesChainedTwoScopes) in TEST_F() function
192 TEST_F(RemoveUnreferencedVariablesTest, VariableReferencedInAnotherScope) in TEST_F() function
[all …]
DTypeTracking_test.cpp75 TEST_F(TypeTrackingTest, FunctionPrototype) in TEST_F() function
93 TEST_F(TypeTrackingTest, BuiltInFunctionResultPrecision) in TEST_F() function
107 TEST_F(TypeTrackingTest, BinaryMathResultPrecision) in TEST_F() function
121 TEST_F(TypeTrackingTest, BuiltInVecFunctionResultTypeAndPrecision) in TEST_F() function
139 TEST_F(TypeTrackingTest, BuiltInMatFunctionResultTypeAndPrecision) in TEST_F() function
166 TEST_F(TypeTrackingTest, BuiltInFunctionChoosesHigherPrecision) in TEST_F() function
183 TEST_F(TypeTrackingTest, BuiltInBoolFunctionResultType) in TEST_F() function
200 TEST_F(TypeTrackingTest, BuiltInVecToBoolFunctionResultType) in TEST_F() function
220 TEST_F(TypeTrackingTest, Texture2DResultTypeAndPrecision) in TEST_F() function
238 TEST_F(TypeTrackingTest, TextureCubeResultTypeAndPrecision) in TEST_F() function
[all …]
DSamplerMultisample_test.cpp43 TEST_F(SamplerMultisampleTest, TexelFetchSampler2DMS) in TEST_F() function
65 TEST_F(SamplerMultisampleTest, TextureSizeSampler2DMS) in TEST_F() function
87 TEST_F(SamplerMultisampleTest, NoPrecisionSampler2DMS) in TEST_F() function
103 TEST_F(SamplerMultisampleTest, NoPrecisionISampler2DMS) in TEST_F() function
119 TEST_F(SamplerMultisampleTest, NoPrecisionUSampler2DMS) in TEST_F() function
135 TEST_F(SamplerMultisampleTest, Sampler2DMSESSL300) in TEST_F() function
152 TEST_F(SamplerMultisampleTest, ISampler2DMSESSL300) in TEST_F() function
169 TEST_F(SamplerMultisampleTest, USampler2DMSESSL300) in TEST_F() function
186 TEST_F(SamplerMultisampleTest, Sampler2DMSArrayNotSupported) in TEST_F() function
203 TEST_F(SamplerMultisampleTest, ISampler2DMSArrayNotSupported) in TEST_F() function
[all …]
DOVR_multiview2_test.cpp194 TEST_F(OVRMultiview2VertexShaderTest, InvalidNumViewsMismatch) in TEST_F() function
213 TEST_F(OVRMultiview2VertexShaderTest, InvalidNumViewsZero) in TEST_F() function
231 TEST_F(OVRMultiview2VertexShaderTest, InvalidNumViewsGreaterThanMax) in TEST_F() function
249 TEST_F(OVRMultiview2VertexShaderTest, ViewIDUsed) in TEST_F() function
279 TEST_F(OVRMultiview2FragmentShaderTest, ReadOfFragCoord) in TEST_F() function
297 TEST_F(OVRMultiview2FragmentShaderTest, ReadOfViewID) in TEST_F() function
315 TEST_F(OVRMultiview2VertexShaderTest, UseOfExtensionMacro) in TEST_F() function
334 TEST_F(OVRMultiview2VertexShaderTest, ViewIdAsLValue) in TEST_F() function
356 TEST_F(OVRMultiview2VertexShaderTest, ESSL1Shader) in TEST_F() function
379 TEST_F(OVRMultiview2VertexShaderTest, ESSL1ShaderUnsupportedGlobalLayoutQualifier) in TEST_F() function
[all …]
DOVR_multiview_test.cpp192 TEST_F(OVRMultiviewVertexShaderTest, InvalidMultiview) in TEST_F() function
210 TEST_F(OVRMultiviewVertexShaderTest, InvalidNumViewsMismatch) in TEST_F() function
229 TEST_F(OVRMultiviewVertexShaderTest, InvalidNumViewsZero) in TEST_F() function
247 TEST_F(OVRMultiviewVertexShaderTest, InvalidNumViewsGreaterThanMax) in TEST_F() function
265 TEST_F(OVRMultiviewVertexShaderTest, ViewIDUsed) in TEST_F() function
295 TEST_F(OVRMultiviewFragmentShaderTest, ReadOfFragCoord) in TEST_F() function
313 TEST_F(OVRMultiviewFragmentShaderTest, ReadOfViewID) in TEST_F() function
331 TEST_F(OVRMultiviewVertexShaderTest, UseOfExtensionMacro) in TEST_F() function
350 TEST_F(OVRMultiviewVertexShaderTest, ViewIdAsLValue) in TEST_F() function
372 TEST_F(OVRMultiviewVertexShaderTest, ESSL1Shader) in TEST_F() function
[all …]
DDebugShaderPrecision_test.cpp62 TEST_F(DebugShaderPrecisionTest, RoundingFunctionsDefined) in TEST_F() function
126 TEST_F(DebugShaderPrecisionTest, NonSquareMatrixRoundingFunctionsDefinedES3) in TEST_F() function
180 TEST_F(DebugShaderPrecisionTest, PragmaDisablesEmulation) in TEST_F() function
204 TEST_F(DebugShaderPrecisionTest, MultiplePragmas) in TEST_F() function
218 TEST_F(NoDebugShaderPrecisionTest, HelpersWrittenOnlyWithExtension) in TEST_F() function
230 TEST_F(NoDebugShaderPrecisionTest, PragmaHasEffectsOnlyWithExtension) in TEST_F() function
243 TEST_F(DebugShaderPrecisionTest, DeclarationsAndConstants) in TEST_F() function
271 TEST_F(DebugShaderPrecisionTest, InitializerRounding) in TEST_F() function
287 TEST_F(DebugShaderPrecisionTest, CompoundAddFunction) in TEST_F() function
313 TEST_F(DebugShaderPrecisionTest, CompoundSubFunction) in TEST_F() function
[all …]
DCollectVariables_test.cpp240 TEST_F(CollectFragmentVariablesTest, SimpleOutputVar) in TEST_F() function
266 TEST_F(CollectFragmentVariablesTest, LocationOutputVar) in TEST_F() function
292 TEST_F(CollectVertexVariablesTest, LocationAttribute) in TEST_F() function
317 TEST_F(CollectVertexVariablesTest, SimpleInterfaceBlock) in TEST_F() function
354 TEST_F(CollectVertexVariablesTest, SimpleInstancedInterfaceBlock) in TEST_F() function
392 TEST_F(CollectVertexVariablesTest, StructInterfaceBlock) in TEST_F() function
439 TEST_F(CollectVertexVariablesTest, StructInstancedInterfaceBlock) in TEST_F() function
487 TEST_F(CollectVertexVariablesTest, NestedStructRowMajorInterfaceBlock) in TEST_F() function
534 TEST_F(CollectVertexVariablesTest, VaryingInterpolation) in TEST_F() function
568 TEST_F(CollectVertexVariablesTest, DepthRange) in TEST_F() function
[all …]
/device/generic/vulkan-cereal/third-party/googletest/googletest/test/
Dgtest_pred_impl_unittest.cc166 TEST_F(EXPECT_PRED1Test, FunctionOnBuiltInTypeSuccess) { in TEST_F() function
174 TEST_F(EXPECT_PRED1Test, FunctionOnUserTypeSuccess) { in TEST_F() function
182 TEST_F(EXPECT_PRED1Test, FunctorOnBuiltInTypeSuccess) { in TEST_F() function
190 TEST_F(EXPECT_PRED1Test, FunctorOnUserTypeSuccess) { in TEST_F() function
198 TEST_F(EXPECT_PRED1Test, FunctionOnBuiltInTypeFailure) { in TEST_F() function
208 TEST_F(EXPECT_PRED1Test, FunctionOnUserTypeFailure) { in TEST_F() function
218 TEST_F(EXPECT_PRED1Test, FunctorOnBuiltInTypeFailure) { in TEST_F() function
228 TEST_F(EXPECT_PRED1Test, FunctorOnUserTypeFailure) { in TEST_F() function
238 TEST_F(ASSERT_PRED1Test, FunctionOnBuiltInTypeSuccess) { in TEST_F() function
246 TEST_F(ASSERT_PRED1Test, FunctionOnUserTypeSuccess) { in TEST_F() function
[all …]
Dgoogletest-death-test-test.cc311 TEST_F(TestForDeathTest, SingleStatement) { in TEST_F() function
345 TEST_F(TestForDeathTest, EmbeddedNulInMessage) { in TEST_F() function
354 TEST_F(TestForDeathTest, SwitchStatement) { in TEST_F() function
372 TEST_F(TestForDeathTest, StaticMemberFunctionFastStyle) { in TEST_F() function
379 TEST_F(TestForDeathTest, MemberFunctionFastStyle) { in TEST_F() function
389 TEST_F(TestForDeathTest, FastDeathTestInChangedDir) { in TEST_F() function
434 TEST_F(TestForDeathTest, FastSigprofActionSet) { in TEST_F() function
443 TEST_F(TestForDeathTest, ThreadSafeSigprofActionSet) { in TEST_F() function
455 TEST_F(TestForDeathTest, StaticMemberFunctionThreadsafeStyle) { in TEST_F() function
460 TEST_F(TestForDeathTest, MemberFunctionThreadsafeStyle) { in TEST_F() function
[all …]
Dgoogletest-catch-exceptions-test_.cc58 TEST_F(SehExceptionInConstructorTest, ThrowsExceptionInConstructor) {} in TEST_F() function
65 TEST_F(SehExceptionInDestructorTest, ThrowsExceptionInDestructor) {} in TEST_F() function
72 TEST_F(SehExceptionInSetUpTestSuiteTest, ThrowsExceptionInSetUpTestSuite) {} in TEST_F() function
79 TEST_F(SehExceptionInTearDownTestSuiteTest, in TEST_F() function
87 TEST_F(SehExceptionInSetUpTest, ThrowsExceptionInSetUp) {} in TEST_F() function
94 TEST_F(SehExceptionInTearDownTest, ThrowsExceptionInTearDown) {} in TEST_F() function
136 TEST_F(CxxExceptionInConstructorTest, ThrowsExceptionInConstructor) { in TEST_F() function
179 TEST_F(CxxExceptionInSetUpTestSuiteTest, ThrowsExceptionInSetUpTestSuite) { in TEST_F() function
192 TEST_F(CxxExceptionInTearDownTestSuiteTest, in TEST_F() function
219 TEST_F(CxxExceptionInSetUpTest, ThrowsExceptionInSetUp) { in TEST_F() function
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/tests/preprocessor_tests/
Ddefine_test.cpp20 TEST_F(DefineTest, NonIdentifier) in TEST_F() function
35 TEST_F(DefineTest, RedefinePredefined) in TEST_F() function
68 TEST_F(DefineTest, ReservedUnderScore1) in TEST_F() function
83 TEST_F(DefineTest, ReservedUnderScore2) in TEST_F() function
98 TEST_F(DefineTest, ReservedGL) in TEST_F() function
113 TEST_F(DefineTest, ObjRedefineValid) in TEST_F() function
130 TEST_F(DefineTest, ObjRedefineInvalid) in TEST_F() function
147 TEST_F(DefineTest, FuncRedefineValid) in TEST_F() function
164 TEST_F(DefineTest, FuncRedefineInvalid) in TEST_F() function
181 TEST_F(DefineTest, ObjBasic) in TEST_F() function
[all …]
Dif_test.cpp16 TEST_F(IfTest, If_0) in TEST_F() function
34 TEST_F(IfTest, If_1) in TEST_F() function
52 TEST_F(IfTest, If_0_Else) in TEST_F() function
74 TEST_F(IfTest, If_1_Else) in TEST_F() function
96 TEST_F(IfTest, If_0_Elif) in TEST_F() function
130 TEST_F(IfTest, If_1_Elif) in TEST_F() function
160 TEST_F(IfTest, If_Elif_Else) in TEST_F() function
190 TEST_F(IfTest, If_0_Nested) in TEST_F() function
222 TEST_F(IfTest, If_1_Nested) in TEST_F() function
254 TEST_F(IfTest, OperatorPrecedence) in TEST_F() function
[all …]
Dlocation_test.cpp35 TEST_F(LocationTest, String0_Line1) in TEST_F() function
44 TEST_F(LocationTest, String0_Line2) in TEST_F() function
53 TEST_F(LocationTest, String1_Line1) in TEST_F() function
62 TEST_F(LocationTest, String1_Line2) in TEST_F() function
71 TEST_F(LocationTest, NewlineInsideCommentCounted) in TEST_F() function
80 TEST_F(LocationTest, ErrorLocationAfterComment) in TEST_F() function
95 TEST_F(LocationTest, TokenStraddlingTwoStrings) in TEST_F() function
104 TEST_F(LocationTest, TokenStraddlingThreeStrings) in TEST_F() function
113 TEST_F(LocationTest, EndOfFileWithoutNewline) in TEST_F() function
131 TEST_F(LocationTest, EndOfFileAfterNewline) in TEST_F() function
[all …]
/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp231 TEST_F(ModemServiceTest, GetIccCardStatus) { in TEST_F() function
244 TEST_F(ModemServiceTest, ChangeOrEnterPIN) { in TEST_F() function
259 TEST_F(ModemServiceTest, SIM_IO) { in TEST_F() function
278 TEST_F(ModemServiceTest, GetIMSI) { in TEST_F() function
288 TEST_F(ModemServiceTest, GetIccId) { in TEST_F() function
298 TEST_F(ModemServiceTest, FacilityLock) { in TEST_F() function
321 TEST_F(ModemServiceTest, OpenLogicalChannel) { in TEST_F() function
334 TEST_F(ModemServiceTest, CloseLogicalChannel) { in TEST_F() function
343 TEST_F(ModemServiceTest, TransmitLogicalChannel) { in TEST_F() function
359 TEST_F(ModemServiceTest, testRadioPowerReq) { in TEST_F() function
[all …]
/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/
Dgmock_output_test_.cc74 TEST_F(GMockOutputTest, ExpectedCall) { in TEST_F() function
83 TEST_F(GMockOutputTest, ExpectedCallToVoidFunction) { in TEST_F() function
92 TEST_F(GMockOutputTest, ExplicitActionsRunOut) { in TEST_F() function
100 TEST_F(GMockOutputTest, UnexpectedCall) { in TEST_F() function
107 TEST_F(GMockOutputTest, UnexpectedCallToVoidFunction) { in TEST_F() function
114 TEST_F(GMockOutputTest, ExcessiveCall) { in TEST_F() function
121 TEST_F(GMockOutputTest, ExcessiveCallToVoidFunction) { in TEST_F() function
128 TEST_F(GMockOutputTest, UninterestingCall) { in TEST_F() function
132 TEST_F(GMockOutputTest, UninterestingCallToVoidFunction) { in TEST_F() function
136 TEST_F(GMockOutputTest, RetiredExpectation) { in TEST_F() function
[all …]
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
DEtc2_unittest.cpp57 TEST_F(Etc2Test, ETC2T) { in TEST_F() function
67 TEST_F(Etc2Test, ETC2H) { in TEST_F() function
77 TEST_F(Etc2Test, ETC2P) { in TEST_F() function
88 TEST_F(Etc2Test, EAC_Alpha) { in TEST_F() function
101 TEST_F(Etc2Test, DISABLED_EAC_R11_0) { in TEST_F() function
114 TEST_F(Etc2Test, DISABLED_EAC_R11_NonZero) { in TEST_F() function
127 TEST_F(Etc2Test, DISABLED_EAC_SIGNED_R11) { in TEST_F() function
141 TEST_F(Etc2Test, ETC2RGB8A1_All0) { in TEST_F() function
151 TEST_F(Etc2Test, ETC2RGB8A1_OP1_diff_flipped) { in TEST_F() function
161 TEST_F(Etc2Test, ETC2RGB8A1_OP1_T) { in TEST_F() function
[all …]
/device/google/sunfish/vibrator/drv2624/tests/
Dtest-hwcal.cpp81 TEST_F(HwCalTest, closeloop_present) { in TEST_F() function
94 TEST_F(HwCalTest, closeloop_missing) { in TEST_F() function
107 TEST_F(HwCalTest, dynamicconfig_presentFalse) { in TEST_F() function
120 TEST_F(HwCalTest, dynamicconfig_presentTrue) { in TEST_F() function
133 TEST_F(HwCalTest, dynamicconfig_missing) { in TEST_F() function
146 TEST_F(HwCalTest, freqshift_present) { in TEST_F() function
159 TEST_F(HwCalTest, freqshift_missing) { in TEST_F() function
172 TEST_F(HwCalTest, shortvolt_present) { in TEST_F() function
185 TEST_F(HwCalTest, shortvolt_missing) { in TEST_F() function
198 TEST_F(HwCalTest, longvolt_present) { in TEST_F() function
[all …]
/device/google/redfin/vibrator/drv2624/tests/
Dtest-hwcal.cpp80 TEST_F(HwCalTest, closeloop_present) { in TEST_F() function
93 TEST_F(HwCalTest, closeloop_missing) { in TEST_F() function
106 TEST_F(HwCalTest, dynamicconfig_presentFalse) { in TEST_F() function
119 TEST_F(HwCalTest, dynamicconfig_presentTrue) { in TEST_F() function
132 TEST_F(HwCalTest, dynamicconfig_missing) { in TEST_F() function
145 TEST_F(HwCalTest, freqshift_present) { in TEST_F() function
158 TEST_F(HwCalTest, freqshift_missing) { in TEST_F() function
171 TEST_F(HwCalTest, shortvolt_present) { in TEST_F() function
184 TEST_F(HwCalTest, shortvolt_missing) { in TEST_F() function
197 TEST_F(HwCalTest, longvolt_present) { in TEST_F() function
[all …]
/device/google/barbet/vibrator/drv2624/tests/
Dtest-hwcal.cpp80 TEST_F(HwCalTest, closeloop_present) { in TEST_F() function
93 TEST_F(HwCalTest, closeloop_missing) { in TEST_F() function
106 TEST_F(HwCalTest, dynamicconfig_presentFalse) { in TEST_F() function
119 TEST_F(HwCalTest, dynamicconfig_presentTrue) { in TEST_F() function
132 TEST_F(HwCalTest, dynamicconfig_missing) { in TEST_F() function
145 TEST_F(HwCalTest, freqshift_present) { in TEST_F() function
158 TEST_F(HwCalTest, freqshift_missing) { in TEST_F() function
171 TEST_F(HwCalTest, shortvolt_present) { in TEST_F() function
184 TEST_F(HwCalTest, shortvolt_missing) { in TEST_F() function
197 TEST_F(HwCalTest, longvolt_present) { in TEST_F() function
[all …]
/device/google/bramble/vibrator/drv2624/tests/
Dtest-hwcal.cpp80 TEST_F(HwCalTest, closeloop_present) { in TEST_F() function
93 TEST_F(HwCalTest, closeloop_missing) { in TEST_F() function
106 TEST_F(HwCalTest, dynamicconfig_presentFalse) { in TEST_F() function
119 TEST_F(HwCalTest, dynamicconfig_presentTrue) { in TEST_F() function
132 TEST_F(HwCalTest, dynamicconfig_missing) { in TEST_F() function
145 TEST_F(HwCalTest, freqshift_present) { in TEST_F() function
158 TEST_F(HwCalTest, freqshift_missing) { in TEST_F() function
171 TEST_F(HwCalTest, shortvolt_present) { in TEST_F() function
184 TEST_F(HwCalTest, shortvolt_missing) { in TEST_F() function
197 TEST_F(HwCalTest, longvolt_present) { in TEST_F() function
[all …]

123456