Searched refs:True (Results 276 - 300 of 2522) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Djsonchecker_unittest.py36 self.turned_off_filtering = True
40 return True
67 mock_error_handler.had_error = True
H A Dtest_expectations_unittest.py45 self.turned_off_filtering = True
49 return True
95 self.assert_lines_lint(["crbug.com/1234 [ Mac ] passes/text.html [ Pass Failure ]"], should_pass=True)
H A Dxml_unittest.py35 self.turned_off_filtering = True
39 return True
56 mock_error_handler.had_error = True
H A Dxml.py43 parser.Parse('', True)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dphystokens.py37 inject_backslash = True
83 mark_start = True
102 mark_end = True
/external/chromium_org/tools/cr/cr/commands/
H A Dbuild.py27 cr.Target.AddArguments(self, parser, allow_multiple=True)
51 cr.Target.AddArguments(self, parser, allow_multiple=True)
75 cr.Target.AddArguments(self, parser, allow_multiple=True)
/external/chromium_org/tools/gyp/test/compiler-override/
H A Dgyptest-compiler-env.py50 CheckCompiler(test, 'compiler-exe.gyp', expected, True)
70 True)
94 CheckCompiler(test, 'compiler-host.gyp', expected, True)
/external/chromium_org/tools/gyp/test/make_global_settings/ld/
H A Dgyptest-make_global_settings_ld.py99 verify_ld_target(test, ld='my_ld', rel_path=True)
107 verify_ld_target(test, ld='my_ld_target1', rel_path=True)
108 verify_ld_host(test, ld='my_ld_host1', rel_path=True)
/external/chromium_org/tools/profile_chrome/
H A Dprofiler_unittest.py25 self.stopped = True
57 result = profiler.CaptureProfile([controller], 1, write_json=True)
68 result = profiler.CaptureProfile(controllers, 1, write_json=True)
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_websocket_unittest.py71 notification_handler=lambda data: True,
83 notification_handler=lambda data: True,
95 notification_handler=lambda data: True,
/external/lldb/test/python_api/default-constructor/
H A Dsb_target.py12 obj.Launch(listener, None, None, None, None, None, None, 0, True, error)
56 obj.WatchAddress(123, 8, True, True, error)
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt012lexerXML.py33 while True:
64 while True:
88 while True:
112 while True:
131 ## while True:
172 ## while True:
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Dclose_wsh.py41 while True:
/external/chromium_org/build/android/pylib/utils/
H A Dtimeout_retry.py39 while True:
/external/chromium_org/build/
H A Dgn_helpers.py12 def ToGNString(value, allow_dicts = True):
/external/chromium_org/chrome/test/chromedriver/
H A Dembed_mobile_devices_in_cpp.py35 inside_list = True
/external/chromium_org/chrome/test/mini_installer/
H A Dlaunch_chrome.py32 return True
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/
H A Dtreescan.py43 def ScanTree(root, path_filter=None, ignore_hidden=True):
50 ignore_hidden: If True, do not follow or return hidden directories or files
/external/chromium_org/ppapi/generators/
H A Didl_visitor.py26 return True
/external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
H A Dmain.py59 date = ndb.DateTimeProperty(auto_now_add=True)
95 new_entry = True
99 new_entry = True
152 app = webapp2.WSGIApplication(routes, debug=True)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Ddetection_unittest.py42 executive = MockExecutive(should_log=True)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_input.py34 def __init__(self, test_name, timeout=None, requires_lock=None, reference_files=None, should_run_pixel_tests=None, should_add_missing_baselines=True):
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Derrorrules.py26 flags.DEFINE_boolean('jsdoc', True,
50 True for all errors except missing documentation errors and disabled
/external/chromium_org/third_party/cython/src/Tools/
H A Dcystdlib.py41 binding=True,
43 default_directives['optimize.inline_defnode_calls'] = True
107 exclude_failures=True,
118 result = True
/external/chromium_org/third_party/simplejson/
H A Dencoder.py91 | True | true |
106 def __init__(self, skipkeys=False, ensure_ascii=True,
107 check_circular=True, allow_nan=True, sort_keys=False,
109 use_decimal=True, namedtuple_as_object=True,
110 tuple_as_array=True, bigint_as_string=False,
116 skipkeys is True, such items are simply skipped.
237 chunks = self.iterencode(o, _one_shot=True)
328 chunks = self.iterencode(o, True)
[all...]

Completed in 543 milliseconds

<<11121314151617181920>>