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

  /external/ceres-solver/include/ceres/
conditioned_cost_function.h 77 // per-residual conditioner. Takes ownership of all of the wrapped cost
78 // functions, or not, depending on the ownership parameter. Conditioners
82 Ownership ownership);
92 Ownership ownership_;
loss_function.h 282 explicit ComposedLoss(const LossFunction* f, Ownership ownership_f,
283 const LossFunction* g, Ownership ownership_g);
289 const Ownership ownership_f_, ownership_g_;
312 // ownership of the wrapped loss function or not depending on the
313 // ownership parameter.
314 ScaledLoss(const LossFunction* rho, double a, Ownership ownership) :
315 rho_(rho), a_(a), ownership_(ownership) { }
327 const Ownership ownership_;
368 LossFunctionWrapper(LossFunction* rho, Ownership ownership
    [all...]
dynamic_numeric_diff_cost_function.h 79 Ownership ownership = TAKE_OWNERSHIP,
82 ownership_(ownership),
259 Ownership ownership_;
numeric_diff_cost_function.h 193 Ownership ownership = TAKE_OWNERSHIP,
197 ownership_(ownership),
309 Ownership ownership_;
  /external/ceres-solver/internal/ceres/
conditioned_cost_function.cc 49 Ownership ownership)
52 ownership_(ownership) {
  /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/vboot_reference/firmware/include/
tss_constants.h 66 TSS_BOOL ownership; member in struct:tdTPM_PERMANENT_FLAGS
  /external/v8/test/mjsunit/regress/
regress-convert-enum.js 46 // Return ownership of the descriptor array [a,c] to B and trim it to [a].
  /external/skia/include/core/
SkStream.h 241 enum Ownership {
250 explicit SkFILEStream(FILE* file, Ownership ownership = kCallerPasses_Ownership);
280 Ownership fOwnership;
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 42 ownership of the module [m] if successful with the desired optimization
  /external/vboot_reference/utility/
tpmc.c 284 P(ownership);
400 { "getownership", "geto", "print state of TPM ownership",
  /external/clang/lib/Sema/
SemaType.cpp 380 // But don't move an ARC ownership attribute to the return type
3433 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy); local
    [all...]
  /external/skia/src/core/
SkStream.cpp 187 SkFILEStream::SkFILEStream(FILE* file, Ownership ownership)
189 , fOwnership(ownership) {
  /prebuilts/eclipse/maven/apache-maven-3.2.1/bin/
mvn.bat 5 @REM regarding copyright ownership. The ASF licenses this file
mvnDebug.bat 5 @REM regarding copyright ownership. The ASF licenses this file
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 410 milliseconds