Searched refs:problem (Results 76 - 100 of 172) sorted by relevance

1234567

/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer_test.cc44 #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);
H A Dcompressed_row_sparse_matrix_test.cc72 scoped_ptr<LinearLeastSquaresProblem> problem(
75 CHECK_NOTNULL(problem.get());
77 tsm.reset(down_cast<TripletSparseMatrix*>(problem->A.release()));
/external/chromium_org/net/filter/
H A Dsdch_filter.cc285 SdchManager::ProblemCodes problem = local
290 url_, problem);
291 SdchManager::SdchErrorRecovery(problem);
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthMessage.java240 OAuthProblemException problem = new OAuthProblemException(OAuth.Problems.PARAMETER_ABSENT);
241 problem.setParameter(OAuth.Problems.OAUTH_PARAMETERS_ABSENT, OAuth.percentEncode(absent));
242 throw problem;
/external/oauth/core/src/main/java/net/oauth/client/
H A DOAuthClient.java320 OAuthProblemException problem = new OAuthProblemException();
325 problem.getParameters().putAll(response.getDump());
333 throw problem;
/external/e2fsprogs/po/
H A Dat-expand.pl4 "#. 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;
113 $is_problem_file = (/^#: e2fsck\/problem/) ? 1 : 0;
/external/srec/srec/include/
H A Dduk_args.h106 void help_line(char *problem, int avc, arg_info *avlist);
/external/chromium_org/native_client_sdk/src/doc/
H A Dindex.rst98 into an arcane problem. You may need to refer to the :doc:`PNaCl Bitcode
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DStandardAddressVerifier.java190 * Hook for on-the-fly modification of the problem list. Override to change the problems to
206 FieldVerifier verifier, AddressProblemType problem, AddressField field,
208 return verifier.check(script, problem, field, datum, problems);
205 verifyProblemField(LookupKey.ScriptType script, FieldVerifier verifier, AddressProblemType problem, AddressField field, String datum, AddressProblems problems) argument
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_resize_buffers.spec44 this problem.
/external/e2fsprogs/e2fsck/
H A DAndroid.mk92 problem.c \
H A Dsuper.c20 #include "problem.h"
470 problem_t problem; local
830 problem = PR_0_FUTURE_SB_LAST_MOUNT;
832 problem = PR_0_FUTURE_SB_LAST_MOUNT_FUDGED;
833 if (fix_problem(ctx, problem, &pctx)) {
842 problem = PR_0_FUTURE_SB_LAST_WRITE;
844 problem = PR_0_FUTURE_SB_LAST_WRITE_FUDGED;
845 if (fix_problem(ctx, problem, &pctx)) {
H A Djournal.c26 #include "problem.h"
713 problem_t problem; local
791 problem = PR_0_JOURNAL_RUN_DEFAULT;
793 problem = PR_0_JOURNAL_RUN;
794 if (fix_problem(ctx, problem, &pctx)) {
/external/mesa3d/docs/
H A DMESA_resize_buffers.spec44 this problem.
/external/chromium_org/courgette/
H A Dadjustment_method.cc208 const Trace& problem)
210 p_trace_(problem),
611 void Solve(const Trace& model, const Trace& problem) { argument
613 LinkLabelInfos(problem);
614 AssignmentProblem a(model, problem);
207 AssignmentProblem(const Trace& model, const Trace& problem) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl191 this primary target language. This brings up the problem to follow the
/external/ceres-solver/examples/
H A Dnist.cc39 // The problem data themselves can be found at
44 // Medium and Hard. For each problem there are two starting guesses,
48 // A problem is considered successfully solved, if every components of
419 // Each NIST problem comes with multiple starting points, so we
420 // construct the problem from scratch for each case and solve it.
425 ceres::Problem problem; local
427 problem.AddResidualBlock(
436 Solve(options, &problem, &summary);
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c757 int problem = 0; local
817 problem++;
826 return problem;
/external/chromium_org/net/base/
H A Dsdch_manager.cc276 void SdchManager::SdchErrorRecovery(ProblemCodes problem) { argument
277 UMA_HISTOGRAM_ENUMERATION("Sdch3.ProblemCodes_4", problem, MAX_PROBLEM_CODE);
H A Dsdch_manager.h261 static void SdchErrorRecovery(ProblemCodes problem);
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Dvalidation_task_test.cc76 AddressProblem problem = kProblems[j]; local
77 filter_.insert(std::make_pair(field, problem));
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm53 problem, one or more likely causes, and any suggested remedies.
/external/chromium_org/components/metrics/
H A Dmetrics_service.cc159 // side, but are not expected to be a significant problem.
459 base::HistogramBase::Inconsistency problem) {
461 problem, base::HistogramBase::NEVER_EXCEEDED_VALUE);
465 base::HistogramBase::Inconsistency problem) {
467 problem, base::HistogramBase::NEVER_EXCEEDED_VALUE);
1101 // Error 400 indicates a problem with the log, not with the server, so
1207 // session visible. The problem is that we always notify using the orginal
458 InconsistencyDetected( base::HistogramBase::Inconsistency problem) argument
464 UniqueInconsistencyDetected( base::HistogramBase::Inconsistency problem) argument
/external/chromium_org/third_party/libxslt/libxslt/
H A Dattrvt.c327 "xsltCompileAttr: malloc problem\n");

Completed in 8418 milliseconds

1234567