Home
last modified time | relevance | path

Searched refs:Ownership (Results 1 – 18 of 18) sorted by relevance

/external/ceres-solver/include/ceres/
Dloss_function.h282 explicit ComposedLoss(const LossFunction* f, Ownership ownership_f,
283 const LossFunction* g, Ownership ownership_g);
289 const Ownership ownership_f_, ownership_g_;
314 ScaledLoss(const LossFunction* rho, double a, Ownership ownership) : in ScaledLoss()
327 const Ownership ownership_;
368 LossFunctionWrapper(LossFunction* rho, Ownership ownership) in LossFunctionWrapper()
383 void Reset(LossFunction* rho, Ownership ownership) { in Reset()
393 Ownership ownership_;
Dconditioned_cost_function.h82 Ownership ownership);
92 Ownership ownership_;
Dproblem.h138 Ownership cost_function_ownership;
139 Ownership loss_function_ownership;
140 Ownership local_parameterization_ownership;
Dnumeric_diff_cost_function.h193 Ownership ownership = TAKE_OWNERSHIP,
309 Ownership ownership_;
Ddynamic_numeric_diff_cost_function.h79 Ownership ownership = TAKE_OWNERSHIP,
259 Ownership ownership_;
Dtypes.h55 enum Ownership { enum
/external/llvm/lib/Target/WebAssembly/
DRelooper.cpp418 BlockBlockMap Ownership; // For each block, which entry it belongs to. in Calculate() member
430 Block *Owner = Ownership[Invalidatee]; in Calculate()
435 if (Ownership[Invalidatee]) { // may have been seen before and in Calculate()
437 Ownership[Invalidatee] = nullptr; in Calculate()
440 BlockBlockMap::iterator Known = Ownership.find(Target); in Calculate()
441 if (Known != Ownership.end()) { in Calculate()
464 Helper.Ownership[Entry] = Entry; in Calculate()
471 Block *Owner = Helper.Ownership[Curr]; // Curr must be in the ownership in Calculate()
479 BlockBlockMap::iterator Known = Helper.Ownership.find(New); in Calculate()
480 if (Known == Helper.Ownership.end()) { in Calculate()
[all …]
/external/ceres-solver/internal/ceres/
Dloss_function.cc116 ComposedLoss::ComposedLoss(const LossFunction* f, Ownership ownership_f, in ComposedLoss()
117 const LossFunction* g, Ownership ownership_g) in ComposedLoss()
Dconditioned_cost_function.cc49 Ownership ownership) in ConditionedCostFunction()
/external/skia/include/core/
DSkStream.h236 enum Ownership { enum
245 explicit SkFILEStream(FILE* file, Ownership ownership = kCallerPasses_Ownership);
275 Ownership fOwnership;
/external/autotest/client/site_tests/login_OwnershipApi/
Dcontrol16 Tests to ensure that the Ownership API works for a local device owner.
/external/autotest/client/site_tests/login_RemoteOwnership/
Dcontrol16 Tests to ensure that the Ownership API can be used, as an enterprise might,
/external/clang/include/clang/AST/
DCommentCommands.td158 def Ownership : RecordLikeDetailCommand<"ownership">;
/external/skia/src/core/
DSkStream.cpp187 SkFILEStream::SkFILEStream(FILE* file, Ownership ownership) in SkFILEStream()
/external/clang/docs/
DAutomaticReferenceCounting.rst669 Ownership qualification
703 arguments <arc.ownership.inference.template.arguments>`. Ownership qualifiers
755 Ownership qualifiers are like ``const`` and ``volatile`` in the sense
1062 Ownership-qualified fields of structs and unions
1094 Ownership inference
1949 Ownership qualification does not alter the storage requirements for objects,
DInternalsManual.rst1094 Ownership of declarations
/external/ceres-solver/docs/source/
Dmodeling.rst934 Ownership ownership_f,
936 Ownership ownership_g);
1296 **Ownership**
/external/clang/include/clang/Basic/
DAttr.td1236 def Ownership : InheritableAttr {