Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 41) sorted by relevance

12

/bionic/tests/
Dasync_safe_test.cpp107 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()
Dgetauxval_test.cpp52 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()
Duchar_test.cpp41 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 …]
Dendian_test.cpp49 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()
Dsystem_properties_test.cpp146 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 …]
Dfortify_test.cpp146 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 …]
Dwctype_test.cpp43 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()
Dlibgen_test.cpp81 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST()
98 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST()
Dsys_prctl_test.cpp64 GTEST_LOG_(INFO) << "This test does nothing as it tests an Android specific kernel feature."; in TEST()
111 GTEST_LOG_(INFO) in TEST()
Dsystem_properties_test2.cpp127 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST()
146 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST()
Dsys_shm_test.cpp38 GTEST_LOG_(INFO) << "no <sys/shm.h> support in this kernel\n"; in TEST()
Dsys_ptrace_test.cpp69 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()
Dstack_protector_test.cpp98 GTEST_LOG_(INFO) << "glibc doesn't have a global __stack_chk_guard.\n"; in TEST()
Dsys_msg_test.cpp38 GTEST_LOG_(INFO) << "no <sys/msg.h> support in this kernel\n"; in TEST()
Dsys_sem_test.cpp38 GTEST_LOG_(INFO) << "no <sys/sem.h> support in this kernel\n"; in TEST()
Dlink_test.cpp114 GTEST_LOG_(INFO) << "dl_unwind_find_exidx is an ARM-only API\n"; in TEST()
/bionic/tools/relocation_packer/src/
Ddebug.h34 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), \
Ddebug.cc25 std::ostream* log = severity_ == INFO ? info_stream_ : error_stream_; in ~Logger()
28 case INFO: tag = "INFO"; break; in ~Logger()
Ddebug_unittest.cc18 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()
Dmain.cc77 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/
Dlinker_debug.h76 #define INFO(x...) _PRINTVF(0, x) macro
Dlinker_main.cpp245 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));
Dlinker_cfi.cpp170 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/
Dbionicbb.py122 logging.basicConfig(level=logging.INFO)
125 fh.setLevel(logging.INFO)
/bionic/libc/seccomp/
Dseccomp_policy.cpp118 LOG(INFO) << "Global filter of size " << f.size() << " installed"; in install_filter()

12