HomeSort by relevance Sort by last modified time
    Searched refs:Readonly (Results 1 - 25 of 49) sorted by null

1 2

  /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 388 IN BOOLEAN Readonly,
433 *OpenedReadonly = Readonly;
438 SYNCHRONIZE | FILE_READ_DATA | (Readonly ? 0 : FILE_WRITE_DATA),
456 SYNCHRONIZE | FILE_READ_DATA | (Readonly ? 0 : FILE_WRITE_DATA),
466 if((STATUS_ACCESS_DENIED == Status) && !Readonly)
496 IN BOOLEAN ReadOnly,
505 return _OpenNtName(Buffer, ReadOnly, Handle, OpenedReadonly);
815 IN BOOLEAN ReadOnly,
840 Status = _OpenDriveLetter(*Name, ReadOnly, Handle, OpenedReadonly);
866 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...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
gsubr.go 221 if nam.Name.Readonly() {
syntax.go 256 func (n *Name) Readonly() bool { return n.flags&nameReadonly != 0 }
    [all...]
walk.go 899 case n.Left.Class() == PEXTERN && n.Left.Name != nil && n.Left.Name.Readonly():
900 // n.Left is a readonly global; use it directly.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
gsubr.go 221 if nam.Name.Readonly() {
syntax.go 256 func (n *Name) Readonly() bool { return n.flags&nameReadonly != 0 }
    [all...]
walk.go 899 case n.Left.Class() == PEXTERN && n.Left.Name != nil && n.Left.Name.Readonly():
900 // n.Left is a readonly global; use it directly.
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 84 | Readonly
666 | Attribute.Readonly -> Int32.shift_left 1l 10
702 checkattr Attribute.Readonly;
    [all...]
llvm.mli 129 | Readonly
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 96 | Readonly
781 | Attribute.Readonly -> Int32.shift_left 1l 10
817 checkattr Attribute.Readonly;
    [all...]
llvm.mli 147 | Readonly
    [all...]
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0/
intellij-core-26.0.0.jar 

Completed in 450 milliseconds

1 2