HomeSort by relevance Sort by last modified time
    Searched defs:problem (Results 1 - 18 of 18) sorted by null

  /external/oauth/core/src/main/java/net/oauth/
SimpleOAuthValidator.java 78 OAuthProblemException problem = new OAuthProblemException("version_rejected"); local
79 problem.setParameter("oauth_acceptable_versions", minVersion + "-" + maxVersion);
80 throw problem;
94 OAuthProblemException problem = new OAuthProblemException("timestamp_refused"); local
95 problem.setParameter("oauth_acceptable_timestamps", min + "-" + max);
96 throw problem;
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/e2fsprogs/e2fsck/
pass5.c 14 #include "problem.h"
69 static void print_bitmap_problem(e2fsck_t ctx, int problem,
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 = PR_5_BLOCK_UNUSED
340 int problem, save_problem, fixit, had_problem; local
    [all...]
super.c 20 #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)) {
journal.c 26 #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)) {
pass2.c 48 #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 = PR_2_2ND_NOT_DOT_DOT
724 int problem; local
1252 int problem = 0; local
    [all...]
pass1.c 50 #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 = 0 local
1678 errcode_t problem; local
2111 int problem = 0; local
    [all...]
  /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/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java 69 OAuthProblemException problem = new OAuthProblemException( local
71 problem.setParameter("oauth_signature", signature);
72 problem.setParameter("oauth_signature_base_string", baseString);
73 problem.setParameter("oauth_signature_method", message
75 throw problem;
226 OAuthProblemException problem = new OAuthProblemException( local
230 problem.setParameter("oauth_acceptable_signature_methods",
233 throw problem;
  /external/chromium/chrome/common/
metrics_helpers.cc 494 void MetricsServiceBase::InconsistencyDetected(int problem) {
496 problem, Histogram::NEVER_EXCEEDED_VALUE);
499 void MetricsServiceBase::UniqueInconsistencyDetected(int problem) {
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/
icount.c 770 int problem = 0; local
830 problem++;
839 return problem;
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 24 * Logs a description of each problem detected.
26 * When a problem is detected, the event is tainted. This mechanism prevents the same
40 // The number of recent events to log when a problem is detected.
217 problem("ACTION_DOWN but key is already down and this event "
228 problem("ACTION_UP but key was not down.");
237 problem("Invalid action " + KeyEvent.actionToString(action)
269 problem("ACTION_DOWN but trackball is already down.");
279 problem("ACTION_UP but trackball is not down.");
291 problem("Invalid action " + MotionEvent.actionToString(action)
297 problem("Trackball is down but pressure is not greater than 0.")
655 private void problem(String message) { method in class:InputEventConsistencyVerifier
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 12 // 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,
522 const PBQP::Graph &g = problem.getGraph();
528 unsigned vreg = problem.getVRegForNode(node);
531 if (problem.isPRegOption(vreg, alloc))
678 std::auto_ptr<PBQPRAProblem> problem = local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
sg.h 123 char problem; /* 0 -> no problem detected, 1 -> error to report */ member in struct:sg_req_info
  /external/dnsmasq/src/
option.c 671 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
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/http-client/
httpclient-4.1.1.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 956 milliseconds