Lines Matching refs:getLocation
730 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(), in parse()
753 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(), in parse()
770 mTokenizer->getLocation().string(), in parse()
781 mTokenizer->getLocation().string()); in parse()
787 mTokenizer->getLocation().string()); in parse()
794 mTokenizer->getLocation().string()); in parse()
801 mTokenizer->getLocation().string()); in parse()
812 mTokenizer->getLocation().string()); in parseType()
834 ALOGE("%s: Expected keyboard type label, got '%s'.", mTokenizer->getLocation().string(), in parseType()
852 ALOGE("%s: Expected keyword after 'map', got '%s'.", mTokenizer->getLocation().string(), in parseMap()
869 ALOGE("%s: Expected key %s number, got '%s'.", mTokenizer->getLocation().string(), in parseMapKey()
876 ALOGE("%s: Duplicate entry for key %s '%s'.", mTokenizer->getLocation().string(), in parseMapKey()
885 ALOGE("%s: Expected key code label, got '%s'.", mTokenizer->getLocation().string(), in parseMapKey()
902 ALOGE("%s: Expected key code label, got '%s'.", mTokenizer->getLocation().string(), in parseKey()
907 ALOGE("%s: Duplicate entry for key code '%s'.", mTokenizer->getLocation().string(), in parseKey()
916 mTokenizer->getLocation().string(), openBraceToken.string()); in parseKey()
950 mTokenizer->getLocation().string(), token.string()); in parseKeyProperty()
969 mTokenizer->getLocation().string()); in parseKeyProperty()
988 mTokenizer->getLocation().string()); in parseKeyProperty()
993 mTokenizer->getLocation().string()); in parseKeyProperty()
998 mTokenizer->getLocation().string()); in parseKeyProperty()
1008 mTokenizer->getLocation().string()); in parseKeyProperty()
1013 mTokenizer->getLocation().string()); in parseKeyProperty()
1023 mTokenizer->getLocation().string(), in parseKeyProperty()
1029 mTokenizer->getLocation().string()); in parseKeyProperty()
1040 mTokenizer->getLocation().string(), in parseKeyProperty()
1046 mTokenizer->getLocation().string()); in parseKeyProperty()
1051 mTokenizer->getLocation().string()); in parseKeyProperty()
1059 mTokenizer->getLocation().string()); in parseKeyProperty()
1074 mTokenizer->getLocation().string()); in parseKeyProperty()
1085 mTokenizer->getLocation().string()); in parseKeyProperty()
1097 mTokenizer->getLocation().string()); in parseKeyProperty()
1167 mTokenizer->getLocation().string(), token.c_str()); in parseModifier()
1240 ALOGE("%s: Malformed character literal.", mTokenizer->getLocation().string()); in parseCharacterLiteral()