HomeSort by relevance Sort by last modified time
    Searched refs:checkDependency (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.h 96 bool checkDependency();
CacheReader.cpp 80 && checkDependency()
295 bool CacheReader::checkDependency() {
  /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);
package.cpp     [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.h 106 bool checkDependency();
MCCacheReader.cpp 96 && checkDependency()
282 bool MCCacheReader::checkDependency() {

Completed in 228 milliseconds