HomeSort by relevance Sort by last modified time
    Searched refs:stype (Results 1 - 22 of 22) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
push.h 63 const StringType stype = rtype == REWEIGHT_TO_INITIAL local
66 vector<typename GallicArc<Arc, stype>::Weight> gdistance;
67 VectorFst< GallicArc<Arc, stype> > gfst;
68 Map(ifst, &gfst, ToGallicMapper<Arc, stype>());
74 MapFst<Arc, GallicArc<Arc, stype>, ToGallicMapper<Arc, stype> >
75 guwfst(uwfst, ToGallicMapper<Arc, stype>());
79 FactorWeightFst< GallicArc<Arc, stype>, GallicFactor<typename Arc::Label,
80 typename Arc::Weight, stype> > fwfst(gfst);
81 Map(fwfst, ofst, FromGallicMapper<Arc, stype>());
    [all...]
  /external/opencore/protocols/sdp/common/include/
rfc3640_media_info.h 59 inline void setStreamType(uint32 stype)
61 streamType = stype;
  /external/webkit/WebCore/xml/
XSLTUnicodeSort.cpp 108 if ((comp->stype == NULL) && (comp->has_stype != 0)) {
109 comp->stype =
113 if (comp->stype != NULL) {
115 if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
117 else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
122 comp->stype);
304 xmlFree((void *)(comp->stype));
305 comp->stype = NULL;
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
main.m 59 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
163 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
165 *stype = NP_ASFILEONLY;
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 42 NPBool seekable, uint16* stype);
191 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
193 *stype = NP_ASFILEONLY;
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
main.m 62 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
167 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
169 *stype = NP_ASFILEONLY;
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
main.c 43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
185 *stype = NP_ASFILEONLY;
  /external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
main.cpp 158 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *stype)
166 *stype = NP_ASFILEONLY;
  /development/samples/BrowserPlugin/jni/
main.cpp 49 NPBool seekable, uint16* stype);
293 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
295 *stype = NP_ASFILEONLY;
  /external/webkit/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 163 uint16* stype)
167 *stype = NP_ASFILEONLY;
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
main.m 78 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
193 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
195 *stype = NP_ASFILEONLY;
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
main.m 65 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
180 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
182 *stype = NP_ASFILEONLY;
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
main.cpp 205 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *stype)
209 *stype = NP_ASFILEONLY;
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 424 int domain, stype; local
436 stype = SOCK_RAW;
439 stype = SOCK_PACKET;
442 if ((fd = socket(domain, stype, htons(type))) < 0) {
  /external/webkit/WebCore/plugins/
npfunctions.h 105 typedef NPError (*NPP_NewStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
  /sdk/emulator/qtools/
trace_reader.h 330 typedef typename TraceReader<T>::symbol_type stype; typedef
332 const stype *syma = static_cast<stype const *>(a);
333 const stype *symb = static_cast<stype const *>(b);
    [all...]
  /external/qemu/
sockets.c 880 int stype = socket_type_to_bsd(type); local
882 if (sfamily < 0 || stype < 0) {
886 QSOCKET_CALL(ret, socket(sfamily, stype, 0));
    [all...]
  /external/webkit/WebCore/bridge/
npapi.h 824 uint16* stype);
  /external/bison/src/
parse-gram.c     [all...]
  /external/wpa_supplicant/
mlme.c 249 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 52 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4))
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 620 milliseconds