HomeSort by relevance Sort by last modified time
    Searched defs:CheckDependency (Results 1 - 2 of 2) sorted by null

  /external/icu4c/tools/toolutil/
package.h 31 typedef void CheckDependency(void *context, const char *itemName, const char *targetName);
120 * Enumerate all the dependencies and give the results to context and call CheckDependency callback
124 void enumDependencies(void *context, CheckDependency check);
127 void enumDependencies(Item *pItem, void *context, CheckDependency check);
130 * Default CheckDependency function used by checkDependencies()
132 static void checkDependency(void *context, const char *itemName, const char *targetName);
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 102 bool RSInfo::CheckDependency(const RSInfo &pInfo,

Completed in 43 milliseconds