• Home
  • Raw
  • Download

Lines Matching refs:ERROR

31 #ifdef ERROR
32 #undef ERROR
78 LOG(ERROR) << "RES_TABLE_TYPE_TYPE has invalid ID 0."; in VerifyResTableType()
84 LOG(ERROR) << "RES_TABLE_TYPE_TYPE has too many entries (" << entry_count << ")."; in VerifyResTableType()
94 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data."; in VerifyResTableType()
99 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entry offsets extend beyond chunk."; in VerifyResTableType()
104 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entries start at unaligned address."; in VerifyResTableType()
114 LOG(ERROR) << "Entry at offset " << entry_offset << " is not 4-byte aligned."; in VerifyResTableEntry()
121 LOG(ERROR) << "Entry at offset " << entry_offset << " is too large."; in VerifyResTableEntry()
129 LOG(ERROR) << "Entry at offset " << entry_offset in VerifyResTableEntry()
141 LOG(ERROR) << "ResTable_entry size " << entry_size << " at offset " << entry_offset in VerifyResTableEntry()
147 LOG(ERROR) << "ResTable_entry size " << entry_size << " at offset " << entry_offset in VerifyResTableEntry()
155 LOG(ERROR) << "No room for Res_value after ResTable_entry at offset " << entry_offset in VerifyResTableEntry()
167 LOG(ERROR) << "Res_value at offset " << entry_offset << " is too small."; in VerifyResTableEntry()
172 LOG(ERROR) << "Res_value size " << value_size << " at offset " << entry_offset in VerifyResTableEntry()
185 LOG(ERROR) << "Map entries at offset " << entry_offset << " start at unaligned offset."; in VerifyResTableEntry()
191 LOG(ERROR) << "Too many map entries in ResTable_map_entry at offset " << entry_offset << "."; in VerifyResTableEntry()
425 LOG(ERROR) << "RES_TABLE_PACKAGE_TYPE too small."; in Load()
452 LOG(ERROR) << "RES_TABLE_PACKAGE_TYPE type ID offset too large."; in Load()
473 LOG(ERROR) << "RES_STRING_POOL_TYPE is incomplete due to incremental installation."; in Load()
482 LOG(ERROR) << "RES_STRING_POOL_TYPE for types corrupt."; in Load()
491 LOG(ERROR) << "RES_STRING_POOL_TYPE for keys corrupt."; in Load()
502 LOG(ERROR) << "RES_TABLE_TYPE_SPEC_TYPE too small."; in Load()
507 LOG(ERROR) << "RES_TABLE_TYPE_SPEC_TYPE has invalid ID 0."; in Load()
513 LOG(ERROR) << "RES_TABLE_TYPE_SPEC_TYPE has out of range ID."; in Load()
525 LOG(ERROR) << "RES_TABLE_TYPE_SPEC_TYPE has too many entries (" << entry_count << ")."; in Load()
530 LOG(ERROR) << "RES_TABLE_TYPE_SPEC_TYPE too small to hold entries."; in Load()
547 LOG(ERROR) << "RES_TABLE_TYPE_TYPE too small."; in Load()
560 LOG(ERROR) << StringPrintf( in Load()
570 LOG(ERROR) << "RES_TABLE_LIBRARY_TYPE too small."; in Load()
575 LOG(ERROR) << "RES_TABLE_LIBRARY_TYPE too small to hold entries."; in Load()
593 LOG(ERROR) << StringPrintf( in Load()
607 LOG(ERROR) << "RES_TABLE_OVERLAYABLE_TYPE too small."; in Load()
618 LOG(ERROR) << "Multiple <overlayable> blocks with the same name '" << name << "'."; in Load()
633 LOG(ERROR) << "RES_TABLE_OVERLAYABLE_POLICY_TYPE too small."; in Load()
639 LOG(ERROR) << "RES_TABLE_OVERLAYABLE_POLICY_TYPE too small to hold entries."; in Load()
671 LOG(ERROR) << StringPrintf("Error parsing RES_TABLE_OVERLAYABLE_TYPE: %s", in Load()
699 LOG(ERROR) << StringPrintf("Repeated finalized resource id '%08x' in staged aliases.", in Load()
708 LOG(ERROR) << StringPrintf("Repeated staged resource id '%08x' in staged aliases.", in Load()
722 LOG(ERROR) << iter.GetLastError(); in Load()
742 LOG(ERROR) << "RES_TABLE_TYPE too small."; in LoadTable()
765 LOG(ERROR) << "RES_STRING_POOL_TYPE corrupt."; in LoadTable()
775 LOG(ERROR) << "More package chunks were found than the " << package_count in LoadTable()
796 LOG(ERROR) << iter.GetLastError(); in LoadTable()
830 LOG(ERROR) << iter.GetLastError(); in Load()