HomeSort by relevance Sort by last modified time
    Searched refs:loopCount (Results 1 - 25 of 40) sorted by null

1 2

  /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;
  /external/icu4c/test/intltest/
rbbitst.h 119 int32_t loopCount, UBool useUText);
rbbitst.cpp     [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 437 // would not stop until loopCount reaches 0).
586 status_t AudioTrack::setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount)
589 return setLoop_l(loopStart, loopEnd, loopCount);
593 status_t AudioTrack::setLoop_l(uint32_t loopStart, uint32_t loopEnd, int loopCount)
599 if (loopCount == 0) {
602 cblk->loopCount = 0;
614 ALOGE("setLoop invalid value: loopStart %d, loopEnd %d, loopCount %d, framecount %d, user %d", loopStart, loopEnd, loopCount, cblk->frameCount, cblk->user);
626 cblk->loopCount = loopCount;
    [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 82 int loopCount; // read/write for client
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 615 int loopCount = GC_LOOP_COUNT;
628 if (loopCount <= 0) {
630 loopCount = GC_LOOP_COUNT;
632 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/av/include/media/
AudioTrack.h 304 * loopCount: number of loops to execute. Calling setLoop() with loopCount == 0 cancels any
305 * pending or active loop. loopCount = -1 means infinite looping.
310 status_t setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount);
496 status_t setLoop_l(uint32_t loopStart, uint32_t loopEnd, int loopCount);
  /frameworks/base/media/java/android/media/
AudioTrack.java     [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
binary_format.h 408 for (int loopCount = maxDepth; loopCount > 0; --loopCount) {
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp 125 m_repetitionCount = m_reader->loopCount();

Completed in 476 milliseconds

1 2