Home
last modified time | relevance | path

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

12

/bionic/tests/
Dlibc_logging_test.cpp108 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST()
118 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST()
128 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST()
142 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST()
156 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST()
166 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST()
176 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST()
188 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 …]
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()
Dfortify_test.cpp181 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F()
197 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F()
213 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F()
229 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F()
244 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F()
259 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F()
274 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F()
290 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F()
368 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F()
380 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST_F()
[all …]
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()
Dlibgen_test.cpp81 GTEST_LOG_(INFO) << "This test does nothing.\n"; in TEST()
98 GTEST_LOG_(INFO) << "This test does nothing.\n"; 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()
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()
Dpty_test.cpp112 GTEST_LOG_(INFO) << "This test tests bug happens only on multiprocessors."; 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()
Delf_file.cc717 LOG(INFO) << "Relocation table is already packed"; in PackTypedRelocations()
850 LOG(INFO) << "Relocations : " << (relocations_type_ == REL ? "REL" : "RELA"); in UnpackRelocations()
864 LOG(INFO) << "Packed : " << packed_bytes << " bytes"; in UnpackTypedRelocations()
872 LOG(INFO) << "Unpacked : " << unpacked_bytes << " bytes"; in UnpackTypedRelocations()
877 LOG(INFO) << "Relocations : " << unpacked_relocations.size() << " entries"; in UnpackTypedRelocations()
890 LOG(INFO) << "Expansion : " << unpacked_bytes - packed_bytes << " bytes"; in UnpackTypedRelocations()
/bionic/linker/
Dlinker_debug.h75 #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);
566 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