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

1 2

  /system/core/toolbox/
hd.c 24 int repeat = 0; local
38 repeat = strtol(optarg, NULL, 0);
91 if(repeat)
92 sleep(repeat);
93 } while(repeat);
  /external/skia/src/animator/
SkAnimateBase.h 66 SkScalar repeat; member in class:SkAnimateBase
  /frameworks/base/core/java/android/text/method/
ArrowKeyMovementMethod.java 177 int repeat = event.getRepeatCount(); local
179 while ((--repeat) > 0) {
ScrollingMovementMethod.java 182 int repeat = event.getRepeatCount(); local
185 while ((--repeat) > 0) {
  /external/libffi/src/
closures.c 288 int repeat; member in struct:__anon5133
308 if (open_temp_exec_file_opts[open_temp_exec_file_opts_idx].repeat)
335 if (!open_temp_exec_file_opts[open_temp_exec_file_opts_idx].repeat
387 && open_temp_exec_file_opts[open_temp_exec_file_opts_idx].repeat)
  /external/qemu/
trace_common.h 60 uint32_t repeat; // repeat count (= 0 if just one occurrence) member in struct:BBRec
61 uint64_t time_diff; // diff from previous time (if repeat > 0)
73 uint32_t repeat; // repeat count member in struct:InsnRec
  /frameworks/base/services/java/com/android/server/
VibratorService.java 57 Vibration(IBinder token, long[] pattern, int repeat, int uid) {
58 this(token, 0, pattern, repeat, uid);
62 int repeat, int uid) {
67 mRepeat = repeat;
149 public void vibratePattern(long[] pattern, int repeat, IBinder token) {
170 || repeat >= pattern.length || token == null) {
174 Vibration vib = new Vibration(token, pattern, repeat, uid);
184 if (repeat >= 0) {
188 // A negative repeat means that this pattern is not meant
189 // to repeat. Treat it like a simple vibration
318 int repeat = mVibration.mRepeat; local
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/
FilenameUtils.java 1190 int repeat = filename.indexOf(wcs[wcsIdx], textIdx + 1); local
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 238 int repeat = Integer.parseInt(args[4]); local
243 MonkeyKeyEvent e = new MonkeyKeyEvent(downTime, eventTime, action, code, repeat,
  /bionic/libc/regex/
regcomp.c 85 static void repeat(struct parse *, sopno, int, int);
416 repeat(p, pos, count, count2);
587 repeat(p, pos, count, count2);
936 - repeat - generate code for a bounded repetition, recursively if needed
939 repeat(struct parse *p, function
965 repeat(p, start+1, 1, to);
985 repeat(p, copy, 1, to-1);
993 repeat(p, copy, from-1, to-1);
997 repeat(p, copy, from-1, to);
    [all...]
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 295 if (nameString.startsWith("repeat(") && nameString.endsWith(")")) {
296 // FIXME: For repeat events we just need to add the data carrying TimeEvent class and
301 nameString = "repeat";
771 float SVGSMILElement::calculateAnimationPercentAndRepeat(SMILTime elapsed, unsigned& repeat) const
774 repeat = 0;
776 repeat = 0;
780 repeat = 0;
788 repeat = static_cast<unsigned>(repeatingDuration.value() / simpleDuration.value());
790 repeat--;
793 repeat = static_cast<unsigned>(activeTime.value() / simpleDuration.value())
864 unsigned repeat; local
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
XmlKeyboardLoader.java 217 private static final String XMLATTR_KEY_REPEAT = "repeat";
300 boolean repeat; field in class:XmlKeyboardLoader.KeyCommonAttributes
313 repeat = getBoolean(mXrp, XMLATTR_KEY_REPEAT, defAttr.repeat);
550 attrKeys.repeat, attrKeys.balloon);
687 softKey.setKeyAttribute(keyCode, keyLabel, attrKey.repeat,
728 boolean repeat = getBoolean(xrp, XMLATTR_KEY_REPEAT, attrKey.repeat);
730 rootState.setStateFlags(repeat, balloon);
    [all...]
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c 1660 u_short *sp, repeat = 0; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.cpp 716 class Repeat : public Pick {
738 Repeat(Pick * base, int minCount =0, int maxCount = 1, Buffer_int * weights = NULL):
744 virtual ~Repeat(){
971 UBool repeat (Pick* &node /*in,out*/){ function in class:Parser
    [all...]
  /external/gtest/test/
gtest_unittest.cc 49 || testing::GTEST_FLAG(repeat) > 0
116 using testing::GTEST_FLAG(repeat);
4443 Int32 repeat; member in struct:testing::Flags
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 716 class Repeat : public Pick {
738 Repeat(Pick * base, int minCount =0, int maxCount = 1, Buffer_int * weights = NULL):
744 virtual ~Repeat(){
971 UBool repeat (Pick* &node /*in,out*/){ function in class:Parser
    [all...]
  /external/libxml2/
xmllint.c 157 static int repeat = 0; variable
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 50 || testing::GTEST_FLAG(repeat) > 0
133 using testing::GTEST_FLAG(repeat);
5328 Int32 repeat; member in struct:testing::Flags
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 173 repeat,
174 internal::Int32FromGTestEnv("repeat", 1),
175 "How many times to repeat each test. Specify a negative number "
3163 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); local
    [all...]
  /external/gtest/src/
gtest.cc 222 repeat,
223 internal::Int32FromGTestEnv("repeat", 1),
224 "How many times to repeat each test. Specify a negative number "
3645 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); local
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 227 repeat,
228 internal::Int32FromGTestEnv("repeat", 1),
229 "How many times to repeat each test. Specify a negative number "
3964 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); local
    [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 

Completed in 425 milliseconds

1 2