Home | History | Annotate | Download | only in gui

Lines Matching defs:val

72 		string val = split(str, '=');
74 buffer_size = op_lexical_cast<unsigned int>(val);
78 note_table_size = op_lexical_cast<unsigned int>(val);
82 if (val == "none") {
85 } else if (!val.empty()) {
87 kernel_filename = val;
90 separate_lib = op_lexical_cast<bool>(val);
92 separate_kernel = op_lexical_cast<bool>(val);
94 separate_cpu = op_lexical_cast<bool>(val);
96 separate_thread = op_lexical_cast<bool>(val);
98 callgraph_depth = op_lexical_cast<unsigned int>(val);
100 buffer_watershed = op_lexical_cast<unsigned int>(val);
102 cpu_buffer_size = op_lexical_cast<unsigned int>(val);