Searched refs:_how (Results 1 – 4 of 4) sorted by relevance
55 this._how = this.appendChild(document.createElement('div'));56 this._how.className = 'how';147 this._time = this._how.appendChild(new ui.RelativeTime());207 this._where = this._how.appendChild(new ui.failures.FailureGrid());
117 # define SHOW_HOW(_how, _off) \ in ML_() argument119 if (_how == CFIR_UNKNOWN) { \ in ML_()122 if (_how == CFIR_SAME) { \ in ML_()125 if (_how == CFIR_CFAREL) { \ in ML_()128 if (_how == CFIR_MEMCFAREL) { \ in ML_()131 if (_how == CFIR_EXPR) { \ in ML_()
2213 # define SUMMARISE_HOW(_how, _off, _ctxreg) \ in summarise_context() argument2216 _how = CFIR_UNKNOWN; _off = 0; break; \ in summarise_context()2218 _how = CFIR_SAME; _off = 0; break; \ in summarise_context()2220 _how = CFIR_MEMCFAREL; _off = _ctxreg.arg; break; \ in summarise_context()2222 _how = CFIR_CFAREL; _off = _ctxreg.arg; break; \ in summarise_context()2240 _how = CFIR_EXPR; \ in summarise_context()
2455 # define COMPUTE(_prev, _here, _how, _off) \ in VG_() argument2457 switch (_how) { \ in VG_()