Home
last modified time | relevance | path

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

12345678910>>...55

/third_party/skia/buildtools/checkdeps/
Dcheckdeps_test.py32 problems = self.deps_checker.results_formatter.GetResults()
34 self.assertEqual(4, len(problems))
36 self.assertEqual(5, len(problems))
46 for problem in problems:
136 problems = self.deps_checker.CheckAddedCppIncludes(
141 self.assertFalse(problems)
145 problems = self.deps_checker.CheckAddedCppIncludes(
147 self.assertFalse(problems)
150 problems = self.deps_checker.CheckAddedCppIncludes(
154 self.assertTrue(problems)
[all …]
Dcheckdeps.py119 problems = []
136 problems.append((file_path, rule_type, violation_text))
137 return problems
/third_party/node/deps/npm/lib/
Dls.js116 if (lite.problems && lite.problems.length) {
117 er = lite.problems.join('\n')
190 lite.problems = lite.problems || []
191 lite.problems.push('extraneous: ' + packageId(data) + ' ' + (data.path || ''))
197 lite.problems = lite.problems || []
199 lite.problems.push('error in ' + data.path + ': ' + message)
212 lite.problems = lite.problems || []
213 lite.problems.push('invalid: ' +
220 lite.problems = lite.problems || []
221 lite.problems.push('peer dep not met: ' +
[all …]
/third_party/mbedtls/tests/scripts/
Dcheck_names.py740 problems = 0
741 problems += self.check_symbols_declared_in_header()
749 problems += self.check_match_pattern(group, check_pattern)
751 problems += self.check_for_typos()
754 if problems > 0:
755 self.log.info("FAIL: {0} problem(s) to fix".format(str(problems)))
773 problems = []
783 problems.append(SymbolNotInHeader(symbol))
785 self.output_check_result("All symbols in header", problems)
786 return len(problems)
[all …]
/third_party/python/Lib/lib2to3/tests/
Dpytree_idempotency.py37 problems = []
52 problems.append(fn)
72 problems.append(fn)
75 if not problems:
79 for fn in problems:
/third_party/exfatprogs/fsck/
Drepair.c35 static struct exfat_repair_problem problems[] = { variable
52 for (i = 0; i < sizeof(problems)/sizeof(problems[0]); i++) { in find_problem()
53 if (problems[i].prcode == prcode) { in find_problem()
54 return &problems[i]; in find_problem()
/third_party/gptfdisk/
Dgpt.cc215 int problems = 0, alignProbs = 0; in Verify() local
221 problems++; in Verify()
228 problems++; in Verify()
235 problems++; in Verify()
242 problems++; in Verify()
250 problems++; in Verify()
257 problems++; in Verify()
266 problems++; in Verify()
272 problems++; in Verify()
279 problems++; in Verify()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/
DPRESUBMIT.py86 problems = []
90 problems.append(header)
92 if problems:
96 items=sorted(problems),
/third_party/libwebsockets/READMEs/
DREADME.contributing.md7 For nontrivial problems, it's probably best to discuss on the mailing list,
27 If there are non-functional problems I will clean them out when I apply the
30 If there are functional problems (eg broken error paths etc) if they are
32 larger problems, or consequences to the patch will have to discuss how to
DREADME.debugging.md32 If your problems involve heap corruption or use-after-free, Valgrind
40 valgrind-clean. So typically any problems reported are telling you
41 about problems in user code (or my bugs).
/third_party/python/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
275 ZLIB problems, see test_gzip
283 Avoid problems w/readline doing a putenv and leaking on exit
[all …]
/third_party/libsnd/docs/
Dbugs.md13 Bugs I want to fix include any of the following problems (and probably others):
15 - Compilation problems on new platforms.
32 - If you are having problems with sndfile-play and ALSA on Linux, I will need
44 problems.
/third_party/boost/libs/phoenix/doc/
Dmaintenance.qbk43problems in Boost Phoenix. I think I am closing in on some of the remaining ones. I now know that …
45 I have made further progress during 2015 on understanding what the problems are and how to avoid th…
47 … share some of what I have been doing and how I have solved some of the problems. One reason for d…
56 … maintainer to put patches and tests onto develop and see whether there are any remaining problems.
101 * Some of the problems experienced in testing are specific to particular compilers being used.
102 * Some problems have occurred with several more recent compilers.
110 * The most difficult problems to diagnose have been some which occur when the compilation uses opti…
114 * This has made the identification of the cause of the problems more difficult.
/third_party/python/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
/third_party/node/deps/npm/test/tap/
Dinstall-with-dev-dep-duplicate.js58 delete results.problems
59 delete results.dependencies.underscore.problems
/third_party/e2fsprogs/scrub/
De2scrub.conf.in7 # e-mail destination used by e2scrub_fail when problems are found with
11 # e-mail sender used by e2scrub_fail when problems are found with
/third_party/boost/libs/outcome/doc/src/content/requirements/
D_index.md30 see these problems. If you need your GCC to not ICE, upgrade to the
32 - Early editions of Visual Studio 2017 have many corner case problems.
33 The latest point release, VS2017.9, only has a few known problems,
/third_party/curl/docs/
DBUGS.md76 ## libcurl problems
90 Lots of problems that appear to be libcurl problems are actually just abuses
93 or similar before you post memory-related or "crashing" problems to us.
95 ## Who will fix the problems
97 If the problems or bugs you describe are considered to be bugs, we want to
98 have the problems fixed.
150 maintain several branches or to spend much time on hunting down problems in
171 versions by a lot. We keep discovering and reporting security problems
202 For problems that we can't reproduce and can't understand even after having
222 perfectly valid problems that *should* get fixed but apparently aren't. We
[all …]
/third_party/skia/third_party/externals/angle2/
DPRESUBMIT.py273 problems = []
277 problems.append(header)
279 if problems:
283 items=sorted(problems),
/third_party/e2fsprogs/doc/RelNotes/
Dv1.17.txt8 thus potentially causing problems if a binary UUID contained a NULL
29 Fixed minor W2K compatibility problems.
/third_party/curl/tests/data/
DDISABLED23 # test 1510 causes problems on the CI on github
27 # test 1801 causes problems on Mac OS X and github
/third_party/bzip2/
DREADME.COMPILATION.PROBLEMS15 bzip2 should compile without problems on the vast majority of
30 can cause problems.
53 any compilation problems which affect bzip2 will also affect spewG.c,
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
DREADME.COMPILATION.PROBLEMS15 bzip2 should compile without problems on the vast majority of
30 can cause problems.
53 any compilation problems which affect bzip2 will also affect spewG.c,
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
DREADME.COMPILATION.PROBLEMS15 bzip2-1.0.6 should compile without problems on the vast majority of
30 can cause problems.
53 any compilation problems which affect bzip2 will also affect spewG.c,
/third_party/openssl/doc/man3/
DDH_generate_parameters.pod58 The value of B<*codes> is updated with any problems found.
59 If B<*codes> is zero then no problems were found, otherwise the
79 value of B<*codes> is updated with any problems found. If B<*codes> is zero then
80 no problems were found, otherwise the following bits may be set:

12345678910>>...55