/bionic/tests/ |
D | async_safe_test.cpp | 107 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 117 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 127 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 141 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 155 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 165 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 175 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 187 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST()
|
D | getauxval_test.cpp | 52 GTEST_LOG_(INFO) << "This test requires a C library with getauxval.\n"; in TEST() 62 GTEST_LOG_(INFO) << "This test requires a C library with getauxval.\n"; in TEST() 86 GTEST_LOG_(INFO) << "This test is only meaningful for 32-bit ARM code on 64-bit devices.\n"; in TEST()
|
D | uchar_test.cpp | 41 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n"; in TEST() 68 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n"; in TEST() 77 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n"; in TEST() 86 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n"; in TEST() 117 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n"; in TEST() 133 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n"; in TEST() 147 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n"; in TEST() 155 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n"; in TEST() 172 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n"; in TEST() 193 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n"; in TEST() [all …]
|
D | endian_test.cpp | 49 GTEST_LOG_(INFO) << "glibc doesn't have these macros"; in TEST() 59 GTEST_LOG_(INFO) << "glibc doesn't have these macros"; in TEST() 93 GTEST_LOG_(INFO) << "glibc doesn't have these macros"; in TEST() 103 GTEST_LOG_(INFO) << "glibc doesn't have these macros"; in TEST()
|
D | system_properties_test.cpp | 146 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 181 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 226 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 243 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 272 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 329 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 349 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 365 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 391 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 424 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() [all …]
|
D | fortify_test.cpp | 146 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F() 158 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F() 170 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F() 182 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F() 194 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F() 206 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F() 218 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F() 229 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F() 241 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F() 306 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F() [all …]
|
D | wctype_test.cpp | 43 GTEST_LOG_(INFO) << "skipping unicode test " << *p; in TestIsWideFn() 51 GTEST_LOG_(INFO) << "skipping unicode test " << *p; in TestIsWideFn() 118 GTEST_LOG_(INFO) << "skipping unicode towlower tests"; in TEST() 134 GTEST_LOG_(INFO) << "skipping unicode towlower_l tests"; in TEST() 149 GTEST_LOG_(INFO) << "skipping unicode towupper tests"; in TEST() 165 GTEST_LOG_(INFO) << "skipping unicode towupper_l tests"; in TEST()
|
D | libgen_test.cpp | 81 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 98 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST()
|
D | sys_prctl_test.cpp | 64 GTEST_LOG_(INFO) << "This test does nothing as it tests an Android specific kernel feature."; in TEST() 111 GTEST_LOG_(INFO) in TEST()
|
D | system_properties_test2.cpp | 127 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST() 146 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST()
|
D | sys_shm_test.cpp | 38 GTEST_LOG_(INFO) << "no <sys/shm.h> support in this kernel\n"; in TEST()
|
D | sys_ptrace_test.cpp | 69 GTEST_LOG_(INFO) << "Hardware debug support disabled at kernel configuration time."; in is_hw_feature_supported() 78 GTEST_LOG_(INFO) in is_hw_feature_supported() 83 GTEST_LOG_(INFO) << "Kernel reports zero hardware watchpoints"; in is_hw_feature_supported() 87 GTEST_LOG_(INFO) << "Kernel reports zero hardware breakpoints"; in is_hw_feature_supported() 192 GTEST_LOG_(INFO) << "Skipping test because hardware support is not available.\n"; in run_watchpoint_test() 372 GTEST_LOG_(INFO) << "Skipping test because hardware support is not available.\n"; in TEST()
|
D | stack_protector_test.cpp | 98 GTEST_LOG_(INFO) << "glibc doesn't have a global __stack_chk_guard.\n"; in TEST()
|
D | sys_msg_test.cpp | 38 GTEST_LOG_(INFO) << "no <sys/msg.h> support in this kernel\n"; in TEST()
|
D | sys_sem_test.cpp | 38 GTEST_LOG_(INFO) << "no <sys/sem.h> support in this kernel\n"; in TEST()
|
D | link_test.cpp | 114 GTEST_LOG_(INFO) << "dl_unwind_find_exidx is an ARM-only API\n"; in TEST()
|
/bionic/tools/relocation_packer/src/ |
D | debug.h | 34 enum Severity {INFO = 0, WARNING, ERROR, FATAL}; enumerator 101 (relocation_packer::Logger(relocation_packer::Logger::INFO, (level), true) \ 104 (relocation_packer::Logger(relocation_packer::Logger::INFO, (level), \
|
D | debug.cc | 25 std::ostream* log = severity_ == INFO ? info_stream_ : error_stream_; in ~Logger() 28 case INFO: tag = "INFO"; break; in ~Logger()
|
D | debug_unittest.cc | 18 LOG(INFO) << "INFO log message"; in TEST() 34 LOG_IF(INFO, true) << "INFO log message"; in TEST() 35 LOG_IF(INFO, false) << "INFO log message, SHOULD NOT PRINT"; in TEST()
|
D | main.cc | 77 LOG(INFO) << "Try '" << argv[0] << " --help' for more information."; in main() 88 LOG(INFO) << "Try '" << argv[0] << " --help' for more information."; in main()
|
/bionic/linker/ |
D | linker_debug.h | 76 #define INFO(x...) _PRINTVF(0, x) macro
|
D | linker_main.cpp | 245 INFO("[ Android dynamic linker (64-bit) ]"); 247 INFO("[ Android dynamic linker (32-bit) ]"); 257 INFO("[ LD_LIBRARY_PATH set to \"%s\" ]", ldpath_env); 261 INFO("[ LD_PRELOAD set to \"%s\" ]", ldpreload_env); 594 INFO("[ Jumping to _start (%p)... ]", reinterpret_cast<void*>(start_address));
|
D | linker_cfi.cpp | 170 INFO("[ CFI add 0x%zx + 0x%zx %s ]", static_cast<uintptr_t>(si->base), in AddLibrary() 176 INFO("[ CFI add 0x%zx + 0x%zx %s: 0x%zx ]", static_cast<uintptr_t>(si->base), in AddLibrary() 267 INFO("[ CFI remove 0x%zx + 0x%zx: %s ]", static_cast<uintptr_t>(si->base), in BeforeUnload()
|
/bionic/tools/bionicbb/ |
D | bionicbb.py | 122 logging.basicConfig(level=logging.INFO) 125 fh.setLevel(logging.INFO)
|
/bionic/libc/seccomp/ |
D | seccomp_policy.cpp | 118 LOG(INFO) << "Global filter of size " << f.size() << " installed"; in install_filter()
|