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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Section.js 39 this.element._section = this;
145 if (childElement._section)
146 return childElement._section;
161 if (childElement._section)
162 return childElement._section;
174 } while (curElement && !curElement._section);
176 return curElement ? curElement._section : null;
184 } while (curElement && !curElement._section);
186 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, \
  /art/tools/
cpplint.py 437 # self._section will move monotonically through this set. If it ever
463 self._section = self._INITIAL_SECTION
513 self._SECTION_NAMES[self._section]))
515 last_section = self._section
518 if self._section <= self._C_SECTION:
519 self._section = self._C_SECTION
524 if self._section <= self._CPP_SECTION:
525 self._section = self._CPP_SECTION
530 if self._section <= self._MY_H_SECTION:
531 self._section = self._MY_H_SECTIO
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 436 # self._section will move monotonically through this set. If it ever
462 self._section = self._INITIAL_SECTION
512 self._SECTION_NAMES[self._section]))
514 last_section = self._section
517 if self._section <= self._C_SECTION:
518 self._section = self._C_SECTION
523 if self._section <= self._CPP_SECTION:
524 self._section = self._CPP_SECTION
529 if self._section <= self._MY_H_SECTION:
530 self._section = self._MY_H_SECTIO
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 308 # self._section will move monotonically through this set. If it ever
330 self._section = self._INITIAL_SECTION
360 if self._section != self._OTHER_SECTION:
363 self._SECTION_NAMES[self._section + 1]))
366 self._SECTION_NAMES[self._section]))
369 if self._section >= self._CONFIG_SECTION:
371 self._section = self._CONFIG_SECTION
373 if self._section >= self._PRIMARY_SECTION:
375 elif self._section < self._CONFIG_SECTION:
377 self._section = self._PRIMARY_SECTIO
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 2481 class _section: class in inherits:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 2481 class _section: class in inherits:
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 572 milliseconds