Home
last modified time | relevance | path

Searched refs:following (Results 1 – 25 of 3453) sorted by relevance

12345678910>>...139

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DRecognizerSharedState.java43 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/
DANTLRRecognizerSharedState.m6 // 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/
Dgroup-file-parser.rb194 @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/
Dchaptersprefol1 /following::*
4 /child::EXAMPLE/following::*
6 /child::EXAMPLE/child::chapter[3]/following::*
8 /child::EXAMPLE/child::chapter[1]/image/following::*
/external/netperf/doc/examples/
Dsnapshot_script127 echo Testing with the following command line:
141 echo Testing with the following command line:
155 echo Testing with the following command line:
168 echo Testing with the following command line:
183 echo Testing with the following command line:
194 echo Testing with the following command line:
208 echo Testing with the following command line:
/external/fsck_msdos/
DNOTICE6 * 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/
Darmopts.s.in4 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/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DBreakIteratorTest.java149 assertEquals(100, cbr.following(pos)); in testFollowing()
150 assertEquals(103, wbr.following(pos)); in testFollowing()
151 assertEquals(104, lbr.following(pos)); in testFollowing()
152 assertEquals(116, sbr.following(pos)); in testFollowing()
180 cbr.following(pos); in testCurrent()
181 wbr.following(pos); in testCurrent()
182 lbr.following(pos); in testCurrent()
183 sbr.following(pos); in testCurrent()
/external/ipsec-tools/src/racoon/
DNOTICE5 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/
DNOTICE5 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/
DRecognizerSharedState.cs59 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/
DRecognizerSharedState.cs57 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/opencv/
DNOTICE15 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/
Dchaptersrange1 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/smali/
DNOTICE2 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 following license
/external/bsdiff/
DNOTICE1 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
DLICENSE1 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/netcat/
DNOTICE9 * 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/boringssl/src/
DLICENSE24 * modification, are permitted provided that the following conditions
28 * notice, this list of conditions and the following disclaimer.
31 * notice, this list of conditions and the following disclaimer in
36 * software must display the following acknowledgment:
49 * 6. Redistributions of any form whatsoever must retain the following
85 * the following conditions are aheared to. The following conditions
99 * modification, are permitted provided that the following conditions
102 * notice, this list of conditions and the following disclaimer.
104 * notice, this list of conditions and the following disclaimer in the
107 * must display the following acknowledgement:
[all …]
/external/opencv3/3rdparty/libpng/
DLICENSE8 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/curl/tests/data/
Dtest102421 This server reply is for testing a Location: following with cookies
32 This server reply is for testing a Location: following with cookies
41 If this is received, the location following worked
64 If this is received, the location following worked
75 HTTP Location: following with cookies
Dtest102521 This server reply is for testing a Location: following with cookies
32 This server reply is for testing a Location: following with cookies
41 If this is received, the location following worked
64 If this is received, the location following worked
75 HTTP Location: following with command-line and server cookies
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIAPITest.java187 q = wordIter1.following(2); in TestFirstNextFollowing()
189 q = wordIter1.following(22); in TestFirstNextFollowing()
193 q = wordIter1.following(wordIter1.last()); in TestFirstNextFollowing()
218 p = charIter1.following(charIter1.last()); in TestFirstNextFollowing()
244 q = sentIter1.following(1); in TestFirstNextFollowing()
246 q = sentIter1.following(10); in TestFirstNextFollowing()
248 q = sentIter1.following(20); in TestFirstNextFollowing()
250 p = sentIter1.following(sentIter1.last()); in TestFirstNextFollowing()
280 q = lineIter1.following(60); in TestFirstNextFollowing()
282 q = lineIter1.following(1); in TestFirstNextFollowing()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIAPITest.java183 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/
DNOTICE18 * 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:

12345678910>>...139