Home
last modified time | relevance | path

Searched refs:sawError (Results 1 – 25 of 34) sorted by relevance

12

/external/webkit/Tools/Scripts/
Dextract-localizable-strings75 my $sawError = 0;
147 $sawError = 1;
159 $sawError = 1;
210 $sawError = 1;
222 $sawError = 1;
228 $sawError = 1;
264 $sawError = 1;
331 $sawError = 1;
354 print "\n" if $sawError || $notLocalizedCount || $NSLocalizeCount;
370 if ($sawError) {
Dcheck-for-weak-vtables-and-externals57 my $sawError = 0;
62 $sawError = 1;
92 $sawError = 1;
102 $sawError = 1;
106 if ($sawError and !$coverageBuild) {
Dcheck-for-exit-time-destructors69 my $sawError = 0;
78 $sawError = 1;
95 $sawError = 1 if printFunctions($shortName, $file);
98 if ($sawError and !$coverageBuild) {
Dcheck-for-global-initializers69 my $sawError = 0;
78 $sawError = 1;
136 $sawError = 1;
140 if ($sawError and !$coverageBuild) {
/external/webkit/Source/WebCore/platform/text/
DTextCodecUTF8.cpp159 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError) in handleError() argument
161 sawError = true; in handleError()
169 …tination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError) in handlePartialSequence() argument
180 handleError(destination, stopOnError, sawError); in handlePartialSequence()
195 handleError(destination, stopOnError, sawError); in handlePartialSequence()
206 handleError(destination, stopOnError, sawError); in handlePartialSequence()
216 …xtCodecUTF8::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode() argument
235 …nationForHandlePartialSequence, sourceForHandlePartialSequence, end, flush, stopOnError, sawError); in decode()
278 sawError = true; in decode()
DTextCodecUTF8.h42 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
45 …ination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError);
46 void handleError(UChar*& destination, bool stopOnError, bool& sawError);
DTextCodecLatin1.h38 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
DTextCodecUserDefined.h38 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
DTextEncoding.cpp66 String TextEncoding::decode(const char* data, size_t length, bool stopOnError, bool& sawError) const in decode()
71 return newTextCodec(*this)->decode(data, length, true, stopOnError, sawError); in decode()
DTextCodecUTF16.h40 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
DTextCodec.h72 …irtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError) = 0;
DTextCodecICU.h49 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
DTextEncoding.h71 String decode(const char*, size_t length, bool stopOnError, bool& sawError) const;
/external/webkit/Source/WebCore/platform/text/brew/
DTextCodecBrew.cpp77 …xtCodecBrew::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode() argument
124 sawError = true; in decode()
136 sawError = true; in decode()
DTextCodecBrew.h44 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
/external/webkit/Source/WebCore/platform/text/mac/
DTextCodecMac.cpp198 …extCodecMac::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode() argument
211 while ((sourceLength || bufferWasFull) && !sawError) { in decode()
228 sawError = true; in decode()
250 sawError = true; in decode()
DTextCodecMac.h46 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
/external/webkit/Source/WebCore/platform/text/qt/
DTextCodecQt.cpp94 …CodecQt::decode(const char* bytes, size_t length, bool flush, bool /*stopOnError*/, bool& sawError) in decode() argument
116 sawError = m_state.invalidChars != 0; in decode()
DTextCodecQt.h43 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
/external/webkit/Source/WebCore/platform/text/gtk/
DTextCodecGtk.cpp435 …extCodecGtk::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode() argument
493 sawError = true; in decode()
500 sawError = true; in decode()
509 } while ((inputLength || bufferWasFull) && !sawError); in decode()
DTextCodecGtk.h50 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
/external/webkit/Source/WebCore/platform/text/wince/
DTextCodecWinCE.h48 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
DTextCodecWinCE.cpp236 …tCodecWinCE::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode() argument
255 sawError = true; in decode()
/external/webkit/Source/JavaScriptCore/parser/
DParser.cpp53 bool lexError = lexer.sawError(); in parse()
/external/webkit/Source/WebCore/loader/
DTextResourceDecoder.h66 bool sawError() const { return m_sawError; } in sawError() function

12