/cts/suite/pts/deviceTests/dram/src/com/android/pts/dram/ |
MemoryNative.java | 24 * run memcpy for given number of repetition from a source to a destination buffers 30 public static native long runMemcpy(int bufferSize, int repetition);
|
BandwidthTest.java | 36 private static final int REPETITION = 10; 94 double[] result = new double[REPETITION]; 95 for (int i = 0; i < REPETITION; i++) {
|
/external/junit/src/junit/extensions/ |
RepeatedTest.java | 16 throw new IllegalArgumentException("Repetition count must be >= 0");
|
/cts/suite/pts/deviceTests/dram/jni/ |
MemoryNativeJni.cpp | 30 jclass clazz, jint bufferSize, jint repetition) 43 for (int i = 0; i < repetition; i++) {
|
/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 386 /* we call { a repetition if followed by a digit */ 389 return; /* no repetition, we're done */ 493 - p_simp_re - parse a simple RE, an atom possibly followed by a repetition 609 - p_count - parse a repetition count 944 - 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. 350 // Simplified means that counted repetition has been rewritten
|
/external/chromium/chrome/browser/autofill/ |
form_field_unittest.cc | 59 // Repetition.
|
/external/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 | 243 * repetition of the animation.</p> 270 * <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.
|
/packages/apps/Calendar/res/values-en-rGB/ |
strings.xml | 30 <string name="repeats_label" msgid="7414023871434593196">"Repetition"</string> 207 <string name="accessibility_repeats" msgid="1629279916830919582">"Repetition"</string>
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/ |
webkit | 70 -webkit-marquee-repetition
|