Searched refs:problem (Results 51 - 75 of 172) sorted by last modified time

1234567

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/e2fsprogs/e2fsck/
H A DAndroid.mk92 problem.c \
H A DMakefile.in70 dx_dirinfo.o ehandler.o problem.o message.o quota.o recovery.o \
79 profiled/message.o profiled/problem.o profiled/quota.o \
105 $(srcdir)/problem.c \
152 tst_problem: $(srcdir)/problem.c $(srcdir)/problem.h $(LIBEXT2FS) \
155 $(srcdir)/problem.c -DUNITTEST $(LIBEXT2FS) $(LIBCOM_ERR) \
301 $(srcdir)/problem.h
326 $(srcdir)/problem.h
337 $(srcdir)/problem.h
348 $(srcdir)/problem
[all...]
H A Djournal.c26 #include "problem.h"
713 problem_t problem; local
791 problem = PR_0_JOURNAL_RUN_DEFAULT;
793 problem = PR_0_JOURNAL_RUN;
794 if (fix_problem(ctx, problem, &pctx)) {
H A Dpass1.c50 #include "problem.h"
152 * for devices. (And that's when the problem is caused, since
278 problem_t 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))
952 problem_t problem local
1771 problem_t problem; local
2258 problem_t problem = 0; local
[all...]
H A Dpass2.c48 #include "problem.h"
355 problem_t problem = 0; local
358 problem = PR_2_MISSING_DOT;
361 problem = PR_2_1ST_NOT_DOT;
363 problem = PR_2_DOT_NULL_TERM;
366 if (problem) {
367 if (fix_problem(ctx, problem, pctx)) {
412 problem_t problem = 0; local
416 problem = PR_2_MISSING_DOT_DOT;
420 problem
729 problem_t problem; local
1271 problem_t problem = 0; local
[all...]
H A Dpass5.c21 #include "problem.h"
84 * not enough to fix the problem, hence it is not safe to run discard
153 static void print_bitmap_problem(e2fsck_t ctx, problem_t problem, argument
156 switch (problem) {
161 problem = PR_5_BLOCK_RANGE_UNUSED;
167 problem = PR_5_BLOCK_RANGE_USED;
173 problem = PR_5_INODE_RANGE_UNUSED;
179 problem = PR_5_INODE_RANGE_USED;
182 fix_problem(ctx, problem, pctx);
205 problem_t problem, save_proble local
545 problem_t problem, save_problem; local
[all...]
H A Dsuper.c20 #include "problem.h"
470 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)) {
842 problem = PR_0_FUTURE_SB_LAST_WRITE;
844 problem = PR_0_FUTURE_SB_LAST_WRITE_FUDGED;
845 if (fix_problem(ctx, problem, &pctx)) {
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c757 int problem = 0; local
817 problem++;
826 return problem;
/external/e2fsprogs/po/
H A Dat-expand.pl4 "#. 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;
113 $is_problem_file = (/^#: e2fsck\/problem/) ? 1 : 0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
H A Dconvert.jar ... .core.contrib.converter.dom.ProblemNode problem boolean isError org.w3c.dom.NodeList problemChildren ...
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoDecoder.java516 boolean problem = false;
550 problem = true;
557 problem = true;
571 problem = true;
578 if (problem) {
583 throw new RuntimeException("local table problem");
/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...]
/external/cmockery/cmockery_0_1_2/
H A Dconfigure6152 *** libraries will work regardless of this problem. Nevertheless, you
6153 *** may want to report the problem to your system manager and/or to
6214 *** libraries will work regardless of this problem. Nevertheless, you
6215 *** may want to report the problem to your system manager and/or to
7111 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9777 # text mode, it properly converts lines to CR/LF. This bash problem
10175 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
11174 echo "libtool.m4: error: problem compiling CXX test program"
13703 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
16298 # enough to fix the problem, ad
[all...]
H A Dlibtool5011 /* This works around a problem in FreeBSD linker */
5029 # pic_flag when linking with -static. The problem exists in
H A Dltmain.sh4659 /* This works around a problem in FreeBSD linker */
4677 # pic_flag when linking with -static. The problem exists in
/external/clang/test/Analysis/inlining/
H A Dpath-notes.cpp173 int problem = 1 / getZero(); // expected-warning {{Division by zero}} local
180 int problem = 1 / getZeroByRef(); // expected-warning {{Division by zero}} local
/external/clang/tools/scan-build/
H A Dscan-build345 # multiple error reports. We use a cache to solve this problem.
847 my $problem = <INFO>;
848 chomp $problem;
853 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";
/external/chromium_org/third_party/yasm/source/patched-yasm/config/
H A Dltmain.sh4704 /* This works around a problem in FreeBSD linker */
4722 # pic_flag when linking with -static. The problem exists in
/external/chromium_org/third_party/opus/src/
H A Dconfigure6027 /* This works around a problem in FreeBSD linker */
7696 *** libraries will work regardless of this problem. Nevertheless, you
7697 *** may want to report the problem to your system manager and/or to
7762 *** libraries will work regardless of this problem. Nevertheless, you
7763 *** may want to report the problem to your system manager and/or to
8911 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
15259 # text mode, it properly converts lines to CR/LF. This bash problem
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_resize_buffers.spec44 this problem.
H A DMESA_texture_array.spec62 Several solutions to this problem have been proposed, but they either
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DAddressProblems.java31 * Only one address problem type is saved per addressField. Address field as used here refers to
34 void add(AddressField addressField, AddressProblemType problem) { argument
35 mProblems.put(addressField, problem);
H A DFieldVerifier.java207 * Checks a value in a particular script for a particular field to see if it causes the problem
208 * specified. If so, this problem is added to the AddressProblems collection passed in. Returns
209 * true if no problem was found.
211 protected boolean check(ScriptType script, AddressProblemType problem, AddressField field, argument
216 switch (problem) {
249 throw new RuntimeException("Unknown problem: " + problem);
252 problems.add(field, problem);

Completed in 555 milliseconds

1234567