OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tagCount
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/
GaneshRenderer.h
52
virtual const String* getPerformanceTags(int&
tagCount
);
RasterRenderer.h
51
virtual const String* getPerformanceTags(int&
tagCount
);
BaseRenderer.cpp
93
int
tagCount
= 0;
94
const String* tags = getPerformanceTags(
tagCount
);
97
for (int i = 0; i <
tagCount
; i++) {
109
int textY = (
tagCount
* 12) + 30;
RasterRenderer.cpp
130
const String* RasterRenderer::getPerformanceTags(int&
tagCount
)
132
tagCount
= TAG_COUNT;
GaneshRenderer.cpp
165
const String* GaneshRenderer::getPerformanceTags(int&
tagCount
)
167
tagCount
= TAG_COUNT;
BaseRenderer.h
97
virtual const String* getPerformanceTags(int&
tagCount
) = 0;
/external/icu4c/tools/gencnval/
gencnval.c
122
/* Think of this as a 3D array. It's
tagCount
by converterCount by aliasCount */
124
static uint16_t
tagCount
= 0;
515
if (
tagCount
>= MAX_TAG_COUNT) {
525
for (t = 0; t <
tagCount
; ++t) {
533
if (
tagCount
>= MAX_TAG_COUNT) {
552
tags[
tagCount
].tag = GET_TAG_NUM(atag);
555
return
tagCount
++;
571
if (
tagCount
> UCNV_NUM_RESERVED_TAGS) {
597
tags[
tagCount
++].tag = (uint16_t)((atag - tagStore) >> 1);
725
for (idx = 0; idx <
tagCount
; idx++)
[
all
...]
/external/webkit/Source/WebCore/html/
HTMLObjectElement.cpp
401
size_t
tagCount
= 0;
402
QualifiedName** tags = HTMLNames::getHTMLTags(&
tagCount
);
403
for (size_t i = 0; i <
tagCount
; i++) {
/external/jdiff/src/jdiff/
RootDocToXML.java
277
int
tagCount
= pd[i].tags().length;
278
if (trace) System.out.println("#tags: " +
tagCount
);
[
all
...]
Completed in 571 milliseconds