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

1 2

  /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/chromium_org/third_party/tcmalloc/chromium/src/tests/
simple_compat_test.cc 56 MallocExtension::Ownership malloc_extension_h;
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
simple_compat_test.cc 56 MallocExtension::Ownership malloc_extension_h;
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h 288 // the malloc implementation does not keep track of ownership.
294 enum Ownership {
301 virtual Ownership GetOwnership(const void* p);
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h 308 // the malloc implementation does not keep track of ownership.
314 enum Ownership {
321 virtual Ownership GetOwnership(const void* p);
  /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/chromium_org/ui/gfx/animation/
animation_container_unittest.cc 66 TEST_F(AnimationContainerTest, Ownership) {
  /external/chromium_org/third_party/skia/include/core/
SkStream.h 246 enum Ownership {
255 explicit SkFILEStream(FILE* file, Ownership ownership = kCallerPasses_Ownership);
285 Ownership fOwnership;
  /external/skia/include/core/
SkStream.h 246 enum Ownership {
255 explicit SkFILEStream(FILE* file, Ownership ownership = kCallerPasses_Ownership);
285 Ownership fOwnership;
  /external/chromium_org/third_party/cld/base/
basictypes.h 257 // Argument type used in interfaces that can optionally take ownership
259 // object takes ownership of the argument. Otherwise it does not.
260 enum Ownership {
  /external/chromium_org/ui/views/widget/
widget.h 84 // A special note on ownership:
86 // Depending on the value of the InitParams' ownership field, the Widget
89 // ownership = NATIVE_WIDGET_OWNS_WIDGET (default)
93 // ownership = WIDGET_OWNS_NATIVE_WIDGET (non-default)
173 enum Ownership {
213 Ownership ownership; member in struct:views::Widget::InitParams
392 // fit the entire size of the RootView. The RootView takes ownership of this
443 // be rectangular. Takes ownership of |shape|.
    [all...]
native_widget_aura.h 201 // See class documentation for Widget in widget.h for a note about ownership.
202 Widget::InitParams::Ownership ownership_;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 191 MallocExtension::Ownership MallocExtension::GetOwnership(const void* p) {
debugallocation.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc 185 MallocExtension::Ownership MallocExtension::GetOwnership(const void* p) {
debugallocation.cc     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 252 // See class documentation for Widget in widget.h for a note about ownership.
253 Widget::InitParams::Ownership ownership_;
  /external/chromium_org/third_party/skia/src/core/
SkStream.cpp 206 SkFILEStream::SkFILEStream(FILE* file, Ownership ownership)
208 , fOwnership(ownership) {
  /external/skia/src/core/
SkStream.cpp 206 SkFILEStream::SkFILEStream(FILE* file, Ownership ownership)
208 , fOwnership(ownership) {

Completed in 1485 milliseconds

1 2