Searched refs:maxCount (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium_org/third_party/icu/source/i18n/
H A Dquant.cpp26 // assert(minCount <= maxCount);
29 this->maxCount = _maxCount;
37 maxCount(o.maxCount)
69 while (count < maxCount) {
103 if (maxCount == 1) {
105 } else if (maxCount == MAX) {
109 } else if (minCount == 1 && maxCount == MAX) {
115 if (maxCount != MAX) {
116 ICU_Utility::appendNumber(result, maxCount);
[all...]
H A Dquant.h29 uint32_t minCount, uint32_t maxCount);
117 uint32_t maxCount; member in class:Quantifier
H A Ducol_bld.h44 int32_t maxCount; member in struct:__anon12109
H A Ducol_wgt.cpp326 uint32_t maxCount; local
351 maxCount=0;
353 maxCount+=(uint32_t)ranges[i].count*powers[4-ranges[i].length];
355 if(maxCount>=n) {
357 printf("the maximum number of %lu weights is sufficient for n=%lu\n", maxCount, n);
361 printf("error: the maximum number of %lu weights is insufficient for n=%lu\n", maxCount, n);
386 maxCount=0;
389 maxCount+=ranges[rangeCount].count2;
391 } while(n>maxCount);
H A Drematch.cpp3492 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; local
3494 U_ASSERT(maxCount>=minCount || maxCount==-1);
3500 if (maxCount == -1) {
3502 } else if (maxCount == 0) {
3515 int32_t maxCount = (int32_t)pat[opValue+3]; local
3517 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) {
3518 U_ASSERT(*pCounter == maxCount);
3522 if (maxCount
3550 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; local
3575 int32_t maxCount = (int32_t)pat[opValue+3]; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dquant.cpp26 // assert(minCount <= maxCount);
29 this->maxCount = _maxCount;
37 maxCount(o.maxCount)
69 while (count < maxCount) {
103 if (maxCount == 1) {
105 } else if (maxCount == MAX) {
109 } else if (minCount == 1 && maxCount == MAX) {
115 if (maxCount != MAX) {
116 ICU_Utility::appendNumber(result, maxCount);
[all...]
H A Dquant.h29 uint32_t minCount, uint32_t maxCount);
117 uint32_t maxCount; member in class:Quantifier
H A Drematch.cpp3449 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; local
3451 U_ASSERT(maxCount>=minCount || maxCount==-1);
3457 if (maxCount == -1) {
3459 } else if (maxCount == 0) {
3472 int32_t maxCount = (int32_t)pat[opValue+3]; local
3474 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) {
3475 U_ASSERT(*pCounter == maxCount);
3479 if (maxCount
3507 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; local
3532 int32_t maxCount = (int32_t)pat[opValue+3]; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzFace.cpp105 static const unsigned maxCount = 32; local
107 unsigned scriptCount = maxCount;
108 hb_tag_t scriptTags[maxCount];
111 unsigned languageCount = maxCount;
112 hb_tag_t languageTags[maxCount];
/external/srec/tools/grxmlcompile/
H A Dgr_iface.cpp113 void Graph::BeginItemRepeat (SubGraph *subg, int minCount, int maxCount) argument
115 subg->BeginScope (SCOPE_REPEAT, minCount, maxCount);
177 void Graph::BeginCount (SubGraph *subg, int minCount, int maxCount) argument
179 subg->BeginScope (SCOPE_COUNT, minCount, maxCount);
H A Dgrph.h56 void BeginCount (SubGraph *subg, int minCount, int maxCount);
/external/easymock/src/org/easymock/
H A DMockControl.java333 * <code>minCount</code> and <code>maxCount</code> times, and will react
338 * @param maxCount
345 public void setVoidCallable(int minCount, int maxCount) { argument
348 .times(minCount, maxCount);
358 * <code>minCount</code> and <code>maxCount</code> times, and will react
365 * @param maxCount
376 public void setThrowable(Throwable throwable, int minCount, int maxCount) { argument
379 .andThrow(throwable).times(minCount, maxCount);
391 * <code>minCount</code> and <code>maxCount</code> times, and will react
398 * @param maxCount
405 setReturnValue(Object value, int minCount, int maxCount) argument
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DCacheDataTest.java191 final int maxCount = 10;
197 if (listenerInvokeCount == maxCount) {
201 "than " + maxCount + " times",
202 listenerInvokeCount <= maxCount);
214 maxCount + " times in total", reachedMaxCount);
222 for (int i = 0; i < maxCount; ++i) {
/external/lzma/C/
H A DThreads.c58 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) argument
60 *p = CreateSemaphore(NULL, (LONG)initCount, (LONG)maxCount, NULL);
H A DThreads.h45 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-bcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/lzma/CPP/Windows/
H A DSynchronization.h134 WRes Create(UInt32 initiallyCount, UInt32 maxCount) argument
136 return Semaphore_Create(&_object, initiallyCount, maxCount);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DMediaDataBox.java86 long maxCount = (64 * 1024 * 1024) - (32 * 1024);
92 offset += from.transferTo(position + offset, Math.min(maxCount, count - offset), to);
/external/chromium_org/third_party/sqlite/src/src/
H A Dmem5.c114 u32 maxCount; /* Maximum instantaneous currentCount */ member in struct:Mem5Global
293 if( mem5.maxCount<mem5.currentCount ) mem5.maxCount = mem5.currentCount;
551 fprintf(out, "mem5.maxCount = %u\n", mem5.maxCount);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgram.cpp366 void Program::getAttachedShaders(GLsizei maxCount, GLsizei *count, GLuint *shaders) argument
372 if (total < maxCount)
382 if (total < maxCount)
H A DProgram.h87 void getAttachedShaders(GLsizei maxCount, GLsizei *count, GLuint *shaders);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshaderapi.h163 _mesa_GetAttachedShaders(GLuint program, GLsizei maxCount,
H A Dshaderapi.c412 get_attached_shaders(struct gl_context *ctx, GLuint program, GLsizei maxCount, argument
419 for (i = 0; i < (GLuint) maxCount && i < shProg->NumShaders; i++) {
1134 _mesa_GetAttachedObjectsARB(GLhandleARB container, GLsizei maxCount, argument
1138 get_attached_shaders(ctx, container, maxCount, count, obj);
1143 _mesa_GetAttachedShaders(GLuint program, GLsizei maxCount, argument
1147 get_attached_shaders(ctx, program, maxCount, count, obj);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrResourceCache.h91 GrResourceCache(int maxCount, size_t maxBytes);
/external/mesa3d/src/mesa/main/
H A Dshaderapi.h163 _mesa_GetAttachedShaders(GLuint program, GLsizei maxCount,

Completed in 5147 milliseconds

123