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

1234567891011>>

/external/clang/bindings/python/tests/cindex/
H A Dtest_diagnostics.py58 assert True
64 tu = get_tu('int f(int i) { return 7; }', all_warnings=True)
77 tu = get_tu('int f(int i) { return 7; }', all_warnings=True)
/external/clang/tools/scan-build/
H A Dset-xcode-analyzer43 foundAnalyzer = True
93 isBuiltinAnalyzer = True
107 foundSpec = True
/external/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py46 return True
136 return True
156 return False if error.Fail() else True
234 return True
255 return 'std::basic_string<char>',True
257 return 'std::basic_string<char>',True
259 return 'std::basic_string<char>',True
261 return 'std::basic_string<char>',True
269 # we will set this to True if we find out that discovering a node in the map takes more steps than the overall size of the RB tree
270 # if this gets set to True, the
[all...]
/external/lldb/test/functionalities/command_script/
H A DTestCommandScript.py76 self.expect('welcome Enrico', matching=False, error=True,
82 self.expect('targetname fail', error=True,
133 self.expect('command script add -f foobar frame', error=True,
/external/lldb/test/lang/objc/real-definition/
H A DTestRealDefinition.py59 lldbutil.run_break_set_by_file_and_line (self, "main.m", line, num_expected_locations=1, loc_exact=True)
66 lldbutil.run_break_set_by_file_and_line (self, 'Foo.m', line, num_expected_locations=1, loc_exact=True);
94 lldbutil.run_break_set_by_file_and_line (self, 'Bar.m', line, num_expected_locations=1, loc_exact=True)
/external/lldb/test/python_api/watchpoint/
H A DTestSetWatchpoint.py66 watchpoint = value.Watch(True, True, True, error)
H A DTestWatchpointIgnoreCount.py66 watchpoint = value.Watch(True, True, True, error)
H A DTestWatchpointIter.py66 watchpoint = value.Watch(True, True, True, error)
/external/lldb/test/python_api/watchpoint/watchlocation/
H A DTestSetWatchlocation.py73 watchpoint = value.WatchPointee(True, False, True, error)
96 self.expect(lldbutil.print_stacktrace(thread, string_buffer=True), exe=False,
/external/mesa3d/src/mapi/mapi/
H A Dmapi_abi.py203 attrs['hidden'] = True
310 self.lib_need_table_size = True
311 self.lib_need_noop_array = True
312 self.lib_need_stubs = True
313 self.lib_need_all_entries = True
326 """Return True if an entry point is needed for the entry."""
338 decls.append(self._c_decl(ent, prefix, True, export) + ';')
374 True: { True: '%s_STR(%s)', False: '%s(%s)' },
375 False: { True
[all...]
/external/parameter-framework/tools/xmlGenerator/
H A DPfwBaseTranslator.py65 True otherwise"""
73 return True
85 self._domain_valid = True
107 self._configuration_valid = True
/external/regex-re2/re2/
H A Dmake_unicode_casefold.py72 return True
89 return True
120 seen[c[i-1]] = True
/external/selinux/sepolgen/tests/
H A Dtest_matching.py30 a.info_dir_change = True
34 b.info_dir_change = True
65 a.info_dir_change = True
/external/skia/platform_tools/android/gyp_gen/
H A Dmakefile_writer.py54 _append = True
57 _append = True
223 write_local_vars(f, data.vars_dict, True, data.name)
/external/skia/platform_tools/android/tests/
H A Dgenerate_user_config_tests.py55 # With require_sk_user_config set to True, an AssertionError will be
60 require_sk_user_config=True,
77 generate_dummy_user_config(FULL_DUMMY_PATH, True, tmp)
95 generate_dummy_user_config(FULL_DUMMY_PATH, True, utils.EXPECTATIONS_DIR)
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py57 self.daemon = True
71 DBusGMainLoop(set_as_default=True)
105 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_flush.py57 self.daemon = True
71 DBusGMainLoop(set_as_default=True)
105 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_stop_find.py59 self.daemon = True
73 DBusGMainLoop(set_as_default=True)
110 gobject.MainLoop().get_context().iteration(True)
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwps-nfc.py27 continue_loop = True
72 return True
163 self.ho_server_processing = True
199 self.success = True
293 terminate_now = True
295 def wps_tag_read(tag, wait_remove=True):
332 def wps_write_config_tag(clf, id=None, wait_remove=True):
345 def wps_write_er_config_tag(clf, uuid, wait_remove=True):
358 def wps_write_password_tag(clf, wait_remove=True):
387 return True
[all...]
/external/bzip2/
H A Dbzip2.c169 #define True ((Bool)1) macro
321 if (c == EOF) return True;
350 while (True) {
452 while (True) {
502 return True;
507 while (True) {
541 return True;
548 return True; /*notreached*/
570 while (True) {
602 return True;
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dd3basics.c404 if (regno == 5/*EBP*/) { *a = regs->fp; return True; }
405 if (regno == 4/*ESP*/) { *a = regs->sp; return True; }
407 if (regno == 6/*RBP*/) { *a = regs->fp; return True; }
408 if (regno == 7/*RSP*/) { *a = regs->sp; return True; }
410 if (regno == 1/*SP*/) { *a = regs->sp; return True; }
412 if (regno == 1/*SP*/) { *a = regs->sp; return True; }
414 if (regno == 13) { *a = regs->sp; return True; }
415 if (regno == 11) { *a = regs->fp; return True; }
417 if (regno == 15) { *a = regs->sp; return True; }
418 if (regno == 11) { *a = regs->fp; return True; }
[all...]
/external/lldb/test/
H A Ddotest.py198 # module is still admitted into our test suite. fs4all flag defaults to True.
199 fs4all = True
208 skip_long_running_test = True
239 svn_silent = True
244 # Set to True only if verbose is 0 and LLDB trace mode is off.
505 do_help = True
517 useCategories = True
530 dumpSysPath = True
538 dont_do_dwarf_test = True
540 dont_do_dsym_test = True
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt020fuzzy.py19 while True:
H A Dt021hoist.py18 parser.enableEnum = True
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dresponse.py95 return True
168 def error_body_response(error_code, message, __warn=True):
194 debug_message=None, __warn=True):
223 __warn=True):

Completed in 4679 milliseconds

1234567891011>>