Searched refs:True (Results 251 - 275 of 2522) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/tools/site_compare/scrapers/firefox/
H A Dfirefox2.py105 keyboard.TypeString("[t]", True)
117 keyboard.TypeString("{d}", True)
145 keyboard.TypeString("[w]", True)
188 keyboard.TypeString("[t]", True)
193 keyboard.TypeString("{d}", True)
210 keyboard.TypeString("[w]", True)
229 keyboard.TypeString("[w]", True)
/external/chromium_org/v8/tools/testrunner/server/
H A Dwork_handler.py103 return True
110 base_revision = subprocess.check_output(get_hash_cmd, shell=True)
115 base_revision = subprocess.check_output(get_hash_cmd, shell=True)
128 return True
131 if not patch: return True # Just skip if the patch is empty.
139 return True
142 return subprocess.call(cmd, shell=True)
/external/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/lldb/test/unittest2/test/
H A Dtest_unittest2_with.py73 with catch_warnings(record=True):
81 with catch_warnings(record=True):
88 with catch_warnings(record=True) as log:
106 for test_name, should_pass in (('testSkip', True),
107 ('testExpectedFail', True),
132 with catch_warnings(record=True):
137 self.failUnless(True)
/external/protobuf/gtest/test/
H A Dgtest_test_utils.py48 _SUBPROCESS_MODULE_AVAILABLE = True
79 _gtest_flags_are_parsed = True
126 shutil.rmtree(_temp_dir, ignore_errors=True)
193 def __init__(self, command, working_dir=None, capture_stderr=True):
197 terminated_by_sygnal True iff the child process has been terminated
200 exited True iff the child process exited normally.
227 cwd=working_dir, universal_newlines=True)
250 else: # os.WIFEXITED(ret_code) should return True here.
254 self.terminated_by_signal = True
259 self.exited = True
[all...]
/external/srec/srec/ca/
H A Drec_basi.c78 if (hRecog->is_configured == True)
105 hRecog->is_configured = True;
119 if (hRecog->is_running == True)
137 if (hRecog->is_configured == True)
162 if (hRecog->is_running == True)
169 hRecog->is_running = True;
230 if (terminated) hPattern->recog_terminated = True;
/external/valgrind/main/include/
H A Dpub_tool_options.h56 if VG_STREQ(val, "yes") (qq_var) = True; \
60 True; \
70 True; \
84 True; \
108 True; \
132 True; \
142 True; \
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_handshake_hybi.py345 'Connection': 'keep-alive'}), None, True)]
349 bad_cases.append(('Wrong method', request_def, None, True))
353 bad_cases.append(('Missing Host', request_def, None, True))
357 bad_cases.append(('Missing Upgrade', request_def, None, True))
361 bad_cases.append(('Wrong Upgrade', request_def, None, True))
365 bad_cases.append(('Missing Connection', request_def, None, True))
369 bad_cases.append(('Wrong Connection', request_def, None, True))
373 bad_cases.append(('Missing Sec-WebSocket-Key', request_def, 400, True))
379 request_def, 400, True))
385 request_def, 400, True))
[all...]
/external/chromium_org/tools/grit/grit/
H A Dclique_unittest.py58 self.failUnless(c.MessageForLanguage('zh-CN', True) != None)
62 self.failUnless(c.AllMessagesThatMatch(rex, True)[pseudo.PSEUDO_LANG] != None)
160 cliques[1].MessageForLanguage('fr', False, True)
196 c = factory.MakeClique(message, translateable=True)
200 c = factory.MakeClique(message, translateable=True)
204 c = factory.MakeClique(message, translateable=True)
213 clique_b = factory.MakeClique(msg_b, translateable=True)
214 clique_a = factory.MakeClique(msg_a, translateable=True)
215 clique_c = factory.MakeClique(msg_c, translateable=True)
234 translateable=True)
[all...]
/external/clang/utils/analyzer/
H A DSATestBuild.py129 if IsReferenceBuild == True :
191 shell=True)
194 shell=True)
230 shell=True)
239 return True
247 return True
287 shell=True)
292 Failed = True
312 check_call(RmCommand, shell=True)
319 check_call(RmCommand, shell=True)
[all...]
/external/chromium_org/components/test/data/password_manager/
H A Denvironment.py58 enable_automatic_password_saving: If True, the passwords are going to be
61 log_to_console: If True, the debug logs will be shown on the console.
135 self.first_go_to = True
248 True if the save password prompt is shown.
256 return True
292 prompt_test: If True, tests caring about showing the save-password
308 prompt_test: If True, tests caring about showing the save-password
321 prompt_test: If True, tests caring about showing the save-password
336 prompt_test: If True, tests caring about showing the save-password
362 self.ClearCache(True)
[all...]
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dtest_support.py28 return True
37 return True
50 return True
59 return True
68 return True
76 return True
81 return True
88 return True
93 return True
105 return True
[all...]
/external/chromium_org/tools/findit/
H A Dstacktrace.py99 reached_new_callstack = True
137 True if the line is the start of new callstack, False otherwise. If True,
153 return (True, 0)
157 return (True, 1)
176 return (True, 0)
180 return (True, 1)
183 return (True, 1)
206 return (True, 0)
210 return (True,
[all...]
/external/chromium_org/tools/metrics/histograms/
H A Dextract_histograms.py178 have_errors = True
185 have_errors = True
190 have_errors = True
204 have_errors = True
208 have_errors = True
245 have_errors = True
249 have_errors = True
287 have_errors = True
306 True if any errors were found.
321 have_errors = True
[all...]
/external/qemu/scripts/
H A Dqapi.py70 while True:
83 while True:
93 esc = True
113 while True:
119 expr[key] = self.get_expr(True)
136 while True:
137 expr.append(self.get_expr(True))
195 optional = True
197 structured = True
213 first = True
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCythonScope.py14 self.pxd_file_loaded = True
24 entry.in_cinclude = True
81 type_object.is_void = True
100 self._cythonscope_initialized = True
111 viewscope.is_cython_builtin = True
112 viewscope.pxd_file_loaded = True
H A DUtilityCode.py14 entry.used = True
66 is_cython_utility = True
98 allow_struct_enum_decorator=True)
148 tree = self.get_tree(entries_only=True, cython_scope=cython_scope)
161 dest_scope.merge_in(original_scope, merge_unused=True,
171 def declare_declarations_in_scope(declaration_string, env, private_type=True,
/external/lldb/test/expression_command/call-throws/
H A DTestCallThatThrows.py65 options.SetUnwindOnError(True)
81 options.SetIgnoreBreakpoints(True)
82 options.SetUnwindOnError(True)
90 exception_bkpt = target.BreakpointCreateForException (lldb.eLanguageTypeObjC, False, True)
93 options.SetIgnoreBreakpoints(True)
94 options.SetUnwindOnError(True)
/external/lldb/test/pexpect-2.4/examples/
H A Dtopip.py129 munin_flag = True
142 use_localhost = True
145 log_flag = True
153 verbose = True
157 alert_flag = True
162 ipv6_flag = True
206 #ip_list = sorted(ip_list.iteritems(),lambda x,y:cmp(x[1], y[1]),reverse=True)
/external/lldb/test/pexpect-2.4/
H A Dpxssh.py66 s.force_password = True
101 self.auto_prompt_reset = True
156 return True
161 def login (self,server,username,password='',terminal_type='ansi',original_prompt=r"[#$]",login_timeout=10,port=None,auto_prompt_reset=True):
256 return True
273 to the expect() method. This returns True if the shell prompt was
282 return True
309 return True
/external/llvm/utils/lit/lit/
H A DTest.py29 FAIL = ResultCode('FAIL', True)
30 XPASS = ResultCode('XPASS', True)
31 UNRESOLVED = ResultCode('UNRESOLVED', True)
186 return True
190 return True
194 return True
/external/chromium_org/chrome/installer/tools/
H A Dsetup_timer.py55 while True:
89 saw_start = True
93 print json.dumps(timings, indent=2, sort_keys=True)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
H A Drun_tests.py30 proc = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=True)
50 need_golden = True
52 need_dump = True
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dscm_mock.py69 return True
73 # We should make those tests more robust, but for now we just return True always (since no test needs otherwise).
74 return True
94 def commit_locally_with_message(self, message, commit_all_working_directory_changes=True):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_expectations_unittest.py97 self.assertRaises(ParseError, self.parse_exp, expectations, is_lint_mode=True, overrides=overrides)
118 self.assertEqual(TestExpectations.result_was_expected(PASS, set([PASS]), test_needs_rebaselining=False), True)
122 self.assertEqual(TestExpectations.result_was_expected(SKIP, set([CRASH]), test_needs_rebaselining=False), True)
123 self.assertEqual(TestExpectations.result_was_expected(SKIP, set([LEAK]), test_needs_rebaselining=False), True)
126 self.assertEqual(TestExpectations.result_was_expected(MISSING, set([PASS]), test_needs_rebaselining=True), True)
192 Bug(user) failures/expected/needsmanualrebaseline.html [ NeedsManualRebaseline ]""", is_lint_mode=True)
193 self.assertFalse(True, "ParseError wasn't raised")
206 "Bug(user) disabled-test.html-disabled [ ImageOnlyFailure ]", is_lint_mode=True)
207 self.assertFalse(True, "ParseErro
[all...]

Completed in 750 milliseconds

<<11121314151617181920>>