Searched refs:following (Results 1 - 25 of 152) sorted by relevance

1234567

/external/antlr/src/org/antlr/runtime/
H A DRecognizerSharedState.java7 modification, are permitted provided that the following conditions
10 notice, this list of conditions and the following disclaimer.
12 notice, this list of conditions and the following disclaimer in the
43 public BitSet[] following = new BitSet[BaseRecognizer.INITIAL_FOLLOW_STACK_SIZE]; field in class:RecognizerSharedState
123 if ( this.following.length < state.following.length ) {
124 this.following = new BitSet[state.following.length];
126 System.arraycopy(state.following, 0, this.following,
[all...]
H A DBaseRecognizer.java7 modification, are permitted provided that the following conditions
10 notice, this list of conditions and the following disclaimer.
12 notice, this list of conditions and the following disclaimer in the
439 * exception (since LA(1) is not in the viable following token
487 * than covering superset) set of following tokens.
536 BitSet localFollowSet = (BitSet)state.following[i];
697 if ( (state._fsp +1)>=state.following.length ) {
698 BitSet[] f = new BitSet[state.following.length*2];
699 System.arraycopy(state.following, 0, f, 0, state.following
[all...]
/external/clang/test/Sema/
H A Ddarwin-align-cast.c10 This code below comes from the following system headers:
/external/qemu/
H A DAndroid.mk1 # the following test is made to detect that we were called
/external/chromium/android/
H A DgenerateAndroidForwardingHeader.pl6 # 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 * 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
/external/openssl/crypto/bn/
H A Dbn_prime.pl42 * the following conditions are aheared to. The following conditions
56 * modification, are permitted provided that the following conditions
59 * notice, this list of conditions and the following disclaimer.
61 * notice, this list of conditions and the following disclaimer in the
64 * must display the following acknowledgement:
/external/flac/libFLAC/ia32/
H A Dnasm.h5 ; modification, are permitted provided that the following conditions
9 ; notice, this list of conditions and the following disclaimer.
12 ; notice, this list of conditions and the following disclaimer in the
/external/openssl/crypto/conf/
H A Dkeysets.pl64 * the following conditions are aheared to. The following conditions
78 * modification, are permitted provided that the following conditions
81 * notice, this list of conditions and the following disclaimer.
83 * notice, this list of conditions and the following disclaimer in the
86 * must display the following acknowledgement:
/external/tremolo/Tremolo/
H A Dfloor1LARM.s8 @ modification, are permitted provided that the following conditions
12 @ notice, this list of conditions and the following disclaimer.
14 @ copyright notice, this list of conditions and the following disclaimer
H A Dfloor1ARM.s8 @ modification, are permitted provided that the following conditions
12 @ notice, this list of conditions and the following disclaimer.
14 @ copyright notice, this list of conditions and the following disclaimer
/external/webkit/Source/WebKit/scripts/
H A Dgenerate-webkitversion.pl11 # modification, are permitted provided that the following conditions
15 # notice, this list of conditions and the following disclaimer.
17 # notice, this list of conditions and the following disclaimer in the
91 * modification, are permitted provided that the following conditions
94 * notice, this list of conditions and the following disclaimer.
96 * notice, this list of conditions and the following disclaimer in the
/external/dbus/test/data/valid-config-files/system.d/
H A Dtest.conf4 <!-- The following demonstrates how to punch holes in a default deny-all
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DBreakIteratorTest.java86 iterator.following(1);
91 assertEquals(2, iterator.following(1));
93 assertEquals(0, iterator.following(-1));
98 iterator.following(TEXT.length());
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-31255.js70 --> so in the following --> should not be treated as comments
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dpostdiffforrevert.py4 # modification, are permitted provided that the following conditions are
8 # notice, this list of conditions and the following disclaimer.
10 # copyright notice, this list of conditions and the following disclaimer
40 following command:\n\n\
/external/openssl/crypto/objects/
H A Dobj_dat.pl174 * following command:
186 * the following conditions are aheared to. The following conditions
200 * modification, are permitted provided that the following conditions
203 * notice, this list of conditions and the following disclaimer.
205 * notice, this list of conditions and the following disclaimer in the
208 * must display the following acknowledgement:
H A Dobjects.pl125 * following command:
137 * the following conditions are aheared to. The following conditions
151 * modification, are permitted provided that the following conditions
154 * notice, this list of conditions and the following disclaimer.
156 * notice, this list of conditions and the following disclaimer in the
159 * must display the following acknowledgement:
/external/mesa3d/docs/
H A DMESA_shader_debug.spec164 The following printMESA prototypes are available.
195 The following assertMESA prototypes are available.
210 __FILE__ and __LINE__, respectively. The following three calls
/external/freetype/
H A DAndroid.mk45 # the following is for testing only, and should not be used in final builds
/external/icu4c/tools/genren/
H A Dgenren.pl97 /* Uncomment the following line to disable renaming on platforms
116 /* Error out before the following defines cause very strange and unexpected code breakage */
/external/protobuf/editors/
H A Dproto.vim6 " modification, are permitted provided that the following conditions are
10 " notice, this list of conditions and the following disclaimer.
12 " copyright notice, this list of conditions and the following disclaimer
36 " 2. Add the following to ~/.vimrc:
/external/stlport/test/eh/
H A Dbcb.mak12 # The following section of the project makefile is managed by the BCB IDE.
/external/valgrind/main/
H A Dvalgrind.spec19 can also use Valgrind to build new tools. Valgrind runs on the following
/external/icu4c/i18n/unicode/
H A Dsearch.h59 * a given pattern. The following example uses a <tt>StringSearch</tt>
319 * @return The character index of the first match following
325 int32_t following(int32_t position, UErrorCode &status);
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php621 # Returns: The string, with after processing the following backslash
694 entities. SmartyPants can perform the following transformations:
711 periods), SmartyPants accepts the following backslash escape sequences
777 * Corrected a problem with quotes immediately following a dash
834 modification, are permitted provided that the following conditions are met:
837 notice, this list of conditions and the following disclaimer.
840 notice, this list of conditions and the following disclaimer in the

Completed in 1210 milliseconds

1234567