Home
last modified time | relevance | path

Searched refs:func_iter (Results 1 – 2 of 2) 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()
DRSInfo.cpp191 for (ExportFuncNameListTy::const_iterator func_iter = mExportFuncNames.begin(), in dump() local
192 func_end = mExportFuncNames.end(); func_iter != func_end; func_iter++) { in dump()
193 ALOGV("name: %s", *func_iter); in dump()