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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
pkt_sched.h 121 unsigned char Plog;
162 __u8 Plog;
  /system/extras/simpleperf/
environment.cpp 72 PLOG(ERROR) << "can't open online cpu information";
117 PLOG(ERROR) << "failed to open file " << symbol_file;
153 PLOG(DEBUG) << "failed to open file /proc/modules";
180 PLOG(FATAL) << "can't read linux version";
332 PLOG(DEBUG) << "can't open file " << map_file;
410 PLOG(ERROR) << "readlink failed";
429 PLOG(ERROR) << "failed to read /proc/sys/kernel/perf_event_paranoid";
434 PLOG(ERROR) << "failed to parse /proc/sys/kernel/perf_event_paranoid: " << s;
  /external/dbus-binding-generator/chromeos-dbus-bindings/
test_utils.cc 46 PLOG(ERROR) << "Reading from diff.";
  /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/libbrillo/brillo/
osrelease_reader.cc 46 PLOG(FATAL) << "Could not read " << path.value();
  /external/libchrome/base/posix/
safe_strerror.h 16 // BEFORE using anything from this file, first look at PLOG and friends in
  /external/libchrome/crypto/
scoped_test_nss_db.cc 64 PLOG(ERROR) << "SECMOD_CloseUserDB failed: " << PORT_GetError();
  /system/connectivity/shill/
protobuf_lite_streams.cc 35 PLOG(ERROR) << __func__ << ": "
  /system/core/metricsd/collectors/
disk_usage_collector.cc 49 PLOG(ERROR) << "Failed to check the available space in "
  /system/update_engine/common/
utils.cc 216 PLOG(ERROR) << "Error reading fd " << fd;
255 PLOG(ERROR) << "pwrite error; num_attempts=" << num_attempts
417 PLOG(ERROR) << "Error running ioctl(BLKGETSIZE64) on " << fd;
427 PLOG(ERROR) << "Error stat-ing " << fd;
441 PLOG(ERROR) << "Error opening " << path;
446 PLOG(ERROR) << "Error getting file size of " << path;
660 PLOG(ERROR) << "Opening block device " << device;
674 PLOG(ERROR) << "Marking block device " << device << " as read_only="
698 PLOG(WARNING) << "Unable to mount destination device " << device
720 PLOG(WARNING) << "Error unmounting " << mountpoint << " after " << num_retrie
    [all...]
  /external/iproute2/tc/
q_choke.c 146 opt.Plog = wlog;
198 fprintf(f, "Plog %u ", qopt->Plog);
q_red.c 141 opt.Plog = parm;
197 fprintf(f, "Plog %u ", qopt->Plog);
  /system/connectivity/apmanager/
hostapd_monitor.cc 141 PLOG(ERROR) << "Failed to bind to local socket";
147 PLOG(ERROR) << "Failed to connect";
178 PLOG(ERROR) << "Send to hostapd failed";
  /system/update_engine/
hardware_chromeos.cc 85 PLOG(ERROR) << "Error getting information about "
155 PLOG(ERROR) << "Error in creating powerwash marker file: " << marker_file;
168 PLOG(ERROR) << "Could not delete the powerwash marker file : "
  /art/test/137-cfi/
cfi.cc 170 PLOG(WARNING) << "waitpid failed: tid " << tid;
176 PLOG(ERROR) << "unexpected waitpid response: n=" << n << ", status=" << std::hex << status;
182 PLOG(WARNING) << "timed out waiting for stop signal: tid=" << tid;
208 PLOG(ERROR) << "Failed to attach.";
258 PLOG(ERROR) << "Detach failed";
  /art/runtime/base/
mutex.cc 354 PLOG(shutting_down ? WARNING : FATAL) << "pthread_mutex_destroy failed for " << name_;
380 PLOG(FATAL) << "futex wait failed for " << name_;
427 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_;
544 PLOG(shutting_down ? WARNING : FATAL) << "pthread_rwlock_destroy failed for " << name_;
567 PLOG(FATAL) << "futex wait failed for " << name_;
647 PLOG(FATAL) << "timed futex wait failed for " << name_;
662 PLOG(FATAL) << "pthread_rwlock_timedwrlock failed for " << name_;
679 PLOG(FATAL) << "futex wait failed for " << name_;
707 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_;
782 PLOG(shutting_down ? WARNING : FATAL) << "pthread_cond_destroy failed for " << name_
    [all...]
  /frameworks/native/cmds/installd/
commands.cpp 105 PLOG(ERROR) << "Failed to prepare " << path;
109 PLOG(ERROR) << "Failed to setfilecon " << path;
151 PLOG(ERROR) << "Failed to prepare " << profile_path;
157 PLOG(ERROR) << "Failed to prepare " << profile_path;
166 PLOG(ERROR) << "Failed to prepare " << ref_profile_path;
187 PLOG(ERROR) << "Failed to mark default storage " << ce_path;
200 PLOG(ERROR) << "Failed to delete";
204 PLOG(ERROR) << "Failed to rename";
216 PLOG(WARNING) << "Could not open profile " << profile;
226 PLOG(WARNING) << "Error locking profile " << profile
    [all...]
  /system/vold/
CommandListener.cpp 666 PLOG(ERROR) << "Failed to mount " << path;
685 PLOG(ERROR) << "Failed to open /proc";
694 PLOG(ERROR) << "Failed to open /proc/" << pid;
703 PLOG(ERROR) << "Failed to stat /proc/" << pid;
737 PLOG(ERROR) << "Failed to open namespace for /proc/" << pid << "/ns/mnt";
744 PLOG(ERROR) << "Failed to setns";
760 PLOG(ERROR) << "Failed to folk child process";
797 PLOG(ERROR) << "Failed to prepare directory " << path;
805 PLOG(ERROR) << "Failed to open /dev/fuse";
870 PLOG(ERROR) << "Failed to send FD from vold"
    [all...]
  /system/webservd/webservd/
protocol_handler.cc 206 PLOG(WARNING) << "Failed to set SO_REUSEADDR option on listening socket.";
210 PLOG(WARNING) << "Failed to set IPV6_V6ONLY option on listening socket.";
221 PLOG(ERROR) << "Failed to bind the socket to port " << config->port;
231 PLOG(WARNING) << "Failed to set TCP_FASTOPEN option on socket.";
238 PLOG(ERROR) << "Failed to listen for connections on the socket.";
269 PLOG(ERROR) << "Failed to create protocol handler on port " << config->port;
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 47 PLOG(ERROR) << "prctl(PR_SET_DUMPABLE) failed for pid " << getpid();
56 PLOG(ERROR) << "prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) failed for pid " << getpid();
65 PLOG(ERROR) << "setrlimit(RLIMIT_CORE) failed for pid " << getpid();

Completed in 2570 milliseconds

1 2 3 4 56 7 8 91011>>