Home
last modified time | relevance | path

Searched refs:_how (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
Dnotifications.js55 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());
/external/valgrind/main/coregrind/m_debuginfo/
Dstorage.c117 # define SHOW_HOW(_how, _off) \ in ML_() argument
119 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_()
Dreaddwarf.c2213 # define SUMMARISE_HOW(_how, _off, _ctxreg) \ in summarise_context() argument
2216 _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()
Ddebuginfo.c2455 # define COMPUTE(_prev, _here, _how, _off) \ in VG_() argument
2457 switch (_how) { \ in VG_()