Searched refs:loop (Results 1 - 25 of 750) sorted by path

1234567891011>>

/external/ImageMagick/MagickCore/
H A DAndroid.mk122 -Wno-enum-conversion -Wno-for-loop-analysis
/external/ImageMagick/coders/
H A DAndroid.mk153 LOCAL_CFLAGS += -DHAVE_CONFIG_H -Wno-unused-parameter -Wno-for-loop-analysis
H A Dgif.c1108 loop;
1113 loop=MagickFalse;
1115 loop=LocaleNCompare((char *) buffer,"NETSCAPE2.0",11) == 0 ?
1117 if (loop != MagickFalse)
1099 loop; local
/external/ImageMagick/config/
H A Dltmain.sh863 # ...otherwise throw away the child directory and loop
1585 # # recognise in a loop before passing the remainder back to the
1649 # All initialisations required before starting the option parse loop.
1673 # The main option parsing loop.
1690 # Break out of the loop if we already parsed every option.
2020 # the option parsing loop.
2312 # Perform our own loop to consume as many options as possible in
7168 # The effects of -shared are defined in a previous loop.
7178 # The effects of -static are defined in a previous loop.
7439 done # argument parsing loop
[all...]
/external/ImageMagick/www/api/
H A Dmagick-image.php4229 <dd>apply the operation this many times (or no change). A value of -1 means loop until no change found. How this is applied may depend on the morphology method. Typically this is a value of 1. </dd>
H A Dmorphology.php357 <dd>apply the operation this many times (or no change). A value of -1 means loop until no change found. How this is applied may depend on the morphology method. Typically this is a value of 1. </dd>
421 <dd>apply the operation this many times (or no change). A value of -1 means loop until no change found. How this is applied may depend on the morphology method. Typically this is a value of 1. </dd>
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as257 msg = "required (...)+ loop did not match anything at input "+
334 // an infinite loop; this is a failsafe.
H A DDFA.as149 // not reached -- added due to bug in Flex compiler reachability analysis of while loop with no breaks
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas4392 Result := 'required (...)+ loop did not match anyting at input '
4613 // an infinite loop; this is a failsafe.
5413 Result := 'required (...)+ loop did not match anything at character '
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb281 loop do
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb226 | The prediction loop has exceeded a maximum limit of 50000 iterations
290 | The prediction loop has exceeded a maximum limit of 50000 iterations
H A Drecognizers.rb1024 loop do
1150 "required ( ... )+ loop did not match anything at character #{ char }"
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb218 loop do
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Ddebug-mode.rb41 loop do
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dfilter-mode.rb48 * ever match since k=1 look in the QID loop of '.' will make it loop.
182 * ever match since k=1 look in the QID loop of '.' will make it loop.
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dnuances.rb132 // this rule used to generate an infinite loop in DFA.predict
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DInterpreter.java89 loop:
98 continue loop;
270 // implied branch of loop etc...
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DActionScript.stg541 loop<decisionNumber>:
550 if ( cnt<decisionNumber> >= 1 ) break loop<decisionNumber>;
567 loop<decisionNumber>:
576 break loop<decisionNumber>;
843 * loop. If end-of-token (EOT) predicts any of the targets then it
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg1977 goto loop<decisionNumber>;
1986 loop<decisionNumber>: ; /* Jump to here if this rule does not match */
2018 goto loop<decisionNumber>; /* break out of the loop */
2022 loop<decisionNumber>: ; /* Jump out to here if this rule does not match */
2368 * loop. If end-of-token (EOT) predicts any of the targets then it
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
H A DCPP.stg621 goto loop<decisionNumber>;
628 loop<decisionNumber>: ;
647 goto loop<decisionNumber>;
650 loop<decisionNumber>: ;
912 * loop. If end-of-token (EOT) predicts any of the targets then it
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DCSharp2.stg814 goto loop<decisionNumber>;
824 loop<decisionNumber>:
851 goto loop<decisionNumber>;
855 loop<decisionNumber>:
1162 * loop. If end-of-token (EOT) predicts any of the targets then it
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DCSharp3.stg790 goto loop<decisionNumber>;
800 loop<decisionNumber>:
827 goto loop<decisionNumber>;
831 loop<decisionNumber>:
1141 * loop. If end-of-token (EOT) predicts any of the targets then it
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DJava.stg596 loop<decisionNumber>:
605 if ( cnt<decisionNumber> >= 1 ) break loop<decisionNumber>;
624 loop<decisionNumber>:
633 break loop<decisionNumber>;
919 * loop. If end-of-token (EOT) predicts any of the targets then it
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DObjC.stg1090 goto loop<decisionNumber>;
1099 loop<decisionNumber>: ;
1117 goto loop<decisionNumber>;
1120 loop<decisionNumber>: ;
1391 * loop. If end-of-token (EOT) predicts any of the targets then it
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DPython.stg683 while True: #loop<decisionNumber>
691 break #loop<decisionNumber>
715 while True: #loop<decisionNumber>
722 break #loop<decisionNumber>
1002 * loop. If end-of-token (EOT) predicts any of the targets then it

Completed in 479 milliseconds

1234567891011>>