OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plog
(Results
276 - 300
of
319
) sorted by null
<<
11
12
13
/system/connectivity/shill/
process_manager.cc
268
PLOG
(ERROR) << "Failed to send " << signal <<"signal to process " << pid;
shill_main.cc
161
PLOG
(ERROR) << "Failed to redirect stderr to syslog";
/system/extras/simpleperf/
event_selection_set.cpp
224
PLOG
(ERROR) << "failed to open perf event file for event_type "
cmd_report.cpp
670
PLOG
(ERROR) << "failed to open file " << report_filename_;
682
PLOG
(ERROR) << "print report failed";
record.cpp
619
PLOG
(ERROR) << "Failed to read record file";
625
PLOG
(ERROR) << "Failed to read record file";
/art/runtime/
common_runtime_test.cc
104
PLOG
(WARNING) << "Error closing scratch file.";
184
PLOG
(FATAL) << "mkdtemp(\"" << &android_data[0] << "\") failed";
utils.cc
119
PLOG
(FATAL) << "getrlimit(RLIMIT_STACK) failed";
980
PLOG
(WARNING) << "Unable to set the name of current thread to '" << buf << "'";
[
all
...]
runtime.cc
674
PLOG
(ERROR) << "Failed to unshare()";
681
PLOG
(ERROR) << "Failed to mount() rootfs as MS_SLAVE";
692
PLOG
(ERROR) << "Failed to mount tmpfs to " << target_base;
[
all
...]
dex_file_verifier_test.cc
168
PLOG
(FATAL) << "Failed to write base64 as dex file";
171
PLOG
(FATAL) << "Could not flush and close test file.";
[
all
...]
/art/runtime/jit/
offline_profiling_info.cc
121
PLOG
(WARNING) << "Could not clear profile file: " << filename;
466
PLOG
(WARNING) << "Error when reading profile " << error;
jit_code_cache.cc
52
PLOG
(FATAL) << "Failed to mprotect jit code cache"; \
151
PLOG
(FATAL) << "create_mspace_with_base failed";
[
all
...]
/system/core/crash_reporter/
kernel_collector.cc
270
PLOG
(WARNING) << "Could not stat " << kDumpParentPath;
276
PLOG
(WARNING) << "Could not stat " << kDumpPath;
/system/extras/perfprofd/quipper/base/
logging.h
93
//
PLOG
(ERROR) << "Couldn't do foo";
210
#define
PLOG
(severity) \
/system/update_engine/common/
utils.h
397
PLOG
(ERROR) << "Unable to unlink path " << path_;
416
PLOG
(ERROR) << "Unable to remove dir " << path_;
/external/eigen/Eigen/src/Core/
GenericPacketMath.h
259
Packet
plog
(const Packet& a) { using std::log; return log(a); }
function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h
23
Packet4f
plog
<Packet4f>(const Packet4f& _x)
function in namespace:Eigen::internal
/external/ipsec-tools/
setup.c
51
#include "
plog
.h"
/external/libchrome/base/time/
time_posix.cc
156
PLOG
(ERROR) << "Call to gettimeofday failed.";
/external/webrtc/webrtc/p2p/base/
stunport.cc
501
PLOG
(LERROR, socket_->GetError()) << "sendto";
/system/core/adb/
services.cpp
197
PLOG
(ERROR) << "cannot create service socket pair.";
/external/libchrome/crypto/
nss_util.cc
229
PLOG
(ERROR) << "SECMOD_CloseUserDB failed: " << PORT_GetError();
486
PLOG
(ERROR) << "SECMOD_UpdateSlotList failed: " << PORT_GetError();
[
all
...]
/art/compiler/
image_writer.cc
216
PLOG
(ERROR) << "Failed to make image file world readable: " << image_filename;
286
PLOG
(ERROR) << "Failed to write image file data " << image_filename;
303
PLOG
(ERROR) << "Failed to write image file " << image_filename;
310
PLOG
(ERROR) << "Failed to flush image file " << image_filename << " with result " << err;
322
PLOG
(ERROR) << "Failed to write image file header " << image_filename;
330
PLOG
(ERROR) << "Failed to flush and close image file " << image_filename;
[
all
...]
/system/update_engine/payload_consumer/
delta_performer.cc
127
PLOG
(ERROR) << "Unable to open file " << path;
310
PLOG
(ERROR) << "Error closing source partition";
319
PLOG
(ERROR) << "Error closing target partition";
[
all
...]
/art/patchoat/
patchoat.cc
130
PLOG
(ERROR) << "Unable to make " << name << " world readable";
143
PLOG
(ERROR) << "Failed to flush and close file.";
[
all
...]
/external/libchrome/base/
logging.h
122
//
PLOG
(ERROR) << "Couldn't do foo";
453
#define
PLOG
(severity) \
[
all
...]
Completed in 900 milliseconds
<<
11
12
13