Searched refs:Evaluate (Results 51 - 75 of 102) sorted by path

12345

/external/ceres-solver/internal/ceres/
H A Dresidual_block.cc67 bool ResidualBlock::Evaluate(const bool apply_loss_function, function in class:ceres::internal::ResidualBlock
104 // the CostFunction::Evaluate call, to see if all the return values
110 if (!cost_function_->Evaluate(parameters.get(), residuals, eval_jacobians)) {
164 loss_function_->Evaluate(squared_norm, rho);
H A Dresidual_block.h84 // Evaluate needs scratch space which must be supplied by the caller via
99 bool Evaluate(bool apply_loss_function,
123 // The minimum amount of scratch space needed to pass to Evaluate().
H A Dresidual_block_test.cc55 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::TernaryCostFunction
108 residual_block.Evaluate(true, &cost, NULL, NULL, scratch);
113 residual_block.Evaluate(true, &cost, residuals, NULL, scratch);
137 residual_block.Evaluate(true, &cost, residuals, jacobian_ptrs, scratch);
156 residual_block.Evaluate(true, &cost, residuals, jacobian_ptrs, scratch);
170 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::LocallyParameterizedCostFunction
247 residual_block.Evaluate(true, &cost, NULL, NULL, scratch);
252 residual_block.Evaluate(true, &cost, residuals, NULL, scratch);
276 residual_block.Evaluate(true, &cost, residuals, jacobian_ptrs, scratch);
314 residual_block.Evaluate(tru
[all...]
H A Dresidual_block_utils_test.cc44 // Routine to check if ResidualBlock::Evaluate for unary CostFunction
65 EXPECT_EQ(residual_block.Evaluate(true,
76 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::GoodCostFunction
88 // which user code can cause ResidualBlock::Evaluate to fail.
91 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::NoResidualUpdateCostFunction
105 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::NoJacobianUpdateCostFunction
119 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::BadResidualCostFunction
132 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::BadJacobianCostFunction
H A Dsolver_test.cc151 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::UnaryIdentityCostFunction
H A Dsystem_test.cc158 ->Evaluate(Problem::EvaluateOptions(),
H A Dtrust_region_minimizer.cc198 if (!evaluator->Evaluate(x.data(),
397 if (!evaluator->Evaluate(x_plus_delta.data(),
422 if (!evaluator->Evaluate(inner_iteration_x.data(),
575 if (!evaluator->Evaluate(x.data(),
H A Dtrust_region_minimizer_test.cc85 virtual bool Evaluate(const Evaluator::EvaluateOptions& evaluate_options, function in class:ceres::internal::PowellEvaluator2
317 bool Evaluate(double const* const* parameters, function in class:ceres::internal::CurveCostFunction
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc243 bool Query::Evaluate(const TraceEvent& event) const { function in class:trace_analyzer::Query
277 return left().Evaluate(event) && right().Evaluate(event);
279 return left().Evaluate(event) || right().Evaluate(event);
281 return !left().Evaluate(event);
642 if (query.Evaluate(events[i]))
743 if (second.Evaluate(this_event)) {
752 if (match.Evaluate(begin_event)) {
766 if (first.Evaluate(this_even
[all...]
H A Dtrace_event_analyzer.h413 bool Evaluate(const TraceEvent& event) const;
508 // Evaluate this Query as an arithmetic operator on left_ and right_.
H A Dtrace_event_analyzer_unittest.cc172 EXPECT_TRUE(event_pid.Evaluate(event));
173 EXPECT_TRUE(event_tid.Evaluate(event));
174 EXPECT_TRUE(event_time.Evaluate(event));
175 EXPECT_TRUE(event_duration.Evaluate(event));
176 EXPECT_TRUE(event_phase.Evaluate(event));
177 EXPECT_TRUE(event_category.Evaluate(event));
178 EXPECT_TRUE(event_name.Evaluate(event));
179 EXPECT_TRUE(event_id.Evaluate(event));
180 EXPECT_TRUE(event_has_arg1.Evaluate(event));
181 EXPECT_TRUE(event_has_arg2.Evaluate(even
[all...]
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dfirst_run_browsertest.cc88 js().Evaluate("cr.FirstRun.currentStep_.nextButton_.click()");
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_ui_keyboard_browsertest.cc166 js_checker().Evaluate("$('pod-row').focusPod($('pod-row').pods[1])");
265 js_checker().Evaluate("$('add-user-button').click()");
270 js_checker().Evaluate("$('cancel-add-user-button').click()");
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Djs_checker.cc28 void JSChecker::Evaluate(const std::string& expression) { function in class:chromeos::test::JSChecker
H A Djs_checker.h25 void Evaluate(const std::string& expression);
/external/chromium_org/chrome/installer/util/
H A Dinstall_util.cc499 predicate.Evaluate(actual_value)) {
525 predicate.Evaluate(actual_value)) {
538 bool InstallUtil::ValueEquals::Evaluate(const base::string16& value) const { function in class:InstallUtil::ValueEquals
614 bool InstallUtil::ProgramCompare::Evaluate(const base::string16& value) const { function in class:InstallUtil::ProgramCompare
H A Dinstall_util.h131 virtual bool Evaluate(const base::string16& value) const = 0;
168 virtual bool Evaluate(const base::string16& value) const OVERRIDE;
194 virtual bool Evaluate(const base::string16& value) const OVERRIDE;
H A Dinstall_util_unittest.cc27 MOCK_CONST_METHOD1(Evaluate, bool(const std::wstring&));
193 EXPECT_CALL(pred, Evaluate(_)).Times(0);
209 EXPECT_CALL(pred, Evaluate(_)).Times(0);
224 EXPECT_CALL(pred, Evaluate(_)).Times(0);
239 EXPECT_CALL(pred, Evaluate(StrEq(L"foosball!"))).WillOnce(Return(false));
256 EXPECT_CALL(pred, Evaluate(StrEq(value))).WillOnce(Return(true));
273 EXPECT_CALL(pred, Evaluate(StrEq(value))).WillOnce(Return(true));
301 EXPECT_CALL(pred, Evaluate(_)).Times(0);
314 EXPECT_CALL(pred, Evaluate(_)).Times(0);
327 EXPECT_CALL(pred, Evaluate(StrE
[all...]
H A Dshell_util.cc827 base::FilePath(chrome_exe)).Evaluate(hkcu_value);
836 base::FilePath(chrome_exe)).Evaluate(hklm_value);
/external/chromium_org/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc396 EvalResult PolicyOpcode::Evaluate(const ParameterSet* call_params, function in class:sandbox::PolicyOpcode
H A Dpolicy_engine_opcodes.h149 EvalResult Evaluate(const ParameterSet* parameters, size_t count,
216 // meaning that in Evaluate().
302 // action: The action to return when Evaluate() is called.
H A Dpolicy_engine_processor.cc35 PolicyResult PolicyProcessor::Evaluate(uint32 options, function in class:sandbox::PolicyProcessor
72 EvalResult result = opcode.Evaluate(parameters, param_count, &context);
H A Dpolicy_engine_processor.h97 // PolicyResult pr = pol_evaluator.Evaluate(ShortEval, eval_params,
122 PolicyResult Evaluate(uint32 options,
126 // If the result of Evaluate() was POLICY_MATCH, calling this function returns
H A Dpolicy_engine_unittest.cc79 pr = pol_ev.Evaluate(kShortEval, eval_params, _countof(eval_params));
84 pr = pol_ev.Evaluate(kShortEval, eval_params, _countof(eval_params));
90 pr = pol_ev.Evaluate(kShortEval, eval_params, _countof(eval_params));
95 pr = pol_ev.Evaluate(kShortEval, eval_params, _countof(eval_params));
H A Dpolicy_low_level_unittest.cc74 result = pol_ev.Evaluate(kShortEval, eval_params, _countof(eval_params));
79 result = pol_ev.Evaluate(kShortEval, eval_params, _countof(eval_params));
107 result = pol_ev.Evaluate(kShortEval, eval_params, _countof(eval_params));
111 result = pol_ev.Evaluate(kShortEval, eval_params, _countof(eval_params));
116 result = pol_ev.Evaluate(kShortEval, eval_params, _countof(eval_params));
145 result = pol_ev.Evaluate(kShortEval, eval_params, _countof(eval_params));
149 result = pol_ev.Evaluate(kShortEval, eval_params, _countof(eval_params));
178 result = pol_ev.Evaluate(kShortEval, eval_params, _countof(eval_params));
182 result = pol_ev.Evaluate(kShortEval, eval_params, _countof(eval_params));
187 result = pol_ev.Evaluate(kShortEva
[all...]

Completed in 2677 milliseconds

12345