Home
last modified time | relevance | path

Searched refs:LOGI (Results 1 – 7 of 7) sorted by relevance

/external/tesseract/api/
Djni.cpp92 LOGI("UPDATE LANG %s SHARDS %d", lang, shards); in add_language()
97 LOGI("ADD NEW LANG %s SHARDS %d", lang, shards); in add_language()
110 LOGI("FREE LANG %s\n", trav->lang); in free_languages()
162 LOGI("input file %s\n", infile); in test_ocr()
166 LOGI("file size %lld\n", s.st_size); in test_ocr()
169 LOGI("infile mmapped at %p\n", buffer); in test_ocr()
174 LOGI("tessdata %s\n", tessdata); in test_ocr()
175 LOGI("lang %s\n", lang); in test_ocr()
178 LOGI("ratings %s\n", ratings); in test_ocr()
182 LOGI("set image x=%d, y=%d bpp=%d\n", x, y, bpp); in test_ocr()
[all …]
/external/webkit/WebKit/android/plugins/
DPluginDebugAndroid.h39 # define PLUGIN_LOG(A, B...) do { LOGI( A , ## B ); } while(0)
/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp302 LOGI("Language already loaded (%s == %s)", picoProp_currLang, in doLanguageSwitchFromLangIndex()
477 LOGI("loaded %s successfully", picoProp_currLang); in doLanguageSwitchFromLangIndex()
501 LOGI("Found supported locale %s", picoSupportedLang[loclIndex]); in doLanguageSwitch()
1160 LOGI("TtsEngine::setLanguage found matching language(%s) but not matching country(%s).", in setLanguage()
1463 LOGI("Warning: SSML document parsed with errors"); in synthesizeText()
1564 LOGI("Halt requested by caller. Halting."); in synthesizeText()
Dsvox_ssml_parser.cpp88LOGI("Parser error at line %d: %s\n", (int)XML_GetCurrentLineNumber(mParser), XML_ErrorString(XML_… in parseDocument()
/external/opencore/android/
Dplayerdriver.cpp1172 LOGI("Live Streaming ... \n"); in handleCheckLiveStreamingComplete()
1356 LOGI("buffering (%d)", percentage); in HandleInformationalEvent()
Dmetadatadriver.cpp63 LOGI("@@@@@ wma key: %s", list[i].get_cstr()); in dumpkeystolog()
/external/icu4c/i18n/
Ddecimfmt.cpp63 #define LOGI(...) printf("<I>"); printf(__VA_ARGS__); printf("</I>"); macro