HomeSort by relevance Sort by last modified time
    Searched refs:problem (Results 1 - 25 of 62) sorted by null

1 2 3

  /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;
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthResponseMessage.java 87 } catch (OAuthProblemException problem) {
88 problem.getParameters().putAll(getDump());
89 throw problem;
OAuthClient.java 320 OAuthProblemException problem = new OAuthProblemException(); local
325 problem.getParameters().putAll(response.getDump());
333 throw problem;
  /external/e2fsprogs/e2fsck/
pass5.c 14 #include "problem.h"
77 static void print_bitmap_problem(e2fsck_t ctx, int problem,
80 switch (problem) {
85 problem = PR_5_BLOCK_RANGE_UNUSED;
91 problem = PR_5_BLOCK_RANGE_USED;
97 problem = PR_5_INODE_RANGE_UNUSED;
103 problem = PR_5_INODE_RANGE_USED;
106 fix_problem(ctx, problem, pctx);
122 int problem, save_problem, fixit, had_problem; local
203 problem = PR_5_BLOCK_UNUSED
323 int problem, save_problem, fixit, had_problem; local
    [all...]
pass2.c 48 #include "problem.h"
358 int problem = 0; local
361 problem = PR_2_MISSING_DOT;
364 problem = PR_2_1ST_NOT_DOT;
366 problem = PR_2_DOT_NULL_TERM;
368 if (problem) {
369 if (fix_problem(ctx, problem, pctx)) {
413 int problem = 0; local
416 problem = PR_2_MISSING_DOT_DOT;
420 problem = PR_2_2ND_NOT_DOT_DOT
718 int problem; local
1192 int problem = 0; local
    [all...]
Makefile.in 66 ehandler.o problem.o message.o recovery.o region.o revoke.o \
74 profiled/message.o profiled/problem.o profiled/swapfs.o \
97 $(srcdir)/problem.c \
248 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h
256 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h
264 $(srcdir)/problem.h
271 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h $(srcdir)/dict.h
278 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h $(srcdir)/dict.h
285 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h
292 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.
    [all...]
pass1.c 50 #include "problem.h"
150 * for devices. (And that's when the problem is caused, since
251 int problem = 0; local
274 problem = PR_1_ATTR_NAME_LEN;
284 problem = PR_1_ATTR_VALUE_SIZE;
291 problem = PR_1_ATTR_VALUE_BLOCK;
298 problem = PR_1_ATTR_HASH;
312 problem = PR_1_ATTR_HASH;
314 if (problem == 0 || !fix_problem(ctx, problem, pctx)
748 int problem = 0; local
1721 int problem = 0; local
    [all...]
Android.mk 70 problem.c \
  /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);
  /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.'
  /dalvik/dx/src/com/android/dx/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");
  /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;
111 $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/v8/test/mjsunit/regress/
regress-20070207.js 28 // The following regression test illustrates a problem in using the
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 157 # An optional string describing the problem
172 my ($index, $option, $problem) = @_;
174 $problem = 'unrecognized' unless $problem;
176 abortMsg("$problem option `$option'");
310 my $problem;
311 ($opt, $problem) = findMatch($opt)
313 return &$badOption($i,$option,$problem) unless $opt;
  /external/chromium/net/base/
sdch_manager.h 147 // Problem during the latency test.
235 static void SdchErrorRecovery(ProblemCodes problem);

Completed in 437 milliseconds

1 2 3