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

  /external/webkit/Source/WebCore/inspector/front-end/
Section.js 34 this.element._section = this;
132 } while (curElement && !curElement._section);
134 return curElement ? curElement._section : null;
142 } while (curElement && !curElement._section);
144 return curElement ? curElement._section : null;
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.h 59 #define __COMMAND(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help)\
71 .parent = _section, \
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 286 # self._section will move monotonically through this set. If it ever
308 self._section = self._INITIAL_SECTION
338 if self._section != self._OTHER_SECTION:
341 self._SECTION_NAMES[self._section + 1]))
344 self._SECTION_NAMES[self._section]))
347 if self._section >= self._CONFIG_SECTION:
349 self._section = self._CONFIG_SECTION
351 if self._section >= self._PRIMARY_SECTION:
353 elif self._section < self._CONFIG_SECTION:
355 self._section = self._PRIMARY_SECTIO
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 160 milliseconds