Searched refs:True (Results 51 - 75 of 793) sorted by relevance

1234567891011>>

/external/webkit/Tools/TestResultServer/model/
H A Ddashboardfile.py43 date = db.DateTimeProperty(auto_now_add=True)
96 return True
107 return True
119 return True
/external/llvm/
H A Dcopy-diff.py12 return True
20 while True:
26 result = True
/external/llvm/docs/
H A Dconf.py72 #add_function_parentheses = True
76 #add_module_names = True
80 show_authors = True
98 html_theme_options = { "nosidebar": True }
130 #html_use_smartypants = True
140 #html_domain_indices = True
143 #html_use_index = True
149 html_show_sourcelink = True
151 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
152 #html_show_sphinx = True
[all...]
/external/v8/tools/
H A Dprocess-heap-prof.py71 sampling = True
101 options.size = True
102 return True
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dtest.py86 self.add(name, actual_checksum='xxx', actual_image='XXX', is_reftest=True)
88 self.add(reference_name, actual_checksum='xxx', actual_image='XXX', is_reftest=True)
90 self.add(reference_name, actual_checksum='yyy', actual_image='YYY', is_reftest=True)
106 tests.add('failures/expected/crash.html', crash=True)
107 tests.add('failures/expected/exception.html', exception=True)
108 tests.add('failures/expected/timeout.html', timeout=True)
109 tests.add('failures/expected/hang.html', hang=True)
122 tests.add('failures/expected/keyboard.html', keyboard=True)
139 tests.add('failures/unexpected/crash.html', crash=True)
143 tests.add('failures/unexpected/timeout.html', timeout=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/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/chromium/testing/gtest/test/
H A Dgtest_test_utils.py48 _SUBPROCESS_MODULE_AVAILABLE = True
80 _gtest_flags_are_parsed = True
127 shutil.rmtree(_temp_dir, ignore_errors=True)
193 def __init__(self, command, working_dir=None, capture_stderr=True, env=None):
208 terminated_by_signal True iff the child process has been terminated
211 exited True iff the child process exited normally.
232 cwd=working_dir, universal_newlines=True, env=env)
278 else: # os.WIFEXITED(ret_code) should return True here.
282 self.terminated_by_signal = True
287 self.exited = True
[all...]
/external/gtest/test/
H A Dgtest_test_utils.py48 _SUBPROCESS_MODULE_AVAILABLE = True
80 _gtest_flags_are_parsed = True
127 shutil.rmtree(_temp_dir, ignore_errors=True)
193 def __init__(self, command, working_dir=None, capture_stderr=True, env=None):
208 terminated_by_signal True iff the child process has been terminated
211 exited True iff the child process exited normally.
232 cwd=working_dir, universal_newlines=True, env=env)
278 else: # os.WIFEXITED(ret_code) should return True here.
282 self.terminated_by_signal = True
287 self.exited = True
[all...]
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest_test_utils.py48 _SUBPROCESS_MODULE_AVAILABLE = True
80 _gtest_flags_are_parsed = True
127 shutil.rmtree(_temp_dir, ignore_errors=True)
193 def __init__(self, command, working_dir=None, capture_stderr=True, env=None):
208 terminated_by_signal True iff the child process has been terminated
211 exited True iff the child process exited normally.
232 cwd=working_dir, universal_newlines=True, env=env)
278 else: # os.WIFEXITED(ret_code) should return True here.
282 self.terminated_by_signal = True
287 self.exited = True
[all...]
/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.h55 if VG_STREQ(val, "yes") (qq_var) = True; \
59 True; \
69 True; \
83 True; \
107 True; \
131 True; \
141 True; \
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Ddeduplicate_tests_unittest.py44 return_stderr=True,
45 decode_output=True):
99 lambda path: True)),
101 (True, ('fast/foo-expected.txt',
104 lambda path: True)),
118 (True, ('fast/foo-expected.txt',
124 (True, ('fast/foo-expected.txt',
/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/clang/utils/analyzer/
H A DSATestBuild.py129 if IsReferenceBuild == True :
190 shell=True)
193 shell=True)
225 shell=True)
234 return True
242 return True
282 shell=True)
287 Failed = True
307 check_call(RmCommand, shell=True)
314 check_call(RmCommand, shell=True)
[all...]
/external/chromium/net/tools/testserver/
H A Dtestserver.py63 to be exited cleanly (by setting its "stop" member to True)."""
82 self.private_key = tlslite.api.parsePEMKey(s, private=True)
106 tlsConnection.ignoreAbruptClose = True
107 return True
110 return True
171 while True:
346 return True
363 return True
380 return True
397 return True
[all...]
/external/webkit/Tools/wx/build/
H A Dsettings.py173 isReleaseCRT = True
292 wxdefines, wxincludes, wxlibs, wxlibpaths = get_wxmsw_settings(wx_root, shared=True, unicode=True, debug=is_debug, wxPython=Options.options.wxpython)
388 conf.check_cfg(path=get_path_to_wxconfig(), args='--cxxflags --libs', package='', uselib_store='WX', mandatory=True)
390 conf.check_cfg(msg='Checking for libxslt', path='xslt-config', args='--cflags --libs', package='', uselib_store='XSLT', mandatory=True)
391 conf.check_cfg(path='xml2-config', args='--cflags --libs', package='', uselib_store='XML', mandatory=True)
393 conf.check_cfg(path=os.path.join(wklibs_dir, 'unix', 'bin', 'curl-config'), args='--cflags --libs', package='', uselib_store='CURL', mandatory=True)
395 conf.check_cfg(path='curl-config', args='--cflags --libs', package='', uselib_store='CURL', mandatory=True)
398 conf.check_cfg(package='cairo', args='--cflags --libs', uselib_store='WX', mandatory=True)
399 conf.check_cfg(package='pango', args='--cflags --libs', uselib_store='WX', mandatory=True)
[all...]
/external/clang/lib/Parse/
H A DParseTentative.cpp111 return TPR != TPResult::False(); // Returns true for TPResult::True() or
139 TPR = TPResult::True();
141 assert(TPR == TPResult::True() || TPR == TPResult::False());
142 return TPR == TPResult::True();
171 return TPResult::True();
172 if (TPR == TPResult::True() || TPR == TPResult::Error())
213 return TPResult::True();
236 return TPResult::True();
263 return TPR != TPResult::False(); // Returns true for TPResult::True() or
290 TPR = TPResult::True();
[all...]
/external/quake/quake/src/WinQuake/
H A Din_sun.cpp105 XGrabKeyboard(x_disp, x_win, True, GrabModeAsync, GrabModeAsync, CurrentTime);
106 XGrabPointer(x_disp, x_win, True,
110 // if (XChangePointerControl( x_disp, True, True, 1, MOUSE_SCALE, x_mouse_thresh ))
122 if (XChangePointerControl( x_disp, True, True, x_mouse_num, x_mouse_denom, x_mouse_thresh ))
155 if (XChangePointerControl( x_disp, True, True, x_mouse_num, x_mouse_denom, x_mouse_thresh ))
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dcommitqueuetask.py80 return True
86 return True
190 return True
198 return True
204 return True
261 return True
/external/llvm/utils/lit/lit/
H A DTest.py16 FAIL = TestResult('FAIL', True)
17 XPASS = TestResult('XPASS', True)
18 UNRESOLVED = TestResult('UNRESOLVED', True)
/external/v8/test/benchmarks/
H A Dtestcfg.py36 return True
52 return True
58 return True
/external/webkit/Tools/Scripts/
H A Drun-bindings-tests63 changes_found = True
73 passed = True
112 all_tests_passed = True

Completed in 2251 milliseconds

1234567891011>>