Home
last modified time | relevance | path

Searched refs:todo (Results 1 – 4 of 4) sorted by relevance

/system/tools/hidl/
Dmain.cpp339 std::vector<FQName> todo; in isPackageJavaCompatible() local
341 coordinator->appendPackageInterfacesToVector(packageFQName, &todo); in isPackageJavaCompatible()
348 for (const auto &iface : todo) { in isPackageJavaCompatible()
354 while (!todo.empty()) { in isPackageJavaCompatible()
355 const FQName fqName = todo.back(); in isPackageJavaCompatible()
356 todo.pop_back(); in isPackageJavaCompatible()
386 todo.push_back(iface); in isPackageJavaCompatible()
/system/media/audio_utils/
DDoxyfile579 # todo list. This list is created by putting \todo commands in the
DDoxyfile.orig579 # todo list. This list is created by putting \todo commands in the
/system/chre/chre_api/doc/
DDoxyfile603 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
604 # list. This list is created by putting \todo commands in the documentation.