Searched refs:following (Results 26 - 50 of 231) sorted by relevance

12345678910

/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/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
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/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/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DBaseRecognizer.js136 * Is the following token (LA(2)) the unwanted type (ttype)?
139 * @returns {Boolean} true if and only if the following token is the
487 * exception (since LA(1) is not in the viable following token
537 * than covering superset) set of following tokens.</p>
595 localFollowSet = this.state.following[i];
763 if ( (this.state._fsp +1)>=this.state.following.length ) {
766 for (i=this.state.following.length-1; i>=0; i--) {
767 f[i] = this.state.following[i];
769 this.state.following = f;
772 this.state.following[thi
[all...]
/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/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRecognizerSharedState.h6 // 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
33 NSMutableArray *following; // a stack of FOLLOW bitsets used for context sensitive prediction and recovery variable
51 @property (retain, getter=getFollowing, setter=setFollowing:) NSMutableArray *following; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRecognizerSharedState.h6 // 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
33 NSMutableArray *following; // a stack of FOLLOW bitsets used for context sensitive prediction and recovery variable
51 @property (retain, getter=getFollowing, setter=setFollowing:) NSMutableArray *following; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRecognizerSharedState.h6 // 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
33 NSMutableArray *following; // a stack of FOLLOW bitsets used for context sensitive prediction and recovery variable
51 @property (retain, getter=getFollowing, setter=setFollowing:) NSMutableArray *following; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRecognizerSharedState.h6 // 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
34 __strong AMutableArray *following; // a stack of FOLLOW bitsets used for context sensitive prediction and recovery variable
52 @property (retain, getter=getFollowing, setter=setFollowing:) AMutableArray *following; variable
/external/freetype/
H A DAndroid.mk47 # 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/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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dvisitor.rb11 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
/external/tremolo/Tremolo/
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/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
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec42 There are facilities to do the following:
160 In section 5.4 "Display Lists", page 202, add the following command
190 From within the callback function, only the following GL commands
311 The following is a very simple example of how this extension may
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddot.rb11 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
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb11 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
51 The following list gives a brief introduction to each component of the ANTLR3
/external/icu4c/samples/break/
H A Dbreak.cpp86 int32_t end = boundary.following(pos);
/external/libvpx/examples/includes/geshi/geshi/
H A Dlsl2.php12 * Data derived and validated against the following:
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c19 // modification, are permitted provided that the following conditions
22 // notice, this list of conditions and the following disclaimer.
24 // notice, this list of conditions and the following disclaimer in the
120 recognizer->state->following = NULL;
545 return ANTLR3_FALSE; // Neither this token, nor the one following is the one we wanted
589 if (recognizer->state->following->vector->count >= 0)
849 /// exception (since LA(1) is not in the viable following token
901 /// than covering superset) set of following tokens.
954 top = recognizer->state->following->size(recognizer->state->following);
[all...]
/external/compiler-rt/make/
H A Dlib_info.mk6 # This defines the following variables describing compiler-rt:

Completed in 1355 milliseconds

12345678910