/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ |
D | RecognizerSharedState.java | 44 public BitSet[] following = new BitSet[BaseRecognizer.INITIAL_FOLLOW_STACK_SIZE]; field in RecognizerSharedState 125 if ( this.following.length < state.following.length ) { in RecognizerSharedState() 126 this.following = new BitSet[state.following.length]; in RecognizerSharedState() 128 System.arraycopy(state.following, 0, this.following, 0, state.following.length); in RecognizerSharedState()
|
/external/antlr/runtime/ObjC/Framework/ |
D | RecognizerSharedState.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/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/ |
D | CsmList.java | 38 private final CsmElement following; field in CsmList 57 return following; in getFollowing() 68 …, CsmElement separatorPre, CsmElement separatorPost, CsmElement preceeding, CsmElement following) { in CsmList() argument 73 this.following = following; in CsmList() 95 if (!nodeList.isEmpty() && following != null) { in prettyPrint() 96 following.prettyPrint(node, printer); in prettyPrint() 115 if (!values.isEmpty() && following != null) { in prettyPrint() 116 following.prettyPrint(node, printer); in prettyPrint()
|
/external/antlr/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | vmov-vmvn-illegal-cases.s | 4 @ CHECK: error: invalid instruction, any one of the following would fix this: 8 @ CHECK: error: invalid instruction, any one of the following would fix this: 12 @ CHECK: error: invalid instruction, any one of the following would fix this: 16 @ CHECK: error: invalid instruction, any one of the following would fix this: 20 @ CHECK: error: invalid instruction, any one of the following would fix this: 25 @ CHECK: error: invalid instruction, any one of the following would fix this: 29 @ CHECK: error: invalid instruction, any one of the following would fix this: 33 @ CHECK: error: invalid instruction, any one of the following would fix this: 37 @ CHECK: error: invalid instruction, any one of the following would fix this: 41 @ CHECK: error: invalid instruction, any one of the following would fix this:
|
D | negative-immediates-fail.s | 6 # CHECK: error: invalid instruction, any one of the following would fix this: 10 # CHECK: error: invalid instruction, any one of the following would fix this: 14 # CHECK: error: invalid instruction, any one of the following would fix this: 19 # CHECK: error: invalid instruction, any one of the following would fix this: 24 # CHECK: error: invalid instruction, any one of the following would fix this:
|
D | negative-immediates-thumb1-fail.s | 6 # CHECK: error: invalid instruction, any one of the following would fix this: 13 # CHECK: error: invalid instruction, any one of the following would fix this: 18 # CHECK: error: invalid instruction, any one of the following would fix this: 24 # CHECK: error: invalid instruction, any one of the following would fix this: 29 # CHECK: error: invalid instruction, any one of the following would fix this:
|
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/ |
D | parsing_scenarios.story | 4 When the following source is parsed: 16 When the following source is parsed: 28 When the following source is parsed: 42 When the following source is parsed: 57 When the following source is parsed: 66 When the following sources is parsed by the second CompilationUnit: 85 When the following source is parsed: 94 When the following sources is parsed by the second CompilationUnit: 113 When the following source is parsed: 122 When the following sources is parsed by the second CompilationUnit: [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/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/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
D | BreakIteratorTest.java | 151 assertEquals(100, cbr.following(pos)); in testFollowing() 152 assertEquals(103, wbr.following(pos)); in testFollowing() 153 assertEquals(104, lbr.following(pos)); in testFollowing() 154 assertEquals(116, sbr.following(pos)); in testFollowing() 182 cbr.following(pos); in testCurrent() 183 wbr.following(pos); in testCurrent() 184 lbr.following(pos); in testCurrent() 185 sbr.following(pos); in testCurrent()
|
/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/freetype/ |
D | README.android | 3 There are the following local modifications: 5 The following modules are disabled in include/freetype/config/ftmodule.h: 12 The following options are disabled in include/freetype/config/ftoption.h: 18 The following option is enabled to support color fonts. 34 Since Chromium updates FreeType more frequently, you can check the following URL for their changes
|
/external/newfs_msdos/ |
D | LICENSE | 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 35 modification, are permitted provided that the following conditions 38 notice, this list of conditions and the following disclaimer. 40 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
|
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 35 modification, are permitted provided that the following conditions 38 notice, this list of conditions and the following disclaimer. 40 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
|
/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/u-boot/doc/device-tree-bindings/gpu/ |
D | nvidia,tegra20-host1x.txt | 16 - reset-names: Must include the following entries: 20 of the following host1x client modules: 32 - reset-names: Must include the following entries: 45 - reset-names: Must include the following entries: 58 - reset-names: Must include the following entries: 71 - reset-names: Must include the following entries: 84 - reset-names: Must include the following entries: 94 - clock-names: Must include the following entries: 101 - reset-names: Must include the following entries: 113 - clock-names: Must include the following entries: [all …]
|
/external/antlr/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/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/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 Google Inc. and released 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 following license
|
/external/bsdiff/ |
D | NOTICE | 1 This project governed by the following BSD-style licenses. Check each file 10 modification, are permitted providing that the following conditions 13 notice, this list of conditions and the following disclaimer. 15 notice, this list of conditions and the following disclaimer in the 35 modification, are permitted provided that the following conditions are 39 notice, this list of conditions and the following disclaimer. 41 copyright notice, this list of conditions and the following disclaimer
|
D | LICENSE | 1 This project governed by the following BSD-style licenses. Check each file 10 modification, are permitted providing that the following conditions 13 notice, this list of conditions and the following disclaimer. 15 notice, this list of conditions and the following disclaimer in the 35 modification, are permitted provided that the following conditions are 39 notice, this list of conditions and the following disclaimer. 41 copyright notice, this list of conditions and the following disclaimer
|
/external/boringssl/ |
D | NOTICE | 18 The following are Google-internal bug numbers where explicit permission from 32 * modification, are permitted provided that the following conditions 36 * notice, this list of conditions and the following disclaimer. 39 * notice, this list of conditions and the following disclaimer in 44 * software must display the following acknowledgment: 57 * 6. Redistributions of any form whatsoever must retain the following 93 * the following conditions are aheared to. The following conditions 107 * modification, are permitted provided that the following conditions 110 * notice, this list of conditions and the following disclaimer. 112 * notice, this list of conditions and the following disclaimer in the [all …]
|