Searched refs:False (Results 1 – 17 of 17) sorted by relevance
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_throw_on_failure_test.py | 131 self.RunAndVerify(env_var_value=None, flag_value=None, should_fail=False) 138 should_fail=False) 148 should_fail=False) 158 should_fail=False) 164 should_fail=False)
|
D | gtest_test_utils.py | 51 _SUBPROCESS_MODULE_AVAILABLE = False 68 _gtest_flags_are_parsed = False 283 self.exited = False 286 self.terminated_by_signal = False
|
D | gtest_xml_output_unittest.py | 52 SUPPORTS_STACK_TRACES = False 139 [GTEST_PROGRAM_PATH, GTEST_LIST_TESTS_FLAG], capture_stderr=False).output 254 self.assert_(False,
|
D | gtest_list_tests_unittest.py | 121 capture_stderr=False).output
|
D | gtest_output_test.py | 251 SUPPORTS_STACK_TRACES = False
|
D | gtest_shuffle_test.py | 237 non_death_test_found = False
|
D | gtest_filter_unittest.py | 288 args=None, check_exit_0=False):
|
/ndk/ |
D | ndk-gdb.py | 52 return False, None 77 is64bit = True if sys.maxsize > 2**32 else False 88 VERBOSE = False 285 if args.tui != False: 383 def adb_cmd(redirect_stderr, args, log_command=False, adb_trace=False, background=False): 422 def _adb_var_shell(args, redirect_stderr=False, log_command=True): 427 args=['shell', arg_str], log_command=False) 432 def adb_var_shell(args, log_command=False): 433 return _adb_var_shell(args, redirect_stderr=False, log_command=log_command) 435 def adb_var_shell2(args, log_command=False): [all …]
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
D | .gdbinit | 10 # stlport.printers.print_vector_with_indices = False
|
/ndk/docs/tools/ |
D | ndk-markdown-substitutions.py | 168 in_list = False 192 default=False )
|
/ndk/sources/host-tools/nawk-20071023/ |
D | run.c | 76 Cell *False = &falsecell; variable 565 return(False); in intest() 608 return(False); in matchop() 627 else return(False); in boolop() 629 if ( !i ) return(False); in boolop() 634 else return(False); in boolop() 636 if (i) return(False); in boolop() 662 else return(False); in relop() 664 else return(False); in relop() 666 else return(False); in relop() [all …]
|
D | FIXES | 341 changed true/false to True/False in run.c to make it
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/ |
D | README | 26 # stlport.printers.print_vector_with_indices = False
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.cfg | 121 exec_file = tempfile.NamedTemporaryFile(suffix="exe", delete=False) 210 cxx_has_stdcxx0x_flag = False 225 use_system_lib = False 230 use_system_lib = False
|
/ndk/sources/host-tools/make-3.81/ |
D | remote-cstms.c | 172 sock = Rpc_TcpCreate (False, 0); in start_remote_job()
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
D | printers.py | 36 print_vector_with_indices = False
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | ChangeLog | 181 * scripts/features/patternrules: False exits with different error
|