• Home
  • Raw
  • Download

Lines Matching refs:ALOGV

78     ALOGV("%d tags before conversion", size);  in detectAndConvert()
80 ALOGV("%s: %s", mNames.getEntry(i), mValues.getEntry(i)); in detectAndConvert()
116 ALOGV("all tags are printable, assuming ascii (%zu)", strlen(buf)); in detectAndConvert()
124 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest); in detectAndConvert()
126 ALOGV("not a good match, trying with more data"); in detectAndConvert()
152 ALOGV("still not a good match after adding printable tags"); in detectAndConvert()
156 ALOGV("no printable tags to add"); in detectAndConvert()
172 ALOGV("@@@ checking %s", name); in detectAndConvert()
185 ALOGV("Trying to detect %s separately", name); in detectAndConvert()
204 ALOGV("@@@@ %s is ascii", mNames.getEntry(i)); in detectAndConvert()
213 ALOGV("@@@@ recognized charset: %s for %s confidence %d", in detectAndConvert()
220 ALOGV("@@@ using converter %s for %s", enc, mNames.getEntry(i)); in detectAndConvert()
273 ALOGV("erasing %s because entry is empty", mNames.getEntry(i)); in detectAndConvert()
305 ALOGV("%zu matches", nummatches); in getPreferred()
309 ALOGV("%zu: %s %d", i, encname, confidence); in getPreferred()
325 ALOGV("considering %zu matches", num); in getPreferred()
353 ALOGV("%zu: %s %d", i, encname, confidence); in getPreferred()
358 ALOGV("failed to open %s: %d", encname, status); in getPreferred()
379 ALOGV("control character %x", c); in getPreferred()
385 ALOGV("unlikely character %x", c); in getPreferred()
388 ALOGV("private use character %x", c); in getPreferred()
393 ALOGV("symbol %x", c); in getPreferred()
396 ALOGV("replacement character"); in getPreferred()
399 ALOGV("unicode special %x", c); in getPreferred()
410 ALOGV("ICU confidence: %d, my confidence: %d (%d %d)", confidence, myconfidence, in getPreferred()
416 ALOGV("%d-%d=%d", confidence, demerit, confidence - demerit); in getPreferred()
443 ALOGV("selecting: '%s' w/ %d confidence", in getPreferred()
446 ALOGV("no runner up"); in getPreferred()
451 ALOGV("runner up: '%s' w/ %d confidence", in getPreferred()