Searched refs:TEST_F (Results 1 - 25 of 3404) sorted by path

1234567891011>>

/external/android-clat/
H A Dclatd_test.cpp585 TEST_F(ClatdTest, TestIPv6PrefixEqual) { function
611 TEST_F(ClatdTest, TestCountOnebits) { function
623 TEST_F(ClatdTest, TestGenIIDConfigured) { function
637 TEST_F(ClatdTest, TestGenIIDRandom) { function
699 TEST_F(ClatdTest, SelectIPv4Address) { function
745 TEST_F(ClatdTest, DataSanitycheck) { function
795 TEST_F(ClatdTest, PseudoChecksum) { function
813 TEST_F(ClatdTest, TransportChecksum) { function
846 TEST_F(ClatdTest, AdjustChecksum) { function
873 TEST_F(ClatdTes function
891 TEST_F(ClatdTest, Fragmentation) { function
917 TEST_F(ClatdTest, TranslateChecksumNeutral) { function
[all...]
/external/bluetooth/bluedroid/osi/test/
H A Dalarm_test.cpp90 TEST_F(AlarmTest, test_new_simple) { function
95 TEST_F(AlarmTest, test_free_simple) { function
100 TEST_F(AlarmTest, test_free_null) { function
104 TEST_F(AlarmTest, test_simple_cancel) { function
110 TEST_F(AlarmTest, test_cancel) { function
122 TEST_F(AlarmTest, test_cancel_idempotent) { function
131 TEST_F(AlarmTest, test_set_short) { function
146 TEST_F(AlarmTest, test_set_long) { function
161 TEST_F(AlarmTest, test_set_short_short) { function
187 TEST_F(AlarmTes function
213 TEST_F(AlarmTest, test_set_long_long) { function
240 TEST_F(AlarmTest, test_callback_free_race) { function
[all...]
H A Dconfig_test.cpp58 TEST_F(ConfigTest, config_new_no_file) { function
63 TEST_F(ConfigTest, config_new) { function
69 TEST_F(ConfigTest, config_free_null) { function
73 TEST_F(ConfigTest, config_has_section) { function
79 TEST_F(ConfigTest, config_has_key_in_default_section) { function
86 TEST_F(ConfigTest, config_has_keys) { function
95 TEST_F(ConfigTest, config_no_bad_keys) { function
103 TEST_F(ConfigTest, config_get_int_version) { function
109 TEST_F(ConfigTest, config_get_int_default) { function
/external/ceres-solver/internal/ceres/
H A Dblock_random_access_sparse_matrix_test.cc145 TEST_F(BlockRandomAccessSparseMatrixTest, IntPairToLongOverflow) { function in namespace:ceres::internal
H A Dblock_sparse_matrix_test.cc66 TEST_F(BlockSparseMatrixTest, SetZeroTest) { function in namespace:ceres::internal
71 TEST_F(BlockSparseMatrixTest, RightMultiplyTest) { function in namespace:ceres::internal
83 TEST_F(BlockSparseMatrixTest, LeftMultiplyTest) { function in namespace:ceres::internal
95 TEST_F(BlockSparseMatrixTest, SquaredColumnNormTest) { function in namespace:ceres::internal
103 TEST_F(BlockSparseMatrixTest, ToDenseMatrixTest) { function in namespace:ceres::internal
H A Dcanonical_views_clustering_test.cc85 TEST_F(CanonicalViewsTest, ComputeCanonicalViewsTest) { function in namespace:ceres::internal
106 TEST_F(CanonicalViewsTest, SizePenaltyTest) { function in namespace:ceres::internal
120 TEST_F(CanonicalViewsTest, ViewScoreTest) { function in namespace:ceres::internal
135 TEST_F(CanonicalViewsTest, SimilarityPenaltyTest) { function in namespace:ceres::internal
H A Dcompressed_col_sparse_matrix_utils_test.cc233 TEST_F(SolveUpperTriangularTest, SolveInPlace) { function in namespace:ceres::internal
248 TEST_F(SolveUpperTriangularTest, TransposeSolveInPlace) { function in namespace:ceres::internal
263 TEST_F(SolveUpperTriangularTest, RTRSolveWithSparseRHS) { function in namespace:ceres::internal
H A Dcompressed_row_sparse_matrix_test.cc99 TEST_F(CompressedRowSparseMatrixTest, RightMultiply) { function in namespace:ceres::internal
103 TEST_F(CompressedRowSparseMatrixTest, LeftMultiply) { function in namespace:ceres::internal
118 TEST_F(CompressedRowSparseMatrixTest, ColumnNorm) { function in namespace:ceres::internal
128 TEST_F(CompressedRowSparseMatrixTest, Scale) { function in namespace:ceres::internal
139 TEST_F(CompressedRowSparseMatrixTest, DeleteRows) { function in namespace:ceres::internal
150 TEST_F(CompressedRowSparseMatrixTest, AppendRows) { function in namespace:ceres::internal
167 TEST_F(CompressedRowSparseMatrixTest, AppendAndDeleteBlockDiagonalMatrix) { function in namespace:ceres::internal
208 TEST_F(CompressedRowSparseMatrixTest, ToDenseMatrix) { function in namespace:ceres::internal
218 TEST_F(CompressedRowSparseMatrixTest, ToCRSMatrix) { function in namespace:ceres::internal
315 TEST_F(SolveLowerTriangularTes function in namespace:ceres::internal
324 TEST_F(SolveLowerTriangularTest, TransposeSolveInPlace) { function in namespace:ceres::internal
[all...]
H A Dcovariance_test.cc369 TEST_F(CovarianceTest, NormalBehavior) { function in namespace:ceres::internal
416 TEST_F(CovarianceTest, ThreadedNormalBehavior) { function in namespace:ceres::internal
464 TEST_F(CovarianceTest, ConstantParameterBlock) { function in namespace:ceres::internal
511 TEST_F(CovarianceTest, LocalParameterization) { function in namespace:ceres::internal
568 TEST_F(CovarianceTest, TruncatedRank) { function in namespace:ceres::internal
676 TEST_F(RankDeficientCovarianceTest, AutomaticTruncation) { function in namespace:ceres::internal
783 TEST_F(LargeScaleCovarianceTest, Parallel) { function in namespace:ceres::internal
H A Ddense_sparse_matrix_test.cc91 TEST_F(DenseSparseMatrixTest, RightMultiply) { function in namespace:ceres::internal
109 TEST_F(DenseSparseMatrixTest, LeftMultiply) { function in namespace:ceres::internal
138 TEST_F(DenseSparseMatrixTest, ColumnNorm) { function in namespace:ceres::internal
148 TEST_F(DenseSparseMatrixTest, Scale) { function in namespace:ceres::internal
158 TEST_F(DenseSparseMatrixTest, ToDenseMatrix) { function in namespace:ceres::internal
H A Ddogleg_strategy_test.cc128 TEST_F(DoglegStrategyFixtureEllipse, TrustRegionObeyedTraditional) { function in namespace:ceres::internal
151 TEST_F(DoglegStrategyFixtureEllipse, TrustRegionObeyedSubspace) { function in namespace:ceres::internal
171 TEST_F(DoglegStrategyFixtureEllipse, CorrectGaussNewtonStep) { function in namespace:ceres::internal
198 TEST_F(DoglegStrategyFixtureEllipse, ValidSubspaceBasis) { function in namespace:ceres::internal
233 TEST_F(DoglegStrategyFixtureValley, CorrectStepLocalOptimumAlongGradient) { function in namespace:ceres::internal
261 TEST_F(DoglegStrategyFixtureValley, CorrectStepGlobalOptimumAlongGradient) { function in namespace:ceres::internal
H A Ddynamic_autodiff_cost_function_test.cc430 TEST_F(ThreeParameterCostFunctorTest, TestThreeParameterResiduals) { function in namespace:ceres::internal
440 TEST_F(ThreeParameterCostFunctorTest, TestThreeParameterJacobian) { function in namespace:ceres::internal
469 TEST_F(ThreeParameterCostFunctorTest, function in namespace:ceres::internal
491 TEST_F(ThreeParameterCostFunctorTest, function in namespace:ceres::internal
674 TEST_F(SixParameterCostFunctorTest, TestSixParameterResiduals) { function in namespace:ceres::internal
684 TEST_F(SixParameterCostFunctorTest, TestSixParameterJacobian) { function in namespace:ceres::internal
710 TEST_F(SixParameterCostFunctorTest, TestSixParameterJacobianVVCVVC) { function in namespace:ceres::internal
741 TEST_F(SixParameterCostFunctorTest, TestSixParameterJacobianVCCVCV) { function in namespace:ceres::internal
H A Ddynamic_compressed_row_sparse_matrix_test.cc174 TEST_F(DynamicCompressedRowSparseMatrixTest, Initialization) { function in namespace:ceres::internal
181 TEST_F(DynamicCompressedRowSparseMatrixTest, InsertEntryAndFinalize) { function in namespace:ceres::internal
190 TEST_F(DynamicCompressedRowSparseMatrixTest, ClearRows) { function in namespace:ceres::internal
H A Ddynamic_numeric_diff_cost_function_test.cc431 TEST_F(ThreeParameterCostFunctorTest, TestThreeParameterResiduals) { function in namespace:ceres::internal
441 TEST_F(ThreeParameterCostFunctorTest, TestThreeParameterJacobian) { function in namespace:ceres::internal
470 TEST_F(ThreeParameterCostFunctorTest, function in namespace:ceres::internal
492 TEST_F(ThreeParameterCostFunctorTest, function in namespace:ceres::internal
H A Dimplicit_schur_complement_test.cc193 TEST_F(ImplicitSchurComplementTest, SchurMatrixValuesTest) { function in namespace:ceres::internal
H A Diterative_schur_complement_solver_test.cc119 TEST_F(IterativeSchurComplementSolverTest, NormalProblem) { function in namespace:ceres::internal
125 TEST_F(IterativeSchurComplementSolverTest, ProblemWithNoFBlocks) { function in namespace:ceres::internal
H A Dparameter_block_ordering_test.cc83 TEST_F(SchurOrderingTest, NoFixed) { function in namespace:ceres::internal
124 TEST_F(SchurOrderingTest, AllFixed) { function in namespace:ceres::internal
135 TEST_F(SchurOrderingTest, OneFixed) { function in namespace:ceres::internal
H A Dpartitioned_matrix_view_test.cc75 TEST_F(PartitionedMatrixViewTest, DimensionsTest) { function in namespace:ceres::internal
84 TEST_F(PartitionedMatrixViewTest, RightMultiplyE) { function in namespace:ceres::internal
104 TEST_F(PartitionedMatrixViewTest, RightMultiplyF) { function in namespace:ceres::internal
124 TEST_F(PartitionedMatrixViewTest, LeftMultiply) { function in namespace:ceres::internal
145 TEST_F(PartitionedMatrixViewTest, BlockDiagonalEtE) { function in namespace:ceres::internal
159 TEST_F(PartitionedMatrixViewTest, BlockDiagonalFtF) { function in namespace:ceres::internal
H A Dproblem_test.cc1156 TEST_F(ProblemEvaluateTest, MultipleParameterAndResidualBlocks) { function in namespace:ceres::internal
1186 TEST_F(ProblemEvaluateTest, ParameterAndResidualBlocksPassedInOptions) { function in namespace:ceres::internal
1219 TEST_F(ProblemEvaluateTest, ReorderedResidualBlocks) { function in namespace:ceres::internal
1257 TEST_F(ProblemEvaluateTest, ReorderedResidualBlocksAndReorderedParameterBlocks) { function in namespace:ceres::internal
1298 TEST_F(ProblemEvaluateTest, ConstantParameterBlock) { function in namespace:ceres::internal
1331 TEST_F(ProblemEvaluateTest, ExcludedAResidualBlock) { function in namespace:ceres::internal
1362 TEST_F(ProblemEvaluateTest, ExcludedParameterBlock) { function in namespace:ceres::internal
1398 TEST_F(ProblemEvaluateTest, ExcludedParameterBlockAndExcludedResidualBlock) { function in namespace:ceres::internal
1433 TEST_F(ProblemEvaluateTest, LocalParameterization) { function in namespace:ceres::internal
H A Dschur_complement_solver_test.cc138 TEST_F(SchurComplementSolverTest, EigenBasedDenseSchurWithSmallProblem) { function in namespace:ceres::internal
143 TEST_F(SchurComplementSolverTest, EigenBasedDenseSchurWithLargeProblem) { function in namespace:ceres::internal
149 TEST_F(SchurComplementSolverTest, LAPACKBasedDenseSchurWithSmallProblem) { function in namespace:ceres::internal
154 TEST_F(SchurComplementSolverTest, LAPACKBasedDenseSchurWithLargeProblem) { function in namespace:ceres::internal
161 TEST_F(SchurComplementSolverTest, function in namespace:ceres::internal
168 TEST_F(SchurComplementSolverTest, function in namespace:ceres::internal
174 TEST_F(SchurComplementSolverTest, function in namespace:ceres::internal
181 TEST_F(SchurComplementSolverTest, function in namespace:ceres::internal
189 TEST_F(SchurComplementSolverTest, function in namespace:ceres::internal
195 TEST_F(SchurComplementSolverTes function in namespace:ceres::internal
203 TEST_F(SchurComplementSolverTest, function in namespace:ceres::internal
209 TEST_F(SchurComplementSolverTest, function in namespace:ceres::internal
[all...]
H A Dschur_eliminator_test.cc196 TEST_F(SchurEliminatorTest, ScalarProblem) { function in namespace:ceres::internal
H A Dunsymmetric_linear_solver_test.cc133 TEST_F(UnsymmetricLinearSolverTest, EigenDenseQR) { function in namespace:ceres::internal
140 TEST_F(UnsymmetricLinearSolverTest, EigenDenseNormalCholesky) { function in namespace:ceres::internal
148 TEST_F(UnsymmetricLinearSolverTest, LAPACKDenseQR) { function in namespace:ceres::internal
155 TEST_F(UnsymmetricLinearSolverTest, LAPACKDenseNormalCholesky) { function in namespace:ceres::internal
164 TEST_F(UnsymmetricLinearSolverTest, function in namespace:ceres::internal
173 TEST_F(UnsymmetricLinearSolverTest, function in namespace:ceres::internal
182 TEST_F(UnsymmetricLinearSolverTest, function in namespace:ceres::internal
193 TEST_F(UnsymmetricLinearSolverTest, function in namespace:ceres::internal
202 TEST_F(UnsymmetricLinearSolverTest, function in namespace:ceres::internal
211 TEST_F(UnsymmetricLinearSolverTes function in namespace:ceres::internal
222 TEST_F(UnsymmetricLinearSolverTest, function in namespace:ceres::internal
231 TEST_F(UnsymmetricLinearSolverTest, function in namespace:ceres::internal
240 TEST_F(UnsymmetricLinearSolverTest, function in namespace:ceres::internal
[all...]
/external/chromium_org/android_webview/browser/
H A Daw_form_database_service_unittest.cc62 TEST_F(AwFormDatabaseServiceTest, DISABLED_HasAndClearFormData) { function in namespace:android_webview
H A Daw_static_cookie_policy_unittest.cc39 TEST_F(AwStaticCookiePolicyTest, BlockAllCookies) { function
46 TEST_F(AwStaticCookiePolicyTest, BlockAllCookiesWithThirdPartySet) { function
53 TEST_F(AwStaticCookiePolicyTest, FirstPartyCookiesOnly) { function
60 TEST_F(AwStaticCookiePolicyTest, AllowAllCookies) { function
H A Dglobal_tile_manager_unittest.cc58 TEST_F(GlobalTileManagerTest, RequestTilesUnderLimit) { function
72 TEST_F(GlobalTileManagerTest, EvictHappensWhenOverLimit) { function
90 TEST_F(GlobalTileManagerTest, RandomizedStressRequests) { function
118 TEST_F(GlobalTileManagerTest, FixedOrderedRequests) { function
136 TEST_F(GlobalTileManagerTest, FixedOrderedRequestsWithInactiveClients) { function

Completed in 4094 milliseconds

1234567891011>>