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

1234567891011>>

/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
H A DfooSynthProvider.py23 return True
/external/lldb/test/functionalities/platform/
H A DTestPlatformCommand.py28 self.expect("platform process info", error=True,
/external/lldb/test/functionalities/watchpoint/watchpoint_events/
H A DTestWatchpointEvents.py39 self.assertTrue(success == True, "Successfully got watchpoint event")
84 local_watch = local_var.Watch(True, True, True, error)
/external/lldb/test/lang/objc/foundation/
H A DTestObjectDescriptionAPI.py66 value_list1 = frame0.GetVariables(True, True, True, True)
/external/lldb/test/macosx/universal/
H A DTestUniversal.py57 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line, num_expected_locations=1, loc_exact=True)
70 registers = print_registers(frame, string_buffer=True)
82 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line, num_expected_locations=1, loc_exact=True)
98 registers = print_registers(frame, string_buffer=True)
/external/lldb/test/python_api/default-constructor/
H A Dsb_breakpointlocation.py11 obj.SetEnabled(True)
H A Dsb_broadcaster.py9 obj.BroadcastEventByType(lldb.eBreakpointEventTypeInvalidType, True)
H A Dsb_communication.py21 obj.SetCloseOnEOF(True)
/external/lldb/test/python_api/formatters/
H A DTestFormattersSBAPI.py46 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line, num_expected_locations=1, loc_exact=True)
104 new_category.enabled = True
105 new_category.AddTypeSummary(lldb.SBTypeNameSpecifier("^.*t$",True),summary)
144 category.DeleteTypeFilter(lldb.SBTypeNameSpecifier("JustAStruct",True))
153 self.expect("frame variable foo", matching=True,
161 self.dbg.GetCategory("JASSynth").SetEnabled(True)
162 self.expect("frame variable foo", matching=True,
232 self.assertFalse(True, "adding a summary valued None worked")
239 self.assertFalse(True, "adding a filter valued None worked")
246 self.assertFalse(True, "addin
[all...]
/external/lldb/test/unittest2/
H A D__init__.py68 __unittest = True
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py150 return True
161 return True
163 return True
165 return True
177 return True
185 return True
195 return True
282 norm = True
286 pure = True
/external/sepolicy/tools/
H A Dpost_process_mac_perms88 for line in fileinput.input(args.policy, inplace=True):
94 parser.add_argument('-s', '--seinfo', dest='seinfo', required=True,
96 parser.add_argument('-d', '--dir', dest='dir', required=True,
98 parser.add_argument('-f', '--file', dest='policy', required=True,
/external/skia/tools/
H A Dbench_pictures_cfg_helper.py16 def TileArgs(tile_x, tile_y, timeIndividualTiles=True):
19 config['timeIndividualTiles'] = True
31 def TiledBitmapConfig(tile_x, tile_y, timeIndividualTiles=True, **kwargs):
40 def TiledConfig(tile_x, tile_y, timeIndividualTiles=True, **kwargs):
/external/valgrind/VEX/priv/
H A Dir_match.c65 return True;
71 return True;
79 return True;
86 return True;
/external/valgrind/coregrind/
H A Dm_seqmatch.c64 ma [] (i:is) = False -- m-all, True for m-prefix
65 ma [] [] = True
112 return True;
152 // ma [] (i:is) = False -- m-all, True for m-prefix
155 : True; // match-prefix
160 if (!havePatt && !haveInput) return True;
182 True/* match-all */,
196 // { "" ,"" , True },
199 // { "a" ,"a" , True },
201 // { "*" ,"" , True },
[all...]
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_find.py61 self.daemon = True
75 DBusGMainLoop(set_as_default=True)
118 gobject.MainLoop().get_context().iteration(True)
183 while(True):
H A Dp2p_listen.py58 self.daemon = True
72 DBusGMainLoop(set_as_default=True)
108 gobject.MainLoop().get_context().iteration(True)
173 while(True):
/external/clang/utils/ABITest/
H A DABITestGen.py79 return True
394 action="store_false", default=True)
397 action="store_false", default=True)
400 action="store_false", default=True)
403 action="store_false", default=True)
406 action="store_false", default=True)
409 action="store_false", default=True)
414 action="store_false", default=True)
417 action="store_false", default=True)
420 action="store_false", default=True)
[all...]
/external/lldb/examples/python/
H A Dprocess_events.py45 success = True
88 parser.add_option('-T', '--no-threads', action='store_false', dest='show_threads', help="Don't show threads when process stops.", default=True)
89 parser.add_option('--ignore-errors', action='store_false', dest='stop_on_error', help="Don't stop executing LLDB commands if the command returns an error. This applies to all of the LLDB command interpreter commands that get run for launch, stop, crash and exit.", default=True)
109 launch_info.SetEnvironmentEntries(options.env_vars, True)
132 debugger.SetAsync (True)
139 target = debugger.CreateTarget (exe, options.arch, options.platform, True, error)
218 done = True
223 done = True
226 done = True
233 done = True
[all...]
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-nfc.py30 include_wps_req = True
31 include_p2p_req = True
34 continue_loop = True
87 return True
256 terminate_now = True
284 self.ho_server_processing = True
300 found = True
330 found = True
352 found = True
363 self.success = True
[all...]
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
H A Dtest_cgitb_catcher.py8 app = CgitbMiddleware(app, {}, display=True)
12 expect_errors=True)
/external/chromium-trace/
H A Dutil.py58 shell=False, universal_newlines=True)
106 success = True
/external/clang/utils/analyzer/
H A DSATestAdd.py29 return True
44 SATestBuild.testProject(ID, BuildMode, IsReferenceBuild=True, Dir=Dir)
/external/deqp/scripts/src_util/
H A Dcommon.py61 return True
75 nullFound = True
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DC_F_F_.py27 return True
33 self._gaveGlyphOrder = True

Completed in 1673 milliseconds

1234567891011>>