Home
last modified time | relevance | path

Searched refs:_section (Results 1 – 8 of 8) sorted by relevance

/external/autotest/site_utils/
Ddb_replica_checker.py30 _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")
/external/autotest/frontend/
Dsettings.py19 _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/iw/
Diw.h66 #define __COMMAND(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help… argument
78 .parent = _section, \
81 #define __ACMD(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _… argument
82 …__COMMAND(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _sel)…
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py463 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_SECTION
533 self._section = self._OTHER_H_SECTION
[all …]
/external/libvpx/libvpx/tools/
Dcpplint.py579 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_SECTION
658 self._section = self._OTHER_H_SECTION
[all …]
/external/chromium-trace/catapult/devil/docs/
Dmarkdown.md32 ### MarkdownHelpFormatter.start\_section
/external/elfutils/src/
DChangeLog2486 (print_debug_*_section): Take Dwfl_Module * argument.
Dreadelf.c8340 { ".debug_" #name, section_##name, print_debug_##name##_section } in print_debug()