Home
last modified time | relevance | path

Searched refs:_section (Results 1 – 10 of 10) 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/ceres-solver/docs/source/
Dbuilding.rst9 .. _section-source:
19 .. _section-dependencies:
91 .. _section-linux:
276 .. _section-windows:
388 .. _section-android:
397 .. _section-ios:
433 .. _section-customizing:
581 .. _section-using-ceres:
Dsolving.rst81 .. _section-trust-region-methods:
139 .. _section-levenberg-marquardt:
215 .. _section-dogleg:
261 .. _section-inner-iterations:
329 .. _section-non-monotonic-steps:
361 .. _section-line-search-methods:
423 .. _section-linear-solver:
445 .. _section-qr:
462 .. _section-cholesky:
497 .. _section-schur:
[all …]
Dtutorial.rst56 .. _section-hello-world:
167 .. _section-derivatives:
307 .. _section-powell:
448 .. _section-fitting:
/external/elfutils/src/
DChangeLog2486 (print_debug_*_section): Take Dwfl_Module * argument.
Dreadelf.c8340 { ".debug_" #name, section_##name, print_debug_##name##_section } in print_debug()