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

  /cts/apps/CtsVerifier/lib/colorchecker/
colorchecker.cpp 584 char tmpMsg[256];
586 cnt = snprintf(tmpMsg, 256, "%02d:", y + 1);
591 cnt += snprintf(tmpMsg + cnt, 256 - cnt,
594 cnt += snprintf(tmpMsg + cnt, 256 - cnt,
598 LOGV("%s", tmpMsg);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 757 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null);
758 if (tmpMsg == null || tmpMsg.startsWith(MESSAGE)) {
808 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null);
809 if (tmpMsg == null || tmpMsg.equals(message) == false) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 498 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null);
499 if (tmpMsg == null || tmpMsg.equals(message) == false) {

Completed in 47 milliseconds