Home
last modified time | relevance | path

Searched refs:TYPE_UNDEFINED (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/crypto/dso/
Ddso_dl.c136 if (shl_findsym(&ptr, symname, TYPE_UNDEFINED, &sym) < 0) { in dl_bind_func()
277 return shl_findsym(&h, name, TYPE_UNDEFINED, &ret) ? NULL : ret; in dl_globallookup()
/third_party/python/Python/
Ddynload_hpux.c68 if (shl_findsym(&lib, funcname, TYPE_UNDEFINED, (void *) &p) == -1) { in _PyImport_FindSharedFuncptr()
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlmodule.c326 rc = shl_findsym(&handle, name, TYPE_UNDEFINED, symbol); in xmlModulePlatformSymbol()
/third_party/libxml2/
Dxmlmodule.c297 rc = shl_findsym(&handle, name, TYPE_UNDEFINED, symbol); in xmlModulePlatformSymbol()
/third_party/cef/libcef/renderer/
Dv8_impl.h333 TYPE_UNDEFINED, enumerator
Dv8_impl.cc1538 type_ = TYPE_UNDEFINED; in InitUndefined()
1601 case TYPE_UNDEFINED: in GetV8Value()
1641 return (type_ == TYPE_UNDEFINED); in IsUndefined()
1722 case TYPE_UNDEFINED: in IsSame()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DMeasureUnitImpl.java729 TYPE_UNDEFINED, enumConstant
/third_party/skia/third_party/externals/icu/source/i18n/
Dmeasunit_extra.cpp473 TYPE_UNDEFINED, enumerator
/third_party/icu/icu4c/source/i18n/
Dmeasunit_extra.cpp473 TYPE_UNDEFINED, enumerator
/third_party/node/deps/icu-small/source/i18n/
Dmeasunit_extra.cpp469 TYPE_UNDEFINED, enumerator
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch23250 + OhGinJavascriptBridgeValue gin_value(TYPE_UNDEFINED);
23395 + TYPE_UNDEFINED = 0,