Searched refs:True (Results 226 - 250 of 2522) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dtest.py88 self.add(name, actual_checksum='xxx', actual_image='XXX', is_reftest=True, crash=crash)
90 self.add(reference_name, actual_checksum='xxx', actual_image='XXX', is_reftest=True)
92 self.add(reference_name, actual_checksum='yyy', actual_image='YYY', is_reftest=True)
114 tests.add('failures/expected/crash.html', crash=True)
115 tests.add('failures/expected/exception.html', exception=True)
116 tests.add('failures/expected/device_failure.html', device_failure=True)
117 tests.add('failures/expected/timeout.html', timeout=True)
118 tests.add('failures/expected/leak.html', leak=True)
133 tests.add('failures/expected/keyboard.html', keyboard=True)
163 tests.add('failures/unexpected/crash.html', crash=True)
[all...]
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
H A Dtest_libcython_in_gdb.py79 return gdb.execute('info locals', to_string=True)
89 gdb.execute('cy break codefile:%d' % break_lineno, to_string=True)
90 gdb.execute('run', to_string=True)
93 gdb.execute('delete breakpoints', to_string=True)
95 gdb.execute('kill inferior 1', to_string=True)
165 assert 'def join(' in gdb.execute('cy run', to_string=True)
173 step_result = gdb.execute('cy step', to_string=True)
182 output = gdb.execute('cy run', to_string=True)
205 gdb.execute('run', to_string=True)
208 gdb.execute('cy step', to_string=True)
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Drun_webkit_tests_unittest.py61 def parse_args(extra_args=None, tests_included=False, new_results=False, print_nothing=True):
81 def passing_run(extra_args=None, port_obj=None, tests_included=False, host=None, shared_port=True):
95 def logging_run(extra_args=None, port_obj=None, tests_included=False, host=None, new_results=False, shared_port=True):
107 def run_and_capture(port_obj, options, parsed_args, shared_port=True):
141 options, parsed_args = parse_args(args, tests_included=True)
192 options, args = parse_args(tests_included=True)
258 tests_included=True, shared_port=False)
282 ['failures/expected/exception.html', '--child-processes', '1'], tests_included=True)
286 ['--child-processes', '2', '--skipped=ignore', 'failures/expected/exception.html', 'passes/text.html'], tests_included=True, shared_port=False)
290 details, regular_output, _ = logging_run(['failures/expected/device_failure.html'], tests_included=True)
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dmsgutil.py62 def send_message(request, message, end=True, binary=False):
69 first call with end=True (inclusive) will be delivered to the
130 self.setDaemon(True)
171 self._stop_requested = True
194 self.setDaemon(True)
198 while True:
H A Dhttp_header_util.py85 the head. Returns True if consumed successfully. Otherwise, returns
97 return True
101 """Consumes a LWS from the head. Returns True if any LWS is consumed.
113 while True:
123 return True
140 while True:
165 while True:
184 expect_quoted_pair = True
205 quote = True
/external/chromium_org/build/android/pylib/
H A Dports.py29 Returns True if reset successes. Otherwise returns False.
36 return True
92 True if the port on host is already used, otherwise returns False.
100 return True
114 True if the port on device is already used, otherwise returns False.
126 is_state_match = connect_results[5] == state if state else True
128 return True
166 return (True, '')
/external/chromium_org/chrome/test/remoting/
H A Dinstall_and_launch_app.py72 '-d', '--driver_dir', required=True,
75 '-p', '--profile_dir', required=True,
78 '-a', '--app_id', required=True,
81 '-e', '--app_window_title', required=True,
122 True if an open window in this session with the specified title was found.
128 return True
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dscm.py51 def _run(self, args, cwd=None, input=None, error_handler=None, return_exit_code=False, return_stderr=True, decode_output=True):
89 def add(self, path, return_exit_code=False, recurse=True):
92 def add_list(self, paths, return_exit_code=False, recurse=True):
142 def commit_locally_with_message(self, message, commit_all_working_directory_changes=True):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dmsgutil.py62 def send_message(request, payload_data, end=True, binary=False):
68 end: True to terminate a message.
70 terminated by next or later send_message call with end=True.
130 self.setDaemon(True)
171 self._stop_requested = True
194 self.setDaemon(True)
198 while True:
H A Dhttp_header_util.py85 the head. Returns True if consumed successfully. Otherwise, returns
97 return True
101 """Consumes a LWS from the head. Returns True if any LWS is consumed.
113 while True:
123 return True
140 while True:
165 while True:
184 expect_quoted_pair = True
205 quote = True
/external/chromium_org/tools/cr/cr/base/
H A Dandroid.py46 self._env = cr.Config('android-env', literal=True, export=True)
66 env_setup = cr.Config('envsetup', literal=True, export=True)
86 self._env_ready = True
/external/chromium_org/tools/grit/grit/gather/
H A Digoogle_strings.py33 self.translateable = True
67 self.translateable = True
89 in_placeholder = True
105 self.translatable_chunk_ = True
113 self.have_parsed_ = True
/external/chromium_org/tools/perf/page_sets/
H A Dmobile_memory.py51 'ScrollAction', is_smooth=True)
56 'ScrollAction', is_smooth=True)
61 'ScrollAction', is_smooth=True)
66 'ScrollAction', is_smooth=True)
80 'ScrollAction', is_smooth=True)
/external/chromium_org/v8/tools/testrunner/local/
H A Dpool.py17 self.exception = True
24 self.break_now = True
124 self.terminated = True
140 while True: self.work_queue.get(False)
144 while True: self.done_queue.get(False)
/external/lldb/test/help/
H A DTestHelp.py24 self.expect("help -a", matching=True,
29 self.expect("help help", matching=True,
56 CFBundleVersionSegFound = True
96 COMMAND_FAILED_AS_EXPECTED, error=True,
118 COMMAND_FAILED_AS_EXPECTED, error=True,
/external/lldb/test/lang/c/set_values/
H A DTestSetValues.py42 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line1, num_expected_locations=1, loc_exact=True)
44 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line2, num_expected_locations=1, loc_exact=True)
46 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line3, num_expected_locations=1, loc_exact=True)
48 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line4, num_expected_locations=1, loc_exact=True)
50 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line5, num_expected_locations=1, loc_exact=True)
/external/llvm/utils/
H A Dclang-parse-diagnostics-file33 levels['error'] = True
35 levels['fatal error'] = True
37 levels['ignored'] = True
39 levels['note'] = True
41 levels['warning'] = True
/external/valgrind/main/tests/
H A Dx86_amd64_features.c23 #define True 1 macro
62 return True;
103 require_amd = True;
120 require_amd = True;
127 require_xgetbv = True;
/external/lldb/test/expression_command/call-restarts/
H A DTestCallThatRestarts.py71 self.assertTrue (return_obj.Succeeded() == True, "Set SIGCHLD to pass, no-stop")
81 options.SetUnwindOnError(True)
90 self.assertTrue (value.GetError().Success() == True)
99 options.SetIgnoreBreakpoints(True)
100 options.SetUnwindOnError(True)
104 self.assertTrue (value.IsValid() and value.GetError().Success() == True)
110 self.assertTrue (return_obj.Succeeded() == True, "Set SIGCHLD to pass, no-stop, notify")
114 self.assertTrue (value.IsValid() and value.GetError().Success() == True)
122 self.assertTrue (value.IsValid() and value.GetError().Success() == True)
130 self.assertTrue (return_obj.Succeeded() == True, "Se
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_outfile.py29 def __init__(self, filename, always_write = False, create_dir = True):
34 self.open = True
81 return True
127 return True
180 errors += TestFile(filename, stringlist, force=True, update=True)
186 errors += TestFile(filename, stringlist + ['X'], force=False, update=True)
/external/chromium_org/sync/tools/testserver/
H A Dsync_testserver.py42 self.authenticated = True
95 while True:
191 return True
222 return True
236 return True
245 if cred_valid[0] == 'True':
246 self.server.SetAuthenticated(True)
259 return True
269 if cred_valid[0] == 'True':
270 xmpp_server.SetAuthenticated(True)
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_test_utils.py48 _SUBPROCESS_MODULE_AVAILABLE = True
95 _gtest_flags_are_parsed = True
142 shutil.rmtree(_temp_dir, ignore_errors=True)
208 def __init__(self, command, working_dir=None, capture_stderr=True, env=None):
223 terminated_by_signal True iff the child process has been terminated
226 exited True iff the child process exited normally.
247 cwd=working_dir, universal_newlines=True, env=env)
293 else: # os.WIFEXITED(ret_code) should return True here.
297 self.terminated_by_signal = True
302 self.exited = True
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dbuildbot_results_unittest.py51 printer = buildbot_results.BuildBotPrinter(stream, debug_logging=True)
60 summary = test_run_results_unittest.summarized_results(port, expected=True, passing=False, flaky=False)
72 summary = test_run_results_unittest.summarized_results(port, expected=False, passing=False, flaky=True)
87 summary = test_run_results_unittest.summarized_results(port, expected=False, passing=True, flaky=False)
97 full_summary = test_run_results_unittest.summarized_results(port, expected=False, passing=True, flaky=False)
98 failing_summary = test_run_results_unittest.summarized_results(port, expected=False, passing=True, flaky=False, only_include_failing=True)
/external/chromium_org/third_party/markdown/extensions/
H A Dcodehilite.py62 pygments = True
77 * linenums: (Boolean) Set line numbering to 'on' (True), 'off' (False) or 'auto'(None).
87 >>> code.linenos = True # True or False; Turns line numbering on or of.
92 def __init__(self, src=None, linenums=None, guess_lang=True,
193 self.linenums = True
220 safe=True)
235 'linenums': [None, "Use lines numbers. True=yes, False=no, None=auto"],
237 'guess_lang' : [True, "Automatic language detection - Default: True"],
[all...]
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dimagepairset_test.py45 imagepair.KEY__IMAGEPAIRS__IS_DIFFERENT: True,
55 'ignoreFailure': True,
63 imagepair.KEY__IMAGEPAIRS__IS_DIFFERENT: True,
93 'isFilterable': True,
94 'isSortable': True,
101 'isFilterable': True,
147 is_filterable=True,

Completed in 773 milliseconds

1234567891011>>