Searched refs:LOGI (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebKit/android/plugins/ |
D | PluginDebugAndroid.h | 39 # define PLUGIN_LOG(A, B...) do { LOGI( A , ## B ); } while(0)
|
/external/svox/pico/tts/ |
D | com_svox_picottsengine.cpp | 301 LOGI("Language already loaded (%s == %s)", picoProp_currLang, in doLanguageSwitchFromLangIndex() 476 LOGI("loaded %s successfully", picoProp_currLang); in doLanguageSwitchFromLangIndex() 500 LOGI("Found supported locale %s", picoSupportedLang[loclIndex]); in doLanguageSwitch() 995 LOGI("TtsEngine::setLanguage found matching language(%s) but not matching country(%s).", in setLanguage() 1297 LOGI("Warning: SSML document parsed with errors"); in synthesizeText() 1392 LOGI("Halt requested by caller. Halting."); in synthesizeText()
|
D | svox_ssml_parser.cpp | 88 …LOGI("Parser error at line %d: %s\n", (int)XML_GetCurrentLineNumber(mParser), XML_ErrorString(XML_… in parseDocument()
|
/external/opencore/android/ |
D | metadatadriver.cpp | 62 LOGI("@@@@@ wma key: %s", list[i].get_cstr()); in dumpkeystolog()
|
/external/icu4c/i18n/ |
D | decimfmt.cpp | 63 #define LOGI(...) printf("<I>"); printf(__VA_ARGS__); printf("</I>"); macro
|