Searched refs:True (Results 76 - 100 of 1251) sorted by relevance

1234567891011>>

/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/libcxx/utils/not/
H A Dnot.py17 expectCrash = 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/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/valgrind/coregrind/
H A Dm_aspacehl.c49 while (True) {
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
H A Ddebugapp.py32 def __init__(self, chunk_size = 4096, delay = 1, progress = True):
35 self.progress = True
72 def make_slow_app(global_conf, chunk_size=4096, delay=1, progress=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...]
/external/skia/tools/
H A Dembed_resources.py14 while True:
35 parser.add_argument('--input', required=True, type=argparse.FileType('rb'),
37 parser.add_argument('--output', required=True, type=argparse.FileType('w'),
/external/selinux/prebuilts/bin/
H A Dseinfo.py47 nargs='?', const=True, metavar="ATTR")
49 nargs='?', const=True, metavar="BOOL")
51 nargs='?', const=True, metavar="CLASS")
53 nargs='?', const=True, metavar="ROLE")
55 nargs='?', const=True, metavar="TYPE")
57 nargs='?', const=True, metavar="USER")
59 nargs='?', const=True, metavar="CAT")
61 nargs='?', const=True, metavar="COMMON")
63 nargs='?', const=True, metavar="CLASS")
65 nargs='?', const=True, metava
[all...]
/external/lldb/test/help/
H A DTestHelp.py24 self.expect("help -a", matching=True,
29 self.expect("help help", matching=True,
56 CFBundleVersionSegFound = True
96 COMMAND_FAILED_AS_EXPECTED, error=True,
118 COMMAND_FAILED_AS_EXPECTED, error=True,
/external/lldb/test/lang/c/set_values/
H A DTestSetValues.py42 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line1, num_expected_locations=1, loc_exact=True)
44 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line2, num_expected_locations=1, loc_exact=True)
46 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line3, num_expected_locations=1, loc_exact=True)
48 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line4, num_expected_locations=1, loc_exact=True)
50 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line5, num_expected_locations=1, loc_exact=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/selinux/sepolgen/src/sepolgen/
H A Daudit.py146 denial - boolean indicating whether this was a denial (True) or granted
173 self.denial = True
189 found_close = True
210 found_access = True
220 found_src = True
223 found_tgt = True
226 found_class = True
286 self.auditd = True
377 found = True
380 found = True
[all...]
/external/v8/tools/testrunner/local/
H A Dpool.py17 self.exception = True
24 self.break_now = True
124 self.terminated = True
140 while True: self.work_queue.get(False)
144 while True: self.done_queue.get(False)
/external/valgrind/tests/
H A Dx86_amd64_features.c23 #define True 1 macro
62 return True;
103 require_amd = True;
120 require_amd = True;
127 require_xgetbv = True;
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/appengine/auth/
H A Dmodels.py33 username = model.StringProperty(required=True)
34 auth_id = model.StringProperty(required=True)
35 email = model.StringProperty(required=True)
81 True if the unique value was created, False otherwise.
95 True and list_of_keys is empty. If one or more values weren't
116 return True, []
131 created = model.DateTimeProperty(auto_now_add=True)
132 updated = model.DateTimeProperty(auto_now=True)
133 user = model.StringProperty(required=True, indexed=False)
134 subject = model.StringProperty(required=True)
[all...]
/external/chromium-trace/trace-viewer/tracing/
H A Dtracing_project.py26 return True
29 return True
32 return True
35 return True
132 return True
135 return True
138 return True
143 return True
146 return True
150 return True
[all...]
/external/lldb/test/expression_command/call-restarts/
H A DTestCallThatRestarts.py71 self.assertTrue (return_obj.Succeeded() == True, "Set SIGCHLD to pass, no-stop")
81 options.SetUnwindOnError(True)
90 self.assertTrue (value.GetError().Success() == True)
99 options.SetIgnoreBreakpoints(True)
100 options.SetUnwindOnError(True)
104 self.assertTrue (value.IsValid() and value.GetError().Success() == True)
110 self.assertTrue (return_obj.Succeeded() == True, "Set SIGCHLD to pass, no-stop, notify")
114 self.assertTrue (value.IsValid() and value.GetError().Success() == True)
122 self.assertTrue (value.IsValid() and value.GetError().Success() == True)
130 self.assertTrue (return_obj.Succeeded() == True, "Se
[all...]

Completed in 591 milliseconds

1234567891011>>