/dalvik/dx/tests/009-method/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/010-class-attrib-InnerClasses/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/014-field-attrib-ConstantValue/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/023-code-exception-table/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/024-code-bytecode/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/ |
info.txt | 2 are overall invalid. That being said, the system should still have no
|
/external/chromium/net/http/ |
http_chunked_decoder_unittest.cc | 99 // Compatibility: [RFC 2616 - Invalid] 101 // {IE7, Safari3.1, Opera9.51} - Invalid 152 // Compatibility [RFC 2616 - Invalid]: 153 // {Safari3.1, IE7} - Invalid 163 // Compatibility [RFC 2616 - Invalid]: 175 // Compatibility [RFC 2616 - Invalid]: 185 // Compatibility [RFC 2616- Invalid]: 186 // {Safari3.1} - Invalid 196 // Compatibility [RFC 2616 - Invalid]: 197 // {Safari 3.1} - Invalid [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_broker_unittest.cc | 24 // Try to initialize PepperBrokerDispatcherWrapper with invalid ChannelHandle. 28 IPC::ChannelHandle invalid_channel; // Invalid by default. 30 // An invalid handle should result in a failure (false) without a LOG(FATAL), 31 // such as the one in CreatePipe(). Call it twice because without the invalid
|
/external/chromium_org/net/http/ |
http_chunked_decoder_unittest.cc | 115 // Compatibility: [RFC 2616 - Invalid] 117 // {IE7, Safari3.1, Opera9.51} - Invalid 168 // Compatibility [RFC 2616 - Invalid]: 169 // {Safari3.1, IE7} - Invalid 179 // Compatibility [RFC 2616 - Invalid]: 191 // Compatibility [RFC 2616 - Invalid]: 201 // Compatibility [RFC 2616- Invalid]: 202 // {Safari3.1} - Invalid 212 // Compatibility [RFC 2616 - Invalid]: 213 // {Safari 3.1} - Invalid [all...] |
/external/chromium_org/net/quic/ |
quic_http_utils.cc | 18 // Handle invalid values gracefully.
|
/external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/ |
SyncDecryptionPassphraseType.java | 15 * It maps the native enum syncer::PassphraseType, but has the additional values INVALID and NONE. 18 INVALID(-2), // Used as default value and is not a valid decryption type. 44 // Falling back to INVALID. Should not happen if |value| was retrieved from native. 45 return INVALID;
|
/external/chromium_org/sync/syncable/ |
syncable_read_transaction.cc | 12 : BaseTransaction(location, "ReadTransaction", INVALID, directory) {
|
/external/clang/docs/ |
ClangCheck.rst | 22 (TranslationUnitDecl 0x7ff3a3029ed0 <<invalid sloc>> 23 (TypedefDecl 0x7ff3a302a410 <<invalid sloc>> __int128_t '__int128') 24 (TypedefDecl 0x7ff3a302a470 <<invalid sloc>> __uint128_t 'unsigned __int128') 25 (TypedefDecl 0x7ff3a302a830 <<invalid sloc>> __builtin_va_list '__va_list_tag [1]')
|
/external/clang/lib/Basic/ |
SourceLocation.cpp | 40 OS << "<invalid loc>"; 48 OS << "<invalid>"; 95 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const { 97 return SrcMgr->getExpansionLineNumber(*this, Invalid); 100 unsigned FullSourceLoc::getExpansionColumnNumber(bool *Invalid) const { 102 return SrcMgr->getExpansionColumnNumber(*this, Invalid); 105 unsigned FullSourceLoc::getSpellingLineNumber(bool *Invalid) const { 107 return SrcMgr->getSpellingLineNumber(*this, Invalid); 110 unsigned FullSourceLoc::getSpellingColumnNumber(bool *Invalid) const { 112 return SrcMgr->getSpellingColumnNumber(*this, Invalid); [all...] |
/external/clang/test/CodeGen/ |
arm-asm-diag.c | 20 // CHECK: error: non-trivial scalar-to-vector conversion, possible invalid constraint for vector type 21 // CHECK: error: non-trivial scalar-to-vector conversion, possible invalid constraint for vector type 22 // CHECK: error: non-trivial scalar-to-vector conversion, possible invalid constraint for vector type 23 // CHECK: error: non-trivial scalar-to-vector conversion, possible invalid constraint for vector type
|
asm-errors.c | 8 // CHECK: error: invalid instruction mnemonic 'abc'
|
/external/clang/test/CodeGenCXX/ |
2010-06-21-LocalVarDbg.cpp | 3 // local variable info. For example. llvm.dbg.lv.~A is an invalid name.
|
/external/clang/test/Format/ |
style-on-command-line.cpp | 4 // RUN: clang-format -style="{BasedOnStyle: invalid, IndentWidth: 7}" %t.cpp 2>&1 | FileCheck -strict-whitespace -check-prefix=CHECK3 %s 13 // CHECK3: Unknown value for BasedOnStyle: invalid 14 // CHECK3: Error parsing -style: Invalid argument, using LLVM style 16 // CHECK4: Error parsing -style: Invalid argument, using LLVM style
|
/external/clang/test/Index/ |
asm-attribute.c | 6 // CHECK: <invalid loc>:0:0: asm label=_foo_ Extent=[1:24 - 1:31]
|
/external/clang/test/Sema/ |
extern-redecl.c | 29 int test2v = sizeof(test2_array); // expected-error {{invalid application of 'sizeof' to an incomplete type 'int []'}} 34 int x = sizeof(test3_array); // expected-error {{invalid application of 'sizeof' to an incomplete type 'int []'}} 43 int x = sizeof(test4_array); // expected-error {{invalid application of 'sizeof' to an incomplete type 'int []'}} 46 // Test that invalid local extern declarations of library
|
/external/e2fsprogs/e2fsck/ |
prof_err.c | 20 "Invalid argument passed to profile library", 30 "Invalid profile_section object", 37 "Invalid boolean value", 38 "Invalid integer value",
|
prof_err.et | 21 error_code PROF_EINVAL, "Invalid argument passed to profile library" 41 error_code PROF_INVALID_SECTION, "Invalid profile_section object" 60 error_code PROF_BAD_BOOLEAN, "Invalid boolean value" 61 error_code PROF_BAD_INTEGER, "Invalid integer value"
|
/external/e2fsprogs/tests/f_bad_local_jnl/ |
expect.1 | 1 Found invalid V2 journal superblock fields (from V1 journal).
|
/external/e2fsprogs/tests/f_extents/ |
expect.1 | 5 Inode 12 has an invalid extent 6 (logical block 0, invalid physical block 21994527527949, len 17) 14 Inode 17 has an invalid extent 15 (logical block 0, invalid physical block 22011707397135, len 15)
|
/external/e2fsprogs/tests/f_zero_inode_size/ |
expect.1 | 1 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
|