Searched
full:invalid (Results
426 -
450 of
15080) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
image_parsers.js | 53 throw new Error('Invalid PNG signature: ' + signature); 82 throw new Error('Invalid BMP signature: ' + signature); 107 throw new Error('Invalid GIF signature: ' + signature); 131 throw new Error('Invalid RIFF signature: ' + riffSignature); 136 throw new Error('Invalid WEBP signature: ' + webpSignature); 140 throw new Error('Invalid chunk format: ' + chunkFormat); 147 throw new Error('Invalid VP8 lossy bitstream signature: ' + 158 throw new Error('Invalid VP8 lossless bitstream signature: ' + 191 throw new Error('Invalid ICO signature: ' + signature);
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
form_field_error.h | 30 // Wallet sends this when ZIP is invalid for the given city. 33 // invalid card number. Wallet should only send us this error for invalid 36 // Wallet sends this when ZIP is invalid for the given state.
|
/external/chromium_org/mojo/common/ |
message_pump_mojo_handler.h | 15 // invalid.
|
/external/chromium_org/mojo/public/utility/ |
run_loop_handler.h | 14 // invalid.
|
/external/chromium_org/net/dns/ |
dns_config_watcher_mac.h | 17 // Returns an error if the DNS configuration is invalid.
|
/external/chromium_org/net/ssl/ |
ssl_client_cert_type.h | 16 // 224-255 are Reserved for Private Use, we pick one to use as "invalid".
|
/external/chromium_org/net/url_request/ |
url_request_error_job.h | 5 // Invalid URLs go through this URLRequestJob class rather than being
|
/external/chromium_org/ppapi/generators/test_namespace/ |
bar.idl | 27 * is an invalid resource or is a resource of another type.
|
/external/chromium_org/remoting/codec/ |
audio_decoder.h | 25 // Returns the decoded packet. If the packet is invalid, then a NULL
|
/external/chromium_org/sync/syncable/ |
dir_open_result.h | 17 FAILED_LOGICAL_CORRUPTION, // Invalid database contents
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
selection-drag-crash.html | 11 Drag the selected text. It shouldn't crash, though it used to on Chromium Mac since createDragImageForSelection() didn't properly use the return value from dissolveDragImageToFraction(), which resulted in a race condition for the drag image's refcount. This issue can't be tested in an automated manner, due to the fact that the race condition is hard to trigger deterministically and that test_shell/DRT simply don't use the (potentially invalid) image parameter.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/DOM/ |
textarea-dom.html | 7 textarea:invalid {
|
textarea-edit.html | 7 textarea:invalid {
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/ |
textarea-parsing.html | 7 textarea:invalid {
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
main.cpp | 131 TRACE("\t! Error generated: invalid enum\n"); 135 TRACE("\t! Error generated: invalid value\n"); 139 TRACE("\t! Error generated: invalid operation\n"); 147 TRACE("\t! Error generated: invalid framebuffer operation\n");
|
/external/chromium_org/third_party/skia/src/core/ |
SkError.cpp | 110 error_name = "Invalid Argument"; 113 error_name = "Invalid Operation"; 116 error_name = "Invalid Handle"; 119 error_name = "Invalid Paint";
|
/external/chromium_org/tools/deep_memory_profiler/lib/ |
exceptions.py | 17 return "invalid heap profile dump: %s" % repr(self.args[0])
|
/external/chromium_org/tools/emacs/ |
trybot-linux.txt | 5 app/l10n_util_unittest.cc:67: error: invalid initialization of reference of type ?const string16&? from expression of type ?std::wstring?
|
/external/chromium_org/tools/gyp/test/sanitize-rule-names/ |
sanitize-rule-names.gyp | 12 # Make sure this rule name doesn't cause an invalid ninja file.
|
/external/clang/include/clang/Sema/ |
Ownership.h | 118 // for it's "invalid" flag. 127 /// When CompressInvalid is true, the "invalid" flag will be 133 bool Invalid; 136 ActionResult(bool Invalid = false) 137 : Val(PtrTy()), Invalid(Invalid) {} 138 ActionResult(PtrTy val) : Val(val), Invalid(false) {} 139 ActionResult(const DiagnosticBuilder &) : Val(PtrTy()), Invalid(true) {} 145 bool isInvalid() const { return Invalid; } 146 bool isUsable() const { return !Invalid && Val; [all...] |
/external/clang/test/CXX/class/class.nest/ |
p1-cxx0x.cpp | 8 // The first case is invalid in the C++03 mode but valid in C++0x (see 5.1.1.10).
|
p1.cpp | 10 static char a[sizeof(x)]; // expected-error {{invalid use of non-static data member 'x'}}
|
/external/clang/test/CXX/lex/lex.pptoken/ |
p3-0x.cpp | 11 int d = x; // expected-error {{pasting formed ':::', an invalid preprocessing token}} expected-error {{expected unqualified-id}}
|
/external/clang/test/CodeGen/ |
attr-naked.c | 13 // (It doesn't really make sense, but it isn't invalid.)
|
/external/clang/test/CodeGenObjC/ |
2009-01-21-invalid-debug-info.m | 6 // info for I1* to be generated, but referring to an invalid compile
|
Completed in 911 milliseconds
<<11121314151617181920>>