Home
last modified time | relevance | path

Searched refs:problems (Results 1 – 25 of 1116) sorted by relevance

12345678910>>...45

/external/libmtp/logs/
Dmtp-detect-iriver-t60.txt7 ptp2/ptp_usb_getdata: read 1 bytes too much, expect problems!
8 ptp2/ptp_usb_getdata: read 1 bytes too much, expect problems!
9 ptp2/ptp_usb_getdata: read 1 bytes too much, expect problems!
10 ptp2/ptp_usb_getdata: read 1 bytes too much, expect problems!
11 ptp2/ptp_usb_getdata: read 1 bytes too much, expect problems!
12 ptp2/ptp_usb_getdata: read 1 bytes too much, expect problems!
13 ptp2/ptp_usb_getdata: read 1 bytes too much, expect problems!
14 ptp2/ptp_usb_getdata: read 1 bytes too much, expect problems!
15 ptp2/ptp_usb_getdata: read 1 bytes too much, expect problems!
16 ptp2/ptp_usb_getdata: read 1 bytes too much, expect problems!
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DParseProblemException.java37 private final List<Problem> problems; field in ParseProblemException
39 public ParseProblemException(List<Problem> problems) { in ParseProblemException() argument
40 super(createMessage(assertNotNull(problems))); in ParseProblemException()
41 this.problems = problems; in ParseProblemException()
48 private static String createMessage(List<Problem> problems) { in createMessage() argument
50 for (Problem problem : problems) { in createMessage()
57 return problems; in getProblems()
DParseResult.java38 private final List<Problem> problems; field in ParseResult
49 …public ParseResult(T result, List<Problem> problems, List<JavaToken> tokens, CommentsCollection co… in ParseResult() argument
52 this.problems = problems; in ParseResult()
60 return problems.isEmpty() && result != null; in isSuccessful()
76 return problems; in getProblems()
116 for (Problem problem : problems) { in toString()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
DParseProblemException.java18 private final List<Problem> problems; field in ParseProblemException
20 ParseProblemException(List<Problem> problems) { in ParseProblemException() argument
21 super(createMessage(assertNotNull(problems))); in ParseProblemException()
22 this.problems = problems; in ParseProblemException()
29 private static String createMessage(List<Problem> problems) { in createMessage() argument
31 for(Problem problem: problems){ in createMessage()
38 return problems; in getProblems()
DParseResult.java18 private final List<Problem> problems; field in ParseResult
28 …ParseResult(Optional<T> result, List<Problem> problems, Optional<List<Token>> tokens, Optional<Com… in ParseResult() argument
31 this.problems = assertNotNull(problems); in ParseResult()
46 return problems.isEmpty() && result.isPresent(); in isSuccessful()
53 return problems; in getProblems()
83 for (Problem problem : problems) { in toString()
/external/mockito/src/test/java/org/mockitoutil/async/
DAsyncTesting.java19 private final LinkedList<Exception> problems = new LinkedList<Exception>(); field in AsyncTesting
43 problems.add(e); in runAfter()
69 if (!problems.isEmpty()) { in cleanUp()
70 …throw new RuntimeException("Caught " + problems.size() + " exception(s). First one is included as … in cleanUp()
/external/google-breakpad/src/client/windows/crash_generation/
DReadMe.txt18 | For any unexpected problems, go into ERROR state.
24 | For any unexpected problems, go into DISCONNECTING state.
29 | For any unexpected problems, go into DISCONNECTING state.
33 | For any unexpected problems, go into DISCONNECTING state.
39 | For any unexpected problems, go into DISCONNECTING state.
43 | For any unexpected problems, go into DISCONNECTING state.
48 | For any unexpected problems, go into DISCONNECTING state.
/external/python/cpython2/Lib/lib2to3/tests/
Dpytree_idempotency.py35 problems = []
50 problems.append(fn)
70 problems.append(fn)
73 if not problems:
77 for fn in problems:
/external/python/cpython3/Lib/lib2to3/tests/
Dpytree_idempotency.py37 problems = []
52 problems.append(fn)
72 problems.append(fn)
75 if not problems:
79 for fn in problems:
/external/v8/
DPRESUBMIT.py179 problems = []
201 problems.append(
204 if problems:
209 '"// PRESUBMIT_INTENTIONALLY_MISSING_INCLUDE_GUARD".', problems)]
234 problems = []
239 problems.append(
242 if problems:
243 return [output_api.PresubmitError(include_error, problems)]
275 problems = []
282 problems.append(
[all …]
D.landmines14 Clober to fix windows build problems.
15 Clober again to fix windows build problems.
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/validator/
DJava7ValidatorTest.java85 List<Problem> problems = new ArrayList<>(); in multiCatchWithoutElements() local
86 new Java7Validator().accept(unionType, new ProblemReporter(problems::add)); in multiCatchWithoutElements()
88 assertProblems(problems, "UnionType.elements can not be empty."); in multiCatchWithoutElements()
96 List<Problem> problems = new ArrayList<>(); in multiCatchWithOneElement() local
97 new Java7Validator().accept(unionType, new ProblemReporter(problems::add)); in multiCatchWithOneElement()
99 assertProblems(problems, "Union type (multi catch) must have at least two elements."); in multiCatchWithOneElement()
DJava1_0ValidatorTest.java94 List<Problem> problems= new ArrayList<>(); in nonEmptyList() local
95 new Java1_0Validator().accept(expr, new ProblemReporter(problems::add)); in nonEmptyList()
96 assertEquals("ArrayCreationExpr.levels can not be empty.", problems.get(0).getMessage()); in nonEmptyList()
/external/gptfdisk/
Dgpt.cc173 int problems = 0, alignProbs = 0; in Verify() local
179 problems++; in Verify()
186 problems++; in Verify()
193 problems++; in Verify()
200 problems++; in Verify()
208 problems++; in Verify()
215 problems++; in Verify()
224 problems++; in Verify()
230 problems++; in Verify()
237 problems++; in Verify()
[all …]
/external/python/cpython2/Misc/
Dvalgrind-python.supp189 ### that Python uses. The problems to not appear to be related to Python's
194 Generic ubuntu ld problems
203 Generic gentoo ld problems
212 DBM problems, see test_dbm
224 DBM problems, see test_dbm
236 DBM problems, see test_dbm
246 DBM problems, see test_dbm
258 GDBM problems, see test_gdbm
267 ZLIB problems, see test_gzip
275 Avoid problems w/readline doing a putenv and leaking on exit
[all …]
/external/python/cpython3/Misc/
Dvalgrind-python.supp189 ### that Python uses. The problems to not appear to be related to Python's
194 Generic ubuntu ld problems
203 Generic gentoo ld problems
212 DBM problems, see test_dbm
224 DBM problems, see test_dbm
236 DBM problems, see test_dbm
246 DBM problems, see test_dbm
258 GDBM problems, see test_gdbm
267 ZLIB problems, see test_gzip
275 Avoid problems w/readline doing a putenv and leaking on exit
[all …]
/external/u-boot/tools/patman/
Dtest.py222 self.assertEqual(result.problems, [])
233 self.assertEqual(len(result.problems), 1)
244 self.assertEqual(len(result.problems), 1)
255 self.assertEqual(len(result.problems), 3)
266 self.assertEqual(len(result.problems), 1)
Dcheckpatch.py62 result.problems = []
89 result.problems.append(item)
155 if (len(result.problems) != result.errors + result.warnings +
158 for item in result.problems:
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DImplementsValidator.java242 Problems problems = new Problems(kind); in verifySdkMethod() local
247 problems.add(problem, sdk.sdkInt); in verifySdkMethod()
251 if (problems.any()) { in verifySdkMethod()
252 problems.recount(messager, methodElement); in verifySdkMethod()
312 private final Map<String, Set<Integer>> problems = new HashMap<>(); field in ImplementsValidator.Problems
319 Set<Integer> sdks = problems.get(problem); in add()
321 problems.put(problem, sdks = new TreeSet<>()); in add()
327 return !problems.isEmpty(); in any()
331 for (Entry<String, Set<Integer>> e : problems.entrySet()) { in recount()
/external/eigen/Eigen/
DIterativeLinearSolvers19 …* This module currently provides iterative methods to solve problems of the form \c A \c x = \c b,…
22 * - LeastSquaresConjugateGradient for rectangular least-square problems,
30 …* Such problems can also be solved using the direct sparse decomposition modules: SparseCholesky, …
/external/curl/docs/
DBUGS14 1.5 libcurl problems
15 1.6 Who will fix the problems
105 1.5 libcurl problems
119 Lots of problems that appear to be libcurl problems are actually just abuses
122 valgrind or similar before you post memory-related or "crashing" problems to
125 1.6 Who will fix the problems
127 If the problems or bugs you describe are considered to be bugs, we want to
128 have the problems fixed.
181 maintain several branches or to spend much time on hunting down problems in
202 versions by a lot. We keeping discovering and reporting security problems
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java485 public final Set<Choice> problems; field in VettingViewer.WritingInfo
488 public WritingInfo(PathHeader pretty, EnumSet<Choice> problems, CharSequence htmlMessage) { in WritingInfo() argument
491 this.problems = Collections.unmodifiableSet(problems.clone()); in WritingInfo()
801 EnumSet<Choice> problems = EnumSet.noneOf(Choice.class); field in VettingViewer.FileInfo
826 problems = EnumSet.noneOf(Choice.class); in getFileInfo()
876 problems.clear(); in getFileInfo()
882 problems.add(Choice.changedOldValue); in getFileInfo()
890 problems.add(Choice.missingCoverage); in getFileInfo()
904 problems.add(Choice.englishChanged); in getFileInfo()
915 problems.add(choice); in getFileInfo()
[all …]
/external/u-boot/doc/
DREADME.memory-test1 The most frequent cause of problems when porting U-Boot to new
6 before looking for any other potential causes of any problems.
27 There are a number of serious problems with this command:
39 some problems.
90 memory problems on a specific board. The code is pretty much board
96 errors, not a single one ever. The problems this code was supposed
/external/python/cpython3/Doc/library/
Dtabnanny.rst5 :synopsis: Tool for detecting white space related problems in Python
32 is checked for whitespace related problems. The diagnostic messages are
45 whitespace related problems. This is set to true by the ``-q`` option if called
/external/python/cpython2/Doc/library/
Dtabnanny.rst5 :synopsis: Tool for detecting white space related problems in Python source files in a
31 checked for whitespace related problems. The diagnostic messages are written to
44 whitespace related problems. This is set to true by the ``-q`` option if called

12345678910>>...45