/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
string.h | 18 * which in turn include string.h, which results in warnings and errors
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
stdarg.h | 18 * which in turn include stdarg.h, which results in warnings and errors
|
stdio.h | 18 * which in turn include stdarg.h, which results in warnings and errors
|
string.h | 18 * which in turn include string.h, which results in warnings and errors
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.h | 18 // A few places in the STL throw range errors, using standard exception
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
Errors.h | 35 NO_ERROR = 0, // No errors.
|
/system/extras/tests/ext4/ |
set_ext4_err_bit.c | 45 /* Set the errors detected bit */
|
/development/testrunner/coverage/ |
coverage.py | 30 import errors namespace 255 except errors.ParseError: 256 raise errors.AbortError 272 os.system("tidy -m -errors -quiet %s" % html_file_path) 290 raise errors.AbortError(msg) 305 raise errors.AbortError(msg) 333 except errors.AbortError:
|
/external/clang/include/clang/Basic/ |
DiagnosticIDs.h | 59 /// (emit as an error). It allows clients to map errors to 145 /// \brief Return true if the specified diagnostic is mapped to errors by 195 /// The vast majority of errors that occur during template argument 206 /// The diagnostic should be reported. Various fatal errors (e.g., 221 /// errors, such as those errors that involve C++ access control, 222 /// are not SFINAE errors.
|
/external/kernel-headers/original/linux/ |
fd.h | 83 abort, /* number of errors to be reached before aborting */ 84 read_track, /* maximal number of errors permitted to read an 86 reset, /* maximal number of errors before a reset is tried */ 87 recal, /* maximal number of errors before a recalibrate is 91 * Threshold for reporting FDC errors to the console. 294 unsigned int write_errors; /* number of physical write errors 297 /* position of first and last write errors */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fd.h | 82 abort, /* number of errors to be reached before aborting */ 83 read_track, /* maximal number of errors permitted to read an 85 reset, /* maximal number of errors before a reset is tried */ 86 recal, /* maximal number of errors before a recalibrate is 90 * Threshold for reporting FDC errors to the console. 293 unsigned int write_errors; /* number of physical write errors 296 /* position of first and last write errors */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fd.h | 82 abort, /* number of errors to be reached before aborting */ 83 read_track, /* maximal number of errors permitted to read an 85 reset, /* maximal number of errors before a reset is tried */ 86 recal, /* maximal number of errors before a recalibrate is 90 * Threshold for reporting FDC errors to the console. 293 unsigned int write_errors; /* number of physical write errors 296 /* position of first and last write errors */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fd.h | 82 abort, /* number of errors to be reached before aborting */ 83 read_track, /* maximal number of errors permitted to read an 85 reset, /* maximal number of errors before a reset is tried */ 86 recal, /* maximal number of errors before a recalibrate is 90 * Threshold for reporting FDC errors to the console. 293 unsigned int write_errors; /* number of physical write errors 296 /* position of first and last write errors */
|
/external/icu4c/data/ |
cldr-icu-readme.txt | 25 # If you see compilation errors complaining about type incompatibilities with 161 # there are no pre-existing errors (configure shown here for MacOSX, adjust 187 # 7. Fix any errors, investigate any warnings. Some warnings are expected, 198 # Repeat steps 5-7 until there are no build errors and no unexpected 202 # Again, keep a log so you can investigate the errors. 217 # Repeat steps 5-8 until there are no errors. 227 # appropriate, and repeating steps 5-7 and 10 until there are no errors. 230 # there are no pre-existing errors (or at least to have the pre-existing errors 243 # Keep a log so you can investigate the errors [all...] |
/external/v8/tools/gcmole/ |
gcmole.lua | 357 errors_found and "Errors found" or "No errors found") 363 local status, errors = pcall(CheckCorrectnessForArch, arch) 365 print(string.format("There was an error: %s", errors)) 366 errors = true 368 return errors 371 local errors = false 378 errors = SafeCheckCorrectnessForArch(arch, report) or errors 381 os.exit(errors and 1 or 0 [all...] |
/build/tools/ |
merge-event-log-tags.py | 38 errors = [] variable 131 errors.extend(tagfile.errors) 134 if errors: 135 for fn, ln, msg in errors:
|
/external/valgrind/main/include/ |
pub_tool_errormgr.h | 2 /*--- ErrorMgr: management of errors and suppressions. ---*/ 39 of errors, and we don't want to spew out a fresh error message for each 79 error -- useful for errors that can only happen once. The errors can be 101 /* Suppressions describe errors which we want to suppress, ie, not
|
/frameworks/av/include/media/ |
mediaplayer.h | 50 // Generic error codes for the media player framework. Errors are fatal, the 53 // Errors are communicated back to the client using the 63 // 1xx: Android Player errors. Something went wrong inside the MediaPlayer. 64 // 2xx: Media errors (e.g Codec not supported). There is a problem with the 66 // 3xx: Runtime errors. Some extraordinary condition arose making the playback
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
EclipseLintRunner.java | 48 * true if fatal errors were found. 54 * @return true if any fatal errors were encountered. 150 * Run Lint for an Export APK action. If it succeeds (no fatal errors) 156 * @return true if the lint run succeeded with no fatal errors 165 "Export aborted because fatal lint errors were found. These " +
|
/external/libxslt/libxslt/ |
preproc.c | 81 style->errors++; 94 style->errors++; 123 style->errors++; 150 style->errors++; 176 style->errors++; 203 style->errors++; 286 style->errors++; 296 style->errors++; 309 style->errors++; 364 style->errors++ [all...] |
/external/doclava/src/com/google/doclava/ |
Stubs.java | 47 Errors.error(Errors.IO_ERROR, new SourcePositionInfo(apiFile, 0, 0), 57 Errors.error(Errors.IO_ERROR, new SourcePositionInfo(keepListFile, 0, 0), 75 Errors.error(Errors.UNAVAILABLE_SYMBOL, m.position(), "Reference to hidden method " 80 Errors.error(Errors.DEPRECATED, m.position(), "Method " + cl.qualifiedName() + "." 86 Errors.error(Errors.UNAVAILABLE_SYMBOL, m.position(), "Method " + cl.qualifiedName( [all...] |
/external/chromium/chrome/common/extensions/ |
extension_unittest.cc | 38 namespace errors = extension_manifest_errors; 159 EXPECT_EQ(errors::kInvalidVersion, error); 164 EXPECT_EQ(errors::kInvalidVersion, error); 171 EXPECT_EQ(errors::kInvalidName, error); 176 EXPECT_EQ(errors::kInvalidName, error); 183 EXPECT_EQ(errors::kInvalidDescription, error); 190 EXPECT_EQ(errors::kInvalidIcons, error); 200 EXPECT_TRUE(MatchPattern(error, errors::kInvalidIconPath)); 207 EXPECT_EQ(errors::kInvalidContentScriptsList, error); 217 EXPECT_TRUE(MatchPattern(error, errors::kInvalidContentScript)) 1070 std::string errors; local 1158 std::string errors; local [all...] |
/external/dnsmasq/contrib/webmin/ |
dnsmasq.wbm | 94 if( $config{errors} > 0 ) 97 print $config{errors}; 98 print "errors in config file!</h3><br>\n"; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/ |
junit-frames.xsl | 76 <!-- create the alltests-errors.html at the root --> 77 <redirect:write file="{$output.dir}/alltests-errors.html"> 79 <xsl:with-param name="type" select="'errors'"/> 136 <xsl:if test="@errors != 0"> 137 <redirect:write file="{$output.dir}/{$package.dir}/{@id}_{@name}-errors.html"> 139 <xsl:with-param name="type" select="'errors'"/> 227 <xsl:when test="$type = 'errors'"> 228 <xsl:text>All Errors</xsl:text> 267 <xsl:when test="$type = 'errors'"> 348 <xsl:when test="$type = 'errors'"> [all...] |
/external/clang/lib/Basic/ |
DiagnosticIDs.cpp | 410 // to error. Errors can only be mapped to fatal. 461 // Upgrade ignored or warning diagnostics to errors. 468 // At this point, ignored errors can no longer be upgraded. 472 // Honor -w, which is lower in priority than pedantic-errors, but higher than 477 // If -Werror is enabled, map warnings to errors unless explicitly disabled. 483 // If -Wfatal-errors is enabled, map errors to fatal unless explicity 492 // -pedantic-errors modes, which *map* warnings/extensions to errors. 664 // Warnings which have been upgraded to errors do not prevent compilation [all...] |