HomeSort by relevance Sort by last modified time
    Searched refs:current_info (Results 1 - 13 of 13) sorted by null

  /external/e2fsprogs/lib/ss/
listen.c 27 static ss_data *current_info; variable
33 if (current_info->redisplay)
34 (*current_info->redisplay)();
36 (void) fputs(current_info->prompt, stdout);
57 ss_data *old_info = current_info;
60 current_info = info = ss_info(sci_idx);
77 line = (*info->readline)(current_info->prompt);
125 current_info = old_info;
157 rqtbl = current_info->rqt_tables;
193 if ((start == 0) && current_info->rl_completion_matches
    [all...]
  /external/chromium/base/
mime_util_xdg.cc 262 SubDirInfo* current_info = NULL; local
278 current_info = NULL;
281 current_info = &info_array_[subdirs_[subdir]];
295 if (current_info) {
297 current_info->size = atoi(value.c_str());
300 current_info->type = SubDirInfo::Fixed;
302 current_info->type = SubDirInfo::Scalable;
304 current_info->type = SubDirInfo::Threshold;
306 current_info->max_size = atoi(value.c_str());
308 current_info->min_size = atoi(value.c_str())
    [all...]
  /external/chromium_org/base/nix/
mime_util_xdg.cc 260 SubDirInfo* current_info = NULL; local
276 current_info = NULL;
279 current_info = &info_array_[subdirs_[subdir]];
293 if (current_info) {
295 current_info->size = atoi(value.c_str());
298 current_info->type = SubDirInfo::Fixed;
300 current_info->type = SubDirInfo::Scalable;
302 current_info->type = SubDirInfo::Threshold;
304 current_info->max_size = atoi(value.c_str());
306 current_info->min_size = atoi(value.c_str())
    [all...]
  /external/chromium_org/chrome/browser/download/
download_history.cc 369 history::DownloadRow current_info(GetDownloadRow(item));
370 bool should_update = ShouldUpdateHistory(data->info(), current_info);
374 history_->UpdateDownload(current_info);
376 item, current_info));
379 data->set_info(current_info);
  /external/chromium_org/v8/src/
hydrogen-osr.cc 36 return statement->OsrEntryId() == builder_->current_info()->osr_ast_id();
hydrogen.cc     [all...]
hydrogen.h 1762 CompilationInfo* current_info() const { function in class:v8::internal::HOptimizedGraphBuilder
    [all...]
  /external/chromium_org/components/autofill/core/browser/
form_structure.cc 588 std::vector<AutofillServerFieldInfo>::iterator current_info = local
603 if (current_info == field_infos.end())
607 DCHECK_NE(current_info->field_type, UNKNOWN_TYPE);
613 (*field)->set_server_type(current_info->field_type);
618 if (!current_info->default_value.empty())
619 (*field)->set_default_value(current_info->default_value);
621 ++current_info;
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c 1063 loctset->loct.current_info = CURRENT_INFO_SET;
    [all...]
ndapi.c 78 loctset->loct.current_info = 0x10;
875 loctset->loct.current_info = 0x10;
902 word->stem.loc.current_info = 0x10;
ndldic.c 1009 loctset->loct.current_info = (NJ_UINT8)(((num_count + 1) << 4) | ret);
1042 loctset->loct.current_info = (ret & 0x0f) << 4;
    [all...]
ndfdic.c 128 loctset->loct.current_info = CURRENT_INFO_SET;
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 218 NJ_UINT8 current_info; member in struct:__anon35227

Completed in 281 milliseconds