HomeSort by relevance Sort by last modified time
    Searched full:invalid (Results 701 - 725 of 14636) sorted by null

<<21222324252627282930>>

  /external/chromium_org/remoting/codec/
audio_decoder_verbatim.cc 28 LOG(WARNING) << "Verbatim decoder received an invalid packet.";
  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc 22 SANDBOX_DIE("Invalid use of ErrorCode object");
46 SANDBOX_DIE("Invalid opcode in BPF sandbox rules");
52 SANDBOX_DIE("Dereferencing invalid ErrorCode");
77 SANDBOX_DIE("Dereferencing invalid ErrorCode");
syscall_iterator_unittest.cc 80 SANDBOX_TEST(SyscallIterator, Invalid) {
112 // First invalid syscall should then be |MAX_PUBLIC_SYSCALL + 1|.
118 // The iterator should skip until the last invalid syscall in this range.
125 // The iterator should skip until the last invalid syscall in this range.
  /external/chromium_org/sync/internal_api/public/util/
syncer_error.cc 33 return "INVALID";
  /external/chromium_org/third_party/WebKit/ManualTests/iframe_notifications/
iframe-reparenting-close-window-iframe.html 19 logWin.log("After transfer, the checkPermission call is accessing a destroyed object and can return invalid value or crash, depending on circumstances.");
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockSpellCheck.h 55 // returns false if it includes invalid words.
56 // When the given text includes invalid words, this function sets the
57 // position of the first invalid word to misspelledOffset, and the length of
58 // the first invalid word to misspelledLength, respectively.
  /external/chromium_org/third_party/libwebp/utils/
huffman.h 55 // Returns false in case of error (invalid tree or memory error).
62 // Returns false in case of an invalid symbol, invalid tree or memory error.
71 // Returns false in case of error (memory allocation, invalid codes).
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
TODO 8 Test GLXPixmap support with invalid pixmaps (to stress the protocol code).
  /external/chromium_org/tools/gn/
input_conversion.h 21 // If the conversion string is invalid, the error will be set and an empty
  /external/chromium_org/ui/base/cursor/
cursors_aura.h 21 // false if |id| is invalid.
  /external/chromium_org/ui/base/touch/
touch_enabled.cc 26 LOG(ERROR) << "Invalid --touch-events option: " << touch_enabled_switch;
  /external/chromium_org/ui/base/win/
scoped_ole_initializer.cc 23 DCHECK_NE(RPC_E_CHANGED_MODE, hr_) << "Invalid COM thread model change";
  /external/chromium_org/ui/compositor/
layer_delegate.h 21 // clipped to the Layer's invalid rect.
  /external/chromium_org/ui/gfx/image/
image_png_rep.h 24 // If the image is invalid, returns gfx::Size(0, 0).
  /external/chromium_org/ui/native_theme/
native_theme_mac.mm 39 NOTREACHED() << "Invalid color_id: " << color_id;
  /external/chromium_org/ui/views/controls/combobox/
combobox.h 68 // Visually marks the combobox as having an invalid value selected. The caller
70 void SetInvalid(bool invalid);
72 bool invalid() const { function in class:views::Combobox
114 // True when the selection is visually denoted as invalid.
  /external/clang/test/CXX/expr/expr.unary/expr.unary.op/
p6.cpp 28 bool b8 = !S(); //expected-error {{invalid argument type 'S'}}
  /external/clang/test/CXX/over/over.oper/over.literal/
p8.cpp 11 float operator ""E(const char *); // expected-error {{invalid suffix on literal}} expected-warning {{reserved}}
  /external/clang/test/CodeGen/
x86_32-inline-asm.c 17 "a" ((val & 0xFFFFFFFFUL)), // expected-error {{invalid input size for constraint 'a'}}
  /external/clang/test/PCH/
chain-macro-override.c 13 h2(); // expected-warning{{implicit declaration of function 'h2' is invalid in C99}}
  /external/clang/test/Parser/
typeof.c 9 short typeof (int) aShortInt; // expected-error{{'short typeof' is invalid}}
  /external/clang/test/Preprocessor/
macro_paste_msextensions.c 29 // rdar://8197149 - VC++ allows invalid token pastes: (##baz
pragma_diagnostic.c 29 #pragma GCC diagnostic error "invalid-name" // expected-warning {{pragma diagnostic expected option name (e.g. "-Wundef")}}
  /external/clang/test/Sema/
128bitfloat.cc 12 x + *y; // expected-error {{invalid operands to binary expression ('int' and '__float128')}}
typecheck-binop.c 26 return a && (void)a; /* expected-error{{invalid operands}} */

Completed in 724 milliseconds

<<21222324252627282930>>