HomeSort by relevance Sort by last modified time
    Searched refs:sawError (Results 1 - 24 of 24) sorted by null

  /external/webkit/WebKitTools/Scripts/
check-for-weak-vtables-and-externals 57 my $sawError = 0;
62 $sawError = 1;
92 $sawError = 1;
102 $sawError = 1;
106 if ($sawError and !$coverageBuild) {
check-for-exit-time-destructors 69 my $sawError = 0;
78 $sawError = 1;
95 $sawError = 1 if printFunctions($shortName, $file);
98 if ($sawError and !$coverageBuild) {
check-for-global-initializers 68 my $sawError = 0;
77 $sawError = 1;
123 $sawError = 1;
127 if ($sawError and !$coverageBuild) {
extract-localizable-strings 73 my $sawError = 0;
146 $sawError = 1;
158 $sawError = 1;
209 $sawError = 1;
221 $sawError = 1;
227 $sawError = 1;
263 $sawError = 1;
330 $sawError = 1;
353 print "\n" if $sawError || $notLocalizedCount || $NSLocalizeCount;
369 if ($sawError) {
    [all...]
  /external/webkit/WebCore/platform/text/
TextCodecLatin1.h 38 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
TextCodecUTF16.h 40 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
TextCodecUserDefined.h 38 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
TextCodec.h 69 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError) = 0;
TextCodecICU.h 50 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
TextEncoding.h 73 String decode(const char*, size_t length, bool stopOnError, bool& sawError) const;
TextEncoding.cpp 74 String TextEncoding::decode(const char* data, size_t length, bool stopOnError, bool& sawError) const
79 return newTextCodec(*this)->decode(data, length, true, stopOnError, sawError);
TextCodecICU.cpp 293 String TextCodecICU::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError)
326 sawError = true;
  /external/webkit/WebCore/platform/text/qt/
TextCodecQt.h 43 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
TextCodecQt.cpp 95 String TextCodecQt::decode(const char* bytes, size_t length, bool flush, bool /*stopOnError*/, bool& sawError)
117 sawError = m_state.invalidChars != 0;
  /external/webkit/WebCore/platform/text/mac/
TextCodecMac.h 46 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
TextCodecMac.cpp 197 String TextCodecMac::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError)
210 while ((sourceLength || bufferWasFull) && !sawError) {
227 sawError = true;
249 sawError = true;
  /external/webkit/JavaScriptCore/parser/
Parser.cpp 66 bool lexError = lexer.sawError();
Lexer.h 58 bool sawError() const { return m_error; }
  /external/webkit/WebCore/loader/
TextResourceDecoder.h 64 bool sawError() const { return m_sawError; }
CachedFont.cpp 144 if (decoder->sawError()) {
  /external/webkit/WebCore/platform/text/gtk/
TextCodecGtk.h 49 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
TextCodecGtk.cpp 349 String TextCodecGtk::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError)
392 sawError = true;
407 sawError = true;
  /external/webkit/WebCore/dom/
XMLTokenizerQt.cpp 184 if (m_doc->decoder() && m_doc->decoder()->sawError()) {
XMLTokenizerLibxml2.cpp 653 if (m_doc->decoder() && m_doc->decoder()->sawError()) {
    [all...]

Completed in 1855 milliseconds