OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fCount
(Results
1 - 25
of
100
) sorted by null
1
2
3
4
/external/chromium_org/third_party/skia/include/utils/
SkCountdown.h
33
int32_t
fCount
;
/external/skia/include/utils/
SkCountdown.h
33
int32_t
fCount
;
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/skia/include/effects/
SkDashPathEffect.h
60
int32_t
fCount
;
/external/chromium_org/third_party/skia/src/images/
SkImageRefPool.h
37
int
fCount
;
/external/skia/include/effects/
SkDashPathEffect.h
60
int32_t
fCount
;
/external/skia/src/images/
SkImageRefPool.h
37
int
fCount
;
/external/chromium_org/third_party/icu/source/i18n/
nfrlist.h
36
uint32_t
fCount
;
41
,
fCount
(0)
45
for(uint32_t i = 0; i <
fCount
; ++i) {
57
fCount
-= 1;
58
for (uint32_t i = index; i <
fCount
; ++i) { // assumes small arrays
64
if (
fCount
== fCapacity) {
69
fStuff[
fCount
++] = thing;
72
fCount
= 0;
75
uint32_t size() const { return
fCount
; }
76
NFRule* last() const { return (
fCount
> 0 && fStuff != NULL) ? fStuff[fCount-1] : NULL;
[
all
...]
/external/chromium_org/third_party/skia/include/core/
SkColorTable.h
41
int count() const { return
fCount
; }
47
SkASSERT(fColors != NULL && (unsigned)index <
fCount
);
84
uint16_t
fCount
;
SkDataTable.h
28
bool isEmpty() const { return 0 ==
fCount
; }
33
int count() const { return
fCount
; }
102
int
fCount
;
/external/chromium_org/third_party/skia/src/core/
SkMipMap.h
34
int
fCount
;
SkPerspIter.h
45
int
fCount
;
SkScaledImageCache.h
180
int
fCount
;
SkTRefArray.h
31
obj->
fCount
= count;
64
int count() const { return
fCount
; }
66
const T* end() const { return this->begin() +
fCount
; }
68
SkASSERT((unsigned)index < (unsigned)
fCount
);
81
return this->writableBegin() +
fCount
;
84
SkASSERT((unsigned)index < (unsigned)
fCount
);
91
int n =
fCount
;
104
int
fCount
;
/external/icu4c/i18n/
nfrlist.h
36
uint32_t
fCount
;
41
,
fCount
(0)
45
for(uint32_t i = 0; i <
fCount
; ++i) {
57
fCount
-= 1;
58
for (uint32_t i = index; i <
fCount
; ++i) { // assumes small arrays
64
if (
fCount
== fCapacity) {
69
fStuff[
fCount
++] = thing;
72
fCount
= 0;
75
uint32_t size() const { return
fCount
; }
76
NFRule* last() const { return (
fCount
> 0 && fStuff != NULL) ? fStuff[fCount-1] : NULL;
[
all
...]
/external/skia/include/core/
SkColorTable.h
41
int count() const { return
fCount
; }
47
SkASSERT(fColors != NULL && (unsigned)index <
fCount
);
84
uint16_t
fCount
;
/external/skia/src/core/
SkMipMap.h
34
int
fCount
;
SkPerspIter.h
45
int
fCount
;
SkScaledImageCache.h
180
int
fCount
;
SkTRefArray.h
31
obj->
fCount
= count;
64
int count() const { return
fCount
; }
66
const T* end() const { return this->begin() +
fCount
; }
68
SkASSERT((unsigned)index < (unsigned)
fCount
);
81
return this->writableBegin() +
fCount
;
84
SkASSERT((unsigned)index < (unsigned)
fCount
);
91
int n =
fCount
;
104
int
fCount
;
/external/junit/src/org/junit/runner/
Result.java
19
private AtomicInteger
fCount
= new AtomicInteger();
29
return
fCount
.get();
81
fCount
.getAndIncrement();
/external/skia/gm/
gradientDirtyLaundry.cpp
14
int
fCount
;
41
data.
fCount
, tm, mapper);
50
data.fPos, data.
fCount
, tm, mapper);
59
data.fPos, data.
fCount
, mapper);
/external/skia/tests/
MetaDataTest.cpp
74
int
fCount
;
96
REPORTER_ASSERT(reporter, gElems[i].
fCount
== count);
RefCntTest.cpp
18
InstCounterClass() {
fCount
= gInstCounter++; }
20
fCount
= src.
fCount
;
26
int
fCount
;
50
REPORTER_ASSERT(reporter, i == src[i].
fCount
);
59
REPORTER_ASSERT(reporter, i == (*array)[i].
fCount
);
66
REPORTER_ASSERT(reporter, i == (*array)[i].
fCount
);
Completed in 1862 milliseconds
1
2
3
4