Searched refs:True (Results 1 - 21 of 21) sorted by relevance

/ndk/sources/host-tools/make-3.81/
H A Dbuild.py39 build_support.build(build_cmd, args, intermediate_package=True)
H A Dremote-cstms.c156 retsock = Rpc_UdpCreate (True, 0);
/ndk/sources/host-tools/nawk-20071023/
H A Dbuild.py39 build_support.build(build_cmd, args, intermediate_package=True)
H A Drun.c74 Cell *True = &truecell; variable
144 return(True);
183 return(True);
205 return(True);
500 return True;
526 return True;
567 return(True);
606 return(True);
622 if (i) return(True);
626 if (i) return(True);
[all...]
/ndk/sources/host-tools/ndk-depends/
H A Dbuild.py41 build_support.build(build_cmd, args, intermediate_package=True)
/ndk/sources/host-tools/ndk-stack/
H A Dbuild.py41 build_support.build(build_cmd, args, intermediate_package=True)
/ndk/sources/host-tools/toolbox/
H A Dbuild.py43 build_support.build(build_cmd, args, intermediate_package=True)
/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest_throw_on_failure_test.py71 """Runs a command; returns True/False if its exit code is/isn't 0."""
92 should_fail: True iff the program is expected to fail.
141 should_fail=True)
151 should_fail=True)
161 should_fail=True)
167 should_fail=True)
H A 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):
208 terminated_by_signal True iff the child process has been terminated
211 exited True iff the child process exited normally.
232 cwd=working_dir, universal_newlines=True, env=env)
278 else: # os.WIFEXITED(ret_code) should return True here.
282 self.terminated_by_signal = True
287 self.exited = True
[all...]
H A Dgtest_filter_unittest.py58 # exception is thrown if the input is anything other than 'True' nor 'False'.
70 # is thrown if the input is neither 'True' nor 'False'.
628 check_exit_0=True, args=[flag])
630 check_exit_0=True, args=[flag])
H A Dgtest_shuffle_test.py243 non_death_test_found = True
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
H A Dtarget_info.py52 return True
H A Dconfig.py76 return True
231 self.cxx.use_ccache = True
323 self.long_tests = True
367 enable_threads = self.get_lit_bool('enable_threads', True)
369 True)
401 enable_exceptions = self.get_lit_bool('enable_exceptions', True)
407 enable_rtti = self.get_lit_bool('enable_rtti', True)
414 'enable_global_filesystem_namespace', True)
422 enable_stdin = self.get_lit_bool('enable_stdin', True)
428 enable_stdout = self.get_lit_bool('enable_stdout', True)
[all...]
H A Dexecutor.py89 return self._remote_temp(True)
157 self.local_run, log_calls=True, log_results=True,
H A Dformat.py49 while True:
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
H A Dcompiler.py59 cmd = self._basicCmd(source_files, out, input_is_cxx=True) + ['-E']
64 cmd = self._basicCmd(source_files, out, input_is_cxx=True) + ['-c']
69 cmd = self._basicCmd(source_files, out, is_link=True)
74 cmd = self._basicCmd(source_files, out, is_link=True)
161 return True
/ndk/tests/
H A Dfilters.py31 return True
H A Dtests.py129 return True
138 return True
171 return True
192 return True
554 file_is_lib = True
H A Drun-all.py170 return True
/ndk/
H A Dcheckbuild.py77 '--package', action='store_true', dest='package', default=True,
85 '--test', action='store_true', dest='test', default=True,
248 shutil.copytree(src_dir, dst_dir, symlinks=True)
301 has_gold = True
606 do_package = True
H A Dndk-gdb.py137 return True
174 found_action = True
178 found_category = True
218 args.nowait = True
494 while True:
497 return True

Completed in 3210 milliseconds