OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldLog
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Analysis/
dead-stores.c
396
int
shouldLog
= (argc > 1); // no-warning
398
if (
shouldLog
) f23_aux("I did too use it!\n");
404
int
shouldLog
= (argc > 1); // expected-warning{{Value stored to '
shouldLog
' during its initialization is never read}} expected-warning{{unused variable '
shouldLog
'}}
/external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp
[
all
...]
/frameworks/base/services/java/com/android/server/
PowerManagerService.java
[
all
...]
Completed in 720 milliseconds