/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/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/chromium_org/third_party/opus/src/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/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/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/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/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/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/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextBoundaries.cpp | 67 position = it->following(position); in findNextWordFromIndex() 74 position = it->following(position); in findNextWordFromIndex() 96 *end = it->following(position); in findWordBoundary() 105 int end = it->following(position); in findWordEndBoundary()
|
/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/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: 89 the following license: [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | BSD.txt | 2 modification, are permitted provided that the following conditions 5 notice, this list of conditions and the following disclaimer. 7 notice, this list of conditions and the following disclaimer in the 23 modification, are permitted provided that the following conditions 26 notice, this list of conditions and the following disclaimer. 28 notice, this list of conditions and the following disclaimer in the 52 modification, are permitted provided that the following 56 notice, this list of conditions and the following disclaimer. 58 copyright notice, this list of conditions and the following
|
/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/openssl/crypto/bf/ |
D | COPYRIGHT | 8 the following conditions are aheared to. The following conditions 15 modification, are permitted provided that the following conditions 18 notice, this list of conditions and the following disclaimer. 20 notice, this list of conditions and the following disclaimer in the 23 must display the following acknowledgement:
|
/external/chromium_org/third_party/libpng/ |
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/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/openssl/ |
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/chromium_org/third_party/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/chromium_org/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/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
|
D | LICENSE | 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
|