HomeSort by relevance Sort by last modified time
    Searched refs:problem (Results 26 - 50 of 79) sorted by null

12 3 4

  /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/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;
112 $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/e2fsprogs/e2fsck/
Android.mk 91 problem.c \
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)) {
  /external/mesa3d/docs/
MESA_resize_buffers.spec 44 this problem.
  /external/stlport/
Android.mk 45 # This is needed to work around the problem that libm.so in NDK does not
  /external/v8/test/mjsunit/regress/
regress-20070207.js 28 // The following regression test illustrates a problem in using the
regress-747.js 31 // This can be a problem if eval is used within the scope.
  /external/webkit/Source/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 151 // Problem during the latency test.
243 static void SdchErrorRecovery(ProblemCodes problem);
sdch_manager.cc 233 void SdchManager::SdchErrorRecovery(ProblemCodes problem) {
234 UMA_HISTOGRAM_ENUMERATION("Sdch3.ProblemCodes_4", problem, MAX_PROBLEM_CODE);
  /external/e2fsprogs/lib/ext2fs/
icount.c 770 int problem = 0; local
830 problem++;
839 return problem;
  /external/libxslt/libxslt/
attrvt.c 327 "xsltCompileAttr: malloc problem\n");
  /prebuilt/common/ecj/
ecj.jar 
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 749 this problem can be solved in the general case -- every word processor
777 * Corrected a problem with quotes immediately following a dash
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 591 Uh-oh, I'm not smart enough to figure out what the problem is. :-(
  /external/clang/tools/scan-build/
scan-build 319 # multiple error reports. We use a cache to solve this problem.
782 print OUT "<thead><tr><td>Problem</td><td>Source File</td><td>Preprocessed File</td><td>STDERR Output</td></tr></thead>\n";
792 my $problem = <INFO>;
793 chomp $problem;
798 print OUT "<tr><td>$problem</td><td>$srcfile</td><td><a href=\"failures/$ppfile\">$ppfile</a></td><td><a href=\"failures/$ppfile.stderr.txt\">$ppfile.stderr.txt</a></td></tr>\n";
    [all...]
  /external/libvpx/vp8/decoder/arm/neon/
idct_dequant_dc_full_2x_neon.asm 79 ; vqdmulh only accepts signed values. this was a problem because
idct_dequant_full_2x_neon.asm 71 ; vqdmulh only accepts signed values. this was a problem because
  /external/chromium/third_party/libjingle/source/talk/
main.scons 168 # omaha/main.scons. This fixes the problem with redefinition
  /ndk/build/core/
init.mk 43 $(error,Please fix the problem by reinstalling to a different location.)
  /external/blktrace/btreplay/doc/
btreplay.tex 198 \emph{This is the primary problem with any IO replay mechanism -- how
210 course, this would probably then run into the problem of excessive

Completed in 648 milliseconds

12 3 4