HomeSort by relevance Sort by last modified time
    Searched defs:FOR (Results 1 - 25 of 28) sorted by null

1 2

  /external/flac/libFLAC/ia32/
nasm.h 21 ; LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23 ; CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 17 public static final int FOR=13;
167 // $ANTLR start "FOR"
170 int _type = FOR;
172 // SimpleC.g:91:5: ( 'for' )
173 // SimpleC.g:91:7: 'for'
175 match("for");
186 // $ANTLR end "FOR"
510 // SimpleC.g:1:8: ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS )
557 // SimpleC.g:1:46: FOR
706 for (int i=0; i<numStates; i++)
    [all...]
SimpleCTP.java 10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
20 public static final int FOR=13;
444 if ( ((LA5_0>=BLOCK && LA5_0<=FOR)||(LA5_0>=EQEQ && LA5_0<=PLUS)) ) {
492 case FOR:
568 // SimpleCTP.g:50:1: forStat : ^( 'for' expr expr expr block ) ;
571 // SimpleCTP.g:51:5: ( ^( 'for' expr expr expr block ) )
572 // SimpleCTP.g:51:9: ^( 'for' expr expr expr block )
574 match(input,FOR,FOLLOW_FOR_in_forStat328);
SimpleCParser.java 13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
23 public static final int FOR=13;
821 if ( (LA6_0==ID||(LA6_0>=INT && LA6_0<=FOR)||(LA6_0>=21 && LA6_0<=22)||LA6_0==25) ) {
940 case FOR:
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 17 public static final int FOR=13;
167 // $ANTLR start "FOR"
170 int _type = FOR;
172 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:91:5: ( 'for' )
173 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:91:7: 'for'
175 match("for");
186 // $ANTLR end "FOR"
510 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:8: ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS )
557 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:46: FOR
706 for (int i=0; i<numStates; i++)
    [all...]
SimpleCTP.java 10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
20 public static final int FOR=13;
444 if ( ((LA5_0>=BLOCK && LA5_0<=FOR)||(LA5_0>=EQEQ && LA5_0<=PLUS)) ) {
492 case FOR:
568 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:50:1: forStat : ^( 'for' expr expr expr block ) ;
571 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:51:5: ( ^( 'for' expr expr expr block ) )
572 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:51:9: ^( 'for' expr expr expr block )
574 match(input,FOR,FOLLOW_FOR_in_forStat328);
SimpleCParser.java 13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
23 public static final int FOR=13;
821 if ( (LA6_0==ID||(LA6_0>=INT && LA6_0<=FOR)||(LA6_0>=21 && LA6_0<=22)||LA6_0==25) ) {
    [all...]
  /external/deqp/framework/randomshaders/
rsgToken.hpp 18 * See the License for the specific language governing permissions and
48 FOR,
  /external/javassist/src/main/javassist/compiler/
TokenId.java 12 * for the specific language governing rights and limitations under the
37 int FOR = 318;
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.h 3 /* Bison interface for Yacc-like parsers in C
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
72 FOR = 273,
glslang_tab.cpp 3 /* Bison implementation for Yacc-like parsers in C
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
37 infringing on user name space. This should be done even for local
155 FOR = 273,
507 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
523 to allow for a few compiler-allocated temporary stack slots. */
563 /* A type that is properly aligned for any stack member. */
585 stack. Advance YYPTR to a properly aligned location for the next
612 for (yyi = 0; yyi < (Count); yyi++)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 3 /* Bison interface for Yacc-like parsers in C
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
50 FOR = 268,
251 #define FOR 268
glsl_parser.cc 3 /* Bison implementation for Yacc-like parsers in C
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
37 infringing on user name space. This should be done even for local
95 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
96 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
159 FOR = 268,
360 #define FOR 268
741 to allow for a few compiler-allocated temporary stack slots. */
781 /* A type that is properly aligned for any stack member. *
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 6 // License. See LICENSE.TXT for details.
47 /// FOR - Bitwise logical OR of floating point values. This corresponds
49 FOR,
82 /// RDTSC_DAG - This operation implements the lowering for
111 /// 0s or 1s. Generally DTRT for C/C++ with NaNs.
115 /// result in an integer GPR. Needs masking for scalar result.
141 /// at function entry, used for PIC code.
144 /// Wrapper - A wrapper node for TargetConstantPool,
148 /// WrapperRIP - Special wrapper used under X86-64 PIC mode for RIP
233 // of the TLS block for the current module
    [all...]
  /external/qemu/target-i386/
ops_sse.h 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
209 for (i = 0; i < 16 - shift; i++) {
212 for (i = 16 - shift; i < 16; i++) {
225 for (i = 15; i >= shift; i--) {
228 for (i = 0; i < shift; i++) {
355 #define FOR(a, b) ((a) | (b))
399 SSE_HELPER_Q(helper_por, FOR)
432 for (i = 0; i < (2 << SHIFT); i++) {
481 for (i = 0; i < (8 << SHIFT); i++)
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 13 * See the License for the specific language governing permissions and
76 public static final int FOR=48;
    [all...]
JavaParser.java 13 * See the License for the specific language governing permissions and
35 /** A Java 1.5 grammar for ANTLR v3 derived from the spec
41 * tested for 1.5 compatibility.
44 * and got two errors that are ok (for now):
48 * As a result, alternative(s) 4 were disabled for that input
54 * As a result, alternative(s) 2 were disabled for that input
70 * java spec I built this from had some bizarre for-loop control.
94 * make it check for genericized casts first. It was failing to recognize a
146 * Added semantic predicates to test for shift operations rather than other
147 * things. Thus, for instance, the string "< <" will never be treate
    [all...]
  /external/mksh/src/
sh.h 25 * may a licensor, author or contributor be held liable for indirect,
141 * which work for all cases; no need to redefine them using the
191 * integer wraparound, even across division and modulo, for
204 /* access macros for boolean type */
444 #define MAGIC (7) /* prefix for *?[!{,} during expand */
462 * Evil hack for const correctness due to API brokenness
481 /* for const debugging */
620 /* malloc(3)/realloc(3) -> free(3) for use by the memory allocator */
625 /* malloc(3)/realloc(3) -> free(3) for use by mksh code */
650 /* 3. group structure (only the same for lalloc.c) *
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 259 milliseconds

1 2