Searched defs:TEST (Results 1 - 25 of 2412) sorted by path

1234567891011>>

/external/bluetooth/bluedroid/osi/test/
H A Dlist_test.cpp8 TEST(ListTest, test_new_simple) { function
13 TEST(ListTest, test_free_simple) { function
19 TEST(ListTest, test_free_null) { function
24 TEST(ListTest, test_empty_list_is_empty) { function
30 TEST(ListTest, test_empty_list_has_no_length) { function
36 TEST(ListTest, test_simple_list_prepend) { function
44 TEST(ListTest, test_simple_list_append) { function
52 TEST(ListTest, test_list_remove_found) { function
61 TEST(ListTest, test_list_remove_not_found) { function
71 TEST(ListTes function
83 TEST(ListTest, test_list_back) { function
95 TEST(ListTest, test_list_clear) { function
109 TEST(ListTest, test_list_append_multiple) { function
123 TEST(ListTest, test_list_prepend_multiple) { function
137 TEST(ListTest, test_list_begin_empty_list) { function
143 TEST(ListTest, test_list_next) { function
[all...]
H A Dreactor_test.cpp38 TEST(ReactorTest, reactor_new) { function
44 TEST(ReactorTest, reactor_free_null) { function
48 TEST(ReactorTest, reactor_stop_start) { function
55 TEST(ReactorTest, reactor_repeated_stop_start) { function
64 TEST(ReactorTest, reactor_multi_stop_start) { function
78 TEST(ReactorTest, reactor_start_wait_stop) { function
92 TEST(ReactorTest, reactor_run_once_timeout) { function
H A Dthread_test.cpp8 TEST(ThreadTest, test_new_simple) { function
14 TEST(ThreadTest, test_free_simple) { function
19 TEST(ThreadTest, test_name) { function
25 TEST(ThreadTest, test_long_name) { function
31 TEST(ThreadTest, test_very_long_name) { function
/external/ceres-solver/internal/ceres/
H A Darray_utils_test.cc41 TEST(ArrayUtils, IsArrayValid) { function in namespace:ceres::internal
58 TEST(ArrayUtils, FindInvalidIndex) { function in namespace:ceres::internal
75 TEST(MapValuesToContiguousRange, ContiguousEntries) { function in namespace:ceres::internal
91 TEST(MapValuesToContiguousRange, NonContiguousEntries) { function in namespace:ceres::internal
102 TEST(MapValuesToContiguousRange, NonContiguousRepeatingEntries) { function in namespace:ceres::internal
H A Dautodiff_cost_function_test.cc54 TEST(AutodiffCostFunction, BilinearDifferentiationTest) { function in namespace:ceres::internal
111 TEST(AutodiffCostFunction, ManyParameterAutodiffInstantiates) { function in namespace:ceres::internal
H A Dautodiff_local_parameterization_test.cc51 TEST(AutoDiffLocalParameterizationTest, IdentityParameterization) { function in namespace:ceres::internal
90 TEST(AutoDiffLocalParameterizationTest, ScaledParameterization) { function in namespace:ceres::internal
183 TEST(AutoDiffLocalParameterization, QuaternionParameterizationZeroTest) { function in namespace:ceres::internal
190 TEST(AutoDiffLocalParameterization, QuaternionParameterizationNearZeroTest) { function in namespace:ceres::internal
208 TEST(AutoDiffLocalParameterization, QuaternionParameterizationNonZeroTest) { function in namespace:ceres::internal
H A Dautodiff_test.cc159 TEST(AutoDiff, ProjectiveCameraModel) { function in namespace:ceres::internal
280 TEST(AutoDiff, Metric) { function in namespace:ceres::internal
352 TEST(AutoDiff, VaryingNumberOfResidualsForOneCostFunctorType) { function in namespace:ceres::internal
515 TEST(AutoDiff, VariadicAutoDiff) { function in namespace:ceres::internal
660 TEST(AutoDiff, AlignedAllocationTest) { function in namespace:ceres::internal
H A Dblock_random_access_dense_matrix_test.cc39 TEST(BlockRandomAccessDenseMatrix, GetCell) { function in namespace:ceres::internal
71 TEST(BlockRandomAccessDenseMatrix, WriteCell) { function in namespace:ceres::internal
H A Dblock_random_access_diagonal_matrix_test.cc42 TEST(BlockRandomAccessDiagonalMatrix, GetCell) { function in namespace:ceres::internal
H A Dblock_random_access_sparse_matrix_test.cc41 TEST(BlockRandomAccessSparseMatrix, GetCell) { function in namespace:ceres::internal
H A Dc_api_test.cc137 TEST(C_API, SimpleEndToEndTest) { function in namespace:ceres::internal
181 TEST(C_API, LossFunctions) { function in namespace:ceres::internal
H A Dcompressed_col_sparse_matrix_utils_test.cc42 TEST(_, BlockPermutationToScalarPermutation) { function in namespace:ceres::internal
113 TEST(_, ScalarMatrixToBlockMatrix) { function in namespace:ceres::internal
H A Dcompressed_row_sparse_matrix_test.cc237 TEST(CompressedRowSparseMatrix, CreateBlockDiagonalMatrix) { function in namespace:ceres::internal
334 TEST(CompressedRowSparseMatrix, Transpose) { function in namespace:ceres::internal
488 TEST(CompressedRowSparseMatrix, ComputeOuterProduct) { function in namespace:ceres::internal
H A Dconditioned_cost_function_test.cc70 TEST(CostFunctionTest, ConditionedCostFunction) { function in namespace:ceres::internal
H A Dcorrector_test.cc45 TEST(Corrector, ZeroGradientDeathTest) { function in namespace:ceres::internal
52 TEST(Corrector, NegativeGradientDeathTest) { function in namespace:ceres::internal
58 TEST(Corrector, ScalarCorrection) { function in namespace:ceres::internal
86 TEST(Corrector, ScalarCorrectionZeroResidual) { function in namespace:ceres::internal
114 TEST(Corrector, ScalarCorrectionAlphaClamped) { function in namespace:ceres::internal
145 TEST(Corrector, MultidimensionalGaussNewtonApproximation) { function in namespace:ceres::internal
213 TEST(Corrector, MultidimensionalGaussNewtonApproximationZeroResidual) { function in namespace:ceres::internal
H A Dcovariance_test.cc46 TEST(CovarianceImpl, ComputeCovarianceSparsity) { function in namespace:ceres::internal
H A Ddynamic_autodiff_cost_function_test.cc74 TEST(DynamicAutodiffCostFunctionTest, TestResiduals) { function in namespace:ceres::internal
98 TEST(DynamicAutodiffCostFunctionTest, TestJacobian) { function in namespace:ceres::internal
165 TEST(DynamicAutodiffCostFunctionTest, JacobianWithFirstParameterBlockConstant) { function in namespace:ceres::internal
215 TEST(DynamicAutodiffCostFunctionTest, JacobianWithSecondParameterBlockConstant) { function in namespace:ceres::internal
H A Ddynamic_numeric_diff_cost_function_test.cc74 TEST(DynamicNumericdiffCostFunctionTest, TestResiduals) { function in namespace:ceres::internal
99 TEST(DynamicNumericdiffCostFunctionTest, TestJacobian) { function in namespace:ceres::internal
166 TEST(DynamicNumericdiffCostFunctionTest, JacobianWithFirstParameterBlockConstant) { // NOLINT function in namespace:ceres::internal
216 TEST(DynamicNumericdiffCostFunctionTest, JacobianWithSecondParameterBlockConstant) { // NOLINT function in namespace:ceres::internal
H A Devaluator_test.cc590 TEST(Evaluator, EvaluatorRespectsParameterChanges) { function in namespace:ceres::internal
H A Dgradient_checker_test.cc160 TEST(GradientChecker, SmokeTest) { function in namespace:ceres::internal
H A Dgradient_checking_cost_function_test.cc132 TEST(GradientCheckingCostFunction, ResidualsAndJacobiansArePreservedTest) { function in namespace:ceres::internal
189 TEST(GradientCheckingCostFunction, SmokeTest) { function in namespace:ceres::internal
341 TEST(GradientCheckingProblemImpl, ProblemDimensionsMatch) { function in namespace:ceres::internal
H A Dgraph_algorithms_test.cc43 TEST(IndependentSetOrdering, Chain) { function in namespace:ceres::internal
73 TEST(IndependentSetOrdering, Star) { function in namespace:ceres::internal
104 TEST(Degree2MaximumSpanningForest, PreserveWeights) { function in namespace:ceres::internal
121 TEST(Degree2MaximumSpanningForest, StarGraph) { function in namespace:ceres::internal
168 TEST(VertexTotalOrdering, TotalOrdering) { function in namespace:ceres::internal
200 TEST(StableIndependentSet, BreakTies) { function in namespace:ceres::internal
H A Dgraph_test.cc40 TEST(Graph, EmptyGraph) { function in namespace:ceres::internal
45 TEST(Graph, AddVertexAndEdge) { function in namespace:ceres::internal
61 TEST(Graph, AddVertexIdempotence) { function in namespace:ceres::internal
86 TEST(Graph, DieOnNonExistentVertex) { function in namespace:ceres::internal
96 TEST(Graph, NonExistentEdge) { function in namespace:ceres::internal
H A Dincomplete_lq_factorization_test.cc57 TEST(IncompleteQRFactorization, OneByOneMatrix) { function in namespace:ceres::internal
69 TEST(IncompleteLQFactorization, CompleteFactorization) { function in namespace:ceres::internal
120 TEST(IncompleteLQFactorization, DropEntriesAndAddRow) { function in namespace:ceres::internal
H A Djet_test.cc69 TEST(Jet, Jet) { function in namespace:ceres::internal
302 TEST(Jet, JetsInEigenMatrices) { function in namespace:ceres::internal
322 TEST(JetTraitsTest, ClassificationMixed) { function in namespace:ceres::internal
333 TEST(JetTraitsTest, ClassificationNaN) { function in namespace:ceres::internal
344 TEST(JetTraitsTest, ClassificationInf) { function in namespace:ceres::internal
355 TEST(JetTraitsTest, ClassificationFinite) { function in namespace:ceres::internal

Completed in 366 milliseconds

1234567891011>>