OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOutConverterName
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h
59
const char *
mOutConverterName
;
69
mOutConverterName
(nullptr), mHalterName(nullptr),
77
delete []
mOutConverterName
;
/frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp
138
<< reduceFnName(reduce.
mOutConverterName
) << " - "
RSKernelExpand.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/tools/
main.cpp
161
dumpReduceInfo(info, "outconverter", reduce.
mOutConverterName
);
228
dumpReduceInfo(stdout, "outconverter", reduce.
mOutConverterName
);
/frameworks/compile/libbcc/lib/Core/
Compiler.cpp
393
keepFuncsPushBackIfPresent(exportReduceList[i].
mOutConverterName
);
/frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp
541
TmpReduceList[i].
mOutConverterName
= createStringFromOptionalValue(Node, 5);
Completed in 312 milliseconds