/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
UTFDataFormatExceptionTest.java | 33 int loopCount = 66; 35 for (int i = 0; i < (loopCount); i++) 55 int loopCount = 66; 57 for (int i = 0; i < (loopCount); i++)
|
/external/icu4c/tools/ctestfw/unicode/ |
utimer.h | 58 * timeTaken = utimer_loopUntilDone((double)10,(void*) param, NormFn, &loopCount); 65 * double perfNormalization(NormFn fn,const char* mode,Line* fileLines,int32_t loopCount){ 108 * for (loops=0; loops<loopCount; loops++) { 126 * void perf(UTimer* timer, UChar* source, int32_t sourceLen, UChar* target, int32_t targetLen, int32_t loopCount,UNormalizationMode mode, UErrorCode* error){ 128 * for (loops=0; loops<loopCount; loops++) { 141 * perf(timer1, source,sourceLen, target, targetLen,loopCount,UNORM_NFD,&error); 145 * perf(timer2,source,sourceLen,target,targetLen,loopCount,UNORM_NFC,&error); 147 * perf(timer3, source, sourceLen, target,targetLen, loopCount, UNORM_FCD,&error); 257 * @param loopCount output param to recieve the number of iterations 264 int32_t* loopCount, [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_otadata.h | 76 EAS_U8 loopCount; /* loop count for pattern */
|
eas_ota.c | 361 if (pData->loopCount && ((parserMode == eParserModePlay) || (pData->loopCount != OTA_INFINITE_LOOP))) 364 if (pData->loopCount != OTA_INFINITE_LOOP) 365 pData->loopCount--; 398 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 4, &pData->loopCount)) != EAS_SUCCESS) 860 pData->loopCount = 0; [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_otadata.h | 76 EAS_U8 loopCount; /* loop count for pattern */
|
eas_ota.c | 361 if (pData->loopCount && ((parserMode == eParserModePlay) || (pData->loopCount != OTA_INFINITE_LOOP))) 364 if (pData->loopCount != OTA_INFINITE_LOOP) 365 pData->loopCount--; 398 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 4, &pData->loopCount)) != EAS_SUCCESS) 860 pData->loopCount = 0; [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_otadata.h | 76 EAS_U8 loopCount; /* loop count for pattern */
|
eas_ota.c | 361 if (pData->loopCount && ((parserMode == eParserModePlay) || (pData->loopCount != OTA_INFINITE_LOOP))) 364 if (pData->loopCount != OTA_INFINITE_LOOP) 365 pData->loopCount--; 398 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 4, &pData->loopCount)) != EAS_SUCCESS) 860 pData->loopCount = 0; [all...] |
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
BatchUpdateExceptionTest.java | 44 int loopCount = 1; 45 for (int i = 0; i < loopCount; i++) { 90 int loopCount = init1.length; 91 for (int i = 0; i < loopCount; i++) { 144 int loopCount = init1.length; 145 for (int i = 0; i < loopCount; i++) { 201 int loopCount = init1.length; 202 for (int i = 0; i < loopCount; i++) { 259 int loopCount = init1.length; 260 for (int i = 0; i < loopCount; i++) [all...] |
SQLWarningTest.java | 44 int loopCount = 1; 45 for (int i = 0; i < loopCount; i++) { 91 int loopCount = init1.length; 92 for (int i = 0; i < loopCount; i++) { 140 int loopCount = init1.length; 141 for (int i = 0; i < loopCount; i++) { 192 int loopCount = init1.length; 193 for (int i = 0; i < loopCount; i++) { 238 int loopCount = 1; 239 for (int i = 0; i < loopCount; i++) [all...] |
SQLExceptionTest.java | 77 int loopCount = init1.length; 78 for (int i = 0; i < loopCount; i++) { 126 int loopCount = init1.length; 127 for (int i = 0; i < loopCount; i++) { 173 int loopCount = init1.length; 174 for (int i = 0; i < loopCount; i++) { 215 int loopCount = 1; 216 for (int i = 0; i < loopCount; i++) { 265 int loopCount = 1; 266 for (int i = 0; i < loopCount; i++) [all...] |
DataTruncationTest.java | 58 int loopCount = init1.length; 59 for (int i = 0; i < loopCount; i++) { 141 int loopCount = 1; 142 for (int i = 0; i < loopCount; i++) { 213 int loopCount = 1; 214 for (int i = 0; i < loopCount; i++) { 285 int loopCount = 1; 286 for (int i = 0; i < loopCount; i++) { 357 int loopCount = 1; 358 for (int i = 0; i < loopCount; i++) [all...] |
/external/v8/test/mjsunit/regress/ |
regress-86.js | 29 var loopCount = 0; 37 loopCount += 1; 44 assertEquals(3, loopCount);
|
/external/icu4c/i18n/ |
rbt.cpp | 227 uint32_t loopCount = 0; 263 loopCount <= loopLimit && 265 ++loopCount;
|
/frameworks/base/media/libmedia/ |
AudioTrack.cpp | 398 // would not stop until loopCount reaches 0). 540 status_t AudioTrack::setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount) 543 return setLoop_l(loopStart, loopEnd, loopCount); 547 status_t AudioTrack::setLoop_l(uint32_t loopStart, uint32_t loopEnd, int loopCount) 553 if (loopCount == 0) { 556 cblk->loopCount = 0; 564 LOGE("setLoop invalid value: loopStart %d, loopEnd %d, loopCount %d, framecount %d, user %d", loopStart, loopEnd, loopCount, cblk->frameCount, cblk->user); 576 cblk->loopCount = loopCount; [all...] |
/external/icu4c/test/intltest/ |
rbbitst.h | 120 int32_t loopCount, UBool useUText);
|
rbbitst.cpp | [all...] |
/frameworks/base/include/private/media/ |
AudioTrackShared.h | 73 int loopCount;
|
/frameworks/base/include/media/ |
AudioTrack.h | 277 * loopCount: number of loops to execute. Calling setLoop() with loopCount == 0 cancels any pending or 278 * active loop. loopCount = -1 means infinite looping. 283 status_t setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount); 284 status_t getLoop(uint32_t *loopStart, uint32_t *loopEnd, int *loopCount); 449 status_t setLoop_l(uint32_t loopStart, uint32_t loopEnd, int loopCount);
|
/packages/inputmethods/LatinIME/native/src/ |
binary_format.h | 323 for (int loopCount = maxDepth; loopCount > 0; --loopCount) {
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteInit.java | 613 int loopCount = GC_LOOP_COUNT; 626 if (loopCount <= 0) { 628 loopCount = GC_LOOP_COUNT; 630 loopCount--;
|
ZygoteConnection.java | 135 int loopCount = ZygoteInit.GC_LOOP_COUNT; 147 if (loopCount <= 0) { 149 loopCount = ZygoteInit.GC_LOOP_COUNT; 151 loopCount--; [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ObjectTest.java | 291 final int loopCount = 20; 298 for (int i = 0; i < loopCount; ++i) {
|
/frameworks/base/media/java/android/media/ |
AudioTrack.java | 795 * @param loopCount the number of times the loop is looped. 800 public int setLoopPoints(int startInFrames, int endInFrames, int loopCount) { 804 return native_set_loop(startInFrames, endInFrames, loopCount); [all...] |
/external/webkit/Source/WebCore/platform/graphics/qt/ |
ImageDecoderQt.cpp | 125 m_repetitionCount = m_reader->loopCount();
|