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

  /external/oprofile/gui/
oprof_start_config.cpp 39 note_table_size(OP_DEFAULT_NOTE_SIZE),
67 note_table_size = OP_DEFAULT_NOTE_SIZE;
78 note_table_size = op_lexical_cast<unsigned int>(val);
79 if (note_table_size < OP_DEFAULT_NOTE_SIZE)
80 note_table_size = OP_DEFAULT_NOTE_SIZE;
oprof_start_config.h 41 uint note_table_size; member in struct:config_setting
oprof_start.cpp 164 note_table_size_edit->setText(QString().setNum(config.note_table_size));
679 config.note_table_size = temp;
985 op_lexical_cast<string>(config.note_table_size));

Completed in 141 milliseconds