OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plog
(Results
251 - 275
of
319
) sorted by null
<<
11
12
13
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
pkt_sched.h
177
unsigned char
Plog
;
205
unsigned char
Plog
;
249
__u8
Plog
;
281
unsigned char
Plog
;
/system/core/metricsd/collectors/
averaged_statistics_collector.cc
109
PLOG
(WARNING) << "Could not read disk stats from "
/system/core/metricsd/
metrics_collector.cc
107
PLOG
(WARNING) << "clock_gettime(CLOCK_MONOTONIC) failed";
273
PLOG
(ERROR) << "Could not create the consent file.";
287
PLOG
(ERROR) << "Could not delete the consent file.";
408
PLOG
(WARNING) << "cannot read " << path.MaybeAsASCII();
/system/extras/simpleperf/
read_apk.cpp
95
PLOG
(ERROR) << "lseek() failed in " << apk_path << " offset " << zentry.offset;
read_elf.cpp
151
PLOG
(DEBUG) << "failed to open " << filename;
157
PLOG
(ERROR) << "failed to get size of file " << filename;
cmd_record.cpp
737
PLOG
(ERROR) << "failed to remove " << record_filename_;
741
PLOG
(ERROR) << "failed to rename " << tmp_filename << " to " << record_filename_;
757
PLOG
(ERROR) << "uname() failed";
/system/nativepower/daemon/
power_manager.cc
115
PLOG
(ERROR) << "Failed to write \"" << kPowerStateSuspend << "\" to "
/system/update_engine/
p2p_manager_unittest.cc
284
PLOG
(ERROR) << "getxattr() didn't fail with ENODATA as expected, "
318
PLOG
(ERROR) << "Error creating file with path " << path;
322
PLOG
(ERROR) << "Error truncating " << path << " to size " << size;
331
PLOG
(ERROR) << "Error setting xattr on " << path;
/frameworks/native/cmds/installd/
utils.cpp
103
PLOG
(ERROR) << "Failed to opendir " << user_path;
229
PLOG
(ERROR) << "Failed to opendir " << path;
535
PLOG
(ERROR) << "Couldn't statfs " << data_path;
791
PLOG
(WARNING) << "Failed to stat " << path;
820
PLOG
(WARNING) << "Mismatched inode value; found " << inode
827
PLOG
(ERROR) << "Failed to write xattr " << inode_xattr << " at " << parent;
854
PLOG
(ERROR) << "Failed to opendir " << parent;
[
all
...]
/art/dex2oat/
dex2oat.cc
[
all
...]
/system/vold/
VolumeManager.cpp
521
PLOG
(ERROR) << "Failed to opendir";
527
PLOG
(ERROR) << "Failed to readlink";
542
PLOG
(WARNING) << "Failed to stat " << de->d_name;
552
PLOG
(WARNING) << "Failed to read namespace for " << de->d_name;
563
PLOG
(WARNING) << "Failed to open namespace for " << de->d_name;
569
PLOG
(ERROR) << "Failed to setns for " << de->d_name;
588
PLOG
(ERROR) << "Failed to mount " << storageSource << " for "
598
PLOG
(ERROR) << "Failed to mount " << userSource << " for "
607
PLOG
(ERROR) << "Failed to fork";
[
all
...]
/art/runtime/
dex_file_test.cc
148
PLOG
(FATAL) << "Failed to write base64 as dex file";
151
PLOG
(FATAL) << "Could not flush and close test file.";
mem_map.cc
230
PLOG
(WARNING) << StringPrintf("munmap(%p, %zd) failed", actual_ptr, byte_count);
476
PLOG
(FATAL) << "munmap failed";
589
PLOG
(WARNING) << "madvise failed";
621
PLOG
(ERROR) << "mprotect(" << reinterpret_cast<void*>(base_begin_) << ", " << base_size_ << ", "
[
all
...]
/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
...]
/art/runtime/gc/space/
malloc_space.h
42
PLOG
(FATAL) << # call << " failed for " << what; \
/external/iproute2/tc/
q_sfq.c
197
opt.
Plog
= wlog;
/external/ipsec-tools/
NEWS
30
o new
plog
() macro (reduced CPU usage when logging is disabled)
/external/libchrome/base/message_loop/
message_loop_unittest.cc
796
PLOG
(ERROR) << "close";
798
PLOG
(ERROR) << "close";
821
PLOG
(ERROR) << "close";
823
PLOG
(ERROR) << "close";
[
all
...]
/system/connectivity/shill/wifi/
mac80211_monitor.cc
168
PLOG
(ERROR) << "Failed to write to " << wake_queues_file_path_.value();
/system/core/adb/daemon/
main.cpp
61
PLOG
(FATAL) << "Could not drop capabilities";
/system/update_engine/payload_consumer/
mtd_file_descriptor.cc
198
PLOG
(ERROR) << "Cannot issue volume update ioctl";
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java
335
Logger
pLog
= Logger.getLogger("testGetLogger_WithParent_ParentLogger",
337
pLog
.setLevel(Level.CONFIG);
338
pLog
.addHandler(new MockHandler());
339
pLog
.setFilter(new MockFilter());
340
pLog
.setUseParentHandlers(false);
352
assertSame(log.getParent(),
pLog
);
535
Logger
pLog
= Logger
537
pLog
.setLevel(Level.CONFIG);
538
pLog
.addHandler(new MockHandler());
539
pLog
.setFilter(new MockFilter())
[
all
...]
/libcore/ojluni/src/main/java/sun/util/logging/
PlatformLogger.java
221
PlatformLogger
plog
= ref.get();
local
222
if (
plog
!= null) {
223
plog
.redirectToJavaLoggerProxy();
/system/connectivity/shill/
http_proxy.cc
115
PLOG
(ERROR) << "Failed to open proxy socket";
134
PLOG
(ERROR) << "HTTPProxy socket setup failed";
185
PLOG
(ERROR) << "Client accept failed";
key_file_store.cc
140
PLOG
(ERROR) << "File rename failed";
Completed in 607 milliseconds
<<
11
12
13