Home
last modified time | relevance | path

Searched defs:ownership (Results 1 – 9 of 9) sorted by relevance

/external/ceres-solver/include/ceres/
Dloss_function.h313 ScaledLoss(const LossFunction* rho, double a, Ownership ownership) : in ScaledLoss()
366 LossFunctionWrapper(LossFunction* rho, Ownership ownership) in LossFunctionWrapper()
381 void Reset(LossFunction* rho, Ownership ownership) { in Reset()
/external/webkit/Source/WebCore/bridge/qt/
Dqt_instance.h75 …eate(QObject *instance, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership) in create()
Dqt_instance.cpp79 …:QtInstance(QObject* o, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership) in QtInstance()
117 …tQtInstance(QObject* o, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership) in getQtInstance()
/external/ceres-solver/internal/ceres/
Dconditioned_cost_function.cc49 Ownership ownership) in ConditionedCostFunction()
/external/webkit/Source/JavaScriptCore/wtf/text/
DStringImplBase.h51 StringImplBase(unsigned length, BufferOwnership ownership) in StringImplBase()
DStringImpl.cpp57 BufferOwnership ownership = bufferOwnership(); in ~StringImpl() local
142 BufferOwnership ownership = bufferOwnership(); in sharedBuffer() local
/external/clang/lib/Sema/
DSemaType.cpp3018 Qualifiers::ObjCLifetime ownership) { in transferARCOwnershipToDeclSpec()
3028 Qualifiers::ObjCLifetime ownership, in transferARCOwnershipToDeclaratorChunk()
3064 Qualifiers::ObjCLifetime ownership) { in transferARCOwnership()
3121 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy); in GetTypeForDeclaratorCast() local
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe.cpp612 …vaScriptWindowObject(const QString &name, QObject *object, QScriptEngine::ValueOwnership ownership) in addToJavaScriptWindowObject()
/external/webkit/Source/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp2744 void tst_QWebFrame::ownership() in ownership() function in tst_QWebFrame