OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_UNDEFINED
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/glib/gmodule/
gmodule-dld.c
140
if (shl_findsym ((shl_t*) &handle, symbol_name,
TYPE_UNDEFINED
, &p) != 0 ||
/external/openssl/crypto/dso/
dso_dl.c
207
if (shl_findsym(&ptr, symname,
TYPE_UNDEFINED
, &sym) < 0)
238
if (shl_findsym(&ptr, symname,
TYPE_UNDEFINED
, &sym) < 0)
391
return shl_findsym(&h,name,
TYPE_UNDEFINED
,&ret) ? NULL : ret;
/frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java
175
type = MtpConstants.
TYPE_UNDEFINED
;
425
} else if (property.type == MtpConstants.
TYPE_UNDEFINED
) {
MtpConstants.java
26
public static final int
TYPE_UNDEFINED
= 0x0000;
/external/libxml2/
xmlmodule.c
284
rc = shl_findsym(&handle, name,
TYPE_UNDEFINED
, symbol);
Completed in 64 milliseconds