/external/clang/lib/Sema/ |
SemaTemplate.cpp | 571 bool Invalid = false; 582 if (Invalid) 691 bool Invalid = false; 696 Invalid = true; 709 if (Invalid) [all...] |
/external/clang/lib/Lex/ |
PPDirectives.cpp | 135 /// of the macro line if the macro name is invalid. \p isDefineUndef is 1 if 157 bool Invalid = false; 158 std::string Spelling = getSpelling(MacroNameTok, &Invalid); 159 if (Invalid) 191 // Invalid macro name, read and discard the rest of the line. Then set the 204 // tokens, causing us to miss diagnosing invalid lines. Some directives (like 828 /// Diagnostic DiagID if it is invalid, and returning the value in Val. 843 bool Invalid = false; 844 unsigned ActualLength = PP.getSpelling(DigitTok, DigitTokBegin, &Invalid); 845 if (Invalid) [all...] |
/external/clang/lib/Parse/ |
ParseTemplate.cpp | 818 bool Invalid = false; 822 Invalid = ParseTemplateArgumentList(TemplateArgs); 824 if (Invalid) { [all...] |
/external/v8/src/ |
messages.js | 144 "malformed_regexp", ["Invalid regular expression: /", "%0", "/: ", "%1"], 145 "unterminated_regexp", ["Invalid regular expression: missing /"], 148 "invalid_lhs_in_assignment", ["Invalid left-hand side in assignment"], 149 "invalid_lhs_in_for_in", ["Invalid left-hand side in for-in"], 150 "invalid_lhs_in_postfix_op", ["Invalid left-hand side expression in postfix operation"], 151 "invalid_lhs_in_prefix_op", ["Invalid left-hand side expression in prefix operation"], 180 "value_and_accessor", ["Invalid property. A property cannot both have accessors and be writable or have a value, ", "%0"], 196 "invalid_weakmap_key", ["Invalid value used as weak map key"], 198 "invalid_array_length", ["Invalid array length"], 200 "invalid_time_value", ["Invalid time value"] [all...] |
lithium-allocator.h | 128 static inline LifetimePosition Invalid() { return LifetimePosition(); } 226 return LifetimePosition::Invalid();
|
debug-debugger.js | 723 throw new Error('Invalid argument'); 737 throw new Error('Invalid breakpoint'); 857 throw new Error('Invalid argument'); [all...] |
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
pac_library_unittest.js | 116 // Invalid IP addresses. 151 // Invalid IP address. 155 // Invalid prefix.
|
/external/chromium-libpac/test/js-unittest/ |
pac_library_unittest.js | 116 // Invalid IP addresses. 151 // Invalid IP address. 155 // Invalid prefix.
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
pac_library_unittest.js | 116 // Invalid IP addresses. 151 // Invalid IP address. 155 // Invalid prefix.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeWizard.cs | 194 return TokenTypes.Invalid; 201 return TokenTypes.Invalid; 281 // don't allow invalid patterns 365 // don't allow invalid patterns
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeWizard.cs | 221 return TokenTypes.Invalid; 228 return TokenTypes.Invalid; 322 // don't allow invalid patterns 420 // don't allow invalid patterns
|
/external/chromium_org/media/filters/ |
ffmpeg_video_decoder_unittest.cc | 249 InitializeWithConfigAndStatus(TestVideoConfig::Invalid(), 335 InitializeWithConfigAndStatus(TestVideoConfig::Invalid(),
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/ |
example.js | 26 return 'Invalid Address';
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
PlatformLocale.cpp | 392 if (date.type() == DateComponents::Invalid) 413 case DateComponents::Invalid:
|
/external/chromium_org/v8/src/ |
d8.js | 589 throw new Error('Invalid object id.'); 616 throw new Error('Invalid step arguments.'); 629 throw new Error('Invalid step count argument "' + args[0] + '".'); 657 throw new Error('Invalid step argument "' + args[0] + '".'); 702 throw new Error('Invalid start frame argument "' + args[0] + '".'); 705 throw new Error('Invalid end frame argument "' + args[1] + '".'); 708 throw new Error('Invalid arguments start frame cannot be larger ' + 715 throw new Error('Invalid backtrace arguments.'); 825 throw new Error('Invalid list arguments.'); 874 throw new Error('Invalid scripts arguments.') [all...] |
lithium-allocator.h | 128 static inline LifetimePosition Invalid() { return LifetimePosition(); } 227 return LifetimePosition::Invalid(); 404 // This is used as a cache, it's invalid outside of BuildLiveRanges.
|
/external/compiler-rt/make/ |
util.mk | 100 $(error "Invalid command line override: $(1) $(varname) (not supported)")))
|
/external/icu4c/extra/uconv/ |
makedata.mak | 19 !MESSAGE Invalid configuration "$(CFG)" specified. 30 !ERROR An invalid configuration is specified.
|
/external/lzma/CS/7zip/ |
ICoder.cs | 20 public InvalidParamException(): base("Invalid Parameter") { }
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
Lexer.cs | 101 state.type = TokenTypes.Invalid;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
Lexer.cs | 119 state.type = TokenTypes.Invalid;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
SlimLexer.cs | 118 state.type = TokenTypes.Invalid;
|
/external/chromium/testing/gtest/test/ |
gtest_xml_output_unittest.py | 89 <failure message="Failed
Invalid characters in brackets []" type=""><![CDATA[gtest_xml_output_unittest_.cc:* 91 Invalid characters in brackets []%(stack)s]]></failure>
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
MediaFragmentURIParser.cpp | 159 m_timeFormat = Invalid; 190 // (e.g., t=10 in #t=2&t=10) is interpreted, all previous occurrences (valid or invalid)
|
/external/chromium_org/third_party/WebKit/Source/web/ |
DateTimeChooserImpl.cpp | 99 return components.type() == WebCore::DateComponents::Invalid ? String() : components.toString();
|