/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;
|
OAuthProblemException.java | 25 * Describes an OAuth-related problem, using a set of named parameters. One 26 * parameter identifies the basic problem, and the others provide supplementary 29 * href="http://wiki.oauth.net/ProblemReporting">Problem Reporting 42 public OAuthProblemException(String problem) { 43 super(problem); 44 if (problem != null) { 45 parameters.put(OAUTH_PROBLEM, 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;
|
/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/oauth/core/src/main/java/net/oauth/client/ |
OAuthResponseMessage.java | 87 } catch (OAuthProblemException problem) { 88 problem.getParameters().putAll(getDump()); 89 throw problem;
|
/external/e2fsprogs/e2fsck/ |
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...] |
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...] |
Makefile.in | 66 dx_dirinfo.o ehandler.o problem.o message.o recovery.o region.o \ 74 profiled/message.o profiled/problem.o \ 99 $(srcdir)/problem.c \ 138 tst_problem: $(srcdir)/problem.c $(srcdir)/problem.h $(LIBEXT2FS) \ 141 $(srcdir)/problem.c -DUNITTEST $(LIBEXT2FS) $(LIBCOM_ERR) 291 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h 307 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h 314 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h 321 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h $(srcdir)/dict. [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/apache-http/src/org/apache/http/client/utils/ |
URLEncodedUtils.java | 177 } catch (UnsupportedEncodingException problem) { 178 throw new IllegalArgumentException(problem); 186 } catch (UnsupportedEncodingException problem) { 187 throw new IllegalArgumentException(problem);
|
/external/chromium/chrome/common/ |
metrics_helpers.h | 203 virtual void InconsistencyDetected(int problem) = 0; 204 virtual void UniqueInconsistencyDetected(int problem) = 0; 268 virtual void InconsistencyDetected(int problem); 269 virtual void UniqueInconsistencyDetected(int problem);
|
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);
|
/ndk/ |
GNUmakefile | 33 $(error,Please fix the problem by reinstalling to a different location.)
|
/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/bouncycastle/ |
import_bouncycastle.sh | 212 problem=0 216 problem=1 219 if [ $problem = 1 ]; then
|
/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...] |
/external/bison/lib/ |
argmatch.h | 58 ptrdiff_t problem); 62 # define invalid_arg(Context, Value, Problem) \ 63 argmatch_invalid (Context, Value, Problem)
|
argmatch.c | 132 PROBLEM is the return value from argmatch. */ 135 argmatch_invalid (const char *context, const char *value, ptrdiff_t problem) 137 char const *format = (problem == -1
|
/external/webkit/LayoutTests/fast/js/resources/ |
string-concatenate-outofmemory.js | 11 'We also verify that the the string is stil functional after the out of memory exception is raised. In <a href="rdar://problem/5352887">rdar://problem/5352887</a>, accessing the string after the exception would crash.'
|
/external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/ |
previousNodeLastChildReject.js | 1 description('Test for a specific problem with previousNode that failed in older versions of WebKit.');
|
previousSiblingLastChildSkip.js | 1 description('Test for a specific problem with previousSibling that failed in older versions of WebKit.');
|
/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
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoDecoder.java | 522 boolean problem = false; 556 problem = true; 563 problem = true; 577 problem = true; 584 if (problem) { 589 throw new RuntimeException("local table problem");
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoDecoder.java | 516 boolean problem = false; 550 problem = true; 557 problem = true; 571 problem = true; 578 if (problem) { 583 throw new RuntimeException("local table problem");
|
/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...] |