OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:log_errors
(Results
1 - 6
of
6
) sorted by null
/external/regex-re2/re2/
set.cc
42
if (options_.
log_errors
())
85
if (options_.
log_errors
())
filtered_re2.cc
30
if (options.
log_errors
()) {
re2.cc
135
if (
log_errors
())
195
if (options_.
log_errors
()) {
217
if (options_.
log_errors
())
238
if (options_.
log_errors
())
532
if (options_.
log_errors
())
538
if (options_.
log_errors
())
658
if (options_.
log_errors
())
743
if (!skipped_test && options_.
log_errors
())
754
if (!skipped_test && options_.
log_errors
())
764
if (!skipped_test && options_.
log_errors
())
[
all
...]
re2.h
511
//
log_errors
(true) log syntax and execution errors to ERROR
599
bool
log_errors
() const { return log_errors_; }
function in class:re2::RE2::Options
[
all
...]
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
CameraErrorCollector.java
47
private static final boolean
LOG_ERRORS
= Log.isLoggable(TAG, Log.ERROR);
77
if (
LOG_ERRORS
) Log.e(TAG, error.getMessage());
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraErrorCollector.java
51
private static final boolean
LOG_ERRORS
= Log.isLoggable(TAG, Log.ERROR);
81
if (
LOG_ERRORS
) Log.e(TAG, error.getMessage());
[
all
...]
Completed in 88 milliseconds