HomeSort by relevance Sort by last modified time
    Searched refs:shouldLog (Results 1 - 3 of 3) sorted by null

  /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'}}
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 561 private void sendListOfCalls(boolean shouldLog) {
566 sendClccForCall(call, shouldLog);
575 private void sendClccForCall(Call call, boolean shouldLog) {
628 if (shouldLog) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.cpp     [all...]

Completed in 84 milliseconds