HomeSort by relevance Sort by last modified time
    Searched refs:problem (Results 76 - 100 of 218) sorted by null

1 2 34 5 6 7 8 9

  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 26 // the command line and runs the bundle adjuster on the problem.
28 // File with problem a binary file, for which it is crucial to know in which
79 // line, camera intrinsics will be refined if markers in the problem are
87 // There're existing problem files dumped from blender stored in folder
291 LOG(FATAL) << "Problem file is stored in unknown endian type.";
349 // Reads a bundle adjustment problem from the file.
351 // file_name denotes from which file to read the problem.
361 // the problem. Only used for reprojection error calculation, stay
384 LOG(FATAL) << "Problem file contains markers stored in unknown space.";
655 ceres::Problem::Options problem_options
    [all...]
  /external/ceres-solver/internal/ceres/
covariance_test.cc 54 ProblemImpl problem; local
57 problem.AddParameterBlock(block1, 1);
58 problem.AddParameterBlock(block4, 4);
59 problem.AddParameterBlock(block3, 3);
60 problem.AddParameterBlock(block2, 2);
99 .ComputeCovarianceSparsity(covariance_blocks, &problem));
363 Problem problem_;
777 Problem problem_;
compressed_row_sparse_matrix_test.cc 69 scoped_ptr<LinearLeastSquaresProblem> problem(
72 CHECK_NOTNULL(problem.get());
74 tsm.reset(down_cast<TripletSparseMatrix*>(problem->A.release()));
trust_region_minimizer_test.cc 34 // Program and Problem machinery.
44 #include "ceres/problem.h"
54 // active. This is equivalent to constructing a problem and using the
386 Problem problem; local
387 problem.AddResidualBlock(new CurveCostFunction(N, 10.), NULL, y);
391 Solve(options, &problem, &summary);
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 240 OAuthProblemException problem = new OAuthProblemException(OAuth.Problems.PARAMETER_ABSENT); local
241 problem.setParameter(OAuth.Problems.OAUTH_PARAMETERS_ABSENT, OAuth.percentEncode(absent));
242 throw problem;
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 320 OAuthProblemException problem = new OAuthProblemException(); local
325 problem.getParameters().putAll(response.getDump());
333 throw problem;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2250.js 30 // The original problem from the bug: In the example below SMI check for b
33 // immediate deopt. Another problem here is that no matter how many time we
regress-20070207.js 28 // The following regression test illustrates a problem in using the
regress-747.js 31 // This can be a problem if eval is used within the scope.
  /external/e2fsprogs/po/
at-expand.pl 4 "#. The strings in e2fsck's problem.c can be very hard to translate,\n",
9 "#. the \@-expansion, for the strings in the problem.c file.\n",
19 "#. The second expansion which is done for e2fsck's problem.c messages is\n",
93 $msg =~ s/\@p/problem in/g;
112 $is_problem_file = (/^#: e2fsck\/problem/) ? 1 : 0;
  /external/srec/srec/include/
duk_args.h 106 void help_line(char *problem, int avc, arg_info *avlist);
  /development/scripts/
divide_and_compress.py 281 def FixArchive(self, problem):
285 problem: An enum, the reason the archive is invalid.
294 if problem == 'SIZE':
  /external/chromium_org/third_party/mesa/src/docs/
MESA_resize_buffers.spec 44 this problem.
  /external/chromium_org/v8/test/webkit/
delete-then-put.js 25 'This tests for a problem with put after delete that existed at one point in the past.'
  /external/e2fsprogs/e2fsck/
Android.mk 90 problem.c \
super.c 20 #include "problem.h"
460 problem_t problem; local
836 problem = PR_0_FUTURE_SB_LAST_MOUNT;
838 problem = PR_0_FUTURE_SB_LAST_MOUNT_FUDGED;
839 if (fix_problem(ctx, problem, &pctx)) {
848 problem = PR_0_FUTURE_SB_LAST_WRITE;
850 problem = PR_0_FUTURE_SB_LAST_WRITE_FUDGED;
851 if (fix_problem(ctx, problem, &pctx)) {
  /external/mesa3d/docs/
MESA_resize_buffers.spec 44 this problem.
  /external/stlport/
Android.mk 50 # This is needed to work around the problem that libm.so in NDK does not
  /external/v8/test/mjsunit/regress/
regress-20070207.js 28 // The following regression test illustrates a problem in using the
  /external/chromium_org/courgette/
adjustment_method.cc 208 const Trace& problem)
210 p_trace_(problem),
611 void Solve(const Trace& model, const Trace& problem) {
613 LinkLabelInfos(problem);
614 AssignmentProblem a(model, problem);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/chromium/net/base/
sdch_manager.h 151 // Problem during the latency test.
243 static void SdchErrorRecovery(ProblemCodes problem);
  /external/chromium_org/net/base/
sdch_manager.h 152 // Problem during the latency test.
244 static void SdchErrorRecovery(ProblemCodes problem);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
mesadef.py 67 print '; Were it not for this problem, this file would not'
  /external/mesa3d/src/mapi/glapi/gen/
mesadef.py 67 print '; Were it not for this problem, this file would not'

Completed in 3674 milliseconds

1 2 34 5 6 7 8 9