OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckDependency
(Results
1 - 6
of
6
) 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);
pkgitems.cpp
165
CheckDependency
check, void *context,
176
checkParent(const char *itemName,
CheckDependency
check, void *context,
225
CheckDependency
check, void *context, UErrorCode *pErrorCode) {
284
CheckDependency
check, void *context,
370
CheckDependency
check, void *context,
446
CheckDependency
check, void *context,
576
Package::enumDependencies(Item *pItem, void *context,
CheckDependency
check) {
package.cpp
[
all
...]
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h
186
static bool
CheckDependency
(const RSInfo &pInfo,
/frameworks/compile/libbcc/lib/Renderscript/
RSInfoReader.cpp
288
if (!
CheckDependency
(*result, pInput.getName().c_str(), pDeps)) {
RSInfo.cpp
102
bool RSInfo::
CheckDependency
(const RSInfo &pInfo,
Completed in 280 milliseconds