HomeSort by relevance Sort by last modified time
    Searched full:plog (Results 126 - 150 of 217) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /system/core/base/
logging_test.cpp 139 TEST(logging, PLOG) {
143 PLOG(INFO) << "foobar";
  /system/vold/
TrimTask.cpp 122 PLOG(WARNING) << "Failed to open " << path;
132 PLOG(WARNING) << "Trim failed on " << path;
  /external/ipsec-tools/src/racoon/
Makefile.am 36 plog.c logger.c schedule.c str2val.c \
52 plainrsa_gen_SOURCES = plainrsa-gen.c plog.c \
58 eaytest_SOURCES = eaytest.c plog.c logger.c
68 algorithm.h gcmalloc.h isakmp_inf.h plog.h str2val.h \
sainfo.c 53 #include "plog.h"
109 plog(LLV_DEBUG, LOCATION, NULL,
119 plog(LLV_DEBUG, LOCATION, NULL,
124 plog(LLV_DEBUG, LOCATION, NULL,
misc.h 71 plog(LLV_ERROR, LOCATION, NULL, "strdup failed\n"); \
kmpstat.c 72 #include "plog.h"
186 * Dumb plog functions (used by sockmisc.c)
plainrsa-gen.c 59 #include "plog.h"
97 plog(LLV_ERROR, LOCATION, NULL,
cftoken.l 60 #include "plog.h"
83 # define YYDB plog(LLV_DEBUG2, LOCATION, NULL, \
86 plog(LLV_DEBUG2, LOCATION, NULL, "<%d>%s", \
711 plog(LLV_ERROR, LOCATION, NULL,
718 plog(LLV_ERROR, LOCATION, NULL,
753 plog(LLV_ERROR, LOCATION, NULL,
766 plog(LLV_DEBUG, LOCATION, NULL,
  /external/iproute2/tc/
q_choke.c 146 opt.Plog = wlog;
198 fprintf(f, "Plog %u ", qopt->Plog);
q_red.c 140 opt.Plog = wlog;
196 fprintf(f, "Plog %u ", qopt->Plog);
tc_red.c 28 Plog = log(prob/(qmax - qmin))
  /system/extras/simpleperf/
environment.cpp 37 PLOG(ERROR) << "can't open online cpu information";
80 PLOG(ERROR) << "failed to open file " << symbol_file;
145 PLOG(DEBUG) << "failed to open file /proc/modules";
172 PLOG(FATAL) << "can't read linux version";
321 PLOG(DEBUG) << "can't open file " << map_file;
utils.cpp 59 PLOG(DEBUG) << "can't open dir " << dirpath;
cmd_dumprecord.cpp 87 PLOG(WARNING) << "record file header size doesn't match expected header size "
92 PLOG(WARNING) << "record file attr size doesn't match expected attr size " << sizeof(FileAttr);
  /art/runtime/base/
mutex.cc 351 PLOG(shutting_down ? WARNING : FATAL) << "pthread_mutex_destroy failed for " << name_;
377 PLOG(FATAL) << "futex wait failed for " << name_;
424 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_;
541 PLOG(shutting_down ? WARNING : FATAL) << "pthread_rwlock_destroy failed for " << name_;
564 PLOG(FATAL) << "futex wait failed for " << name_;
644 PLOG(FATAL) << "timed futex wait failed for " << name_;
659 PLOG(FATAL) << "pthread_rwlock_timedwrlock failed for " << name_;
676 PLOG(FATAL) << "futex wait failed for " << name_;
704 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_;
774 PLOG(shutting_down ? WARNING : FATAL) << "pthread_cond_destroy failed for " << name_
    [all...]
  /art/runtime/
dex_file_verifier_test.cc 117 PLOG(FATAL) << "Failed to write base64 as dex file";
120 PLOG(FATAL) << "Could not flush and close test file.";
183 PLOG(FATAL) << "Failed to write base64 as dex file";
186 PLOG(FATAL) << "Could not flush and close test file.";
thread_linux.cc 34 PLOG(FATAL) << "sigaltstack failed";
signal_catcher.cc 111 PLOG(ERROR) << "Unable to open stack trace file '" << stack_trace_file_ << "'";
124 PLOG(ERROR) << "Failed to write stack traces to '" << stack_trace_file_ << "'";
  /external/iproute2/include/linux/
pkt_sched.h 204 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
234 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
276 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
309 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 47 PLOG(ERROR) << "prctl(PR_SET_DUMPABLE) failed for pid " << getpid();
55 PLOG(ERROR) << "setrlimit(RLIMIT_CORE) failed for pid " << getpid();
  /external/ipsec-tools/
main.c 27 #include "plog.h"
225 /* plog.h */
ChangeLog 44 * src/racoon/: isakmp_inf.c, isakmp_xauth.c, plog.c: Orignally from
218 * src/racoon/crypto_openssl.c: From Scott Lamb: include plog.h to
219 work with the new plog macro.
221 * src/racoon/kmpstat.c: From Scott Lamb: plog changed to _plog to
222 work with new plog macro
224 * src/racoon/: plog.c, plog.h: From Scott Lamb: new plog macro.
704 plog()

Completed in 1057 milliseconds

1 2 3 4 56 7 8 9