/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/ |
D | 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 …]
|
D | 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; 46 Readonly my $INVALID_TOKEN_TYPE => 0;
|
D | BitSet.pm | 4 use Readonly; 15 Readonly my $BITS => 64; 19 Readonly my $LOG_BITS => 6; 26 Readonly my $MOD_MASK => BITS - 1;
|
D | CharStream.pm | 4 use Readonly; 9 Readonly my $EOF => -1;
|
D | 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_strin…
|
D | ANTLRFileStream.pm | 4 use Readonly;
|
D | Lexer.pm | 4 use Readonly; 243 Readonly my $usage => 'void report_error(RecognitionException e)';
|
D | Parser.pm | 3 use Readonly;
|
D | RecognitionException.pm | 4 use Readonly;
|
D | CommonToken.pm | 3 use Readonly;
|
D | ANTLRStringStream.pm | 4 use Readonly;
|
/external/llvm-project/clang/test/SemaObjC/ |
D | property-atomic-redecl.m | 6 // 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/clang/test/SemaObjC/ |
D | property-atomic-redecl.m | 6 // 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/avb/proto/ |
D | trillian.proto | 118 // Readonly attributes are assigned at tree creation, after which they may not 126 // Readonly. 135 // Readonly after Tree creation. Exception: Can be switched from 140 // Readonly. 144 // Readonly. 148 // Readonly. 180 // Readonly. 188 // Readonly. 192 // Readonly (automatically assigned on updates). 198 // Readonly. [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | nt_io.c | 388 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/llvm-project/clang/test/CodeGenObjC/ |
D | debug-info-property-class-extension.m | 6 // Readonly property in interface made readwrite in a category, with @impl 35 // Readonly property in interface made readwrite in a category:
|
D | property-list-in-extension.m | 23 // Readonly property in interface made readwrite in a category:
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-property-class-extension.m | 6 // Readonly property in interface made readwrite in a category, with @impl 35 // Readonly property in interface made readwrite in a category:
|
D | property-list-in-extension.m | 23 // Readonly property in interface made readwrite in a category:
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
D | 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.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/perfetto/ui/src/common/ |
D | colorizer.ts | 104 export function colorForState(state: string): Readonly<Color> {
|
/external/llvm-project/llvm/test/Transforms/SafeStack/X86/ |
D | call.ll | 106 ; Readonly nocapture -> unsafe 118 ; Readonly nocapture -> unsafe
|
/external/llvm/test/Transforms/SafeStack/ |
D | call.ll | 106 ; Readonly nocapture -> unsafe 118 ; Readonly nocapture -> unsafe
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 96 | Readonly Constructor 781 | Attribute.Readonly -> Int32.shift_left 1l 10 817 checkattr Attribute.Readonly;
|
/external/python/cpython2/Objects/ |
D | dictnotes.txt | 241 Readonly Dictionaries
|