Searched refs:DYNAMIC (Results 1 - 21 of 21) sorted by relevance

/external/ceres-solver/include/ceres/
H A Dautodiff_cost_function.h103 // = new AutoDiffCostFunction<MyScalarCostFunctor, DYNAMIC, 2, 2>(
144 // ceres::DYNAMIC to indicate it will be set at runtime), and subsequent
150 // ceres::DYNAMIC, then the two-argument constructor must be used. The
155 int kNumResiduals, // Number of residuals, or ceres::DYNAMIC.
174 CHECK_NE(kNumResiduals, DYNAMIC)
176 << "number of residuals is set to ceres::DYNAMIC.";
186 CHECK_EQ(kNumResiduals, DYNAMIC)
188 << "number of residuals is not ceres::DYNAMIC.";
H A Dsized_cost_function.h35 // can be ceres::DYNAMIC. If kNumResiduals is ceres::DYNAMIC, then subclasses
53 CHECK(kNumResiduals > 0 || kNumResiduals == DYNAMIC)
H A Dnumeric_diff_cost_function.h102 // = new NumericDiffCostFunction<MyScalarCostFunctor, CENTRAL, DYNAMIC, 2, 2>(
176 int kNumResiduals = 0, // Number of residuals, or ceres::DYNAMIC
199 if (kNumResiduals == DYNAMIC) {
H A Dtypes.h388 // For SizedCostFunction and AutoDiffCostFunction, DYNAMIC can be
392 DYNAMIC = -1 enumerator in enum:ceres::DimensionType
/external/chromium_org/net/spdy/
H A Dhpack_entry.h75 DYNAMIC, enumerator in enum:net::HpackEntry::EntryType
H A Dhpack_entry.cc24 type_(is_static ? STATIC : DYNAMIC) {
/external/chromium_org/v8/src/
H A Dvariables.cc24 case DYNAMIC: return "DYNAMIC";
H A Dglobals.h686 DYNAMIC, // always require dynamic lookup (we don't know enumerator in enum:v8::internal::VariableMode
701 return mode >= DYNAMIC && mode <= DYNAMIC_LOCAL;
H A Dcontexts.cc194 // scope. Thus, the DYNAMIC mode (which corresponds to dynamically
223 case DYNAMIC:
H A Dscopes.cc400 mode = DYNAMIC;
466 // This function handles VAR, LET, and CONST modes. DYNAMIC variables are
924 PrintMap(n1, dynamics_->GetMap(DYNAMIC));
1052 var = NonLocal(proxy->raw_name(), DYNAMIC);
1072 var = NonLocal(proxy->raw_name(), DYNAMIC);
H A Dscopes.h51 int index = mode - DYNAMIC;
H A Druntime.cc9235 case DYNAMIC:
/external/elfutils/0.153/libebl/
H A Deblsegmenttypename.c76 PTYPE (DYNAMIC),
H A Deblsectiontypename.c79 KNOWNSTYPE (DYNAMIC),
/external/stlport/test/eh/
H A Dintel45.mak37 # LIBTYPE = DYNAMIC
H A Dintel50.mak38 # LIBTYPE = DYNAMIC
/external/ceres-solver/include/ceres/internal/
H A Dnumeric_diff.h102 (kNumResiduals != ceres::DYNAMIC ? kNumResiduals : num_residuals);
/external/ceres-solver/internal/ceres/
H A Dnumeric_diff_cost_function_test.cc192 ceres::DYNAMIC,
/external/iproute2/ip/
H A Dipaddress.c105 _PF(DYNAMIC);
/external/iproute2/doc/
H A Dip-cref.tex265 --- change the \verb|DYNAMIC| flag on the device.
442 \item \verb|DYNAMIC| --- is an advisory flag indicating that the interface is
/external/srec/config/en.us/dictionary/
H A Dc0.633389 DYNAMIC D AY0 N AE1 M IH0 K
[all...]

Completed in 5475 milliseconds