Lines Matching refs:ALOGE

116         ALOGE("Error %d opening key character map file %s.", status, filename.string());
131 ALOGE("Error %d opening key character map.", status);
144 ALOGE("Error allocating key character map.");
703 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(),
719 ALOGE("%s: Expected end of line or trailing comment, got '%s'.",
730 ALOGE("%s: Unterminated key description at end of file.",
736 ALOGE("%s: Keyboard layout missing required keyboard 'type' declaration.",
743 ALOGE("%s: Base keyboard layout must specify a keyboard 'type' other than 'OVERLAY'.",
749 ALOGE("%s: Overlay keyboard layout missing required keyboard "
761 ALOGE("%s: Duplicate keyboard 'type' declaration.",
781 ALOGE("%s: Expected keyboard type label, got '%s'.", mTokenizer->getLocation().string(),
799 ALOGE("%s: Expected keyword after 'map', got '%s'.", mTokenizer->getLocation().string(),
816 ALOGE("%s: Expected key %s number, got '%s'.", mTokenizer->getLocation().string(),
823 ALOGE("%s: Duplicate entry for key %s '%s'.", mTokenizer->getLocation().string(),
832 ALOGE("%s: Expected key code label, got '%s'.", mTokenizer->getLocation().string(),
849 ALOGE("%s: Expected key code label, got '%s'.", mTokenizer->getLocation().string(),
854 ALOGE("%s: Duplicate entry for key code '%s'.", mTokenizer->getLocation().string(),
862 ALOGE("%s: Expected '{' after key code label, got '%s'.",
896 ALOGE("%s: Expected a property name or modifier, got '%s'.",
915 ALOGE("%s: Expected ',' or ':' after property name.",
933 ALOGE("%s: Invalid character literal for key.",
938 ALOGE("%s: Cannot combine multiple character literals or 'none'.",
948 ALOGE("%s: Cannot combine multiple character literals or 'none'.",
958 ALOGE("%s: Invalid key code label for fallback behavior, got '%s'.",
964 ALOGE("%s: Cannot combine multiple fallback key codes.",
971 ALOGE("%s: Expected a key behavior after ':'.",
986 ALOGE("%s: Duplicate label for key.",
997 ALOGE("%s: Duplicate number for key.",
1009 ALOGE("%s: Duplicate key behavior for modifier.",
1077 ALOGE("%s: Duplicate modifier combination '%s'.",
1151 ALOGE("%s: Malformed character literal.", mTokenizer->getLocation().string());