HomeSort by relevance Sort by last modified time
    Searched full:fcount (Results 51 - 75 of 94) sorted by null

1 23 4

  /external/skia/include/effects/
SkDashPathEffect.h 52 int32_t fCount;
SkLayerDrawLooper.h 109 int fCount;
  /external/icu4c/tools/genrb/
reslist.h 107 uint32_t fCount;
117 uint32_t fCount;
145 uint32_t fCount;
wrtjava.c 337 if (res->u.fArray.fCount > 0) {
403 for(i = 0; i<res->u.fIntVector.fCount; i++) {
414 for(i = 0; i<res->u.fIntVector.fCount; i++) {
523 if (res->u.fTable.fCount > 0) {
538 assert(i < res->u.fTable.fCount);
  /external/icu4c/i18n/
digitlst.h 157 * you hit the decimal point, you set myDigitList.fDecimalAt = myDigitList.fCount;
353 * is > fCount, then trailing zeros between the fDigits[fCount-1] and the
362 * unlimited magnitude. The fCount value contains the number of significant
365 * Zero is represented by any DigitList with fCount == 0 or with each fDigits[i]
366 * for all i <= fCount == '0'.
369 * int32_t fCount;
fmtable.cpp 199 fValue.fArrayAndCount.fCount = count;
230 fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount;
232 source.fValue.fArrayAndCount.fCount);
300 if (fValue.fArrayAndCount.fCount != that.fValue.fArrayAndCount.fCount) {
305 for (i=0; i<fValue.fArrayAndCount.fCount; ++i) {
569 fValue.fArrayAndCount.fCount = count;
592 fValue.fArrayAndCount.fCount = count;
658 count = fValue.fArrayAndCount.fCount;
    [all...]
fmtable.cpp.noOrig 199 fValue.fArrayAndCount.fCount = count;
230 fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount;
232 source.fValue.fArrayAndCount.fCount);
300 if (fValue.fArrayAndCount.fCount != that.fValue.fArrayAndCount.fCount) {
305 for (i=0; i<fValue.fArrayAndCount.fCount; ++i) {
569 fValue.fArrayAndCount.fCount = count;
592 fValue.fArrayAndCount.fCount = count;
658 count = fValue.fArrayAndCount.fCount;
    [all...]
  /external/skia/gpu/src/
GrGpuGLShaders.cpp 67 int fCount;
72 : fCount(0)
77 for (int i = 0; i < fCount; ++i) {
83 fCount = 0;
87 for (int i = 0; i < fCount; ++i) {
103 if (fCount < kMaxEntries) {
104 entry = fEntries + fCount;
105 ++fCount;
107 GrAssert(kMaxEntries == fCount);
124 for (int i = 0; i < fCount; ++i)
    [all...]
GrRedBlackTree.h 78 bool empty() const {return 0 == fCount;}
83 int count() const {return fCount;}
180 int fCount;
235 fCount = 0;
344 fCount = 0;
351 ++fCount;
388 GrAssert(1 == fCount);
596 --fCount;
637 GrAssert(0 == fCount);
856 if (fCount) {
    [all...]
  /external/skia/src/animator/
SkAnimateSet.cpp 63 fFieldInfo->setValue(maker, &fValues, 0, fFieldInfo->fCount, NULL,
SkMemberInfo.cpp 139 SkASSERT(fCount == sizeof(SkString) / sizeof(SkScalar));
147 SkASSERT(count == fCount);
458 SkASSERT(fCount == count);
495 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, index);
516 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, matchPtr);
SkBuildCondensedInfo.cpp 44 SkASSERT(info[inner].fCount < 256);
52 *gUnknownsCounts.append() = info[inner].fCount;
86 info[inner].fType, info[inner].fCount);
  /external/icu4c/layoutex/layout/
RunArrays.h 218 le_int32 fCount;
223 : UObject(), fClientArrays(FALSE), fLimits(NULL), fCount(0), fCapacity(0)
229 : UObject(), fClientArrays(FALSE), fLimits(NULL), fCount(0), fCapacity(0)
235 : UObject(), fClientArrays(TRUE), fLimits(limits), fCount(count), fCapacity(count)
242 return fCount;
247 fCount = 0;
252 if (run < 0 || run >= fCount) {
261 return getLimit(fCount - 1);
  /external/skia/include/core/
SkString.h 189 int count() const { return fCount; }
196 int fCount;
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
align.m 92 %plot([thedelay,thedelay],[min(fcount(:,i)),max(fcount(:,i))],'r');
  /external/valgrind/main/callgrind/
callgrind_control.in 441 %fcount = ();
463 $fcount{$ctid} = 0;
465 $fcount{$ctid}++;
466 $func{$ctid,$fcount{$ctid}} = $3;
470 $calls{$ctid,$fcount{$ctid}} = $3;
474 $events{$ctid,$fcount{$ctid}} = line_to_CC($3);
538 $i = $fcount{$tid};
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 549 SfntHeader(SkFontID fontID, bool needDir) : fCount(0), fData(NULL) {
561 fCount = SkEndian_SwapBE16(header->fNumTables);
570 int count() const { return fCount; }
577 int fCount;
  /external/icu4c/i18n/unicode/
choicfmt.h 682 * Each ChoiceFormat divides the range -Inf..+Inf into fCount
688 * fCount-2: fChoiceLimits[fCount-2]..fChoiceLimits[fCount-1]
689 * fCount-1: fChoiceLimits[fCount-1]..+Inf
721 int32_t fCount;
sortkey.h 285 int32_t fCount;
316 count = fCount;
  /external/skia/src/gpu/
SkGpuDevice.cpp 482 : fPoints(points), fCount(count) {}
484 int count() const { return fCount; }
487 SkASSERT(i < fCount);
493 int fCount;
523 : fIndices(indices), fCount(count) {
526 int count() const { return fCount; }
534 int fCount;
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 336 int fcount = 0; local
344 fds [fcount ++] = new FieldDescriptor (field.getName (this), modifiers, field.getDescriptor (this));
347 if (fcount > 0)
349 Arrays.sort (fds, 0, fcount);
350 for (int i = 0; i < fcount; ++ i)
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 473 const size_t fcount = part.frames.size(); local
477 for (int j=0 ; j<fcount && !exitPending(); j++) {
521 for (int j=0 ; j<fcount ; j++) {
  /external/skia/src/xml/
SkJSDisplayable.cpp 257 SkASSERT(info->fCount == 1);
360 SkASSERT(info->fCount == 1);
  /external/webrtc/src/modules/audio_processing/agc/main/source/
analog_agc.h 127 WebRtc_Word32 fcount; member in struct:__anon13813
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_ext.h 136 NJ_UINT16 *fcount, NJ_UINT16 *rcount);

Completed in 2428 milliseconds

1 23 4