/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/ |
D | Timer.java | 63 public Task scheduleTask (Task task, float delaySeconds, float intervalSeconds, int repeatCount) { in scheduleTask() argument 64 …if (task.repeatCount != CANCELLED) throw new IllegalArgumentException("The same task may not be sc… in scheduleTask() 67 task.repeatCount = repeatCount; in scheduleTask() 109 if (task.repeatCount != CANCELLED) { in update() 110 if (task.repeatCount == 0) { in update() 112 task.repeatCount = CANCELLED; in update() 116 if (task.repeatCount == CANCELLED) { in update() 123 if (task.repeatCount > 0) task.repeatCount--; in update() 166 …static public Task schedule (Task task, float delaySeconds, float intervalSeconds, int repeatCount… in schedule() argument 167 return instance().scheduleTask(task, delaySeconds, intervalSeconds, repeatCount); in schedule() [all …]
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | Timer.java | 65 public Task scheduleTask (Task task, float delaySeconds, float intervalSeconds, int repeatCount) { in scheduleTask() argument 67 …if (task.repeatCount != CANCELLED) throw new IllegalArgumentException("The same task may not be sc… in scheduleTask() 70 task.repeatCount = repeatCount; in scheduleTask() 123 if (task.repeatCount != CANCELLED) { in update() 124 if (task.repeatCount == 0) task.repeatCount = CANCELLED; in update() 127 if (task.repeatCount == CANCELLED) { in update() 134 if (task.repeatCount > 0) task.repeatCount--; in update() 180 …static public Task schedule (Task task, float delaySeconds, float intervalSeconds, int repeatCount… in schedule() argument 181 return instance().scheduleTask(task, delaySeconds, intervalSeconds, repeatCount); in schedule() 190 int repeatCount = CANCELLED; field in Timer.Task [all …]
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/ |
D | RepeatAction.java | 24 private int repeatCount, executedCount; field in RepeatAction 28 if (executedCount == repeatCount) return true; in delegate() 31 if (repeatCount > 0) executedCount++; in delegate() 32 if (executedCount == repeatCount) return true; in delegate() 51 this.repeatCount = count; in setCount() 55 return repeatCount; in getCount()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowAnimation.java | 22 private int repeatCount; field in ShadowAnimation 78 public void setRepeatCount(int repeatCount) { in setRepeatCount() argument 79 this.repeatCount = repeatCount; in setRepeatCount() 84 return repeatCount; in getRepeatCount()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_imelody.c | 418 pData->repeatCount = -1; in IMY_Event() 420 } else if (pData->repeatCount >= 0) { in IMY_Event() 423 if (pData->repeatCount > 0) in IMY_Event() 425 if (--pData->repeatCount == 0) in IMY_Event() 427 pData->repeatCount = -1; in IMY_Event() 436 if ((parserMode == eParserModePlay) || (pData->repeatCount != 0)) in IMY_Event() 449 if (pData->repeatCount == -1) in IMY_Event() 465 if (pData->repeatCount < 0) in IMY_Event() 466 pData->repeatCount = (EAS_I16) temp; in IMY_Event() 1458 pData->repeatCount = -1; in IMY_ParseHeader()
|
D | jet.c | 545 pStatus->segmentRepeatCount = pSeg->repeatCount; in JET_Status() 605 …EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transp… in JET_QueueSegment() argument 628 p->repeatCount = (EAS_I16) repeatCount; in JET_QueueSegment() 920 if (pSeg->repeatCount != 0) in JET_Process() 926 if (pSeg->repeatCount > 0) in JET_Process() 927 pSeg->repeatCount--; in JET_Process()
|
D | eas_tcdata.h | 56 EAS_I8 repeatCount; /* note repeat counter */ member
|
D | eas_rtttldata.h | 59 EAS_U8 repeatCount; /* repeat counter */ member
|
D | eas_imelodydata.h | 61 EAS_I16 repeatCount; /* repeat counter */ member
|
D | eas_rtttl.c | 317 if (pData->repeatCount == 0) in RTTTL_Event() 325 if (pData->repeatCount != RTTTL_INFINITE_LOOP) in RTTTL_Event() 326 pData->repeatCount--; in RTTTL_Event() 992 pData->repeatCount = 0; in RTTTL_ParseHeader() 1068 pData->repeatCount = (EAS_U8) i; in RTTTL_ParseHeader()
|
D | eas_public.c | 324 pStream->repeatCount = 0; in EAS_InitStream() 957 if (pEASData->streams[streamNum].repeatCount) in EAS_Render() 967 if (pEASData->streams[streamNum].repeatCount > 0) in EAS_Render() 968 pEASData->streams[streamNum].repeatCount--; in EAS_Render() 1120 …PUBLIC EAS_RESULT EAS_SetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 repeatCount) in EAS_SetRepeat() argument 1122 pStream->repeatCount = repeatCount; in EAS_SetRepeat() 1150 *pRepeatCount = pStream->repeatCount; in EAS_GetRepeat() 1662 if (pStream->repeatCount && (*pState == EAS_STATE_STOPPED)) in EAS_State()
|
D | eas_tonecontrol.c | 283 if (pData->repeatCount) in TC_Event() 285 pData->repeatCount--; in TC_Event() 653 pData->repeatCount = 0; in TC_ParseHeader() 763 pData->repeatCount = count - 2; in TC_GetRepeat()
|
D | eas_data.h | 75 EAS_I32 repeatCount; member
|
D | jet_data.h | 109 EAS_I16 repeatCount; member
|
/external/skia/include/utils/ |
D | SkInterpolator.h | 52 void setRepeatCount(SkScalar repeatCount) { fRepeat = repeatCount; } in setRepeatCount() argument
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
D | web_contents.py | 279 gestureSourceType=None, repeatCount=None, argument 306 gestureSourceType=gestureSourceType, repeatCount=repeatCount,
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
D | inspector_backend.py | 225 gestureSourceType=None, repeatCount=None, argument 265 if repeatCount is not None: 266 params['repeatCount'] = repeatCount
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
D | tests11.dat | 2 …serveAlpha='' preserveAspectRatio='' primitiveUnits='' refX='' refY='' repeatCount='' repeatDur=''… 51 | repeatCount="" 123 | repeatCount="" 195 | repeatCount="" 218 …serveAlpha='' preserveAspectRatio='' primitiveUnits='' refX='' refY='' repeatCount='' repeatDur=''…
|
/external/deqp/framework/delibs/dethread/ |
D | deThreadTest.c | 667 int repeatCount; in deSingleton_selfTest() member 685 int repeatCount = cases[caseNdx].repeatCount; in deSingleton_selfTest() local 688 for (subCaseNdx = 0; subCaseNdx < repeatCount; subCaseNdx++) in deSingleton_selfTest()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
D | repeatable_scroll.py | 46 repeatCount=self._repeat_count,
|
/external/sonivox/arm-wt-22k/host_src/ |
D | jet.h | 143 …EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transp…
|
D | eas.h | 192 … EAS_RESULT EAS_SetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 repeatCount);
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DateTimePatternGenerator.java | 2095 int repeatCount = row[3]; 2097 if ("GEzvQ".indexOf(repeatChar) >= 0) repeatCount = 1; 2098 baseOriginal[typeValue] = Utility.repeat(String.valueOf(repeatChar),repeatCount);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateTimePatternGenerator.java | 2121 int repeatCount = row[3]; 2123 if ("GEzvQ".indexOf(repeatChar) >= 0) repeatCount = 1; 2124 baseOriginal[typeValue] = Utility.repeat(String.valueOf(repeatChar),repeatCount);
|
/external/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 1645 int32_t repeatCount = row->minLen; // #7930 removes cap at 3 in set() local 1646 while (repeatCount-- > 0) { in set()
|