OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plog
(Results
176 - 200
of
398
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/sqlite/src/src/
test_osinst.c
118
sqlite3_file *
pLog
; /* Log file handle */
482
VfslogVfs *
pLog
= (VfslogVfs *)pVfs;
487
p->iFileId = ++
pLog
->iNextFileId;
624
p->
pLog
->pMethods->xWrite(p->
pLog
, p->aBuf, p->nBuf, p->iOffset);
683
if( p->
pLog
->pMethods ){
685
p->
pLog
->pMethods->xClose(p->
pLog
);
725
p->
pLog
= (sqlite3_file *)&p[1];
727
p->base.zName = &((char *)p->
pLog
)[pParent->szOsFile]
[
all
...]
/art/runtime/
signal_catcher.cc
106
PLOG
(ERROR) << "Unable to open stack trace file '" << stack_trace_file_ << "'";
111
PLOG
(ERROR) << "Failed to write stack traces to '" << stack_trace_file_ << "'";
/external/chromium/base/
logging_unittest.cc
73
PLOG
(INFO) << mock_log_source.Log();
156
PLOG
(INFO) << mock_log_source.Log();
/external/chromium_org/base/
logging_unittest.cc
73
PLOG
(INFO) << mock_log_source.Log();
156
PLOG
(INFO) << mock_log_source.Log();
/external/chromium_org/chrome/installer/util/
product.cc
97
PLOG
(ERROR) << "Failed to launch: " << cmd.GetCommandLineString();
110
PLOG
(ERROR) << "GetExitCodeProcess failed";
/external/chromium_org/ipc/
file_descriptor_set_posix.cc
35
PLOG
(ERROR) << "close";
119
PLOG
(ERROR) << "close";
/external/chromium_org/net/ssl/
client_cert_store_impl_win.cc
151
PLOG
(ERROR) << "Could not open the \"MY\" system certificate store: ";
157
PLOG
(ERROR) << "Could not close the \"MY\" system certificate store: ";
/external/chromium_org/net/test/spawned_test_server/
local_test_server_posix.cc
79
PLOG
(ERROR) << "poll() failed for child file descriptor; bytes_read="
118
PLOG
(ERROR) << "Could not create pipe.";
/external/chromium_org/remoting/host/linux/
audio_pipe_reader.cc
75
PLOG
(ERROR) << "fcntl";
138
PLOG
(ERROR) << "read";
/external/chromium_org/sandbox/linux/services/
libc_urandom_override.cc
132
PLOG
(ERROR) << "dup() failed.";
148
PLOG
(ERROR) << "dup() failed.";
/external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.h
206
#undef
PLOG
207
#define
PLOG
(sev, err) LOG_ERR_EX(sev, err)
/external/chromium_org/tools/android/forwarder2/
device_controller.cc
28
PLOG
(ERROR) << "Could not BindAndListen DeviceController socket on port "
66
PLOG
(ERROR) << "Could not Accept DeviceController socket";
/external/ipsec-tools/
main.c
27
#include "
plog
.h"
219
/*
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
()
/external/ipsec-tools/src/racoon/
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/chromium/net/socket/
tcp_client_socket_libevent.cc
58
PLOG
(ERROR) << "Failed to set SO_KEEPALIVE on fd: " << fd;
69
PLOG
(ERROR) << "Failed to set TCP_KEEPIDLE on fd: " << fd;
74
PLOG
(ERROR) << "Failed to set TCP_KEEPINTVL on fd: " << fd;
340
PLOG
(ERROR) << "close";
560
PLOG
(ERROR) << "getsockname() [rv: " << rv << "] error: ";
/external/chromium_org/chrome_frame/test/
ie_configurator.cc
244
PLOG
(ERROR) << __FUNCTION__ << " unexpected error reading data for "
250
PLOG
(ERROR) << __FUNCTION__ << " unexpected error reading " << value
259
PLOG
(ERROR) << __FUNCTION__ << " unexpected error opening key " << key
302
PLOG
(ERROR) << "Failed to " << (do_delete ? "delete" : "set")
309
PLOG
(ERROR) << "Failed to create/open registry key " << data.key
/external/chromium_org/content/zygote/
zygote_linux.cc
118
PLOG
(ERROR) << "Error reading message from browser";
207
PLOG
(ERROR) << "kill (" << child << ")";
226
PLOG
(ERROR) << "write";
469
PLOG
(ERROR) << "write";
478
PLOG
(ERROR) << "write";
/external/chromium_org/chrome/installer/test/
alternate_version_generator.cc
167
PLOG
(DFATAL) << "MappedFile failed to unmap view.";
172
PLOG
(DFATAL) << "Could not close file mapping handle.";
193
PLOG
(DFATAL) << "MapViewOfFile failed";
196
PLOG
(DFATAL) << "CreateFileMapping failed";
203
PLOG
(DFATAL) << "GetPlatformFileInfo failed";
221
PLOG
(DFATAL) << "Failed getting the exit code for \""
391
PLOG
(DFATAL) << "Failed to open \"" << image_file.value() << "\"";
/external/chromium_org/net/socket/
tcp_client_socket_libevent.cc
58
PLOG
(ERROR) << "Failed to set SO_KEEPALIVE on fd: " << fd;
64
PLOG
(ERROR) << "Failed to set TCP_KEEPIDLE on fd: " << fd;
69
PLOG
(ERROR) << "Failed to set TCP_KEEPINTVL on fd: " << fd;
99
PLOG
(ERROR) << "close";
198
PLOG
(ERROR) << "close";
383
PLOG
(ERROR) << "close";
621
PLOG
(ERROR) << "getsockname() [rv: " << rv << "] error: ";
/art/runtime/gc/space/
image_space.cc
111
PLOG
(FATAL) << "execv(" << dex2oat << ") failed";
115
PLOG
(ERROR) << "fork failed";
122
PLOG
(ERROR) << "waitpid failed: wanted " << pid << ", got " << got_pid;
/external/chromium_org/chrome/browser/
chrome_browser_main_posix.cc
261
PLOG
(INFO) << "Failed to set file descriptor limit";
264
PLOG
(INFO) << "Failed to get file descriptor limit";
311
PLOG
(DFATAL) << "Failed to create pipe";
/external/iproute2/tc/
q_gred.c
243
opt.
Plog
= wlog;
318
fprintf(f, "
Plog
%u ", qopt->
Plog
);
Completed in 485 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>