Home
last modified time | relevance | path

Searched refs:Readonly (Results 1 – 22 of 22) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm3 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 …]
DToken.pm3 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;
46 Readonly my $INVALID_TOKEN_TYPE => 0;
DBitSet.pm4 use Readonly;
15 Readonly my $BITS => 64;
19 Readonly my $LOG_BITS => 6;
26 Readonly my $MOD_MASK => BITS - 1;
DCharStream.pm4 use Readonly;
9 Readonly my $EOF => -1;
DCommonTokenStream.pm4 use Readonly;
310 Readonly my $usage => 'void rewind(int marker) | void rewind()';
345Readonly my $usage => 'String to_string() | String to_string(int start, int stop | String to_strin…
DANTLRFileStream.pm4 use Readonly;
DLexer.pm4 use Readonly;
243 Readonly my $usage => 'void report_error(RecognitionException e)';
DParser.pm3 use Readonly;
DRecognitionException.pm4 use Readonly;
DCommonToken.pm3 use Readonly;
DANTLRStringStream.pm4 use Readonly;
/external/clang/test/SemaObjC/
Dproperty-atomic-redecl.m6 // Readonly, atomic public redeclaration of property in subclass.
19 // Readonly, atomic public redeclaration of property in subclass.
36 // Readonly, atomic public redeclaration of property in subclass.
49 // Readonly, atomic public redeclaration of property in subclass.
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c388 IN BOOLEAN Readonly, in _OpenNtName() argument
433 *OpenedReadonly = Readonly; in _OpenNtName()
438 SYNCHRONIZE | FILE_READ_DATA | (Readonly ? 0 : FILE_WRITE_DATA), in _OpenNtName()
456 SYNCHRONIZE | FILE_READ_DATA | (Readonly ? 0 : FILE_WRITE_DATA), in _OpenNtName()
466 if((STATUS_ACCESS_DENIED == Status) && !Readonly) in _OpenNtName()
996 BOOLEAN Readonly; in ext2fs_check_if_mounted() local
1000 if(!_Ext2OpenDevice(file, TRUE, &h, &Readonly, NULL)) in ext2fs_check_if_mounted()
1031 BOOLEAN Readonly; in ext2fs_get_device_size() local
1036 if(!_Ext2OpenDevice(file, TRUE, &h, &Readonly, NULL)) in ext2fs_get_device_size()
/external/clang/test/CodeGenObjC/
Ddebug-info-property-class-extension.m6 // Readonly property in interface made readwrite in a category, with @impl
35 // Readonly property in interface made readwrite in a category:
Dproperty-list-in-extension.m23 // Readonly property in interface made readwrite in a category:
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg63 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.javaCompressedEO…
981 Readonly my $DFA<dfa.decisionNumber>_eof => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedEO…
982 Readonly my $DFA<dfa.decisionNumber>_min => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedMi…
983 Readonly my $DFA<dfa.decisionNumber>_max => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedMa…
984 Readonly my $DFA<dfa.decisionNumber>_accept => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompresse…
985 Readonly my $DFA<dfa.decisionNumber>_special => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompress…
[all …]
/external/llvm/test/Transforms/SafeStack/
Dcall.ll106 ; Readonly nocapture -> unsafe
118 ; Readonly nocapture -> unsafe
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml84 | Readonly Constructor
666 | Attribute.Readonly -> Int32.shift_left 1l 10
702 checkattr Attribute.Readonly;
Dllvm.mli129 | Readonly Constructor
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml96 | Readonly Constructor
781 | Attribute.Readonly -> Int32.shift_left 1l 10
817 checkattr Attribute.Readonly;
Dllvm.mli147 | Readonly Constructor
/external/python/cpython2/Objects/
Ddictnotes.txt241 Readonly Dictionaries