Home
last modified time | relevance | path

Searched refs:stype (Results 1 – 17 of 17) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dpush.h63 const StringType stype = rtype == REWEIGHT_TO_INITIAL in Push() local
66 vector<typename GallicArc<Arc, stype>::Weight> gdistance; in Push()
67 VectorFst< GallicArc<Arc, stype> > gfst; in Push()
68 Map(ifst, &gfst, ToGallicMapper<Arc, stype>()); in Push()
74 MapFst<Arc, GallicArc<Arc, stype>, ToGallicMapper<Arc, stype> > in Push()
75 guwfst(uwfst, ToGallicMapper<Arc, stype>()); in Push()
79 FactorWeightFst< GallicArc<Arc, stype>, GallicFactor<typename Arc::Label, in Push()
80 typename Arc::Weight, stype> > fwfst(gfst); in Push()
81 Map(fwfst, ofst, FromGallicMapper<Arc, stype>()); in Push()
/external/webkit/WebCore/xml/
DXSLTUnicodeSort.cpp108 if ((comp->stype == NULL) && (comp->has_stype != 0)) { in xsltUnicodeSortFunction()
109 comp->stype = in xsltUnicodeSortFunction()
113 if (comp->stype != NULL) { in xsltUnicodeSortFunction()
115 if (xmlStrEqual(comp->stype, (const xmlChar *) "text")) in xsltUnicodeSortFunction()
117 else if (xmlStrEqual(comp->stype, (const xmlChar *) "number")) in xsltUnicodeSortFunction()
122 comp->stype); in xsltUnicodeSortFunction()
304 xmlFree((void *)(comp->stype)); in xsltUnicodeSortFunction()
305 comp->stype = NULL; in xsltUnicodeSortFunction()
/external/webkit/WebCore/manual-tests/NPN_Invoke/
Dmain.c43 …ror NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
183 …rror NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) in NPP_NewStream() argument
185 *stype = NP_ASFILEONLY; in NPP_NewStream()
/external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
Dmain.cpp158 …rror NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *stype) in NPP_NewStream() argument
166 *stype = NP_ASFILEONLY; in NPP_NewStream()
/external/webkit/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/
DTestNetscapePlugin.cpp163 uint16* stype) in webkit_test_plugin_new_stream() argument
167 *stype = NP_ASFILEONLY; in webkit_test_plugin_new_stream()
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
Dmain.m59 …ror NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
163 …rror NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
165 *stype = NP_ASFILEONLY;
/external/ppp/pppd/plugins/rp-pppoe/
Dif.c424 int domain, stype; in openInterface() local
436 stype = SOCK_RAW; in openInterface()
439 stype = SOCK_PACKET; in openInterface()
442 if ((fd = socket(domain, stype, htons(type))) < 0) { in openInterface()
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
Dmain.cpp205 …rror NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *stype) in NPP_NewStream() argument
209 *stype = NP_ASFILEONLY; in NPP_NewStream()
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
Dmain.m62 …ror NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
167 …rror NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
169 *stype = NP_ASFILEONLY;
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
Dmain.m78 …ror NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
193 …rror NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
195 *stype = NP_ASFILEONLY;
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
Dmain.m65 …ror NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
180 …rror NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
182 *stype = NP_ASFILEONLY;
/external/qemu/
Dsockets.c880 int stype = socket_type_to_bsd(type); in socket_create() local
882 if (sfamily < 0 || stype < 0) { in socket_create()
886 QSOCKET_CALL(ret, socket(sfamily, stype, 0)); in socket_create()
/external/webkit/WebCore/plugins/
Dnpfunctions.h105 …NewStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
/external/webkit/WebCore/bridge/
Dnpapi.h824 uint16* stype);
/external/wpa_supplicant/
Dmlme.c249 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4)) argument
/external/wpa_supplicant_6/wpa_supplicant/
Dmlme.c52 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4)) argument
/external/bison/
DChangeLog9214 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
11482 defines_obstack: its content can be found in the `stype' muscle
11495 simultaneously, use one to define the `stype' muscle, and use the
13323 (parse_union_decl): Copy the union_obstack in the muscle stype.
13325 Add typdef %%stype YYSTYPE.