Searched refs:Ownership (Results 1 – 18 of 18) sorted by relevance
/external/ceres-solver/include/ceres/ |
D | 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_; 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_;
|
D | conditioned_cost_function.h | 82 Ownership ownership); 92 Ownership ownership_;
|
D | problem.h | 138 Ownership cost_function_ownership; 139 Ownership loss_function_ownership; 140 Ownership local_parameterization_ownership;
|
D | numeric_diff_cost_function.h | 193 Ownership ownership = TAKE_OWNERSHIP, 309 Ownership ownership_;
|
D | dynamic_numeric_diff_cost_function.h | 79 Ownership ownership = TAKE_OWNERSHIP, 259 Ownership ownership_;
|
D | types.h | 55 enum Ownership { enum
|
/external/llvm/lib/Target/WebAssembly/ |
D | Relooper.cpp | 418 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/ |
D | loss_function.cc | 116 ComposedLoss::ComposedLoss(const LossFunction* f, Ownership ownership_f, in ComposedLoss() 117 const LossFunction* g, Ownership ownership_g) in ComposedLoss()
|
D | conditioned_cost_function.cc | 49 Ownership ownership) in ConditionedCostFunction()
|
/external/skia/include/core/ |
D | SkStream.h | 236 enum Ownership { enum 245 explicit SkFILEStream(FILE* file, Ownership ownership = kCallerPasses_Ownership); 275 Ownership fOwnership;
|
/external/autotest/client/site_tests/login_OwnershipApi/ |
D | control | 16 Tests to ensure that the Ownership API works for a local device owner.
|
/external/autotest/client/site_tests/login_RemoteOwnership/ |
D | control | 16 Tests to ensure that the Ownership API can be used, as an enterprise might,
|
/external/clang/include/clang/AST/ |
D | CommentCommands.td | 158 def Ownership : RecordLikeDetailCommand<"ownership">;
|
/external/skia/src/core/ |
D | SkStream.cpp | 187 SkFILEStream::SkFILEStream(FILE* file, Ownership ownership) in SkFILEStream()
|
/external/clang/docs/ |
D | AutomaticReferenceCounting.rst | 669 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,
|
D | InternalsManual.rst | 1094 Ownership of declarations
|
/external/ceres-solver/docs/source/ |
D | modeling.rst | 934 Ownership ownership_f, 936 Ownership ownership_g); 1296 **Ownership**
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 1236 def Ownership : InheritableAttr {
|