OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Readonly
(Results
1 - 15
of
15
) sorted by null
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CharStream.pm
4
use
Readonly
;
9
Readonly
my $EOF => -1;
Token.pm
3
use
Readonly
;
12
Readonly
my $EOR_TOKEN_TYPE => 1;
16
Readonly
my $DOWN => 2;
20
Readonly
my $UP => 3;
23
Readonly
my $MIN_TOKEN_TYPE => $UP + 1;
29
Readonly
my $DEFAULT_CHANNEL => 0;
34
Readonly
my $HIDDEN_CHANNEL => 99;
39
#
Readonly
my $EOF_TOKEN => ANTLR::Runtime::CommonToken->new({ type => EOF });
46
Readonly
my $INVALID_TOKEN_TYPE => 0;
49
#
Readonly
my $INVALID_TOKEN => ANTLR::Runtime::CommonToken->new({ type => INVALID_TOKEN_TYPE })
[
all
...]
BaseRecognizer.pm
3
use
Readonly
;
14
Readonly
my $MEMO_RULE_FAILED => -2;
17
Readonly
my $MEMO_RULE_UNKNOWN => -1;
20
Readonly
my $INITIAL_FOLLOW_STACK_SIZE => 100;
24
Readonly
my $DEFAULT_TOKEN_CHANNEL => ANTLR::Runtime::Token->DEFAULT_CHANNEL;
27
Readonly
my $HIDDEN => ANTLR::Runtime::Token->HIDDEN_CHANNEL;
30
Readonly
my $NEXT_TOKEN_RULE_NAME => 'next_token';
65
Readonly
my $usage => 'void match(IntStream input, int ttype, BitSet follow)';
86
Readonly
my $usage => 'void match_any(IntStream input)';
122
Readonly
my $usage => 'void mismatch(IntStream input, int ttype, BitSet follow)'
[
all
...]
ANTLRFileStream.pm
4
use
Readonly
;
BitSet.pm
4
use
Readonly
;
15
Readonly
my $BITS => 64;
19
Readonly
my $LOG_BITS => 6;
26
Readonly
my $MOD_MASK => BITS - 1;
Parser.pm
3
use
Readonly
;
RecognitionException.pm
4
use
Readonly
;
CommonTokenStream.pm
4
use
Readonly
;
310
Readonly
my $usage => 'void rewind(int marker) | void rewind()';
345
Readonly
my $usage => 'String to_string() | String to_string(int start, int stop | String to_string(Token start, Token stop)';
ANTLRStringStream.pm
4
use
Readonly
;
CommonToken.pm
3
use
Readonly
;
Lexer.pm
4
use
Readonly
;
243
Readonly
my $usage => 'void report_error(RecognitionException e)';
/external/e2fsprogs/lib/ext2fs/
nt_io.c
390
IN BOOLEAN
Readonly
,
435
*OpenedReadonly =
Readonly
;
440
SYNCHRONIZE | FILE_READ_DATA | (
Readonly
? 0 : FILE_WRITE_DATA),
458
SYNCHRONIZE | FILE_READ_DATA | (
Readonly
? 0 : FILE_WRITE_DATA),
468
if((STATUS_ACCESS_DENIED == Status) && !
Readonly
)
498
IN BOOLEAN
ReadOnly
,
507
return _OpenNtName(Buffer,
ReadOnly
, Handle, OpenedReadonly);
817
IN BOOLEAN
ReadOnly
,
842
Status = _OpenDriveLetter(*Name,
ReadOnly
, Handle, OpenedReadonly);
868
Status = _OpenNtName(Name,
ReadOnly
, Handle, OpenedReadonly)
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg
63
use
Readonly
;
74
Readonly
my $HIDDEN => ANTLR::Runtime::BaseRecognizer->HIDDEN;
194
use
Readonly
;
203
Readonly
my $token_names => [
980
Readonly
my $DFA<dfa.decisionNumber>_eot => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedEOT; separator=", "> ]);
981
Readonly
my $DFA<dfa.decisionNumber>_eof => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedEOF; separator=", "> ]);
982
Readonly
my $DFA<dfa.decisionNumber>_min => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedMin; separator=", "> ]);
983
Readonly
my $DFA<dfa.decisionNumber>_max => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedMax; separator=", "> ]);
984
Readonly
my $DFA<dfa.decisionNumber>_accept => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedAccept; separator=", "> ]);
985
Readonly
my $DFA<dfa.decisionNumber>_special => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedSpecia (…)
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.ml
85
|
Readonly
667
| Attribute.
Readonly
-> Int32.shift_left 1l 10
703
checkattr Attribute.
Readonly
;
[
all
...]
llvm.mli
130
|
Readonly
[
all
...]
Completed in 577 milliseconds