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

  /external/autotest/frontend/
settings.py 19 _section = 'AUTOTEST_WEB' variable
21 DEBUG = c.get_config_value(_section, "sql_debug_mode", type=bool, default=False)
22 TEMPLATE_DEBUG = c.get_config_value(_section, "template_debug_mode", type=bool,
  /external/autotest/site_utils/
db_replica_checker.py 30 _section = 'AUTOTEST_WEB' variable
31 DATABASE_HOST = c.get_config_value(_section, "host")
32 REPLICA_DATABASE_HOST = c.get_config_value(_section, "readonly_host")
33 DATABASE_NAME = c.get_config_value(_section, "database")
34 DATABASE_USER = c.get_config_value(_section, "user")
35 DATABASE_PASSWORD = c.get_config_value(_section, "password")
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
asm_macros.S 132 .macro declare_stack _name, _section, _size, _count
136 .section \_section, "aw", %nobits
  /external/iw/
iw.h 66 #define __COMMAND(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _sel)\
78 .parent = _section, \
81 #define __ACMD(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _sel, _alias)\
82 __COMMAND(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _sel);\
  /external/compiler-rt/lib/sanitizer_common/scripts/
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 550 # self._section will move monotonically through this set. If it ever
579 self._section = self._INITIAL_SECTION
638 self._SECTION_NAMES[self._section]))
640 last_section = self._section
643 if self._section <= self._C_SECTION:
644 self._section = self._C_SECTION
649 if self._section <= self._CPP_SECTION:
650 self._section = self._CPP_SECTION
655 if self._section <= self._MY_H_SECTION:
656 self._section = self._MY_H_SECTIO
    [all...]
  /tools/repohooks/tools/
cpplint.py 670 # self._section will move monotonically through this set. If it ever
719 self._section = self._INITIAL_SECTION
785 self._SECTION_NAMES[self._section]))
787 last_section = self._section
790 if self._section <= self._C_SECTION:
791 self._section = self._C_SECTION
796 if self._section <= self._CPP_SECTION:
797 self._section = self._CPP_SECTION
802 if self._section <= self._MY_H_SECTION:
803 self._section = self._MY_H_SECTIO
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py 2483 class _section: class in inherits:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 2481 class _section: class in inherits:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 2481 class _section: class in inherits:
    [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...]
  /art/tools/
cpplint.py 441 # self._section will move monotonically through this set. If it ever
467 self._section = self._INITIAL_SECTION
517 self._SECTION_NAMES[self._section]))
519 last_section = self._section
522 if self._section <= self._C_SECTION:
523 self._section = self._C_SECTION
528 if self._section <= self._CPP_SECTION:
529 self._section = self._CPP_SECTION
534 if self._section <= self._MY_H_SECTION:
535 self._section = self._MY_H_SECTIO
    [all...]
  /external/elfutils/src/
readelf.c     [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 336 milliseconds