OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckDependency
(Results
1 - 9
of
9
) 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);
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
...]
/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);
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
192
static bool
CheckDependency
(const RSInfo &pInfo,
/frameworks/compile/libbcc/lib/Renderscript/
RSInfoReader.cpp
288
if (!
CheckDependency
(*result, pInput.getName().c_str(), pDeps)) {
RSInfo.cpp
106
bool RSInfo::
CheckDependency
(const RSInfo &pInfo,
Completed in 178 milliseconds