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

1 2

  /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...]
  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
BatchUpdateExceptionTest.java 56 int loopCount = 1;
57 for (int i = 0; i < loopCount; i++) {
108 int loopCount = init1.length;
109 for (int i = 0; i < loopCount; i++) {
168 int loopCount = init1.length;
169 for (int i = 0; i < loopCount; i++) {
231 int loopCount = init1.length;
232 for (int i = 0; i < loopCount; i++) {
295 int loopCount = init1.length;
296 for (int i = 0; i < loopCount; i++)
    [all...]
SQLWarningTest.java 56 int loopCount = 1;
57 for (int i = 0; i < loopCount; i++) {
110 int loopCount = init1.length;
111 for (int i = 0; i < loopCount; i++) {
165 int loopCount = init1.length;
166 for (int i = 0; i < loopCount; i++) {
223 int loopCount = init1.length;
224 for (int i = 0; i < loopCount; i++) {
275 int loopCount = 1;
276 for (int i = 0; i < loopCount; i++)
    [all...]
SQLExceptionTest.java 93 int loopCount = init1.length;
94 for (int i = 0; i < loopCount; i++) {
149 int loopCount = init1.length;
150 for (int i = 0; i < loopCount; i++) {
204 int loopCount = init1.length;
205 for (int i = 0; i < loopCount; i++) {
252 int loopCount = 1;
253 for (int i = 0; i < loopCount; i++) {
308 int loopCount = 1;
309 for (int i = 0; i < loopCount; i++)
    [all...]
DataTruncationTest.java 70 int loopCount = init1.length;
71 for (int i = 0; i < loopCount; i++) {
145 int loopCount = 1;
146 for (int i = 0; i < loopCount; i++) {
223 int loopCount = 1;
224 for (int i = 0; i < loopCount; i++) {
301 int loopCount = 1;
302 for (int i = 0; i < loopCount; i++) {
379 int loopCount = 1;
380 for (int i = 0; i < loopCount; i++)
    [all...]
  /frameworks/base/include/private/media/
AudioTrackShared.h 52 int loopCount;
  /external/v8/test/mjsunit/regress/
regress-86.js 29 var loopCount = 0;
37 loopCount += 1;
44 assertEquals(3, loopCount);
  /frameworks/base/media/libmedia/
AudioTrack.cpp 369 // would not stop until loopCount reaches 0).
467 status_t AudioTrack::setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount)
473 if (loopCount == 0) {
476 cblk->loopCount = 0;
483 LOGE("setLoop invalid value: loopStart %d, loopEnd %d, loopCount %d, framecount %d, user %d", loopStart, loopEnd, loopCount, mFrameCount, cblk->user);
495 cblk->loopCount = loopCount;
496 mLoopCount = loopCount;
501 status_t AudioTrack::getLoop(uint32_t *loopStart, uint32_t *loopEnd, int *loopCount)
    [all...]
  /external/icu4c/i18n/
rbt.cpp 227 uint32_t loopCount = 0;
263 loopCount <= loopLimit &&
265 ++loopCount;
  /external/icu4c/test/intltest/
rbbitst.h 118 int32_t loopCount, UBool useUText);
rbbitst.cpp     [all...]
  /external/opencore/engines/author/test/src/
test_pv_mediainput_author_engine.h 178 uint32 loopCount = 0;
181 loopCount = iLoopDuration / (uint32)iFileDuration;
185 PvmiMIOControl* mediaInput = PvmiMIOAviWavFileFactory::Create(loopCount, aRecMode, 0, (OsclAny*)iPVWavFile, FILE_FORMAT_WAV, error);
200 PvmiMIOControl* mediaInput = PvmiMIOAviWavFileFactory::Create(loopCount, aRecMode, ii, (OsclAny*)iPVAviFile, FILE_FORMAT_AVI, error);
  /frameworks/base/include/media/
AudioTrack.h 257 * loopCount: number of loops to execute. Calling setLoop() with loopCount == 0 cancels any pending or
258 * active loop. loopCount = -1 means infinite looping.
263 status_t setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount);
264 status_t getLoop(uint32_t *loopStart, uint32_t *loopEnd, int *loopCount);
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
GifDecoder.java 245 // Repeat image loopCount-1 times or infinitely if loopCount = 0
246 if (gifDataStream.loopCount != 1) {
258 while (gifDataStream.loopCount != 1) {
259 if (gifDataStream.loopCount != 0) {
260 gifDataStream.loopCount--;
318 int loopCount = 1;
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 128 int loopCount = ZygoteInit.GC_LOOP_COUNT;
140 if (loopCount <= 0) {
142 loopCount = ZygoteInit.GC_LOOP_COUNT;
144 loopCount--;
ZygoteInit.java 688 int loopCount = GC_LOOP_COUNT;
701 if (loopCount <= 0) {
703 loopCount = GC_LOOP_COUNT;
705 loopCount--;
  /frameworks/base/media/java/android/media/
AudioTrack.java 732 * @param loopCount the number of times the loop is looped.
737 public int setLoopPoints(int startInFrames, int endInFrames, int loopCount) {
741 return native_set_loop(startInFrames, endInFrames, loopCount);
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp 120 m_repetitionCount = qMax(0, m_reader->loopCount());
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 348 * @param loopCount the number of times to loop through the list of pages
353 boolean clearCache, int loopCount)
374 while (mStatus.getIteration() < loopCount) {

Completed in 882 milliseconds

1 2