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

  /external/icu/icu4c/source/tools/toolutil/
package.h 33 typedef void CheckDependency(void *context, const char *itemName, const char *targetName);
136 * Enumerate all the dependencies and give the results to context and call CheckDependency callback
140 void enumDependencies(void *context, CheckDependency check);
143 void enumDependencies(Item *pItem, void *context, CheckDependency check);
146 * Default CheckDependency function used by checkDependencies()
148 static void checkDependency(void *context, const char *itemName, const char *targetName);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
MultiThread.c 438 CheckDependency (
849 if (CheckDependency (CurrentBuildItem->DependencyList)) {

Completed in 451 milliseconds