Searched defs:ownership (Results 1 - 8 of 8) sorted by relevance

/external/ceres-solver/include/ceres/
H A Dnumeric_diff_cost_function.h186 Ownership ownership,
189 ownership_(ownership),
185 NumericDiffCostFunction(CostFunctor* functor, Ownership ownership, const double relative_step_size = 1e-6) argument
H A Dloss_function.h311 // ownership of the wrapped loss function or not depending on the
312 // ownership parameter.
313 ScaledLoss(const LossFunction* rho, double a, Ownership ownership) : argument
314 rho_(rho), a_(a), ownership_(ownership) { }
367 LossFunctionWrapper(LossFunction* rho, Ownership ownership) argument
368 : rho_(rho), ownership_(ownership) {
382 void Reset(LossFunction* rho, Ownership ownership) { argument
387 ownership_ = ownership;
/external/ceres-solver/internal/ceres/
H A Dconditioned_cost_function.cc49 Ownership ownership)
52 ownership_(ownership) {
46 ConditionedCostFunction( CostFunction* wrapped_cost_function, const vector<CostFunction*>& conditioners, Ownership ownership) argument
/external/chromium_org/chrome/test/functional/
H A Dchromeos_time.py14 from autotest.cros import ownership namespace
28 ownership.clear_ownership()
/external/chromium_org/ui/views/widget/
H A Dwidget.h79 // A special note on ownership:
81 // Depending on the value of the InitParams' ownership field, the Widget
84 // ownership = NATIVE_WIDGET_OWNS_WIDGET (default)
88 // ownership = WIDGET_OWNS_NATIVE_WIDGET (non-default)
189 Ownership ownership; member in struct:views::Widget::InitParams
370 // fit the entire size of the RootView. The RootView takes ownership of this
421 // be rectangular. Takes ownership of |shape|.
790 // must not be initialized, the ownership will be assumed by the widget.
826 // See class documentation for Widget above for a note about ownership.
/external/chromium_org/third_party/skia/src/core/
H A DSkStream.cpp197 SkFILEStream::SkFILEStream(FILE* file, Ownership ownership) argument
199 , fOwnership(ownership) {
/external/skia/src/core/
H A DSkStream.cpp197 SkFILEStream::SkFILEStream(FILE* file, Ownership ownership) argument
199 , fOwnership(ownership) {
/external/clang/lib/Sema/
H A DSemaType.cpp398 // But don't move an ARC ownership attribute to the return type
1830 Qualifiers::ObjCLifetime ownership,
2737 // Objective-C ARC ownership qualifiers are ignored on the function
2764 // The ownership attributes are almost always written via
3209 Qualifiers::ObjCLifetime ownership) {
3213 qs.addObjCLifetime(ownership);
3219 Qualifiers::ObjCLifetime ownership,
3232 switch (ownership) {
3233 case Qualifiers::OCL_None: llvm_unreachable("no ownership!");
3252 /// \brief Used for transferring ownership i
3207 transferARCOwnershipToDeclSpec(Sema &S, QualType &declSpecTy, Qualifiers::ObjCLifetime ownership) argument
3218 transferARCOwnershipToDeclaratorChunk(TypeProcessingState &state, Qualifiers::ObjCLifetime ownership, unsigned chunkIndex) argument
3253 transferARCOwnership(TypeProcessingState &state, QualType &declSpecTy, Qualifiers::ObjCLifetime ownership) argument
3312 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy); local
[all...]

Completed in 744 milliseconds