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

1 2 3 4 5 6

  /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/chromium_org/content/test/plugin/
plugin_delete_plugin_in_stream_test.h 23 NPBool seekable, uint16* stype) OVERRIDE;
plugin_execute_stream_javascript.h 23 NPBool seekable, uint16* stype) OVERRIDE;
plugin_delete_plugin_in_stream_test.cc 35 NPBool seekable, uint16* stype) {
plugin_get_javascript_url2_test.h 25 NPBool seekable, uint16* stype) OVERRIDE;
plugin_get_javascript_url_test.h 24 NPBool seekable, uint16* stype) OVERRIDE;
  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.cc 100 SuppressionType stype = conv(typ);
101 if (stype == SuppressionNone)
105 if (g_ctx->Match(frame->func, stype, &s) ||
106 g_ctx->Match(frame->file, stype, &s) ||
107 g_ctx->Match(frame->module, stype, &s)) {
122 SuppressionType stype = conv(typ);
123 if (stype == SuppressionNone)
126 if (g_ctx->Match(loc->name, stype, &s) ||
127 g_ctx->Match(loc->file, stype, &s) ||
128 g_ctx->Match(loc->module, stype, &s))
    [all...]
  /external/openfst/src/include/fst/
push.h 133 const StringType stype = rtype == REWEIGHT_TO_INITIAL local
136 vector<typename GallicArc<Arc, stype>::Weight> gdistance;
137 VectorFst<GallicArc<Arc, stype> > gfst;
138 ArcMap(ifst, &gfst, ToGallicMapper<Arc, stype>());
144 ArcMapFst<Arc, GallicArc<Arc, stype>, ToGallicMapper<Arc, stype> >
145 guwfst(uwfst, ToGallicMapper<Arc, stype>());
148 typename GallicArc<Arc, stype>::Weight total_weight =
149 GallicArc<Arc, stype>::Weight::One();
153 total_weight = typename GallicArc<Arc, stype>::Weight
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_tracker.c 140 enum xa_surface_type stype; local
155 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype)
156 num_formats += num_preferred[stype];
167 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype) {
168 unsigned int bind = stype_bind[stype];
172 for (i = 0; i < num_preferred[stype]; ++i)
    [all...]
xa_tracker.h 159 enum xa_surface_type stype,
171 enum xa_surface_type stype,
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.c 140 enum xa_surface_type stype; local
155 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype)
156 num_formats += num_preferred[stype];
167 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype) {
168 unsigned int bind = stype_bind[stype];
172 for (i = 0; i < num_preferred[stype]; ++i)
    [all...]
xa_tracker.h 159 enum xa_surface_type stype,
171 enum xa_surface_type stype,
  /external/mksh/src/
eval.c 194 short stype; /* [=+-?%#] action after expanded word */ member in struct:SubType
345 int stype; local
350 type = varsub(&x, varname, sp, &stype, &slen);
379 st->stype = stype;
394 if (stype)
396 switch (stype & 0x17F) {
610 if (stype & 0x80)
689 switch (st->stype & 0x17F) {
705 dp, st->stype);
1051 int stype; \/* substitution type *\/ local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
GetURLWithJavaScriptURL.cpp 53 NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
63 *stype = NP_NORMAL;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorMarble.java 49 // tex->stype
117 if (marbleData.stype >= TEX_SOFT) {
119 if (marbleData.stype == TEX_SHARP) {
121 } else if (marbleData.stype == TEX_SHARPER) {
132 public final int stype; field in class:TextureGeneratorMarble.MarbleData
141 stype = ((Number) tex.getFieldValue("stype")).intValue();
TextureGeneratorMusgrave.java 62 int stype = ((Number) tex.getFieldValue("stype")).intValue(); local
82 musgraveFunction = NoiseGenerator.musgraveFunctions.get(Integer.valueOf(musgraveData.stype));
84 throw new IllegalStateException("Unknown type of musgrave texture: " + stype);
117 public final int stype; field in class:TextureGeneratorMusgrave.MusgraveData
127 stype = ((Number) tex.getFieldValue("stype")).intValue();
TextureGeneratorStucci.java 67 int stype = ((Number) tex.getFieldValue("stype")).intValue(); local
90 if (stype != 0) {
103 if (stype == NoiseGenerator.TEX_WALLOUT) {
  /external/libsepol/src/
assertion.c 33 unsigned int stype, unsigned int ttype,
41 avkey.source_type = stype + 1;
64 line, p->p_type_val_to_name[stype],
71 p->p_type_val_to_name[stype],
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_fm.h 101 __u32 stype; /* structure type */ member in struct:fm_xinstrument
ainstr_gf1.h 136 __u32 stype; /* structure type */ member in struct:gf1_xwave
172 __u32 stype; member in struct:gf1_xinstrument
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_fm.h 101 __u32 stype; /* structure type */ member in struct:fm_xinstrument
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_fm.h 104 __u32 stype; /* structure type */ member in struct:fm_xinstrument
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_fm.h 101 __u32 stype; /* structure type */ member in struct:fm_xinstrument
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_fm.h 104 __u32 stype; /* structure type */ member in struct:fm_xinstrument
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTUnicodeSort.cpp 75 if ((comp->stype == NULL) && (comp->has_stype != 0)) {
76 comp->stype =
80 if (comp->stype != NULL) {
82 if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
84 else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
89 comp->stype);
275 xmlFree((void *)(comp->stype));
276 comp->stype = NULL;

Completed in 1338 milliseconds

1 2 3 4 5 6