OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_WARNING
(Results
1 - 3
of
3
) 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/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java
36
import static com.android.server.net.NetworkPolicyManagerService.
TYPE_WARNING
;
655
assertNotificationType(
TYPE_WARNING
, tagFuture.get());
[
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 355 milliseconds