OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objectSlotCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp
78
size_t
objectSlotCount
= me.getObjectSlotCount();
143
s << "
objectSlotCount
: " <<
objectSlotCount
<< "\n";
144
for (i = 0; i <
objectSlotCount
; ++i) {
/frameworks/rs/cpu_ref/
rsCpuExecutable.cpp
275
#define OBJECT_SLOT_STR "
objectSlotCount
: "
313
size_t
objectSlotCount
= 0;
564
if (sscanf(line, OBJECT_SLOT_STR "%zu", &
objectSlotCount
) != 1) {
569
for (size_t i = 0; i <
objectSlotCount
; ++i) {
Completed in 65 milliseconds