Home
last modified time | relevance | path

Searched defs:stype (Results 1 – 9 of 9) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dpush.h63 const StringType stype = rtype == REWEIGHT_TO_INITIAL in Push() local
/external/opencore/protocols/sdp/common/include/
Drfc3640_media_info.h59 inline void setStreamType(uint32 stype) in setStreamType()
/external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
Dmain.cpp140 …rror NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *stype) in NPP_NewStream()
/external/webkit/WebCore/manual-tests/NPN_Invoke/
Dmain.c183 …rror NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) in NPP_NewStream()
/external/webkit/WebKitTools/DumpRenderTree/gtk/TestNetscapePlugin/
DTestNetscapePlugin.cpp144 uint16* stype) in webkit_test_plugin_new_stream()
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
Dmain.cpp183 …rror NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *stype) in NPP_NewStream()
/external/ppp/pppd/plugins/rp-pppoe/
Dif.c424 int domain, stype; in openInterface() local
/external/qemu/
Dsockets.c874 int stype = socket_type_to_bsd(type); in socket_create() local
/external/wpa_supplicant/
Dmlme.c249 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4)) argument