/external/skia/tests/ |
InfRectTest.cpp | 77 const SkScalar invalid[] = { nan, inf, -inf }; local 78 for (size_t i = 0; i < SK_ARRAY_COUNT(invalid); ++i) { 79 check_invalid(reporter, small, small, big, invalid[i]); 80 check_invalid(reporter, small, small, invalid[i], big); 81 check_invalid(reporter, small, invalid[i], big, big); 82 check_invalid(reporter, invalid[i], small, big, big);
|
/external/chromium_org/chromeos/dbus/ibus/ |
ibus_property.cc | 24 LOG(ERROR) << "Invalid variant structure[IBusProperty]: " 32 LOG(ERROR) << "Invalid variant structure[IBusProperty]: " 37 LOG(ERROR) << "Invalid value for IBusProperty type"; 44 LOG(ERROR) << "Invalid variant structure[IBusProperty]: " 54 LOG(ERROR) << "Invalid variant structure[IBusProperty]: " 60 LOG(ERROR) << "Invalid variant structure[IBusProperty]: " 70 LOG(ERROR) << "Invalid variant structure[IBusProperty]: " 76 LOG(ERROR) << "Invalid variant structure[IBusProperty]: " 84 LOG(ERROR) << "Invalid variant structure[IBusProperty]: " 90 LOG(ERROR) << "Invalid value for IBusProperty." [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
query_manager.h | 60 // Returns false if shared memory for sync is invalid. 63 // Returns false if shared memory for sync is invalid. 66 // Returns false if shared memory for sync is invalid. 84 // Returns false if shared memory for sync is invalid. 98 // Returns false if shared memory for sync is invalid. 103 // Returns false if shared memory for sync is invalid. 168 // Returns false if any query is pointing to invalid shared memory. 171 // Returns false if any query is pointing to invalid shared memory. 175 // to invalid shared memory. 182 // pointing to invalid shared memory [all...] |
/external/e2fsprogs/tests/progs/test_data/ |
expect.icount | 4 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store 6 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch 8 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment 10 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement 12 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store 14 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch 16 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment 18 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement 61 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement 93 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decremen [all...] |
/external/chromium_org/chrome/browser/extensions/api/storage/ |
settings_namespace.cc | 24 case INVALID: break; 37 return INVALID;
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
remote_sync_operation_resolver.cc | 82 // Invalid combination should never happen. 104 // Invalid combination should never happen. 122 // Invalid combination should never happen. 143 // Invalid combination should never happen. 160 // Invalid combination should never happen. 181 // Invalid combination should never happen. 198 // Invalid combination should never happen. 219 // Invalid combination should never happen.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
invalid-mouse-event.html | 11 <button onclick="window.open('invalid-mouse-event.html?2', '', '');">Start</button> 20 window.open('invalid-mouse-event.html?1', '', '');
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
PrettyPatch_test.rb | 72 matches = pretty.match("INVALID: Image lacks a checksum.") 76 assert(!matches, "Should have invalid checksums") 77 # FIXME: This should only have 4 invalid images, but due to the above tempfile issue, there are 0. 78 assert_equal(0, pretty.scan(/INVALID\: Image lacks a checksum\./).size) 83 matches = pretty.match("INVALID: Image lacks a checksum.") 84 assert(!matches, "Should not have invalid checksums") 89 matches = pretty.match("INVALID: Image lacks a checksum.") 95 matches = pretty.match("INVALID: Image lacks a checksum.")
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
ossource_win.cpp | 35 assert(0 && "OS_SetTLSValue(): Invalid TLS Index"); 49 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
pushf-err.errwarn | 9 -:24: error: `pushfd' invalid in 64-bit mode 10 -:28: error: `popfd' invalid in 64-bit mode
|
/external/chromium_org/ui/gfx/ |
canvas_paint.h | 24 // Returns true if the canvas has an invalid rect that needs to be repainted. 27 // Returns the rectangle that is invalid.
|
/external/clang/test/Driver/ |
Xarch.c | 7 // RUN: grep "error: invalid Xarch argument: '-Xarch_i386 -o'" %t.log | count 2 8 // RUN: grep "error: invalid Xarch argument: '-Xarch_i386 -S'" %t.log
|
/external/clang/test/SemaObjC/ |
objc-container-subscripting-2.m | 19 array[f] = array; // expected-error {{indexing expression is invalid because subscript type 'float' is not an integral or Objective-C pointer type}} 20 return array[3.14]; // expected-error {{indexing expression is invalid because subscript type 'double' is not an integral or Objective-C pointer type}}
|
/external/clang/test/SemaOpenCL/ |
invalid-kernel-attrs.cl | 7 kernel __attribute__((vec_type_hint(void))) void kernel3() {} //expected-error{{invalid attribute argument 'void' - expecting a vector or vectorizable scalar type}} 9 kernel __attribute__((vec_type_hint(bool))) void kernel4() {} //expected-error{{invalid attribute argument 'bool' - expecting a vector or vectorizable scalar type}}
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
invalid-free.cc | 11 // CHECK: invalid-free.cc:[[@LINE-2]] 14 // CHECK: invalid-free.cc:[[@LINE-8]]
|
/external/e2fsprogs/tests/f_h_badnode/ |
expect.1 | 6 Problem in HTREE directory inode 12929: block #1062 has invalid depth (2) 9 Invalid HTREE directory inode 12929 (/test2). Clear HTree index? yes
|
/external/llvm/lib/Support/ |
regerror.c | 60 { REG_BADPAT, "REG_BADPAT", "invalid regular expression" }, 61 { REG_ECOLLATE, "REG_ECOLLATE", "invalid collating element" }, 62 { REG_ECTYPE, "REG_ECTYPE", "invalid character class" }, 64 { REG_ESUBREG, "REG_ESUBREG", "invalid backreference number" }, 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" }, 69 { REG_ERANGE, "REG_ERANGE", "invalid character range" }, 71 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" }, 74 { REG_INVARG, "REG_INVARG", "invalid argument to regex routine" },
|
/external/llvm/test/MC/AsmParser/ |
exprs-invalid.s | 4 // CHECK-ERRORS: error: invalid octal number 7 // CHECK-ERRORS: error: invalid hexadecimal number
|
/external/llvm/utils/valgrind/ |
i386-pc-linux-gnu.supp | 13 ADDRESS_IN_RANGE/Invalid read of size 4 19 ADDRESS_IN_RANGE/Invalid read of size 4
|
/external/openssh/regress/ |
portnum.sh | 8 verbose "$tid: invalid port $port" 10 fail "$tid accepted invalid port $port"
|
/external/smack/src/org/xbill/DNS/ |
SPFRecord.java | 27 * @throws IllegalArgumentException One of the strings has invalid escapes 37 * @throws IllegalArgumentException The string has invalid escapes
|
TXTRecord.java | 27 * @throws IllegalArgumentException One of the strings has invalid escapes 37 * @throws IllegalArgumentException The string has invalid escapes
|
/external/valgrind/main/drd/tests/ |
pth_detached3.stderr.exp1 | 2 pthread_detach(): invalid thread ID 0x........ 6 pthread_detach(): invalid thread ID 0x........
|
pth_detached3.stderr.exp2 | 2 pthread_detach(): invalid thread ID 0x........ 7 pthread_detach(): invalid thread ID 0x........
|
/external/valgrind/main/exp-sgcheck/tests/ |
globalerr.stderr.exp-glibc28-amd64 | 2 Invalid read of size 2 9 Invalid read of size 2
|