Searched defs:log_info (Results 1 - 9 of 9) sorted by relevance

/external/fio/t/
H A Dlog.c19 int log_info(const char *format, ...) function
/external/fio/
H A Dlog.c37 int log_info(const char *format, ...) function
/external/chromium_org/gpu/command_buffer/service/
H A Dshader_manager.h73 const std::string& log_info() const { function in class:gpu::gles2::Shader
H A Dprogram_manager.h185 const std::string* log_info() const { function in class:gpu::gles2::Program
H A Dtest_helper.cc656 const std::string* log_info = (expected_log_info && !expected_valid) ? local
681 NotNull(), // log_info
687 .WillOnce(DoAll(SetArgumentPointee<1>(*log_info),
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Dctest.c709 log_info("(Known issue #%s) %s", ticket, buf);
846 log_info(const char* pattern, ...) function
/external/icu/icu4c/source/tools/ctestfw/
H A Dctest.c710 log_info("(Known issue #%s) %s\n", ticket, buf);
847 log_info(const char* pattern, ...) function
/external/sepolicy/tools/
H A Dcheck_seapp.c17 #define log_set_verbose() do { logging_verbose = 1; log_info("Enabling verbose\n"); } while(0)
20 #define log_info(fmt, ...) if (logging_verbose ) { log_msg(stdout, "Info: ", fmt, ##__VA_ARGS__); } macro
253 log_info("Validating %s=%s\n", key, value);
332 log_info("Key map validate returning: %d\n", rc);
404 log_info("Matched input lines: name=%s data=%s\n", mA->name, mA->data);
409 log_info("Matched lines: name=%s data=%s", mA->name, mA->data);
417 log_info("Rule map cmp MATCH\n");
423 log_info("Rule map cmp INPUT MATCH\n");
430 log_info("Rule map cmp NO MATCH\n");
556 log_info("Validatin
[all...]
/external/lldb/source/Expression/
H A DClangASTSource.cpp834 const char *log_info)
901 log->Printf(" CAS::FOMD[%d] found (%s) %s", current_id, log_info, dumper.GetCString());
829 FindObjCMethodDeclsWithOrigin(unsigned int current_id, NameSearchContext &context, ObjCInterfaceDecl *original_interface_decl, clang::ASTContext *ast_context, ClangASTImporter *ast_importer, const char *log_info) argument

Completed in 261 milliseconds