/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_types.py | 209 if 'xyz'*3 != 'xyzxyzxyz': self.fail('string repetition *3') 210 if 0*'abcde' != '': self.fail('string repetition 0*')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_types.py | 209 if 'xyz'*3 != 'xyzxyzxyz': self.fail('string repetition *3') 210 if 0*'abcde' != '': self.fail('string repetition 0*')
|
/external/chromium_org/third_party/re2/re2/ |
parse.cc | 85 // Pushes a repetition regexp onto the stack. 466 // Pushes a repetition regexp onto the stack. [all...] |
compile.cc | 349 // For *, +, and ?, if out_ causes another repetition, 350 // then the operator is greedy. If out1_ is the repetition [all...] |
re2.h | 238 ErrorRepeatSize, // bad repetition argument 239 ErrorRepeatOp, // bad repetition operator [all...] |
onepass.cc | 30 // is that it's always immediately obvious when a repetition ends.
|
/external/regex-re2/re2/ |
parse.cc | 85 // Pushes a repetition regexp onto the stack. 466 // Pushes a repetition regexp onto the stack. [all...] |
compile.cc | 348 // For *, +, and ?, if out_ causes another repetition, 349 // then the operator is greedy. If out1_ is the repetition [all...] |
re2.h | 238 ErrorRepeatSize, // bad repetition argument 239 ErrorRepeatOp, // bad repetition operator [all...] |
onepass.cc | 30 // is that it's always immediately obvious when a repetition ends.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
annotate.info | 290 REPETITION-STRING 296 which contain that value, and REPETITION-STRING is a string which is 297 designed to convey to the user that repetition is being depicted. [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
annotate.info | 290 REPETITION-STRING 296 which contain that value, and REPETITION-STRING is a string which is 297 designed to convey to the user that repetition is being depicted. [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
annotate.info | 290 REPETITION-STRING 296 which contain that value, and REPETITION-STRING is a string which is 297 designed to convey to the user that repetition is being depicted. [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
annotate.info | 290 REPETITION-STRING 296 which contain that value, and REPETITION-STRING is a string which is 297 designed to convey to the user that repetition is being depicted. [all...] |
/external/aac/libAACdec/src/ |
conceal.cpp | 899 /* Increment random phase index to avoid repetition artifacts. */ [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
dtitvfmt.cpp | [all...] |
/external/icu4c/i18n/ |
dtitvfmt.cpp | [all...] |
/frameworks/base/core/java/android/animation/ |
ValueAnimator.java | 193 * The type of repetition that will occur when repeatMode is nonzero. RESTART means the 508 * be between 0 and the total duration of the animation, including any repetition. If [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
animation-resource.jd | 189 of two times. The default value is <code>"0"</code>, which means no repetition. 263 of two times. The default value is <code>"0"</code>, which means no repetition. [all...] |
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/sdk/renderscript/lib/arm/ |
libc.so | |
/external/chromium/googleurl/base/ |
logging.h | 53 // identify which repetition is happening.
|
/frameworks/base/core/java/android/text/method/ |
BaseMovementMethod.java | 150 * to handle each repetition of an {@link KeyEvent#ACTION_MULTIPLE}.
|
/frameworks/base/docs/html/distribute/googleplay/policies/ |
spam.jd | 96 on devices with smaller displays. Excessive length, detail, or repetition
|