Searched refs:True (Results 1 – 10 of 10) sorted by relevance
/ndk/ |
D | ndk-gdb.py | 51 return True, full 77 is64bit = True if sys.maxsize > 2**32 else False 286 OPTION_TUI = True 294 if args.nowait == True: 340 while True: 372 to.daemon = True 376 te.daemon = True 380 ti.daemon = True 422 def _adb_var_shell(args, redirect_stderr=False, log_command=True): 436 return _adb_var_shell(args, redirect_stderr=True, log_command=log_command) [all …]
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_test_utils.py | 48 _SUBPROCESS_MODULE_AVAILABLE = True 80 _gtest_flags_are_parsed = True 127 shutil.rmtree(_temp_dir, ignore_errors=True) 193 def __init__(self, command, working_dir=None, capture_stderr=True, env=None): 232 cwd=working_dir, universal_newlines=True, env=env) 282 self.terminated_by_signal = True 287 self.exited = True
|
D | gtest_throw_on_failure_test.py | 141 should_fail=True) 151 should_fail=True) 161 should_fail=True) 167 should_fail=True)
|
D | gtest_filter_unittest.py | 628 check_exit_0=True, args=[flag]) 630 check_exit_0=True, args=[flag])
|
D | gtest_shuffle_test.py | 243 non_death_test_found = True
|
/ndk/sources/host-tools/nawk-20071023/ |
D | run.c | 74 Cell *True = &truecell; variable 144 return(True); in execute() 183 return(True); in program() 205 return(True); in program() 500 return True; in awkdelete() 526 return True; in awkdelete() 567 return(True); in intest() 606 return(True); in matchop() 622 if (i) return(True); in boolop() 626 if (i) return(True); in boolop() [all …]
|
D | FIXES | 341 changed true/false to True/False in run.c to make it
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.cfg | 55 while True: 208 cxx_has_stdcxx0x_flag = True 215 cxx_has_stdcxx0x_flag = getattr(config, 'cxx_has_stdcxx0x_flag', True) 223 use_system_lib = True
|
/ndk/sources/host-tools/make-3.81/ |
D | remote-cstms.c | 154 retsock = Rpc_UdpCreate (True, 0); in start_remote_job()
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 5956 \newif\ifhavexrefs % True if xref values are known. 5957 \newif\ifwarnedxrefs % True if we warned once that they aren't known.
|