HomeSort by relevance Sort by last modified time
    Searched refs:Ownership (Results 1 - 12 of 12) sorted by null

  /external/ceres-solver/include/ceres/
conditioned_cost_function.h 77 // per-residual conditioner. Takes ownership of all of the wrapped cost
78 // functions, or not, depending on the ownership parameter. Conditioners
82 Ownership ownership);
92 Ownership ownership_;
loss_function.h 282 explicit ComposedLoss(const LossFunction* f, Ownership ownership_f,
283 const LossFunction* g, Ownership ownership_g);
289 const Ownership ownership_f_, ownership_g_;
312 // ownership of the wrapped loss function or not depending on the
313 // ownership parameter.
314 ScaledLoss(const LossFunction* rho, double a, Ownership ownership) :
315 rho_(rho), a_(a), ownership_(ownership) { }
327 const Ownership ownership_;
368 LossFunctionWrapper(LossFunction* rho, Ownership ownership
    [all...]
problem.h 138 Ownership cost_function_ownership;
139 Ownership loss_function_ownership;
140 Ownership local_parameterization_ownership;
191 // The Problem object by default takes ownership of the
197 // Note: Even though the Problem takes ownership of cost_function
dynamic_numeric_diff_cost_function.h 79 Ownership ownership = TAKE_OWNERSHIP,
82 ownership_(ownership),
259 Ownership ownership_;
numeric_diff_cost_function.h 193 Ownership ownership = TAKE_OWNERSHIP,
197 ownership_(ownership),
309 Ownership ownership_;
types.h 51 // Argument type used in interfaces that can optionally take ownership
53 // object takes ownership of the pointer argument, and will call
55 enum Ownership {
  /external/ceres-solver/internal/ceres/
conditioned_cost_function.cc 49 Ownership ownership)
52 ownership_(ownership) {
loss_function.cc 116 ComposedLoss::ComposedLoss(const LossFunction* f, Ownership ownership_f,
117 const LossFunction* g, Ownership ownership_g)
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 69 /// ownership of the blocks and shapes, and frees them when done.
418 BlockBlockMap Ownership; // For each block, which entry it belongs to.
430 Block *Owner = Ownership[Invalidatee];
435 if (Ownership[Invalidatee]) { // may have been seen before and
437 Ownership[Invalidatee] = nullptr;
440 BlockBlockMap::iterator Known = Ownership.find(Target);
441 if (Known != Ownership.end()) {
464 Helper.Ownership[Entry] = Entry;
471 Block *Owner = Helper.Ownership[Curr]; // Curr must be in the ownership
    [all...]
  /external/skia/include/core/
SkStream.h 236 enum Ownership {
245 explicit SkFILEStream(FILE* file, Ownership ownership = kCallerPasses_Ownership);
275 Ownership fOwnership;
  /external/skia/src/core/
SkStream.cpp 187 SkFILEStream::SkFILEStream(FILE* file, Ownership ownership)
189 , fOwnership(ownership) {
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 

Completed in 638 milliseconds