OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gCount
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkFlattenable.cpp
72
static int
gCount
;
81
gCount
= 0;
85
SkASSERT(
gCount
< MAX_ENTRY_COUNT);
87
gEntries[
gCount
].fName = name;
88
gEntries[
gCount
].fFactory = factory;
89
gEntries[
gCount
].fType = type;
90
gCount
+= 1;
95
if (!
gCount
) {
109
for (int i =
gCount
- 1; i >= 0; --i) {
124
for (int i =
gCount
- 1; i >= 0; --i)
[
all
...]
/external/skia/src/core/
SkFlattenable.cpp
72
static int
gCount
;
81
gCount
= 0;
85
SkASSERT(
gCount
< MAX_ENTRY_COUNT);
87
gEntries[
gCount
].fName = name;
88
gEntries[
gCount
].fFactory = factory;
89
gEntries[
gCount
].fType = type;
90
gCount
+= 1;
95
if (!
gCount
) {
109
for (int i =
gCount
- 1; i >= 0; --i) {
124
for (int i =
gCount
- 1; i >= 0; --i)
[
all
...]
/frameworks/base/core/jni/android/graphics/
AutoDecodeCancel.cpp
74
const int
gCount
= gAutoDecoderCancelCount;
76
if (
gCount
== 0) {
79
SkASSERT(
gCount
> 0);
88
SkASSERT(count <=
gCount
);
97
SkASSERT(count ==
gCount
);
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp
210
int
gCount
;
277
gCount
++;
284
gCount
++;
294
gCount
++;
304
gCount
++;
312
gCount
++;
320
gCount
++;
328
gCount
++;
466
gCount
= 0;
508
gCount
++
[
all
...]
/external/icu4c/test/perf/collationperf/
collperf.cpp
210
int
gCount
;
277
gCount
++;
284
gCount
++;
294
gCount
++;
304
gCount
++;
312
gCount
++;
320
gCount
++;
328
gCount
++;
466
gCount
= 0;
508
gCount
++
[
all
...]
/device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp
436
uint32_t rCount,
gCount
, bCount;
440
gCount
= pixel[Scene::Gr] * scale64x;
444
*px++ =
gCount
< 255*64 ?
gCount
/ 64 : 255;
466
uint32_t rCount,
gCount
, bCount;
470
gCount
= pixel[Scene::Gr] * scale64x;
474
*px++ =
gCount
< 255*64 ?
gCount
/ 64 : 255;
510
int32_t rCount,
gCount
, bCount;
515
gCount
= pixel[Scene::Gr] * scale64x
[
all
...]
/external/icu4c/layout/
ContextualSubstSubtables.cpp
295
le_uint16
gCount
= SWAPW(glyphCount);
305
if (ContextualSubstitutionBase::matchGlyphCoverages(coverageTableOffsetArray,
gCount
, glyphIterator, (const char *) this)) {
307
(const SubstitutionLookupRecord *) &coverageTableOffsetArray[
gCount
];
311
return
gCount
+ 1;
/frameworks/base/libs/androidfw/
Asset.cpp
49
static int32_t
gCount
= 0;
56
return
gCount
;
83
gCount
++;
92
//ALOGI("Creating Asset %p #%d\n", this,
gCount
);
98
gCount
--;
112
//ALOGI("Destroying Asset in %p #%d\n", this,
gCount
);
AssetManager.cpp
84
static volatile int32_t
gCount
= 0;
142
return
gCount
;
150
int count = android_atomic_inc(&
gCount
)+1;
157
int count = android_atomic_dec(&
gCount
);
[
all
...]
ResourceTypes.cpp
[
all
...]
Completed in 190 milliseconds