Searched refs:ownership (Results 1 - 15 of 15) sorted by relevance

/external/ceres-solver/include/ceres/
H A Dconditioned_cost_function.h77 // per-residual conditioner. Takes ownership of all of the wrapped cost
78 // functions, or not, depending on the ownership parameter. Conditioners
82 Ownership ownership);
H A Dloss_function.h312 // ownership of the wrapped loss function or not depending on the
313 // ownership parameter.
314 ScaledLoss(const LossFunction* rho, double a, Ownership ownership) : argument
315 rho_(rho), a_(a), ownership_(ownership) { }
368 LossFunctionWrapper(LossFunction* rho, Ownership ownership) argument
369 : rho_(rho), ownership_(ownership) {
383 void Reset(LossFunction* rho, Ownership ownership) { argument
388 ownership_ = ownership;
H A Ddynamic_numeric_diff_cost_function.h79 Ownership ownership = TAKE_OWNERSHIP,
82 ownership_(ownership),
H A Dnumeric_diff_cost_function.h193 Ownership ownership = TAKE_OWNERSHIP,
197 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dlcp.bat4 REM this work for additional information regarding copyright ownership.
H A DantRun.bat5 REM this work for additional information regarding copyright ownership.
H A Dant.bat5 REM this work for additional information regarding copyright ownership.
/external/vboot_reference/firmware/include/
H A Dtss_constants.h66 TSS_BOOL ownership; member in struct:tdTPM_PERMANENT_FLAGS
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli42 ownership of the module [m] if successful with the desired optimization
/external/skia/include/core/
H A DSkStream.h250 explicit SkFILEStream(FILE* file, Ownership ownership = kCallerPasses_Ownership);
/external/vboot_reference/utility/
H A Dtpmc.c284 P(ownership);
400 { "getownership", "geto", "print state of TPM ownership",
/external/clang/lib/Sema/
H A DSemaType.cpp380 // But don't move an ARC ownership attribute to the return type
1911 Qualifiers::ObjCLifetime ownership,
2846 // Objective-C ARC ownership qualifiers are ignored on the function
2873 // The ownership attributes are almost always written via
3327 Qualifiers::ObjCLifetime ownership) {
3331 qs.addObjCLifetime(ownership);
3337 Qualifiers::ObjCLifetime ownership,
3350 switch (ownership) {
3351 case Qualifiers::OCL_None: llvm_unreachable("no ownership!");
3375 /// \brief Used for transferring ownership i
3325 transferARCOwnershipToDeclSpec(Sema &S, QualType &declSpecTy, Qualifiers::ObjCLifetime ownership) argument
3336 transferARCOwnershipToDeclaratorChunk(TypeProcessingState &state, Qualifiers::ObjCLifetime ownership, unsigned chunkIndex) argument
3376 transferARCOwnership(TypeProcessingState &state, QualType &declSpecTy, Qualifiers::ObjCLifetime ownership) argument
3433 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy); local
[all...]
/external/skia/src/core/
H A DSkStream.cpp187 SkFILEStream::SkFILEStream(FILE* file, Ownership ownership) argument
189 , fOwnership(ownership) {
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2542 pass pipeline over the module [m]. It does not take ownership of [m].

Completed in 588 milliseconds