Searched refs:True (Results 201 - 225 of 2522) sorted by relevance

1234567891011>>

/external/chromium_org/tools/site_compare/commands/
H A Dmeasure.py37 ["-log", "--logfile"], "File to write output", type="string", required=True)
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Drun_tests_unittest.py63 self._GetEnabledTests('system', 'mac', 'mavericks', True))
74 self._GetEnabledTests('system', 'mac', 'lion', True))
85 self._GetEnabledTests('cros-guest', 'chromeos', '', True))
96 self._GetEnabledTests('canary', 'win', 'win7', True))
/external/chromium_org/v8/tools/
H A Dconcatenate-files.py49 True, if the operation was successful.
60 return True
H A Dprocess-heap-prof.py71 sampling = True
101 options.size = True
102 return True
/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;
239 return TPResult::True;
240 if (TPR == TPResult::True || TPR == TPResult::Error)
291 return TPResult::True;
302 return TPResult::True;
320 return TPResult::True;
346 return TPR != TPResult::False; // Returns true for TPResult::True o
[all...]
/external/gtest/test/
H A Dgtest_throw_on_failure_test.py71 """Runs a command; returns True/False if its exit code is/isn't 0."""
92 should_fail: True iff the program is expected to fail.
141 should_fail=True)
151 should_fail=True)
161 should_fail=True)
167 should_fail=True)
/external/lldb/scripts/Python/
H A Dedit-swig-python-wrapper-file.py49 include_python_found = True
/external/lldb/test/functionalities/data-formatter/rdar-12437442/
H A DTestRdar12437442.py40 lldbutil.run_break_set_by_file_and_line (self, "main.m", self.line, num_expected_locations=1, loc_exact=True)
64 id_x.SetPreferSyntheticValue(True)
76 id_x.SetPreferSyntheticValue(True)
84 id_x.SetPreferSyntheticValue(True)
/external/lldb/test/python_api/default-constructor/
H A Dsb_watchpoint.py14 obj.SetEnabled(True)
/external/lldb/test/unittest2/
H A Dutil.py3 __unittest = True
36 while True:
83 while True:
92 while True:
/external/protobuf/gtest/test/
H A Dgtest_throw_on_failure_test.py71 """Runs a command; returns True/False if its exit code is/isn't 0."""
92 should_fail: True iff the program is expected to fail.
141 should_fail=True)
151 should_fail=True)
161 should_fail=True)
167 should_fail=True)
/external/valgrind/main/coregrind/
H A Dm_aspacehl.c47 while (True) {
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpermissions_data_source_test.py52 'literal_name': True,
87 'literal_name': True,
112 'literal_name': True,
H A Dplatform_bundle_test.py25 'app.runtime': {'noparent': True},
77 'noparent': True,
120 'noparent': True,
/external/chromium_org/components/tools/metrics/
H A Dbrowser_components_metrics.py44 ignore_temp_rules=True,
57 print "OS ifdefs, -tests: %d" % generator.CountIfdefs(True)
60 print "Intended DEPS violations, -tests: %d" % generator.CountViolations(True)
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Ddata_tests.py17 return True
26 return True
33 return True
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dtemplate_expander.py44 keep_trailing_newline=True, # newline-terminate generated files
45 lstrip_blocks=True, # so can indent control flow tags
46 trim_blocks=True) # so don't need {%- -%} everywhere
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dworkspace_unittest.py52 workspace = Workspace(None, MockExecutive(should_log=True))
61 workspace = Workspace(None, MockExecutive(should_log=True, should_throw=True))
/external/chromium_org/third_party/cython/src/Cython/Build/Tests/
H A DTestInline.py8 has_numpy = True
12 test_kwds = dict(force=True, quiet=True)
/external/chromium_org/tools/chrome_proxy/integration_tests/
H A Dchrome_proxy_metrics_unittest.py47 base64_encoded_body=True,
48 served_from_cache=True))
59 base64_encoded_body=True))
109 base64_encoded_body=True))
145 missing_via_exception = True
169 bypass_exception = True
192 fallback_exception = True
196 info['enabled'] = True
205 fallback_exception = True
208 info['enabled'] = True
[all...]
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-update-manifest.py89 manifest = WriteAndUpdate(0, '', True)
98 manifest = WriteAndUpdate(2, '', True)
102 manifest = WriteAndUpdate(2, 'extra.manifest', True)
/external/chromium_org/tools/perf/benchmarks/
H A Dthread_times.py17 options = {"report_silk_results": True}
27 options = {"report_silk_results": True}
74 options = { 'report_silk_results': True }
/external/lldb/test/functionalities/breakpoint/breakpoint_ids/
H A DTestBreakpointIDs.py42 COMMAND_FAILED_AS_EXPECTED, error = True,
46 COMMAND_FAILED_AS_EXPECTED, error = True,
50 COMMAND_FAILED_AS_EXPECTED, error = True,
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
H A DTestWatchpointSetErrorCases.py60 self.expect("watchpoint set expression -w write --", error=True,
64 self.expect("watchpoint set expression MyAggregateDataType", error=True,
68 self.expect("watchpoint set variable -x -128", error=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...]

Completed in 1158 milliseconds

1234567891011>>