OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:err_ctx
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
logging.cc
78
static std::string GenerateExtra(LogErrorContext
err_ctx
,
81
if (
err_ctx
!= ERRCTX_NONE) {
85
switch (
err_ctx
) {
134
LogErrorContext
err_ctx
,
140
extra_ = GenerateExtra(
err_ctx
, err, NULL);
147
LogErrorContext
err_ctx
,
154
extra_ = GenerateExtra(
err_ctx
, err, module);
logging.h
109
bool log_to_chrome, LogErrorContext
err_ctx
, int err);
111
bool log_to_chrome, LogErrorContext
err_ctx
, int err,
/external/opencv/cxcore/src/
cxerror.cpp
64
CvStackRecord
err_ctx
;
member in struct:CvContext
261
*filename = ctx->
err_ctx
.file;
263
*line = ctx->
err_ctx
.line;
349
context->
err_ctx
.file = file_name;
350
context->
err_ctx
.line = line;
/external/chromium_org/third_party/webrtc/base/
logging.cc
106
LogErrorContext
err_ctx
, int err, const char* module)
131
if (
err_ctx
!= ERRCTX_NONE) {
134
switch (
err_ctx
) {
logging.h
123
LogErrorContext
err_ctx
= ERRCTX_NONE, int err = 0,
Completed in 106 milliseconds