Home
last modified time | relevance | path

Searched refs:Info (Results 1 – 25 of 219) sorted by relevance

123456789

/system/unwinding/libunwindstack/
DArmExidx.cpp42 Log::Info(log_indent_, "%s", log_str.c_str()); in LogRawData()
71 Log::Info(log_indent_, "Raw Data: 0x00 0x00 0x00 0x01"); in ExtractEntryData()
73 Log::Info(log_indent_, "[cantunwind]"); in ExtractEntryData()
199 Log::Info(log_indent_, "Refuse to unwind"); in DecodePrefix_10_00()
220 Log::Info(log_indent_, "%s}", msg.c_str()); in DecodePrefix_10_00()
268 Log::Info(log_indent_, "[Reserved]"); in DecodePrefix_10_01()
276 Log::Info(log_indent_, "vsp = r%d", bits); in DecodePrefix_10_01()
304 Log::Info(log_indent_, "%s, r14}", msg.c_str()); in DecodePrefix_10_10()
306 Log::Info(log_indent_, "%s}", msg.c_str()); in DecodePrefix_10_10()
354 Log::Info(log_indent_, "finish"); in DecodePrefix_10_11_0000()
[all …]
DDwarfCfa.cpp200 Log::Info(indent, "DW_CFA_offset register(%d) %" PRId64, reg, offset); in LogOffsetRegisterString()
201 Log::Info(indent, "%s", raw_data.c_str()); in LogOffsetRegisterString()
211 Log::Info(indent, "Illegal (Only valid on aarch64)"); in LogInstruction()
213 Log::Info(indent, "Illegal"); in LogInstruction()
215 Log::Info(indent, "Raw Data: 0x%02x", op); in LogInstruction()
242 Log::Info(indent, "%s", log_string.c_str()); in LogInstruction()
256 Log::Info(indent, "%s", raw_data.c_str()); in LogInstruction()
265 Log::Info(indent, "%s", raw_data.c_str()); in LogInstruction()
270 Log::Info(indent + 1, "%s", line.c_str()); in LogInstruction()
298 Log::Info(indent, "DW_CFA_advance_loc %d", cfa_low); in Log()
[all …]
DSymbols.h34 struct Info { struct
58 Info* BinarySearch(uint64_t addr, Memory* elf_memory, uint64_t* func_offset); argument
69 std::map<uint64_t, Info> symbols_; // Cache of read symbols (keyed by function *end* address).
DLogStdout.cpp43 void Info(const char* format, ...) { in Info() function
50 void Info(uint8_t indent, const char* format, ...) { in Info() function
DLogAndroid.cpp48 void Info(const char* format, ...) { in Info() function
55 void Info(uint8_t indent, const char* format, ...) { in Info() function
DDexFile.h38 struct Info { struct
70 std::map<uint32_t, Info> symbols_; // Cache of read symbols (keyed by *end* offset).
DSymbols.cpp60 Symbols::Info* Symbols::BinarySearch(uint64_t addr, Memory* elf_memory, uint64_t* func_offset) { in BinarySearch()
90 Info& info = symbols_[sym.st_value + sym.st_size]; in BinarySearch()
151 Info* info; in GetName()
DDwarfCfa.h53 struct Info { struct
68 const static Info kTable[64]; argument
/system/keymint/common/src/tag/
Dinfo.rs168 pub struct Info { struct
195 const INFO: [(Tag, Info); 60] = [ argument
198 Info {
213 Info {
228 Info {
243 Info {
258 Info {
273 Info {
288 Info {
303 Info {
[all …]
/system/unwinding/libunwindstack/include/unwindstack/
DLog.h31 void Info(const char* format, ...) __printflike(1, 2);
32 void Info(uint8_t indent, const char* format, ...) __printflike(2, 3);
/system/core/init/
Depoll.h50 struct Info { struct
56 std::map<int, Info> epoll_handlers_; argument
Depoll.cpp49 fd, Info{ in RegisterHandler()
103 const Info& info = it->second; in Wait()
/system/keymaster/include/keymaster/
Dlogger.h42 static int Info(const char* fmt, ...);
63 #define LOG_I(fmt, ...) Logger::Info(__KM_FILE_LINE fmt, __VA_ARGS__)
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h110 class Info {
114 explicit Info(uint32_t flags) : flags_(flags) {} in Info() function
140 std::optional<Info> GetDetailedInfo(const std::string& name) const;
/system/keymaster/android_keymaster/
Dlogger.cpp52 int Logger::Info(const char* fmt, ...) { in Info() function in keymaster::Logger
/system/extras/profcollectd/libprofcollectd/
Dlib.rs128 let min_log_level = if cfg!(feature = "test") { log::Level::Info } else { log::Level::Error }; in init_logging()
/system/ca-certificates/files/
D7a7c655d.024 Subject Public Key Info:
D0d69c7e1.024 Subject Public Key Info:
D1ae85e5e.027 Subject Public Key Info:
Dccc52f49.024 Subject Public Key Info:
D5fdd185d.025 Subject Public Key Info:
/system/ca-certificates/google/files/
D0d69c7e1.025 Subject Public Key Info:
Dccc52f49.024 Subject Public Key Info:
/system/security/prng_seeder/src/
Dmain.rs51 logger::Config::default().with_tag_on_device("prng_seeder").with_min_level(Level::Info) in configure_logging()
/system/core/trusty/keymint/src/
Dkeymint_hal_main.rs95 .with_min_level(log::Level::Info) in inner_main()

123456789