OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:infoCount
(Results
1 - 5
of
5
) sorted by null
/external/webkit/JavaScriptCore/runtime/
TimeoutChecker.cpp
62
mach_msg_type_number_t
infoCount
= THREAD_BASIC_INFO_COUNT;
67
thread_info(threadPort, THREAD_BASIC_INFO, reinterpret_cast<thread_info_t>(&info), &
infoCount
);
/external/skia/src/animator/
SkDisplayType.cpp
228
info = Sk##_class::fInfo;
infoCount
= Sk##_class::fInfoCount; break
230
info = SkDraw##_class::fInfo;
infoCount
= SkDraw##_class::fInfoCount; break
232
info = SkDisplay##_class::fInfo;
infoCount
= SkDisplay##_class::fInfoCount; \
238
int
infoCount
= 0;
322
case SkType_Point: info = Sk_Point::fInfo;
infoCount
= Sk_Point::fInfoCount; break; // no virtual flavor
377
*infoCountPtr =
infoCount
;
383
int
infoCount
;
384
const SkMemberInfo* info = GetMembers(maker, type, &
infoCount
);
385
info = SkMemberInfo::Find(info,
infoCount
, matchPtr);
758
int
infoCount
;
[
all
...]
SkDisplayXMLParser.cpp
183
int
infoCount
;
185
SkDisplayType::GetMembers(&fMaker, fParents[parentIndex - 1].fType, &
infoCount
);
187
if ((foundInfo = searchContainer(info,
infoCount
)) != NULL) {
270
int
infoCount
) {
273
for (int index = 0; index <
infoCount
; index++) {
SkDrawExtraPathEffect.cpp
451
int
infoCount
= 0;
454
infoCount
= SkDrawShape1DPathEffect::fInfoCount;
457
infoCount
= SkDrawShape2DPathEffect::fInfoCount;
460
infoCount
= SkDrawShape1DPathEffect::fInfoCount;
463
infoCount
= SkDrawCornerPathEffect::fInfoCount;
466
*infoCountPtr =
infoCount
;
/external/skia/src/xml/
SkJSDisplayable.cpp
193
int
infoCount
;
195
const SkMemberInfo* info = SkDisplayType::GetMembers(NULL /* fMaker */, type, &
infoCount
);
198
gDisplayableProperties[type] = new JSPropertySpec[
infoCount
+ 1];
200
memset(propertySpec, 0, sizeof (JSPropertySpec) * (
infoCount
+ 1));
201
for (int inner = 0; inner <
infoCount
; inner++) {
Completed in 169 milliseconds