OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shouldLog
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/debug/
Log.java
206
isDebugOsBuild() ||
shouldLog
(tag, level);
214
private static boolean
shouldLog
(Tag tag, int level) {
/external/clang/test/Analysis/
dead-stores.c
395
int
shouldLog
= (argc > 1); // no-warning
397
if (
shouldLog
) f23_aux("I did too use it!\n");
403
int
shouldLog
= (argc > 1); // expected-warning{{Value stored to '
shouldLog
' during its initialization is never read}} expected-warning{{unused variable '
shouldLog
'}}
Completed in 655 milliseconds