Searched refs:usage (Results 1 - 25 of 1710) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBaseRecognizer.pm65 Readonly my $usage => 'void match(IntStream input, int ttype, BitSet follow)';
66 croak $usage if @_ != 4;
86 Readonly my $usage => 'void match_any(IntStream input)';
87 croak $usage if @_ != 2;
122 Readonly my $usage => 'void mismatch(IntStream input, int ttype, BitSet follow)';
123 croak $usage if @_ != 4;
147 Readonly my $usage => 'void report_error(RecognitionException e)';
148 croak $usage if @_ != 2;
162 Readonly my $usage => 'void display_recognition_error(String[] token_names, RecognitionException e)';
163 croak $usage i
[all...]
H A DCommonTokenStream.pm310 Readonly my $usage => 'void rewind(int marker) | void rewind()';
311 croak $usage if @_ != 1 && @_ != 2;
345 Readonly my $usage => 'String to_string() | String to_string(int start, int stop | String to_string(Token start, Token stop)';
346 croak $usage if @_ != 1 && @_ != 3;
H A DLexer.pm243 Readonly my $usage => 'void report_error(RecognitionException e)';
244 croak $usage if @_ != 2;
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl86 help: Describe the usage of this program or its subcommands.
135 usage: status [PATH...] label
163 say "Type 'port help' for usage.";
168 say "Type 'port help' for usage.";
/external/bison/build-aux/
H A Dconfig.guess41 usage="\
75 echo "$usage"; exit ;;
H A Dconfig.sub60 usage="\
94 echo "$usage"; exit ;;
H A Dgendocs.sh3 # mentioned in maintain.texi. See the help message below for usage details.
64 usage="Usage: $prog [OPTION]... PACKAGE MANUAL-TITLE
143 --help) echo "$usage"; exit 0;;
H A Dgit-version-gen82 usage="\
99 --help) echo "$usage"; exit 0;;
120 echo "$usage"
H A Dgnupload40 usage="Usage: $0 [OPTION]... [CMD] FILE... [[CMD] FILE...]
128 echo "$usage"
H A Dinstall-sh102 usage="\
142 --help) echo "$usage"; exit $?;;
H A Dtexinfo.tex5961 % Example usage: \writetocentry{sec}{Section Name}{\the\chapno.\the\secno}
/external/bison/doc/
H A Drefcard.tex318 \key{Display usage information.} {-h}
/external/bison/
H A Dmaint.mk376 # Pass EXIT_*, not number, to usage, exit, and error (when exiting)
387 @prohibit='(^|[^.])\<(usage|exit|error) ?\(-?[0-9]+[,)]' \
1590 # and 'usage' are exceptions: they're always extern, but
1593 _gl_TS_unmarked_extern_functions ?= main usage
/external/bison/src/
H A Dgetargs.c286 static void usage (int) ATTRIBUTE_NORETURN;
289 usage (int status) function
680 usage (EXIT_SUCCESS);
741 usage (EXIT_FAILURE);
750 usage (EXIT_FAILURE);
/external/blktrace/
H A Dblkparse.c2697 static void usage(char *prog) function
2788 usage(argv[0]);
2803 usage(argv[0]);
/external/blktrace/btreplay/
H A Dbtrecord.c212 * usage - Display usage string and version
214 static void usage(void) function
420 usage();
461 usage();
H A Dbtreplay.c255 * usage - Display usage string and version
257 static inline void usage(void) function
1493 usage();
1547 usage();
/external/blktrace/btt/
H A Dargs.c238 static void usage(char *prog) function
309 usage(argv[0]);
382 usage(argv[0]);
388 usage(argv[0]);
/external/blktrace/btt/doc/
H A Dbtt.tex48 This document will discuss \texttt{btt} usage, provide some sample output,
54 command-line usage section occurs relatively late in the document (see
140 is represented by a D in the blkparse output, hence its usage in
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/misc/
H A DNetscapeCertType.java34 * @param usage - the bitwise OR of the Key Usage flags giving the
39 int usage)
41 super(getBytes(usage), getPadBits(usage));
45 DERBitString usage)
47 super(usage.getBytes(), usage.getPadBits());
38 NetscapeCertType( int usage) argument
44 NetscapeCertType( DERBitString usage) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DExtendedKeyUsage.java77 * @param usage the keyPurposeId to be included.
80 KeyPurposeId usage)
82 this.seq = new DERSequence(usage);
84 this.usageTable.put(usage, usage);
79 ExtendedKeyUsage( KeyPurposeId usage) argument
H A DKeyUsage.java61 * @param usage - the bitwise OR of the Key Usage flags giving the
66 int usage)
68 this.bitString = new DERBitString(usage);
78 * Return true if a given usage bit is set, false otherwise.
80 * @param usages combination of usage flags.
65 KeyUsage( int usage) argument
/external/bouncycastle/
H A Dimport_bouncycastle.sh40 function usage() { function
84 shift || usage "No command specified. Try import, regenerate, or generate."
87 shift || usage "No tar file specified."
93 shift || usage "No patch file specified."
95 [ -d $BOUNCYCASTLE_BCPROV_DIR ] || usage "$BOUNCYCASTLE_BCPROV_DIR not found, did you mean to use generate?"
96 [ -d $BOUNCYCASTLE_BCPROV_DIR_ORIG ] || usage "$BOUNCYCASTLE_BCPROV_DIR_ORIG not found, did you mean to use generate?"
99 [ -d $BOUNCYCASTLE_BCPKIX_DIR ] || usage "$BOUNCYCASTLE_BCPROV_DIR not found, did you mean to use generate?"
100 [ -d $BOUNCYCASTLE_BCPKIX_DIR_ORIG ] || usage "$BOUNCYCASTLE_BCPKIX_DIR_ORIG not found, did you mean to use generate?"
103 usage "Unknown patch file $patch specified"
107 shift || usage "N
[all...]
/external/bzip2/
H A Dbzip2.c1626 void usage ( Char *fullProgName ) function
1632 "\n usage: %s [flags and input files in any order]\n"
1895 case 'h': usage ( progName );
1900 usage ( progName );
1927 if (ISFLAG("--help")) { usage ( progName ); exit ( 0 ); }
1931 usage ( progName );
H A Dbzmore35 echo usage: $prog files...

Completed in 1591 milliseconds

1234567891011>>