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 76 // per-residual conditioner. Takes ownership of all of the wrapped cost
77 // functions, or not, depending on the ownership parameter. Conditioners
81 Ownership ownership);
91 Ownership ownership_;
loss_function.h 281 explicit ComposedLoss(const LossFunction* f, Ownership ownership_f,
282 const LossFunction* g, Ownership ownership_g);
288 const Ownership ownership_f_, ownership_g_;
311 // ownership of the wrapped loss function or not depending on the
312 // ownership parameter.
313 ScaledLoss(const LossFunction* rho, double a, Ownership ownership) :
314 rho_(rho), a_(a), ownership_(ownership) { }
326 const Ownership ownership_;
367 LossFunctionWrapper(LossFunction* rho, Ownership ownership
    [all...]
problem.h 137 Ownership cost_function_ownership;
138 Ownership loss_function_ownership;
139 Ownership local_parameterization_ownership;
186 // The Problem object by default takes ownership of the
192 // Note: Even though the Problem takes ownership of cost_function
numeric_diff_cost_function.h 186 Ownership ownership,
189 ownership_(ownership),
291 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/
loss_function.cc 116 ComposedLoss::ComposedLoss(const LossFunction* f, Ownership ownership_f,
117 const LossFunction* g, Ownership ownership_g)
conditioned_cost_function.cc 49 Ownership ownership)
52 ownership_(ownership) {
  /external/chromium_org/ui/base/animation/
animation_container_unittest.cc 52 TEST_F(AnimationContainerTest, Ownership) {
  /external/chromium_org/third_party/skia/include/core/
SkStream.h 252 enum Ownership {
261 explicit SkFILEStream(FILE* file, Ownership ownership = kCallerPasses_Ownership);
291 Ownership fOwnership;
  /external/skia/include/core/
SkStream.h 254 enum Ownership {
263 explicit SkFILEStream(FILE* file, Ownership ownership = kCallerPasses_Ownership);
293 Ownership fOwnership;
  /external/chromium/base/
basictypes.h 265 // Argument type used in interfaces that can optionally take ownership
267 // object takes ownership of the argument. Otherwise it does not.
268 enum Ownership {
  /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 78 // A special note on ownership:
80 // Depending on the value of the InitParams' ownership field, the Widget
83 // ownership = NATIVE_WIDGET_OWNS_WIDGET (default)
87 // ownership = WIDGET_OWNS_NATIVE_WIDGET (non-default)
146 enum Ownership {
177 Ownership ownership; member in struct:views::Widget::InitParams
342 // fit the entire size of the RootView. The RootView takes ownership of this
391 // Sets a shape on the widget. This takes ownership of shape.
752 // must not be initialized, the ownership will be assumed by the widget
    [all...]
native_widget_aura.h 194 // See class documentation for Widget in widget.h for a note about ownership.
195 Widget::InitParams::Ownership ownership_;
native_widget_win.h 250 // See class documentation for Widget in widget.h for a note about ownership.
253 // See class documentation for Widget in widget.h for a note about ownership.
254 Widget::InitParams::Ownership ownership_;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 186 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 209 // See class documentation for Widget in widget.h for a note about ownership.
210 Widget::InitParams::Ownership ownership_;
225 // Ownership passed to RootWindow on Init.
  /external/chromium_org/third_party/skia/src/core/
SkStream.cpp 206 SkFILEStream::SkFILEStream(FILE* file, Ownership ownership)
208 , fOwnership(ownership) {

Completed in 1135 milliseconds

1 2