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

  /external/webkit/WebKitTools/Scripts/
extract-localizable-strings 37 # known to be used for debugging in Intrigue source code and an exceptions file.
39 # hardcoded location for both the output file and the exceptions file.
43 # The exceptions file has a list of strings in quotes, filenames, and filename/string pairs separated by :.
51 @ARGV >= 1 or die "Usage: extract-localizable-strings <exceptions file> [ directory... ]\nDid you mean to run update-webkit-localizable-strings instead?\n";
54 -f $exceptionsFile or die "Couldn't find exceptions file $exceptionsFile\n";
83 if (open EXCEPTIONS, $exceptionsFile) {
84 while (<EXCEPTIONS>) {
97 close EXCEPTIONS;
367 print scalar(@unusedExceptions), " unused exceptions\n" if @unusedExceptions;
  /external/tcpdump/
print-snmp.c 156 * Context-specific ASN.1 types for the SNMP Exceptions and their tags
158 const char *Exceptions[] = {
241 defineCLASS(Exceptions),
242 #define EXCEPTIONS 4
818 printf("[%s]", Class[EXCEPTIONS].Id[elem->id]);
    [all...]

Completed in 105 milliseconds