/external/webkit/Tools/Scripts/ |
D | extract-localizable-strings | 75 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) {
|
D | check-for-weak-vtables-and-externals | 57 my $sawError = 0; 62 $sawError = 1; 92 $sawError = 1; 102 $sawError = 1; 106 if ($sawError and !$coverageBuild) {
|
D | check-for-exit-time-destructors | 69 my $sawError = 0; 78 $sawError = 1; 95 $sawError = 1 if printFunctions($shortName, $file); 98 if ($sawError and !$coverageBuild) {
|
D | check-for-global-initializers | 69 my $sawError = 0; 78 $sawError = 1; 136 $sawError = 1; 140 if ($sawError and !$coverageBuild) {
|
/external/webkit/Source/WebCore/platform/text/ |
D | TextCodecUTF8.cpp | 159 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()
|
D | TextCodecUTF8.h | 42 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);
|
D | TextCodecLatin1.h | 38 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
D | TextCodecUserDefined.h | 38 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
D | TextEncoding.cpp | 66 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()
|
D | TextCodecUTF16.h | 40 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
D | TextCodec.h | 72 …irtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError) = 0;
|
D | TextCodecICU.h | 49 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
D | TextEncoding.h | 71 String decode(const char*, size_t length, bool stopOnError, bool& sawError) const;
|
/external/webkit/Source/WebCore/platform/text/brew/ |
D | TextCodecBrew.cpp | 77 …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()
|
D | TextCodecBrew.h | 44 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
/external/webkit/Source/WebCore/platform/text/mac/ |
D | TextCodecMac.cpp | 198 …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()
|
D | TextCodecMac.h | 46 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
/external/webkit/Source/WebCore/platform/text/qt/ |
D | TextCodecQt.cpp | 94 …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()
|
D | TextCodecQt.h | 43 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
/external/webkit/Source/WebCore/platform/text/gtk/ |
D | TextCodecGtk.cpp | 435 …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()
|
D | TextCodecGtk.h | 50 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
/external/webkit/Source/WebCore/platform/text/wince/ |
D | TextCodecWinCE.h | 48 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
D | TextCodecWinCE.cpp | 236 …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/ |
D | Parser.cpp | 53 bool lexError = lexer.sawError(); in parse()
|
/external/webkit/Source/WebCore/loader/ |
D | TextResourceDecoder.h | 66 bool sawError() const { return m_sawError; } in sawError() function
|