Searched refs:True (Results 251 - 275 of 1251) sorted by relevance

<<11121314151617181920>>

/external/lldb/test/expression_command/two-files/
H A DTestObjCTypeQueryFromOtherCompileUnit.py41 lldbutil.run_break_set_by_file_and_line (self, "main.m", self.line, num_expected_locations=1, loc_exact=True)
/external/lldb/test/functionalities/breakpoint/breakpoint_conditions/
H A DTestBreakpointConditions.py27 self.breakpoint_conditions(inline=True)
47 self.breakpoint_conditions(inline=True)
70 lldbutil.run_break_set_by_symbol (self, "c", extra_options="-c 'val == 3'", num_expected_locations=1, sym_exact=True)
73 lldbutil.run_break_set_by_symbol (self, "c", num_expected_locations=1, sym_exact=True)
/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
H A Dftsp.py28 return True # important: if we return False here, or fail to return, the test will fail
/external/lldb/test/lang/c/forward/
H A DTestForwardDeclaration.py36 lldbutil.run_break_set_by_symbol (self, "foo", num_expected_locations=1, sym_exact=True)
/external/lldb/test/lang/cpp/call-function/
H A DTestCallCPPFunction.py34 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line, num_expected_locations=1, loc_exact=True)
/external/lldb/test/lang/cpp/overloaded-functions/
H A DTestOverloadedFunctions.py34 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line, num_expected_locations=1, loc_exact=True)
/external/lldb/test/lang/cpp/static_methods/
H A DTestCPPStaticMethods.py35 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line, num_expected_locations=1, loc_exact=True)
/external/lldb/test/linux/builtin_trap/
H A DTestBuiltinTrap.py46 loc_exact=True)
/external/lldb/test/pexpect-2.4/examples/
H A Dssh_tunnel.py46 while True:
/external/lldb/test/
H A Dprogress.py30 incremental=True):
86 incremental=True,
112 incremental=True,
143 while True:
/external/lldb/test/python_api/debugger/
H A DTestDebuggerAPI.py21 self.dbg.CreateTarget(None, None, None, True, lldb.SBError())
/external/lldb/test/python_api/default-constructor/
H A Dsb_breakpoint.py15 obj.SetEnabled(True)
H A Dsb_thread.py22 obj.StepInstruction(True)
/external/lldb/test/unittest2/test/
H A Dtest_skipping.py33 op_table = ((unittest2.skipUnless, False, True),
34 (unittest2.skipIf, True, False))
108 Foo.wasSetUp = True
110 Foo.wasTornDown = True
/external/lldb/utils/git-svn/
H A Dconvert.py46 from_header_seen = True
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dvim_panes.py129 """ Returns True if vim is in a gui (Gvim/MacVim), False otherwise. """
146 first_draw = not self.selectWindow(True)
156 did_first_draw = True
166 """ Returns True if window with name bufferName is contained in the layout, False otherwise.
174 return True
177 def selectWindow(self, select_contained = True):
178 """ Selects a window contained in the layout (if select_contained = True) and returns True.
184 return True
240 return True
[all...]
/external/llvm/utils/llvm-build/llvmbuild/
H A Dconfigutil.py66 return True
/external/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py86 self.foo_called = True
88 self.bar_called = True
94 self.assertEqual(True, srvc.foo_called)
100 self.assertEqual(True, srvc.bar_called)
H A Dtext_encoding_test.py59 text_encoding.CEscape(unescaped, as_utf8=True))
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A Dgui.py123 self.code_path = distutils.sysconfig.get_python_lib(plat_specific = True) + "/sepolicy/"
138 self.clear_entry = True
614 self.finish_init = True
646 self.relabel_button.set_active(True)
648 self.relabel_button_no.set_active(True)
654 self.enforcing_button_default.set_active(True)
656 self.permissive_button_default.set_active(True)
658 self.disabled_button_default.set_active(True)
660 return True
666 self.lockdown_inited = True
[all...]
/external/skia/tools/
H A Dgen_bench_expectations_from_codereview.py64 """Return True iff all of the given try jobs have finished.
70 True if all of the given try jobs have finished, otherwise False.
75 return True
79 """Return True iff all of the try jobs on the given codereview have finished.
85 True if all of the try jobs have finished, otherwise False.
124 """Return True if the given step succeeded and False otherwise.
142 return True
147 error_on_unfinished=True,
148 error_on_try_failure=True):
/external/v8/tools/
H A Dtest-server.py59 code = subprocess.call(cmd, shell=True)
81 code = subprocess.call("which pip > /dev/null", shell=True)
83 apt_get_code = subprocess.call("which apt-get > /dev/null", shell=True)
100 shell=True)
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c136 return ok ? True : False;
255 *is_text_out = True;
326 *is_text_out = True;
365 *is_text_out = True;
373 *is_ifunc = True;
389 plausible = True;
578 *from_opd_out = True;
579 is_in_opd = True;
734 return True;
906 &sym, sym_name, sym_svma, True);
[all...]
/external/valgrind/coregrind/m_gdbserver/
H A Dregcache.c34 Bool *register_supplied; /* set to True once it has been supplied */
220 *mod = True;
221 cache->register_supplied[n] = True;
231 *mod = True;
242 *mod = True;
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_group_add.py75 self.daemon = True
89 DBusGMainLoop(set_as_default=True)
150 gobject.MainLoop().get_context().iteration(True)
189 persistent = True

Completed in 1372 milliseconds

<<11121314151617181920>>