Searched refs:file_name (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp138 string file_name; local
153 getline(in,file_name);
155 PgmImage ref(file_name);
159 cerr << "Could not open image" << file_name << ". Exiting." << endl;
249 s << "aligned_" << file_name; local
260 string file_name_root(file_name.substr(0,file_name.rfind(".")));
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp138 string file_name; local
153 getline(in,file_name);
155 PgmImage ref(file_name);
159 cerr << "Could not open image" << file_name << ". Exiting." << endl;
249 s << "aligned_" << file_name; local
260 string file_name_root(file_name.substr(0,file_name.rfind(".")));
/packages/inputmethods/PinyinIME/jni/include/
H A Datomdictbase.h56 * @param file_name The file name to load dictionary.
64 virtual bool load_dict(const char *file_name, LemmaIdType start_id,
H A Duserdict.h37 bool load_dict(const char *file_name, LemmaIdType start_id,
125 const char * file_name; member in struct:ime_pinyin::UserDict::UserDictStat
/packages/inputmethods/PinyinIME/jni/android/
H A Dcom_android_inputmethod_pinyin_PinyinDecoderService.cpp251 jbyte *file_name = (*env).GetByteArrayElements(dict_file, 0); local
254 if (true == sync_worker.begin((const char *)file_name))
257 (*env).ReleaseByteArrayElements(dict_file, file_name, 0);
/packages/inputmethods/PinyinIME/jni/share/
H A Duserdict.cpp252 bool UserDict::load_dict(const char *file_name, LemmaIdType start_id, argument
257 dict_file_ = strdup(file_name);
263 if (false == validate(file_name) && false == reset(file_name)) {
266 if (false == load(file_name, start_id)) {
1925 stat->file_name = dict_file_;

Completed in 140 milliseconds