/external/regex-re2/re2/testing/ |
exhaustive1_test.cc | 14 // Test simple repetition operators 15 TEST(Repetition, Simple) { 26 // Test capturing parens -- (a) -- inside repetition operators 27 TEST(Repetition, Capturing) {
|
/external/junit/src/junit/extensions/ |
RepeatedTest.java | 16 throw new IllegalArgumentException("Repetition count must be >= 0");
|
/external/eigen/bench/ |
BenchUtil.h | 11 #include <boost/preprocessor/repetition/enum_params.hpp> 12 #include <boost/preprocessor/repetition.hpp>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atm_zatm.h | 30 int next_cnt,next_thres; /* repetition counter and threshold */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atm_zatm.h | 30 int next_cnt,next_thres; /* repetition counter and threshold */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atm_zatm.h | 30 int next_cnt,next_thres; /* repetition counter and threshold */
|
/external/llvm/lib/Support/ |
regerror.c | 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" }, 71 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
|
regcomp.c | 297 - p_ere_exp - parse one subERE, an atom possibly followed by a repetition op 414 /* we call { a repetition if followed by a digit */ 417 return; /* no repetition, we're done */ 521 - p_simp_re - parse a simple RE, an atom possibly followed by a repetition 637 - p_count - parse a repetition count 972 - repeat - generate code for a bounded repetition, recursively if needed [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
regerror.c | 63 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" }, 66 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
|
regcomp.c | 289 - p_ere_exp - parse one subERE, an atom possibly followed by a repetition op 378 /* we call { a repetition if followed by a digit */ 381 return; /* no repetition, we're done */ 485 - p_simp_re - parse a simple RE, an atom possibly followed by a repetition 601 - p_count - parse a repetition count 936 - repeat - generate code for a bounded repetition, recursively if needed [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
BitmapImage.cpp | 289 // Snag the repetition count. If |imageKnownToBeComplete| is false, the 290 // repetition count may not be accurate yet for GIFs; in this case the 321 // yet and our repetition count is potentially unset. The repetition count 341 // the time we reach the end of the first repetition, we're well behind. 445 // Get the repetition count again. If we weren't able to get a 446 // repetition count before, we should have decoded the whole image by
|
BitmapImage.h | 175 Unknown, // We haven't checked the source's repetition count. 176 Uncertain, // We have a repetition count, but it might be wrong (some GIFs have a count after the image data, and will report "loop once" until all data has been decoded). 177 Certain // The repetition count is known to be correct.
|
/external/regex-re2/re2/ |
mimics_pcre.cc | 10 // * the regexp contains a repetition of an empty string, 12 // the repetition sequence as ending with an empty string,
|
regexp.h | 175 kRegexpRepeatSize, // bad repetition argument 176 kRegexpRepeatOp, // bad repetition operator 283 NonGreedy = 1<<6, // Repetition operators are non-greedy by default. 351 // Simplified means that counted repetition has been rewritten
|
/external/chromium/chrome/browser/autofill/ |
form_field_unittest.cc | 59 // Repetition.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
lolcode.php | 75 //Repetition
|
/bionic/libc/upstream-netbsd/libc/regex/ |
regerror.c | 146 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" }, 149 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
|
/frameworks/base/core/java/android/animation/ |
Animator.java | 250 * repetition of the animation.</p> 277 * <p>Notifies the repetition of the animation.</p>
|
/external/chromium/chrome/browser/ |
spellchecker_platform_engine_unittest.cc | 271 {"repitition", "repetition"},
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
FixedPositioning.h | 180 // Measures the background image repetition
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
cssproperties.in | 69 -webkit-marquee-repetition 303 -khtml-marquee-repetition
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlSerializer.java | 223 * Write end tag. Repetition of namespace and name is just for avoiding errors. 272 // * Write end tag. Repetition of namespace, prefix, and name is just for avoiding errors.
|
/external/bison/src/ |
print_graph.c | 43 repetition, like in *.output files. */
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/ |
webkit | 70 -webkit-marquee-repetition
|
/frameworks/base/docs/html/design/style/ |
writing.jd | 32 <p><strong>Avoid repetition.</strong> If a significant term gets repeated within a screen or block of text, find
|