HomeSort by relevance Sort by last modified time
    Searched full:errors (Results 251 - 275 of 5575) sorted by null

<<11121314151617181920>>

  /external/freetype/include/freetype/
fterrdef.h 32 /* generic errors */
60 /* glyph/character errors */
79 /* handle errors */
100 /* driver errors */
107 /* memory errors */
114 /* stream errors */
133 /* raster errors */
144 /* cache errors */
149 /* TrueType and SFNT errors */
208 /* CFF, CID, and Type 1 errors */
    [all...]
  /external/libsepol/src/
genbools.c 75 int errors = 0, changes = 0; local
94 errors++;
99 errors++;
124 errors++;
131 errors++;
143 if (errors)
146 return errors ? -1 : 0;
214 int rc, i, errors = 0; local
227 errors++;
233 errors++
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
ErrorListener.java 26 * <code>Transformer</code> then reports all errors and warnings through this
31 * is used which reports all warnings and errors to <code>System.err</code>
35 * errors.</p>
37 * <p>For transformation errors, a <code>Transformer</code> must use this
40 * different types of errors and warnings. Note however that the
45 * errors as well as transformation errors.</p>
53 * conditions that are not errors or fatal errors. The default behavior
76 * application to process the document through to the end if no other errors
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAttributes.java 111 assertEquals("unexpected errors: "+equeue, 0, equeue.errors.size());
137 assertEquals("unexpected errors: "+equeue, 0, equeue.errors.size());
165 assertEquals("unexpected errors: "+equeue, 0, equeue.errors.size());
201 assertEquals("unexpected errors: "+equeue, 0, equeue.errors.size());
226 assertEquals("unexpected errors: "+equeue, 0, equeue.errors.size())
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Sequence.h 186 * \retval Other errors Other related errors
212 * \retval Other errors Other related errors
239 * \retval Other errors Other related errors
266 * \retval Other errors Other related errors
292 * \retval Other errors Other related errors
    [all...]
phHciNfc_LinkMgmt.h 87 * \retval Other errors Errors related to the other layers
111 * \retval Other errors Errors related to the other layers
136 * \retval Other errors Errors related to the other layers
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
checkerbase.py 29 from closure_linter import errors namespace
52 checker: Class to report errors to.
75 """Checks a token, given the current parser_state, for warnings and errors.
107 error_handler: Object that handles errors.
108 lint_rules: LintRules object defining lint errors given a token
144 """Returns true if the style checker has found any errors.
147 True if the style checker has found any errors.
152 """Checks the file, printing warnings and errors as they are found.
166 self.HandleError(errors.FILE_NOT_FOUND, 'File not found', None)
184 """Checks a file, given as an iterable of lines, for warnings and errors
    [all...]
  /external/e2fsprogs/tests/
README 9 0 No filesystem errors were detected
10 1 Filesystem errors detected, but corrected
12 4 Filesystem errors left uncorrected
23 filesystem with no detectable errors found in the second pass. The
24 exception is the okgroup.img filesystem, which contains no errors, and
29 errors. So if you modify the test_script to try running these
  /external/junit/src/junit/framework/
TestResult.java 12 * The test framework distinguishes between <i>failures</i> and <i>errors</i>.
13 * A failure is anticipated and checked for with assertions. Errors are
37 * Adds an error to the list of errors. The passed in exception
82 * Gets the number of detected errors.
88 * Returns an Enumeration for the errors
90 public synchronized Enumeration<TestFailure> errors() { method in class:TestResult
  /external/llvm/include/llvm/Analysis/
Verifier.h 32 /// @brief An enumeration to specify the action to be taken if errors found.
35 /// happen if the verifier finds errors. Each of the functions that uses
47 /// action indicated by the \p action argument will be used if errors are
53 /// @brief Check a module for errors.
55 /// If there are no errors, the function returns false. If an error is found,
66 // verifyFunction - Check a function for errors, useful for use when debugging a
  /hardware/ti/omap4xxx/libtiutils/
ErrorUtils.cpp 23 @brief Method to convert from POSIX to Android errors
26 @return Any of the standard Android error code (defined in frameworks/base/include/utils/Errors.h)
64 @brief Method to convert from TI OSAL to Android errors
68 @return Any of the standard Android error code (defined in frameworks/base/include/utils/Errors.h)
86 @brief Method to convert from OMX to Android errors
89 @return Any of the standard Android error code (defined in frameworks/base/include/utils/Errors.h)
  /external/antlr/antlr-3.4/runtime/Python/tests/
t014parser.py 34 # FIXME: currently strings with formatted errors are collected
48 # FIXME: currently strings with formatted errors are collected
64 # FIXME: currently strings with formatted errors are collected
  /external/chromium/chrome/common/extensions/
update_manifest_unittest.cc 124 EXPECT_FALSE(parser.errors().empty());
128 EXPECT_FALSE(parser.errors().empty());
132 EXPECT_FALSE(parser.errors().empty());
136 EXPECT_FALSE(parser.errors().empty());
140 EXPECT_FALSE(parser.errors().empty());
144 EXPECT_TRUE(parser.errors().empty());
155 EXPECT_TRUE(parser.errors().empty());
157 EXPECT_TRUE(parser.errors().empty());
162 EXPECT_TRUE(parser.errors().empty());
169 EXPECT_TRUE(parser.errors().empty())
    [all...]
  /external/clang/test/Index/
pch-with-errors.c 34 // CHECK-PARSE: pch-with-errors.c:{{.*}}:6: FunctionDecl=foo
35 // CHECK-PARSE: pch-with-errors.c:{{.*}}:3: CallExpr=erroneous
41 // PCH-ERR: error: PCH file contains compiler errors
  /external/bluetooth/bluedroid/bta/include/
bta_hl_ci.h 54 ** BTA_MA_STATUS_FAIL if any errors have occurred.
73 ** BTA_MA_STATUS_FAIL if any errors have occurred.
94 ** BTA_MA_STATUS_FAIL if any errors have occurred.
114 ** BTA_MA_STATUS_FAIL if any errors have occurred.
  /external/chromium/chrome/browser/extensions/
extension_debugger_api_constants.h 22 // Errors.
  /external/chromium/net/tools/flip_server/
balsa_enums.h 30 // Header parsing errors
31 // Note that adding one to many of the REQUEST errors yields the
79 // Chunking errors
83 // Other errors.
  /external/clang/test/ARCMT/
verify.m 14 // CHECK-NEXT: 2 errors generated.
  /external/clang/test/Driver/
objc++-cpp-output.mm 7 // Should compile without errors
  /external/clang/test/Misc/
error-limit.c 13 // CHECK: fatal error: too many errors emitted, stopping now
  /external/clang/test/Parser/
empty-translation-unit.c 2 // RUN: %clang_cc1 -fsyntax-only -x c++ -std=c++03 -pedantic-errors -W %s
objcxx0x-lambda-expressions.mm 8 // fail to parse as a lambda introducer, so we get objc message parsing errors instead
  /external/clang/test/Preprocessor/
c90.c 1 /* RUN: %clang_cc1 %s -std=c89 -Eonly -verify -pedantic-errors
  /external/clang/test/SemaObjC/
alias-test-2.m 3 // Note: GCC doesn't produce any of the following errors.
  /external/e2fsprogs/lib/e2p/
ps.c 30 fprintf (f, " with errors");

Completed in 1658 milliseconds

<<11121314151617181920>>