Home
last modified time | relevance | path

Searched refs:func_iter (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSExecutable.cpp83 func_iter = export_func_names.begin(), in Create() local
84 func_end = export_func_names.end(); func_iter != func_end; in Create()
85 func_iter++, idx++) { in Create()
86 const char *name = *func_iter; in Create()
DRSForEachExpand.cpp606 func_iter = mFuncs.begin(), func_end = mFuncs.end(); in allocPointersExposed() local
607 func_iter != func_end; func_iter++) { in allocPointersExposed()
608 const char *Name = func_iter->first; in allocPointersExposed()
609 uint32_t Signature = func_iter->second; in allocPointersExposed()
680 func_iter = mFuncs.begin(), func_end = mFuncs.end(); in runOnModule() local
681 func_iter != func_end; func_iter++) { in runOnModule()
682 const char *name = func_iter->first; in runOnModule()
683 uint32_t signature = func_iter->second; in runOnModule()
DRSInfo.cpp322 for (ExportFuncNameListTy::const_iterator func_iter = mExportFuncNames.begin(), in dump() local
323 func_end = mExportFuncNames.end(); func_iter != func_end; func_iter++) { in dump()
324 ALOGV("name: %s", *func_iter); in dump()