Searched refs:True (Results 126 - 150 of 2522) sorted by relevance

1234567891011>>

/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Daction_runner_unittest.py30 skip_waits=True)
34 options.enable_chrome_trace = True
53 self.VerifyIssuingInteractionRecords(is_fast=True)
54 self.VerifyIssuingInteractionRecords(is_responsive=True)
55 self.VerifyIssuingInteractionRecords(is_smooth=True)
56 self.VerifyIssuingInteractionRecords(is_fast=True, is_smooth=True)
62 skip_waits=True)
70 skip_waits=True)
97 skip_waits=True)
[all...]
/external/srec/srec/crec/
H A Drec_norm.c42 return (True);
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A D_stream_hixie75.py60 this option to True.
72 def send_message(self, message, end=True, binary=False):
90 'StreamHixie75 doesn\'t support send_message with binary=True')
106 while True:
132 while True:
150 self._request.client_terminated = True
181 self._request.server_terminated = True
203 self._request.server_terminated = True
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A D_stream_hixie75.py61 this option to True.
73 def send_message(self, message, end=True, binary=False):
91 'StreamHixie75 doesn\'t support send_message with binary=True')
107 while True:
133 while True:
151 self._request.client_terminated = True
182 self._request.server_terminated = True
204 self._request.server_terminated = True
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
H A Dcreate_test_cases.py78 instance, const_bool(1) is equivalent to const_bool(True).
170 assign_x('execute_flag', const_bool(True))
202 return result + assign_x('return_flag', const_bool(True))
223 return assign_x('break_flag', const_bool(True))
234 execute_flag is True.
317 lower_main_return=True)
334 lower_sub_return=True)
350 lower_main_return=True)
361 lower_sub_return=True)
384 lower_sub_return=True)
[all...]
/external/chromium_org/v8/tools/push-to-trunk/
H A Dauto_roll.py23 return True
38 return True
46 branch="origin/master", include_patches=True)
65 return True
78 api_key, job_type="linux_asan_d8_dbg", reproducible="True",
79 open="True", bug_information="",
83 return True
107 parser.add_argument("-c", "--chromium", required=True,
120 return True
H A Dbump_up_version.py72 return True
121 return True
127 return True
170 return True
182 return True
202 bypass_hooks=True)
221 options.force_readline_defaults = True
222 options.force_upload = True
223 return True
/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dcreate_test_cases.py78 instance, const_bool(1) is equivalent to const_bool(True).
170 assign_x('execute_flag', const_bool(True))
202 return result + assign_x('return_flag', const_bool(True))
223 return assign_x('break_flag', const_bool(True))
234 execute_flag is True.
317 lower_main_return=True)
334 lower_sub_return=True)
350 lower_main_return=True)
361 lower_sub_return=True)
384 lower_sub_return=True)
[all...]
/external/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,
90 'isFilterable': True,
91 'isSortable': True,
97 'isFilterable': True,
138 is_filterable=True,
/external/chromium_org/build/android/pylib/
H A Dcontent_settings.py43 'content query --uri content://%s' % self._table, as_root=True):
62 '--projection value' % (self._table, key), as_root=True).strip()
71 as_root=True)
79 as_root=True)
87 as_root=True)
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dsidenav_data_source.py34 Returns True if an item was marked 'selected'.
39 item['child_selected'] = True
40 return True
43 item['selected'] = True
49 sibling['related'] = True
51 return True
/external/chromium_org/components/test/data/password_manager/
H A Drun_tests.py20 help="Set the chrome path (required).", nargs=1, required=True)
23 help="Set the chromedriver path (required).", nargs=1, required=True)
29 nargs=1, required=True)
33 required=True)
35 help="Write the results in a file.", required=True)
82 count += line.count("successful='True'")
H A Dtests.py278 environment.AddWebsiteTest(Reddit("reddit", username_not_auto=True))
280 environment.AddWebsiteTest(Tumblr("tumblr", username_not_auto=True))
284 environment.AddWebsiteTest(Wikipedia("wikipedia", username_not_auto=True))
286 environment.AddWebsiteTest(Yahoo("yahoo", username_not_auto=True))
294 environment.AddWebsiteTest(Amazon("amazon"), disabled=True)
297 environment.AddWebsiteTest(Ask("ask"), disabled=True)
300 environment.AddWebsiteTest(Baidu("baidu"), disabled=True)
303 environment.AddWebsiteTest(Cnn("cnn"), disabled=True)
306 environment.AddWebsiteTest(Ebay("ebay"), disabled=True)
309 environment.AddWebsiteTest(Espn("espn"), disabled=True)
[all...]
/external/chromium_org/remoting/tools/
H A Dnative_messaging_host_test.py20 while True:
79 while True:
82 consent = True
110 stdout=subprocess.PIPE, close_fds=True)
113 while True:
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dscopeutil.py63 return True
101 return True
114 True if symbol is an identifier in a Closurized namespace, otherwise False.
118 return True
169 alias.metadata.is_alias_definition = True
170 symbol.metadata.is_alias_definition = True
/external/chromium_org/third_party/skia/gm/
H A Ddisplay_json_results.py49 """Returns true if this result type is serious (self._do_fail is True)
52 return True
77 Returns True if the results are free of any significant failures.
84 do_list=True, do_fail=True),
87 do_list=True, do_fail=False),
96 success = True
/external/chromium_org/tools/telemetry/telemetry/core/backends/
H A Dform_based_credentials_backend.py86 return True
106 self._logged_in = True
107 return True
112 self._logged_in = True
113 return True
/external/lldb/test/plugins/
H A Dbuilder_base.py88 def buildDefault(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
103 # True signifies that we can handle building default.
104 return True
106 def buildDwarf(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
122 # True signifies that we can handle building dwarf.
123 return True
134 # True signifies that we can handle cleanup.
135 return True
/external/lldb/test/python_api/default-constructor/
H A Dsb_value.py36 obj.GetExpressionPath(stream, True)
38 obj.Watch(True, True, False, error)
39 obj.WatchPointee(True, False, True, error)
/external/skia/gm/
H A Ddisplay_json_results.py49 """Returns true if this result type is serious (self._do_fail is True)
52 return True
77 Returns True if the results are free of any significant failures.
84 do_list=True, do_fail=True),
87 do_list=True, do_fail=False),
96 success = True
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-pathscan.c58 the string will end up unmodified. (*func) should return True if it
61 This routine will return True if (*func) returns True and False if
84 return True;
116 if (VG_(access)(buf, True/*r*/, False/*w*/, True/*x*/) == 0) {
119 return True; // Stop looking
120 } else if (VG_(access)(buf, True/*r*/, False/*w*/, False/*x*/) == 0
/external/lldb/test/types/
H A DTestIntegerTypes.py26 self.build_and_run('char.cpp', set(['char']), qd=True)
32 self.build_and_run('char.cpp', set(['char']), bc=True, qd=True)
37 self.build_and_run('char.cpp', set(['char']), dsym=False, qd=True)
43 self.build_and_run('unsigned_char.cpp', set(['unsigned', 'char']), qd=True)
49 self.build_and_run('unsigned_char.cpp', set(['unsigned', 'char']), bc=True, qd=True)
54 self.build_and_run('unsigned_char.cpp', set(['unsigned', 'char']), dsym=False, qd=True)
66 self.build_and_run('short.cpp', set(['short']), bc=True)
83 self.build_and_run('unsigned_short.cpp', set(['unsigned', 'short']), bc=True)
[all...]
H A DTestIntegerTypesExpr.py26 self.build_and_run_expr('char.cpp', set(['char']), qd=True)
32 self.build_and_run_expr('char.cpp', set(['char']), bc=True, qd=True)
37 self.build_and_run_expr('char.cpp', set(['char']), dsym=False, qd=True)
43 self.build_and_run_expr('unsigned_char.cpp', set(['unsigned', 'char']), qd=True)
49 self.build_and_run_expr('unsigned_char.cpp', set(['unsigned', 'char']), bc=True, qd=True)
54 self.build_and_run_expr('unsigned_char.cpp', set(['unsigned', 'char']), dsym=False, qd=True)
66 self.build_and_run_expr('short.cpp', set(['short']), bc=True)
83 self.build_and_run_expr('unsigned_short.cpp', set(['unsigned', 'short']), bc=True)
[all...]
/external/chromium_org/mojo/python/tests/
H A Dbindings_serialization_deserialization_unittest.py25 return True
32 return True
41 return True
52 return True
72 foo_instance.b = True
73 foo_instance.c = True
83 foo_instance.array_of_array_of_bools = [ [ True, False ], [] ]
92 foo_instance.array_of_bools = [ True, 0, 1, 2, 0, 0, 0, 0, 0, True ]
/external/chromium_org/tools/usb_gadget/
H A Dhid_descriptors.py103 Constant = (0, True)
105 Variable = (1, True)
107 Relative = (2, True)
109 Wrap = (3, True)
111 NonLinear = (4, True)
113 NoPreferred = (5, True)
115 NullState = (6, True)
117 Volatile = (7, True)
119 BufferedBytes = (8, True)

Completed in 727 milliseconds

1234567891011>>