Searched refs:has_option (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dconfig.py86 if cp.has_option('run', 'branch'):
88 if cp.has_option('run', 'cover_pylib'):
90 if cp.has_option('run', 'data_file'):
92 if cp.has_option('run', 'include'):
94 if cp.has_option('run', 'omit'):
96 if cp.has_option('run', 'parallel'):
98 if cp.has_option('run', 'source'):
100 if cp.has_option('run', 'timid'):
104 if cp.has_option('report', 'exclude_lines'):
107 if cp.has_option('repor
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetFile.py274 if config.has_option(OUTPUT_SECTION, OUTPUT_FILENAME):
281 if config.has_option(OUTPUT_SECTION, OUTPUT_CHASE_CONTROLLERS):
288 if config.has_option(OUTPUT_SECTION, OUTPUT_OMIT_EMPTY_TRACKS):
295 if config.has_option(OUTPUT_SECTION, OUTPUT_COPYRIGHT):
299 if config.has_option(OUTPUT_SECTION, OUTPUT_APP_DATA):
320 if config.has_option(segment_name, SEGMENT_DLSFILE):
322 if config.has_option(segment_name, SEGMENT_START):
324 if config.has_option(segment_name, SEGMENT_END):
326 if config.has_option(segment_name, SEGMENT_LENGTH):
328 if config.has_option(segment_nam
[all...]
H A DJetUtils.py256 if config.has_option(section, option):
291 if config.has_option(JetDefs.RECENT_SECTION, sFile):
/external/llvm/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py449 if not parser.has_option(section, 'type'):
/external/qemu/qapi-auto-generated/
H A Dqmp-commands.h203 CommandLineOptionInfoList * qmp_query_command_line_options(bool has_option, const char * option, Error **errp);
H A Dqmp-marshal.c4100 bool has_option = false; local
4105 visit_start_optional(v, &has_option, "option", errp);
4106 if (has_option) {
4115 retval = qmp_query_command_line_options(has_option, option, errp);
4123 visit_start_optional(v, &has_option, "option", NULL);
4124 if (has_option) {
/external/chromium_org/tools/valgrind/
H A Dvalgrind_test.py130 if self._parser.has_option(arg.split("=")[0]):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py1869 if not parser.has_option('--config'):

Completed in 5976 milliseconds