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

1 2

  /external/ceres-solver/include/ceres/
autodiff_cost_function.h 100 // = new AutoDiffCostFunction<MyScalarCostFunction, DYNAMIC, 2, 2>(
106 // Indicate dynamic number of residuals ---------+ | |
140 // ceres::DYNAMIC to indicate it will be set at runtime), and subsequent
145 // If the number of residuals (argument "M" below) is ceres::DYNAMIC, then the
151 int M, // Number of residuals, or ceres::DYNAMIC.
169 CHECK_NE(M, DYNAMIC) << "Can't run the fixed-size constructor if the "
170 << "number of residuals is set to ceres::DYNAMIC.";
180 CHECK_EQ(M, DYNAMIC) << "Can't run the dynamic-size constructor if the "
181 << "number of residuals is not ceres::DYNAMIC."
    [all...]
types.h 282 // For SizedCostFunction and AutoDiffCostFunction, DYNAMIC can be specified for
286 DYNAMIC = -1
sized_cost_function.h 35 // can be ceres::DYNAMIC. If kNumResiduals is ceres::DYNAMIC, then subclasses
53 CHECK(kNumResiduals > 0 || kNumResiduals == DYNAMIC)
  /frameworks/rs/driver/linkloader/lib/
ELFSectionHeader.cpp 47 CASE(DYNAMIC) CASE(NOTE) CASE(NOBITS) CASE(REL) CASE(SHLIB)
  /external/elfutils/libebl/
eblsegmenttypename.c 76 PTYPE (DYNAMIC),
eblsectiontypename.c 79 KNOWNSTYPE (DYNAMIC),
  /external/v8/src/
variables.cc 46 case DYNAMIC: return "DYNAMIC";
variables.h 123 return (mode_ == DYNAMIC ||
contexts.cc 161 // scope. Thus, the DYNAMIC mode (which corresponds to dynamically
186 case DYNAMIC:
scopes.h 59 // The dynamic scope part holds hash maps for the variables that will
66 int index = mode - DYNAMIC;
v8globals.h 493 DYNAMIC, // always require dynamic lookup (we don't know
496 DYNAMIC_GLOBAL, // requires dynamic lookup, but we know that the
500 DYNAMIC_LOCAL, // requires dynamic lookup, but we know that the
scopes.cc 456 // This function handles VAR and CONST modes. DYNAMIC variables are
858 Indent(n1, "// dynamic vars\n");
860 PrintMap(n1, dynamics_->GetMap(DYNAMIC));
892 // Allocate it by giving it a dynamic lookup.
996 var = NonLocal(proxy->name(), DYNAMIC);
    [all...]
  /external/stlport/test/eh/
intel45.mak 37 # LIBTYPE = DYNAMIC
intel50.mak 38 # LIBTYPE = DYNAMIC
  /external/iproute2/ip/
ipaddress.c 74 fprintf(stderr, "FLAG := [ permanent | dynamic | secondary | primary |\n");
104 _PF(DYNAMIC);
600 fprintf(fp, "dynamic ");
751 } else if (strcmp(*argv, "dynamic") == 0) {
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfd.h     [all...]

Completed in 612 milliseconds

1 2