Searched refs:True (Results 101 - 125 of 2522) sorted by relevance

1234567891011>>

/external/lldb/test/python_api/default-constructor/
H A Dsb_debugger.py9 obj.SetAsync(True)
12 obj.SkipLLDBInitFiles(True)
13 obj.SetInputFileHandle(None, True)
14 obj.SetOutputFileHandle(None, True)
15 obj.SetErrorFileHandle(None, True)
55 obj.SetCloseInputOnEOF(True)
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_list_data_source_test.py166 'last': True,
173 'last': True,
188 'last': True,
218 'last': True,
225 'last': True,
241 'last': True
252 'first': True
256 'last': True
/external/chromium_org/third_party/android_testrunner/
H A Drun_command.py32 def SetAbortOnError(abort=True):
38 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True,
46 return_output: if True return output of command as string. Otherwise,
53 while True:
66 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None):
72 return_output: if True return output of command as string. Otherwise,
102 shell=True, close_fds=True,
120 error_occurred = True
124 error_occurred = True
[all...]
/external/chromium_org/tools/gyp/test/configurations/target_platform/
H A Dgyptest-target_platform.py31 test.build('configurations.gyp', rebuild=True)
36 test.build('configurations.gyp', rebuild=True)
/external/chromium_org/tools/perf/page_sets/
H A Dimage_decoding_measurement.py13 self.image_decoding_measurement_limit_results_to_min_iterations = True
27 self.image_decoding_measurement_limit_results_to_min_iterations = True
/external/lldb/test/functionalities/command_script/import/rdar-12586188/
H A DTestRdar12586188.py25 error=True, substrs = ['error: module importing failed: I do not want to be imported'])
27 error=True, substrs = ['error: module importing failed: Python error raised while importing module: I do not want to be imported'])
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Ddriver_unittest.py93 driver = Driver(port, 0, pixel_tests=True)
111 driver = Driver(port, 0, pixel_tests=True)
130 driver = Driver(port, 0, pixel_tests=True, no_timeout=True)
131 self.assertEqual(driver.cmd_line(True, []), ['/mock-checkout/out/Release/content_shell', '--no-timeout', '--dump-render-tree', '-'])
135 driver = Driver(port, 0, pixel_tests=True)
169 assert_crash(driver, '#CRASHED\n', True, 'FakeServerProcess', 1234)
176 assert_crash(driver, '#CRASHED - WebProcess\n', True, 'WebProcess', None)
183 assert_crash(driver, '#CRASHED - WebProcess (pid 8675)\n', True, 'WebProcess', 8675)
190 assert_crash(driver, '#PROCESS UNRESPONSIVE - WebProcess (pid 8675)\n', True, 'WebProces
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt054main.py40 lexerMod = self.compileInlineGrammar(grammar, returnModule=True)
67 lexerMod = self.compileInlineGrammar(grammar, returnModule=True)
92 lexerMod = self.compileInlineGrammar(grammar, returnModule=True)
118 lexerMod = self.compileInlineGrammar(grammar, returnModule=True)
146 lexerMod, parserMod = self.compileInlineGrammar(grammar, returnModule=True)
177 lexerMod, parserMod = self.compileInlineGrammar(grammar, returnModule=True)
215 lexerMod, parserMod = self.compileInlineGrammar(grammar, returnModule=True)
216 walkerMod = self.compileInlineGrammar(treeGrammar, returnModule=True)
258 lexerMod, parserMod = self.compileInlineGrammar(grammar, returnModule=True)
259 walkerMod = self.compileInlineGrammar(treeGrammar, returnModule=True)
[all...]
/external/chromium_org/mojo/nacl/generator/
H A Dinterface_dsl.py68 self.is_input = True
75 self.is_input = True
76 self.is_array = True
82 self.is_input = True
83 self.is_struct = True
89 self.is_input = True
90 self.is_output = True
96 self.is_output = True
103 self.is_array = True
104 self.is_output = True
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCmdLine.py115 Options.annotate = True
117 Options.convert_range = True
119 options.emit_linenums = True
123 options.gdb_debug = True
126 options.gdb_debug = True
136 options.capi_reexport_cincludes = True
138 Options.fast_fail = True
140 Options.warning_errors = True
144 Options.old_style_globals = True
152 x_args, relaxed_bool=True,
[all...]
/external/chromium_org/tools/cr/cr/base/
H A Dhost.py123 return self._Execute([command], shell=True, ignore_interrupt_signal=True)
131 return self._Execute(command, shell=False, silent=True)
136 shell=True, capture=True, ignore_dry_run=True)
140 return self._Execute(command, capture=True, ignore_dry_run=True)
145 ignore_dry_run=True, return_status=True)
[all...]
/external/chromium_org/tools/grit/grit/
H A Dgrit_runner.py83 ['build', { _FACTORY : ToolFactoryBuild, _REQUIRES_INPUT : True }],
84 ['buildinfo', { _FACTORY : ToolFactoryBuildInfo, _REQUIRES_INPUT : True }],
85 ['count', { _FACTORY : ToolFactoryCount, _REQUIRES_INPUT : True }],
88 _REQUIRES_INPUT : True, _HIDDEN : True }],
92 _FACTORY : ToolFactoryResizeDialog, _REQUIRES_INPUT : True }],
96 _FACTORY: ToolFactoryTest, _REQUIRES_INPUT : True,
97 _HIDDEN : True }],
101 ['xmb', { _FACTORY : ToolFactoryXmb, _REQUIRES_INPUT : True }],
169 if key == '-d': self.disconnected = True
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Derrorrules.py26 flags.DEFINE_boolean('jsdoc', True,
34 True for all errors except missing documentation errors. For these,
/external/chromium_org/build/android/
H A Dhost_heartbeat.py21 while True:
/external/chromium_org/native_client_sdk/src/doc/
H A Dconf.py74 #add_function_parentheses = True
78 #add_module_names = True
132 html_use_smartypants = True
142 #html_domain_indices = True
145 #html_use_index = True
151 #html_show_sourcelink = True
153 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
154 #html_show_sphinx = True
156 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
157 #html_show_copyright = True
[all...]
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_style_builder.py63 property['custom_initial'] = True
64 property['custom_inherit'] = True
65 property['custom_value'] = True
69 self._properties['CSSPropertyFont']['should_declare_functions'] = True
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dapache_http_unittest.py49 return True
52 host.executive = MockExecutive(should_log=True)
57 server._check_that_all_ports_are_available = lambda: True
58 server._is_server_running_on_all_ports = lambda: True
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dlayouttestsserver.py39 show_in_main_help = True
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Doptions.py32 confirm = make_option("--no-confirm", action="store_false", dest="confirm", default=True, help="Skip confirmation steps.")
/external/chromium_org/third_party/markdown/extensions/
H A Dextra.py83 md.preprocessors['html_block'].markdown_in_raw = True
/external/chromium_org/third_party/tlslite/tests/
H A Dhttpsclient.py6 settings.useExperimentalTackExtension = True
/external/chromium_org/third_party/tlslite/tlslite/integration/
H A Dtlssocketservermixin.py17 returns True, the RequestHandler will be triggered. Below is a
31 privateKey = parsePEMKey(s, private=True)
42 tlsConnection.ignoreAbruptClose = True
43 return True
55 if self.handshake(tlsConnection) == True:
59 #Implement this method to do some form of handshaking. Return True
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-ldflags-passed-to-libtool.py17 match = lambda a, b: True)
H A Dgyptest-objc-arc.py18 match = lambda a, b: True)
/external/chromium_org/tools/perf/benchmarks/
H A Dsession_restore.py39 options = {'cold': True,
49 options = {'warm': True,
60 options = {'cold': True,
71 options = {'warm': True,

Completed in 780 milliseconds

1234567891011>>