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

  /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_;
366 LossFunctionWrapper(LossFunction* rho, Ownership ownership
    [all...]
numeric_diff_cost_function.h 207 Ownership ownership)
208 : function_(function), ownership_(ownership) {}
280 Ownership ownership_;
  /external/webkit/Source/WebCore/bridge/qt/
qt_instance.h 65 static PassRefPtr<QtInstance> getQtInstance(QObject*, PassRefPtr<RootObject>, QScriptEngine::ValueOwnership ownership);
75 static PassRefPtr<QtInstance> create(QObject *instance, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership)
77 return adoptRef(new QtInstance(instance, rootObject, ownership));
82 QtInstance(QObject*, PassRefPtr<RootObject>, QScriptEngine::ValueOwnership ownership); // Factory produced only..
qt_instance.cpp 79 QtInstance::QtInstance(QObject* o, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership)
84 , m_ownership(ownership)
117 PassRefPtr<QtInstance> QtInstance::getQtInstance(QObject* o, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership)
133 RefPtr<QtInstance> ret = QtInstance::create(o, rootObject, ownership);
  /external/ceres-solver/internal/ceres/
conditioned_cost_function.cc 49 Ownership ownership)
52 ownership_(ownership) {
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImplBase.h 51 StringImplBase(unsigned length, BufferOwnership ownership)
52 : m_refCountAndFlags(s_refCountIncrement | s_refCountFlagShouldReportedCost | ownership)
StringImpl.cpp 57 BufferOwnership ownership = bufferOwnership(); local
58 if (ownership != BufferInternal) {
59 if (ownership == BufferOwned) {
63 } else if (ownership == BufferSubstring) {
67 ASSERT(ownership == BufferShared);
142 BufferOwnership ownership = bufferOwnership(); local
144 if (ownership == BufferInternal)
146 if (ownership == BufferSubstring)
148 if (ownership == BufferOwned) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
lcp.bat 4 REM this work for additional information regarding copyright ownership.
antRun.bat 5 REM this work for additional information regarding copyright ownership.
ant.bat 5 REM this work for additional information regarding copyright ownership.
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 89 (** [create m] creates a new execution engine, taking ownership of the
96 (** [create_interpreter m] creates a new interpreter, taking ownership of the
104 ownership of the module [m] if successful with the desired optimization
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 29 Does not take ownership of the target data.
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.h 134 void addToJavaScriptWindowObject(const QString &name, QObject *object, QScriptEngine::ValueOwnership ownership);
qwebframe.cpp 610 The ownership of \a object is specified using \a own.
612 void QWebFrame::addToJavaScriptWindowObject(const QString &name, QObject *object, QScriptEngine::ValueOwnership ownership)
620 if (ownership == QScriptEngine::QtOwnership)
637 JSC::Bindings::QtInstance::getQtInstance(object, root, ownership)->createRuntimeObject(exec);
645 QScriptValue v = engine->newQObject(object, ownership);
    [all...]
  /external/ceres-solver/docs/
helloworld.tex 44 // The problem object takes ownership of the newly allocated
modeling.tex 384 Ownership cost_function_ownership;
385 Ownership loss_function_ownership;
386 Ownership local_parameterization_ownership;
447 \texttt{Problem} by default takes ownership of the
454 Note that even though the Problem takes ownership of \texttt{cost\_function}
473 \texttt{Problem} by default takes ownership of the
477 do this by setting the corresponding enums in the \texttt{Options} struct. Even though \texttt{Problem} takes ownership of these pointers, it does not preclude the user from re-using them in another residual or parameter block. The destructor takes care to call
solving.tex     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 384 // But don't move an ARC ownership attribute to the return type
3121 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy); local
    [all...]
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 63 otherwise, or (ii) ownership of fifty percent (50%) or more of the
64 outstanding shares, or (iii) beneficial ownership of such entity.
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 510 // object takes ownership of the memory, promising to eventually deallocate it
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 635 void ownership();
2744 void tst_QWebFrame::ownership() function in class:tst_QWebFrame
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 393 * This method takes ownership of the given array!
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 393 * This method takes ownership of the given array!
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 841 milliseconds