OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckDependency
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/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);
/external/icu4c/tools/toolutil/
package.h
31
typedef void
CheckDependency
(void *context, const char *itemName, const char *targetName);
134
* Enumerate all the dependencies and give the results to context and call
CheckDependency
callback
138
void enumDependencies(void *context,
CheckDependency
check);
141
void enumDependencies(Item *pItem, void *context,
CheckDependency
check);
144
* Default
CheckDependency
function used by checkDependencies()
146
static void
checkDependency
(void *context, const char *itemName, const char *targetName);
/frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp
106
bool RSInfo::
CheckDependency
(const RSInfo &pInfo,
Completed in 209 milliseconds