OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mExportFuncNames
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h
201
ExportFuncNameListTy
mExportFuncNames
;
242
{ return
mExportFuncNames
; }
/frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp
268
mHeader.exportFuncNameList.count =
mExportFuncNames
.size();
318
for (ExportFuncNameListTy::const_iterator func_iter =
mExportFuncNames
.begin(),
319
func_end =
mExportFuncNames
.end(); func_iter != func_end; func_iter++) {
RSInfoWriter.cpp
223
(pOutput, *this, mHeader.exportFuncNameList,
mExportFuncNames
)) {
RSInfoExtractor.cpp
253
result->
mExportFuncNames
.push(
RSInfoReader.cpp
308
(data, *result, header->exportFuncNameList, result->
mExportFuncNames
)) {
Completed in 3533 milliseconds