Searched defs:problem (Results 1 - 12 of 12) sorted by relevance

/external/oauth/core/src/main/java/net/oauth/
H A DOAuthProblemException.java25 * Describes an OAuth-related problem, using a set of named parameters. One
26 * parameter identifies the basic problem, and the others provide supplementary
42 public OAuthProblemException(String problem) { argument
43 super(problem);
44 if (problem != null) {
45 parameters.put(OAUTH_PROBLEM, problem);
/external/bison/lib/
H A Dargmatch.c135 argmatch_invalid (const char *context, const char *value, ptrdiff_t problem)
137 char const *format = (problem == -1
134 argmatch_invalid(const char *context, const char *value, ptrdiff_t problem) argument
/external/e2fsprogs/e2fsck/
H A Dpass5.c14 #include "problem.h"
69 static void print_bitmap_problem(e2fsck_t ctx, int problem, argument
72 switch (problem) {
77 problem = PR_5_BLOCK_RANGE_UNUSED;
83 problem = PR_5_BLOCK_RANGE_USED;
89 problem = PR_5_INODE_RANGE_UNUSED;
95 problem = PR_5_INODE_RANGE_USED;
98 fix_problem(ctx, problem, pctx);
114 int problem, save_problem, fixit, had_problem; local
210 problem
340 int problem, save_problem, fixit, had_problem; local
[all...]
H A Dsuper.c20 #include "problem.h"
460 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)) {
840 problem = PR_0_FUTURE_SB_LAST_WRITE;
842 problem = PR_0_FUTURE_SB_LAST_WRITE_FUDGED;
843 if (fix_problem(ctx, problem, &pctx)) {
H A Djournal.c26 #include "problem.h"
696 problem_t problem; local
774 problem = PR_0_JOURNAL_RUN_DEFAULT;
776 problem = PR_0_JOURNAL_RUN;
777 if (fix_problem(ctx, problem, &pctx)) {
H A Dpass2.c48 #include "problem.h"
350 int problem = 0; local
353 problem = PR_2_MISSING_DOT;
356 problem = PR_2_1ST_NOT_DOT;
358 problem = PR_2_DOT_NULL_TERM;
361 if (problem) {
362 if (fix_problem(ctx, problem, pctx)) {
407 int rec_len, problem = 0; local
410 problem = PR_2_MISSING_DOT_DOT;
414 problem
724 int problem; local
1252 int problem = 0; local
[all...]
H A Dpass1.c50 #include "problem.h"
151 * for devices. (And that's when the problem is caused, since
277 int problem = 0; local
301 problem = PR_1_ATTR_NAME_LEN;
311 problem = PR_1_ATTR_VALUE_SIZE;
318 problem = PR_1_ATTR_VALUE_BLOCK;
328 problem = PR_1_ATTR_HASH;
341 if (problem == 0 || !fix_problem(ctx, problem, pctx))
888 int problem local
1678 errcode_t problem; local
2111 int problem = 0; local
[all...]
/external/chromium/net/base/
H A Dsdch_manager.cc233 void SdchManager::SdchErrorRecovery(ProblemCodes problem) { argument
234 UMA_HISTOGRAM_ENUMERATION("Sdch3.ProblemCodes_4", problem, MAX_PROBLEM_CODE);
/external/chromium/chrome/common/
H A Dmetrics_helpers.cc494 void MetricsServiceBase::InconsistencyDetected(int problem) { argument
496 problem, Histogram::NEVER_EXCEEDED_VALUE);
499 void MetricsServiceBase::UniqueInconsistencyDetected(int problem) { argument
501 problem, Histogram::NEVER_EXCEEDED_VALUE);
575 int problem = static_cast<int>(discrepancy); local
576 if (problem != discrepancy)
577 problem = INT_MAX;
578 SnapshotProblemResolved(problem);
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c770 int problem = 0; local
830 problem++;
839 return problem;
/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp12 // problem representing the register allocation problem under consideration,
78 /// PBQP based allocators solve the register allocation problem by mapping
148 /// \brief Given a solved PBQP problem maps this solution back to a register
150 bool mapPBQPToRegAlloc(const PBQPRAProblem &problem,
276 // Record the mapping and allowed set in the problem.
514 bool RegAllocPBQP::mapPBQPToRegAlloc(const PBQPRAProblem &problem, argument
522 const PBQP::Graph &g = problem.getGraph();
528 unsigned vreg = problem.getVRegForNode(node);
531 if (problem
678 std::auto_ptr<PBQPRAProblem> problem = local
[all...]
/external/dnsmasq/src/
H A Doption.c671 char *comma = NULL, *problem = NULL; local
735 problem = _("bad dhcp-option");
792 problem = _("bad IP address");
891 problem = _("bad domain in dhcp-option");
950 problem = _("dhcp-option too long");
952 if (!problem)
959 problem = _("illegal dhcp-match");
973 return problem;
981 char *comma, *problem = NULL;; local
1115 problem
[all...]

Completed in 160 milliseconds