Searched refs:Evaluate (Results 76 - 100 of 102) sorted by relevance

12345

/external/lldb/include/lldb/Expression/
H A DClangUserExpression.h298 /// Evaluate one expression and return its result.
347 Evaluate (ExecutionContext &exe_ctx,
/external/ceres-solver/internal/ceres/
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
H A Dcovariance_impl.cc412 problem_->Evaluate(evaluate_options_, NULL, NULL, NULL, &jacobian);
413 event_logger.AddEvent("Evaluate");
575 problem_->Evaluate(evaluate_options_, NULL, NULL, NULL, &jacobian);
576 event_logger.AddEvent("Evaluate");
664 problem_->Evaluate(evaluate_options_, NULL, NULL, NULL, &jacobian);
665 event_logger.AddEvent("Evaluate");
H A Dproblem_test.cc54 // function signatures. They have dummy Evaluate functions.
65 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::UnaryCostFunction
86 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::BinaryCostFunction
109 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::TernaryCostFunction
313 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::DestructorCountingCostFunction
996 // Test for Problem::Evaluate
1011 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::QuadraticCostFunction
1100 problem_.Evaluate(options,
H A Dsolver_test.cc151 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::UnaryIdentityCostFunction
H A Dcovariance_test.cc135 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::UnaryCostFunction
174 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::BinaryCostFunction
H A Dprogram.cc326 if (!residual_block->Evaluate(true,
H A Dsystem_test.cc158 ->Evaluate(Problem::EvaluateOptions(),
H A Dproblem_impl.cc599 bool ProblemImpl::Evaluate(const Problem::EvaluateOptions& evaluate_options, function in class:ceres::internal::ProblemImpl
724 // passed to Evaluator::Evaluate.
728 // Evaluate::Evaluate method needs its input as such. The previous
741 bool status = evaluator->Evaluate(evaluator_evaluate_options,
/external/compiler-rt/make/
H A Dlib_platforms.mk75 # Evaluate this now so we do not have to worry about order of evaluation.
H A Dsubdir.mk78 # Evaluate this now so we do not have to worry about order of evaluation.
/external/lldb/source/Core/
H A DValueObjectVariable.cpp155 if (expr.Evaluate (&exe_ctx, NULL, NULL, NULL, loclist_base_load_addr, NULL, m_value, &m_error))
/external/lldb/source/Expression/
H A DDWARFExpression.cpp1196 DWARFExpression::Evaluate function in class:DWARFExpression
1208 return Evaluate(&exe_ctx, expr_locals, decl_map, NULL, loclist_base_load_addr, initial_value_ptr, result, error_ptr);
1212 DWARFExpression::Evaluate function in class:DWARFExpression
1271 return DWARFExpression::Evaluate (exe_ctx, expr_locals, decl_map, reg_ctx, m_data, offset, length, m_reg_kind, initial_value_ptr, result, error_ptr);
1283 return DWARFExpression::Evaluate (exe_ctx, expr_locals, decl_map, reg_ctx, m_data, 0, m_data.GetByteSize(), m_reg_kind, initial_value_ptr, result, error_ptr);
1289 DWARFExpression::Evaluate function in class:DWARFExpression
H A DClangUserExpression.cpp949 ClangUserExpression::Evaluate (ExecutionContext &exe_ctx, function in class:ClangUserExpression
1001 log->Printf("== [ClangUserExpression::Evaluate] Expression may not run, but is not constant ==");
1017 log->Printf("== [ClangUserExpression::Evaluate] Parsing expression %s ==", expr_cstr);
1036 log->Printf("== [ClangUserExpression::Evaluate] Expression may not run, but is not constant ==");
1046 log->Printf("== [ClangUserExpression::Evaluate] Executing expression ==");
1060 log->Printf("== [ClangUserExpression::Evaluate] Execution completed abnormally ==");
1074 log->Printf("== [ClangUserExpression::Evaluate] Execution completed normally with result %s ==", result_valobj_sp->GetValueAsCString());
1079 log->Printf("== [ClangUserExpression::Evaluate] Execution completed normally with no result ==");
/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 Dsandbox_policy_base.cc585 PolicyResult result = pol_evaluator.Evaluate(kShortEval,
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_backend.py176 return self._runtime.Evaluate(expr, context_id, timeout)
/external/ceres-solver/examples/
H A Dellipse_approximation.cc286 virtual bool Evaluate(const double* const* x, function in class:PointToLineSegmentContourCostFunction
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.h413 bool Evaluate(const TraceEvent& event) const;
508 // Evaluate this Query as an arithmetic operator on left_ and right_.
/external/clang/lib/AST/
H A DExprConstant.cpp457 /// Evaluate as a constant expression. Stop if we find that the expression
461 /// Evaluate as a potential constant expression. Keep going if we hit a
471 /// Evaluate the expression looking for integer overflow and similar
476 /// Evaluate in any way we know how. Don't worry about side-effects that
480 /// Evaluate as a constant expression. Stop if we find that the expression
487 /// Evaluate as a potential constant expression. Keep going if we hit a
1095 static bool Evaluate(APValue &Result, EvalInfo &Info, const Expr *E);
1151 /// Evaluate an expression to see if it had side-effects, and discard its
1156 if (!Evaluate(Scratch, Info, E))
1472 if (!Evaluate(Va
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.cc1037 double y = Evaluate(f, x);
1045 double VirtualSocketServer::Evaluate(Function* f, double x) { function in class:rtc::VirtualSocketServer
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1193 if (dwarfexpr.Evaluate (&exe_ctx, NULL, NULL, this, 0, NULL, result, &error))
/external/lldb/source/Target/
H A DStackFrame.cpp1125 if (m_sc.function->GetFrameBaseExpression().Evaluate(&exe_ctx, NULL, NULL, NULL, loclist_base_addr, NULL, expr_value, &m_frame_base_error) == false)
H A DProcess.cpp1801 ClangUserExpression::Evaluate (exe_ctx,
1878 ClangUserExpression::Evaluate (exe_ctx,
/external/chromium_org/chrome/installer/util/
H A Dshell_util.cc827 base::FilePath(chrome_exe)).Evaluate(hkcu_value);
836 base::FilePath(chrome_exe)).Evaluate(hklm_value);

Completed in 456 milliseconds

12345