/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | RecognizerSharedState.java | 43 public BitSet[] following = new BitSet[BaseRecognizer.INITIAL_FOLLOW_STACK_SIZE]; field in RecognizerSharedState 123 if ( this.following.length < state.following.length ) { in RecognizerSharedState() 124 this.following = new BitSet[state.following.length]; in RecognizerSharedState() 126 System.arraycopy(state.following, 0, this.following, 0, state.following.length); in RecognizerSharedState()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRRecognizerSharedState.m | 6 // modification, are permitted provided that the following conditions 9 // notice, this list of conditions and the following disclaimer. 11 // notice, this list of conditions and the following disclaimer in the 35 @synthesize following; 70 following = [[AMutableArray arrayWithCapacity:10] retain]; 101 following = [[AMutableArray arrayWithCapacity:10] retain]; 130 if ( [following count] < [aState.following count] ) { 131 // following = new BitSet[state.following.size]; 133 [following setArray:aState.following]; 176 if ( following ) [following release]; [all …]
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
D | group-file-parser.rb | 194 @state.following.push( TOKENS_FOLLOWING_group_name_IN_group_spec_85 ) 196 @state.following.pop 220 @state.following.push( TOKENS_FOLLOWING_member_IN_group_spec_108 ) 222 @state.following.pop 348 @state.following.push( TOKENS_FOLLOWING_parameter_declaration_IN_member_203 ) 350 @state.following.pop 445 @state.following.push( TOKENS_FOLLOWING_parameters_IN_parameter_declaration_280 ) 447 @state.following.pop 457 @state.following.push( TOKENS_FOLLOWING_parameters_IN_parameter_declaration_293 ) 459 @state.following.pop [all …]
|
/external/libxml2/test/XPath/tests/ |
D | chaptersprefol | 1 /following::* 4 /child::EXAMPLE/following::* 6 /child::EXAMPLE/child::chapter[3]/following::* 8 /child::EXAMPLE/child::chapter[1]/image/following::*
|
/external/fsck_msdos/ |
D | NOTICE | 6 * modification, are permitted provided that the following conditions 9 * notice, this list of conditions and the following disclaimer. 11 * notice, this list of conditions and the following disclaimer in the 14 * must display the following acknowledgement: 40 * modification, are permitted provided that the following conditions 43 * notice, this list of conditions and the following disclaimer. 45 * notice, this list of conditions and the following disclaimer in the 48 * must display the following acknowledgement: 74 * modification, are permitted provided that the following conditions 77 * notice, this list of conditions and the following disclaimer. [all …]
|
/external/libopus/celt/arm/ |
D | armopts.s.in | 4 modification, are permitted provided that the following conditions 8 notice, this list of conditions and the following disclaimer. 11 notice, this list of conditions and the following disclaimer in the 27 ; Set the following to 1 if we have EDSP instructions 31 ; Set the following to 1 if we have ARMv6 media instructions. 34 ; Set the following to 1 if we have NEON (some ARMv7)
|
/external/ipsec-tools/src/racoon/ |
D | NOTICE | 5 modification, are permitted provided that the following conditions 8 notice, this list of conditions and the following disclaimer. 10 notice, this list of conditions and the following disclaimer in the 34 modification, are permitted provided that the following conditions 37 notice, this list of conditions and the following disclaimer. 39 notice, this list of conditions and the following disclaimer in the 63 modification, are permitted provided that the following conditions 66 notice, this list of conditions and the following disclaimer. 68 notice, this list of conditions and the following disclaimer in the 92 modification, are permitted provided that the following conditions [all …]
|
/external/jmonkeyengine/ |
D | NOTICE | 7 * modification, are permitted provided that the following conditions are 11 * notice, this list of conditions and the following disclaimer. 14 * notice, this list of conditions and the following disclaimer in the 39 * modification, are permitted provided that the following conditions are 43 * notice, this list of conditions and the following disclaimer. 46 * notice, this list of conditions and the following disclaimer in the 71 * modification, are permitted provided that the following conditions are 75 * notice, this list of conditions and the following disclaimer. 78 * notice, this list of conditions and the following disclaimer in the 103 * modification, are permitted provided that the following conditions are [all …]
|
/external/ipsec-tools/ |
D | NOTICE | 5 modification, are permitted provided that the following conditions 8 notice, this list of conditions and the following disclaimer. 10 notice, this list of conditions and the following disclaimer in the 34 modification, are permitted provided that the following conditions 37 notice, this list of conditions and the following disclaimer. 39 notice, this list of conditions and the following disclaimer in the 63 modification, are permitted provided that the following conditions 66 notice, this list of conditions and the following disclaimer. 68 notice, this list of conditions and the following disclaimer in the 92 modification, are permitted provided that the following conditions [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | RecognizerSharedState.cs | 59 public BitSet[] following; field in Antlr.Runtime.RecognizerSharedState 156 following = new BitSet[BaseRecognizer.InitialFollowStackSize]; in RecognizerSharedState() 167 following = (BitSet[])state.following.Clone(); in RecognizerSharedState()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | RecognizerSharedState.cs | 57 public BitSet[] following; field in Antlr.Runtime.RecognizerSharedState 153 following = new BitSet[BaseRecognizer.InitialFollowStackSize]; in RecognizerSharedState() 163 following = (BitSet[])state.following.Clone(); in RecognizerSharedState()
|
/external/openssh/ |
D | README.tun | 8 The following brief instructions on how to use this feature use 14 have to add the following option to the ssh server configuration file 35 following configuration in /etc/hostname.tun0 to set up the layer 3 46 interface, like the following example for /etc/bridgename.bridge0: 55 remote host by default, use the following ssh client configuration for 66 The following example describes a client configuration to connect to 83 The following network plan illustrates the previous configuration in 106 the following command: 116 to use the following command lines:
|
/external/smali/ |
D | NOTICE | 2 and released under the following license: 9 modification, are permitted provided that the following conditions 12 notice, this list of conditions and the following disclaimer. 14 notice, this list of conditions and the following disclaimer in the 34 under the following license: 41 modification, are permitted provided that the following conditions are 45 notice, this list of conditions and the following disclaimer. 47 copyright notice, this list of conditions and the following disclaimer 69 and are used in accordance with the following license:
|
/external/opencv/ |
D | NOTICE | 15 are permitted provided that the following conditions are met: 18 this list of conditions and the following disclaimer. 21 this list of conditions and the following disclaimer in the documentation 47 subject to the following restrictions: 59 * modification, are permitted provided that the following conditions 62 * notice, this list of conditions and the following disclaimer. 64 * notice, this list of conditions and the following disclaimer in the 67 * must display the following acknowledgement: 91 * without modification, are permitted provided that the following 94 * copyright notice, this list of conditions and the following [all …]
|
/external/libxml2/test/XPath/xptr/ |
D | chaptersrange | 1 xpointer(//chapter[position() = 2]/range-to(following::chapter[1])) 2 xpointer(//chapter[position() <= 2]/range-to(following::chapter[1])) 3 xpointer(//chapter[position() = last()]/range-to(following::chapter[1]))
|
/external/netcat/ |
D | NOTICE | 9 * modification, are permitted provided that the following conditions 12 * notice, this list of conditions and the following disclaimer. 14 * notice, this list of conditions and the following disclaimer in the 37 * modification, are permitted provided that the following conditions 40 * notice, this list of conditions and the following disclaimer. 42 * notice, this list of conditions and the following disclaimer in the 62 * modification, are permitted provided that the following conditions 66 * notice, this list of conditions and the following disclaimer. 68 * notice, this list of conditions and the following disclaimer in the
|
/external/libpng/ |
D | NOTICE | 8 If you modify libpng you may insert additional notices immediately following 16 with the following individual added to the list of Contributing Authors 23 with the following individuals added to the list of Contributing Authors 29 and with the following additions to the disclaimer: 41 with the following individuals added to the list of Contributing Authors: 50 with the following individuals added to the list of Contributing Authors: 63 is defined as the following set of individuals: 81 to the following restrictions:
|
D | LICENSE | 8 If you modify libpng you may insert additional notices immediately following 16 with the following individual added to the list of Contributing Authors 23 with the following individuals added to the list of Contributing Authors 29 and with the following additions to the disclaimer: 41 with the following individuals added to the list of Contributing Authors: 50 with the following individuals added to the list of Contributing Authors: 63 is defined as the following set of individuals: 81 to the following restrictions:
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 183 q = wordIter1.following(2); in TestFirstNextFollowing() 185 q = wordIter1.following(22); in TestFirstNextFollowing() 189 q = wordIter1.following(wordIter1.last()); in TestFirstNextFollowing() 214 p = charIter1.following(charIter1.last()); in TestFirstNextFollowing() 240 q = sentIter1.following(1); in TestFirstNextFollowing() 242 q = sentIter1.following(10); in TestFirstNextFollowing() 244 q = sentIter1.following(20); in TestFirstNextFollowing() 246 p = sentIter1.following(sentIter1.last()); in TestFirstNextFollowing() 276 q = lineIter1.following(60); in TestFirstNextFollowing() 278 q = lineIter1.following(1); in TestFirstNextFollowing() [all …]
|
/external/boringssl/ |
D | NOTICE | 18 * modification, are permitted provided that the following conditions 22 * notice, this list of conditions and the following disclaimer. 25 * notice, this list of conditions and the following disclaimer in 30 * software must display the following acknowledgment: 43 * 6. Redistributions of any form whatsoever must retain the following 79 * the following conditions are aheared to. The following conditions 93 * modification, are permitted provided that the following conditions 96 * notice, this list of conditions and the following disclaimer. 98 * notice, this list of conditions and the following disclaimer in the 101 * must display the following acknowledgement:
|
/external/v8/test/intl/ |
D | intl.status | 3 # modification, are permitted provided that the following conditions are 7 # notice, this list of conditions and the following disclaimer. 9 # copyright notice, this list of conditions and the following 30 # The following tests use getDefaultTimeZone(). 35 # TODO(jochen): The following test is flaky.
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3parser.c | 132 if (parser->rec->state->following != NULL) in freeParser() 134 parser->rec->state->following->free(parser->rec->state->following); in freeParser() 135 parser->rec->state->following = NULL; in freeParser()
|
/external/ppp/pppd/ |
D | NOTICE | 9 modification, are permitted provided that the following conditions 13 notice, this list of conditions and the following disclaimer. 16 notice, this list of conditions and the following disclaimer in 31 4. Redistributions of any form whatsoever must retain the following 47 modification, are permitted provided that the following conditions 51 notice, this list of conditions and the following disclaimer. 54 notice, this list of conditions and the following disclaimer in 62 4. Redistributions of any form whatsoever must retain the following 84 modification, are permitted provided that the following conditions 88 notice, this list of conditions and the following disclaimer. [all …]
|
/external/ipsec-tools/src/libipsec/ |
D | NOTICE | 5 modification, are permitted provided that the following conditions 8 notice, this list of conditions and the following disclaimer. 10 notice, this list of conditions and the following disclaimer in the 34 modification, are permitted provided that the following conditions 37 notice, this list of conditions and the following disclaimer. 39 notice, this list of conditions and the following disclaimer in the
|
/external/liblzf/ |
D | NOTICE | 4 tion, are permitted provided that the following conditions are met: 7 this list of conditions and the following disclaimer. 10 notice, this list of conditions and the following disclaimer in the 24 Alternatively, the following files carry an additional notice that
|