HomeSort by relevance Sort by last modified time
    Searched refs:Evaluate (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /external/chromium_org/chrome/installer/util/
install_util.cc 499 predicate.Evaluate(actual_value)) {
525 predicate.Evaluate(actual_value)) {
538 bool InstallUtil::ValueEquals::Evaluate(const base::string16& value) const {
614 bool InstallUtil::ProgramCompare::Evaluate(const base::string16& value) const {
  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.h 41 // only if all the conditions on the group evaluate to true. The action
149 EvalResult Evaluate(const ParameterSet* parameters, size_t count,
215 // Helper function to evaluate the opcode. The parameters have the same
216 // meaning that in Evaluate().
302 // action: The action to return when Evaluate() is called.
policy_engine_opcodes.cc 396 EvalResult PolicyOpcode::Evaluate(const ParameterSet* call_params,
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.h 193 static double Evaluate(Function* f, double x);
virtualsocketserver.cc     [all...]
  /external/chromium_org/third_party/webrtc/base/
virtualsocketserver.h 176 static double Evaluate(Function* f, double x);
virtualsocketserver.cc 1033 double y = Evaluate(f, x);
1041 double VirtualSocketServer::Evaluate(Function* f, double x) {
    [all...]
  /external/lldb/include/lldb/Expression/
ClangUserExpression.h 298 /// Evaluate one expression and return its result.
347 Evaluate (ExecutionContext &exe_ctx,
  /external/ceres-solver/internal/ceres/
trust_region_minimizer_test.cc 85 virtual bool Evaluate(const Evaluator::EvaluateOptions& evaluate_options,
317 bool Evaluate(double const* const* parameters,
covariance_impl.cc 412 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");
problem_test.cc 54 // function signatures. They have dummy Evaluate functions.
65 virtual bool Evaluate(double const* const* parameters,
86 virtual bool Evaluate(double const* const* parameters,
109 virtual bool Evaluate(double const* const* parameters,
313 virtual bool Evaluate(double const* const* parameters,
    [all...]
solver_test.cc 151 virtual bool Evaluate(double const* const* parameters,
covariance_test.cc 135 virtual bool Evaluate(double const* const* parameters,
174 virtual bool Evaluate(double const* const* parameters,
program.cc 326 if (!residual_block->Evaluate(true,
461 // Compute the scratch space needed for evaluate.
system_test.cc 158 ->Evaluate(Problem::EvaluateOptions(),
problem_impl.cc 599 bool ProblemImpl::Evaluate(const Problem::EvaluateOptions& evaluate_options,
724 // passed to Evaluator::Evaluate.
728 // Evaluate::Evaluate method needs its input as such. The previous
741 bool status = evaluator->Evaluate(evaluator_evaluate_options,
    [all...]
  /external/compiler-rt/make/
lib_platforms.mk 75 # Evaluate this now so we do not have to worry about order of evaluation.
subdir.mk 78 # Evaluate this now so we do not have to worry about order of evaluation.
  /external/lldb/source/Core/
ValueObjectVariable.cpp 155 if (expr.Evaluate (&exe_ctx, NULL, NULL, NULL, loclist_base_load_addr, NULL, m_value, &m_error))
  /external/lldb/source/Expression/
DWARFExpression.cpp     [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-references.js 35 // The base part of all evaluate requests.
85 // Evaluate Point.
86 var evaluate_point = '{"seq":0,"type":"request","command":"evaluate",' +
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_backend.py 176 return self._runtime.Evaluate(expr, context_id, timeout)
  /external/ceres-solver/examples/
ellipse_approximation.cc 286 virtual bool Evaluate(const double* const* x,
  /external/chromium_org/base/test/
trace_event_analyzer.h 413 bool Evaluate(const TraceEvent& event) const;
508 // Evaluate this Query as an arithmetic operator on left_ and right_.
594 // should evaluate to true if the |first|/|second| pair is a match.
  /external/clang/lib/AST/
ExprConstant.cpp 414 /// evaluate the expression regardless of what the RHS is, but C only allows
433 /// we will evaluate.
457 /// 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
462 /// construct that we can't evaluate yet (because we don't yet know the
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
488 /// construct that we can't evaluate yet (because we don't yet know th
    [all...]

Completed in 1223 milliseconds

1 2 34 5