/external/chromium/base/files/ |
file_path_watcher_mac.cc | 197 PLOG(ERROR) << "close"; 205 PLOG(ERROR) << "kevent"; 434 PLOG(ERROR) << "kqueue";
|
file_path_watcher_win.cc | 209 PLOG(ERROR) << "FindFirstChangeNotification failed for "
|
/external/chromium/chrome/browser/ |
shell_integration_linux.cc | 130 PLOG(ERROR) << "close"; 137 PLOG(ERROR) << "close"; 148 PLOG(ERROR) << "close";
|
process_info_snapshot_mac.cc | 32 PLOG(ERROR) << "sysctl() for KERN_PROC"; 57 PLOG(ERROR) << "sysctl() for KERN_ARGMAX";
|
memory_details_linux.cc | 111 PLOG(ERROR) << "close";
|
/external/chromium/base/ |
process_util_posix.cc | 273 PLOG(ERROR) << "Unable to terminate process group " << process_group_id; 518 PLOG(ERROR) << "fork"; 700 PLOG(ERROR) << "waitpid(" << handle << ")"; 782 PLOG(ERROR) << "kqueue"; 805 PLOG(ERROR) << "close"; 808 PLOG(ERROR) << "kevent"; [all...] |
message_pump_libevent.cc | 124 PLOG(ERROR) << "close"; 128 PLOG(ERROR) << "close";
|
shared_memory_win.cc | 209 PLOG(ERROR) << "Could not create mutex.";
|
logging.h | 122 // PLOG(ERROR) << "Couldn't do foo"; 423 // PLOG_STREAM is used by PLOG, which is the usual error logging macro 432 // PLOG_STREAM is used by PLOG, which is the usual error logging macro 438 #define PLOG(severity) \ [all...] |
/external/chromium/base/threading/ |
platform_thread_posix.cc | 185 PLOG(ERROR) << "prctl(PR_SET_NAME)";
|
/external/chromium/net/test/ |
test_server_posix.cc | 104 PLOG(ERROR) << "Could not create pipe.";
|
/external/srec/audio/AudioIn/UNIX/src/ |
audioinwrapper.cpp | 37 #include "plog.h"
|
/external/srec/portable/src/ |
PFileImpl.c | 24 #include "plog.h"
|
/external/srec/portable/src/UNIX/ |
PANSIFileSystemUNIXImpl.c | 29 #include "plog.h"
|
/external/srec/shared/src/ |
ESR_Session.c | 30 #include "plog.h"
|
/external/srec/srec/Grammar/src/ |
SR_Grammar.c | 24 #include "plog.h"
|
/external/srec/srec/Nametag/src/ |
NametagImpl.c | 25 #include "plog.h"
|
/external/srec/tools/test_swiarb/ |
test_swiarb.c | 25 #include "plog.h"
|
/external/sqlite/dist/orig/ |
shell.c | 439 FILE *pLog; /* Write log output here */ 487 if( p->pLog==0 ) return; 488 fprintf(p->pLog, "(%d) %s\n", iErrCode, zMsg); 489 fflush(p->pLog); [all...] |
/external/sqlite/dist/ |
shell.c | 444 FILE *pLog; /* Write log output here */ 492 if( p->pLog==0 ) return; 493 fprintf(p->pLog, "(%d) %s\n", iErrCode, zMsg); 494 fflush(p->pLog); [all...] |
/bionic/libc/kernel/common/linux/ |
pkt_sched.h | 167 unsigned char Plog; 212 __u8 Plog;
|
/external/chromium/third_party/libjingle/overrides/talk/base/ |
logging.h | 59 // Lastly, PLOG(sev, err) is an alias for LOG_ERR_EX. 376 #define PLOG(sev, err) \
|
/external/chromium/third_party/libjingle/source/talk/base/ |
logging.h | 59 // Lastly, PLOG(sev, err) is an alias for LOG_ERR_EX. 372 #define PLOG(sev, err) \
|
/external/ipsec-tools/src/racoon/ |
Makefile.in | 71 am_eaytest_OBJECTS = eaytest.$(OBJEXT) plog.$(OBJEXT) logger.$(OBJEXT) 74 am_plainrsa_gen_OBJECTS = plainrsa-gen.$(OBJEXT) plog.$(OBJEXT) \ 87 strnames.$(OBJEXT) plog.$(OBJEXT) logger.$(OBJEXT) \ 288 plog.c logger.c schedule.c str2val.c \ 305 plainrsa_gen_SOURCES = plainrsa-gen.c plog.c \ 311 eaytest_SOURCES = eaytest.c plog.c logger.c 322 algorithm.h gcmalloc.h isakmp_inf.h plog.h str2val.h \ 518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plog.Po@am__quote@ [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
stunport.cc | 252 PLOG(LERROR, socket_->GetError()) << "sendto";
|