HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_WARNING (Results 1 - 2 of 2) sorted by null

  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 18 define ('TYPE_WARNING', 1);
35 case TYPE_WARNING:
184 report_error(TYPE_WARNING, 'Unable to locate any usable language files in "'.GESHI_LANG_ROOT.'"!');
222 report_error(TYPE_WARNING, 'Language file does not contain a specification of an author!');
225 report_error(TYPE_WARNING, 'Language file does not contain a specification of the copyright!');
228 report_error(TYPE_WARNING, 'Language file does not contain a specification of the release version!');
231 report_error(TYPE_WARNING, 'Language file does not contain a specification of the date it was started!');
234 report_error(TYPE_WARNING, 'Language file does not state that it belongs to GeSHi!');
237 report_error(TYPE_WARNING, 'Language file does not state that it is a language file for GeSHi!');
240 report_error(TYPE_WARNING, 'Language file does not state that it is provided under the terms of the GNU GPL!')
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 162 public static final int TYPE_WARNING = 0x1;
470 enqueueNotification(policy, TYPE_WARNING, totalBytes);
539 case TYPE_WARNING: {
    [all...]

Completed in 35 milliseconds