HomeSort by relevance Sort by last modified time
    Searched full:plog (Results 76 - 100 of 237) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /external/chromium/base/
safe_strerror_posix.h 11 // BEFORE using anything from this file, first look at PLOG and friends in
shared_memory_posix.cc 83 PLOG(ERROR) << "close";
154 PLOG(ERROR) << "Creating shared memory in " << path.value() << " failed";
157 PLOG(ERROR) << "Unable to access(W_OK|X_OK) " << dir.value();
164 PLOG(ERROR) << "Creating shared memory in " << path.value() << " failed";
234 PLOG(ERROR) << "close";
  /external/chromium/chrome/browser/extensions/
extension_creator.cc 212 PLOG(ERROR) << "fwrite failed to write header";
216 PLOG(ERROR) << "fwrite failed to write public_key.front";
220 PLOG(ERROR) << "fwrite failed to write signature.front";
231 PLOG(ERROR) << "fwrite failed to write buffer";
  /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,
  /external/srec/portable/
Android.mk 21 src/plog.c \
  /external/srec/srec/Semproc/src/
SemanticGraph.c 23 #include "plog.h"
SemanticProcessor.c 23 #include "plog.h"
  /external/chromium/net/test/
test_server_win.cc 115 PLOG(ERROR) << "ReadFile failed";
156 PLOG(ERROR) << "Failed to create pipe";
165 PLOG(ERROR) << "Failed to enable pipe inheritance";
  /external/iproute2/tc/
q_red.c 123 opt.Plog = wlog;
173 fprintf(f, "ewma %u Plog %u Scell_log %u",
174 qopt->Wlog, qopt->Plog, qopt->Scell_log);
tc_red.c 28 Plog = log(prob/(qmax - qmin))
  /external/chromium/chrome/common/
logging_chrome.cc 192 PLOG(WARNING) << "Unable to unlink " << symlink_path.value();
195 PLOG(ERROR) << "Unable to create symlink " << symlink_path.value()
200 PLOG(ERROR) << "Unable to read symlink " << symlink_path.value();
208 PLOG(WARNING) << "Unable to unlink symlink " << link_path.value();
210 PLOG(WARNING) << "Unable to unlink log file " << target_path.value();
310 PLOG(ERROR) << "Unable to initialize logging to " << log_path.value()
318 PLOG(ERROR) << "Unable to initialize logging to " << log_path.value();
service_process_util_linux.cc 64 PLOG(ERROR) << "kill";
  /external/srec/portable/src/
plog.c 2 * plog.c *
25 #include "plog.h"
62 * Used to detect endless recursion where the PLog module calls itself.
281 * There are three possible scenerios for why logging would occur although the PLog module
284 * 1) The code fails before PLog is initialized (perhaps in other portable components)
285 * 2) The user forgets to initialize the PLog module
286 * 3) The code fails after PLog is uninitialized (on shutdown)
  /external/chromium/chrome/browser/
browser_main_posix.cc 175 PLOG(INFO) << "Failed to set file descriptor limit";
178 PLOG(INFO) << "Failed to get file descriptor limit";
244 PLOG(DFATAL) << "Failed to create pipe";
  /external/chromium/net/base/
net_util_posix.cc 65 PLOG(ERROR) << "getifaddrs";

Completed in 1253 milliseconds

1 2 34 5 6 7 8 910