Home
last modified time | relevance | path

Searched refs:True (Results 1 – 10 of 10) sorted by relevance

/ndk/
Dndk-gdb.py51 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/
Dgtest_test_utils.py48 _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
Dgtest_throw_on_failure_test.py141 should_fail=True)
151 should_fail=True)
161 should_fail=True)
167 should_fail=True)
Dgtest_filter_unittest.py628 check_exit_0=True, args=[flag])
630 check_exit_0=True, args=[flag])
Dgtest_shuffle_test.py243 non_death_test_found = True
/ndk/sources/host-tools/nawk-20071023/
Drun.c74 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 …]
DFIXES341 changed true/false to True/False in run.c to make it
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dlit.cfg55 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/
Dremote-cstms.c154 retsock = Rpc_UdpCreate (True, 0); in start_remote_job()
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex5956 \newif\ifhavexrefs % True if xref values are known.
5957 \newif\ifwarnedxrefs % True if we warned once that they aren't known.