/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | push.h | 63 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/ |
D | XSLTUnicodeSort.cpp | 108 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/ |
D | main.c | 43 …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/ |
D | main.cpp | 158 …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/ |
D | TestNetscapePlugin.cpp | 163 uint16* stype) in webkit_test_plugin_new_stream() argument 167 *stype = NP_ASFILEONLY; in webkit_test_plugin_new_stream()
|
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/ |
D | main.m | 59 …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/ |
D | if.c | 424 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/ |
D | main.cpp | 205 …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/ |
D | main.m | 62 …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/ |
D | main.m | 78 …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/ |
D | main.m | 65 …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/ |
D | sockets.c | 880 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/ |
D | npfunctions.h | 105 …NewStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
|
/external/webkit/WebCore/bridge/ |
D | npapi.h | 824 uint16* stype);
|
/external/wpa_supplicant/ |
D | mlme.c | 249 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4)) argument
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | mlme.c | 52 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4)) argument
|
/external/bison/ |
D | ChangeLog | 9214 * 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.
|