OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:categorycount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/service/
service.cpp
157
int
categoryCount
= 0;
195
int
categoryCount
= 0;
196
categories[
categoryCount
] = strtok_r(value, ",", &context2);
198
while (categories[
categoryCount
] != NULL)
200
categoryCount
++;
201
categories[
categoryCount
] = strtok_r(NULL, ",", &context2);
214
if (
categoryCount
> 0)
216
data.writeInt32(
categoryCount
);
217
for (int i = 0 ; i <
categoryCount
; i++)
/prebuilt/common/jfreechart/
jfreechart-1.0.9.jar
Completed in 48 milliseconds