• Home
  • Raw
  • Download

Lines Matching refs:ALOGE

56         ALOGE("Error %d opening key layout map file %s.", status, filename.string());  in load()
60 ALOGE("Error allocating key layout map."); in load()
182 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(), in parse()
189 ALOGE("%s: Expected end of line or trailing comment, got '%s'.", in parse()
213 ALOGE("%s: Expected key %s number, got '%s'.", mTokenizer->getLocation().string(), in parseKey()
220 ALOGE("%s: Duplicate entry for key %s '%s'.", mTokenizer->getLocation().string(), in parseKey()
229 ALOGE("%s: Expected key code label, got '%s'.", mTokenizer->getLocation().string(), in parseKey()
242 ALOGE("%s: Expected key flag label, got '%s'.", mTokenizer->getLocation().string(), in parseKey()
247 ALOGE("%s: Duplicate key flag '%s'.", mTokenizer->getLocation().string(), in parseKey()
270 ALOGE("%s: Expected axis scan code number, got '%s'.", mTokenizer->getLocation().string(), in parseAxis()
275 ALOGE("%s: Duplicate entry for axis scan code '%s'.", mTokenizer->getLocation().string(), in parseAxis()
291 ALOGE("%s: Expected inverted axis label, got '%s'.", in parseAxis()
302 ALOGE("%s: Expected split value, got '%s'.", in parseAxis()
311 ALOGE("%s: Expected low axis label, got '%s'.", in parseAxis()
320 ALOGE("%s: Expected high axis label, got '%s'.", in parseAxis()
327 ALOGE("%s: Expected axis label, 'split' or 'invert', got '%s'.", in parseAxis()
344 ALOGE("%s: Expected flat value, got '%s'.", in parseAxis()
349 ALOGE("%s: Expected keyword 'flat', got '%s'.", in parseAxis()