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

1 2 3 4 5 6 7 8

  /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/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...]
  /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...]
  /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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorBlend.java 53 INTENSITY_FUNCTION[0] = new IntensityFunction() {//Linear: stype = 0 (TEX_LIN)
59 INTENSITY_FUNCTION[1] = new IntensityFunction() {//Quad: stype = 1 (TEX_QUAD)
66 INTENSITY_FUNCTION[2] = new IntensityFunction() {//Ease: stype = 2 (TEX_EASE)
79 INTENSITY_FUNCTION[3] = new IntensityFunction() {//Diagonal: stype = 3 (TEX_DIAG)
85 INTENSITY_FUNCTION[4] = new IntensityFunction() {//Sphere: stype = 4 (TEX_SPHERE)
92 INTENSITY_FUNCTION[5] = new IntensityFunction() {//Halo: stype = 5 (TEX_HALO)
99 INTENSITY_FUNCTION[6] = new IntensityFunction() {//Radial: stype = 6 (TEX_RAD)
119 int stype = ((Number) tex.getFieldValue("stype")).intValue(); local
140 texres.intensity = INTENSITY_FUNCTION[stype].getIntensity(x, y, dDelta * k)
    [all...]
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();
TextureGeneratorClouds.java 54 // tex->stype
78 int sType = ((Number) tex.getFieldValue("stype")).intValue();
82 Format format = sType == TEX_COLOR || colorBand != null ? Format.RGBA8 : Format.Luminance8;
83 int bytesPerPixel = sType == TEX_COLOR || colorBand != null ? 4 : 1;
106 } else if (sType == TEX_COLOR) {
TextureGeneratorStucci.java 67 int stype = ((Number) tex.getFieldValue("stype")).intValue(); local
90 if (stype != 0) {
103 if (stype == NoiseGenerator.TEX_WALLOUT) {
  /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_get_javascript_url2_test.h 25 NPBool seekable, uint16* stype) OVERRIDE;
plugin_delete_plugin_in_stream_test.cc 35 NPBool seekable, uint16* stype) {
plugin_execute_stream_javascript.cc 20 NPBool seekable, uint16* stype) {
plugin_get_javascript_url_test.h 24 NPBool seekable, uint16* stype) OVERRIDE;
  /external/llvm/test/Feature/
constexpr.ll 51 %SType = type { i32 , {float, {i8} }, i64 } ;; struct containing struct
54 @S1 = global %SType* null ;; Global initialized to NULL
55 @S2c = constant %SType { i32 1, {float,{i8}} {float 2.0, {i8} {i8 3}}, i64 4}
59 @S1ptr = global %SType** @S1 ;; Ref. to global S1
60 @S2 = global %SType* @S2c ;; Ref. to constant S2
64 @S1fld1a = global float* getelementptr (%SType* @S2c, i64 0, i32 1, i32 0)
66 @S1fld1b = global float* getelementptr (%SType* @S2c, i64 0, i32 1, i32 0)
71 @S2fld3 = global i8* getelementptr (%SType* @S2c, i64 0, i32 1, i32 1, i32 0)
  /external/llvm/test/Integer/
constexpr_bt.ll 53 %SType = type { i33 , {float, {i8} }, i64 } ;; struct containing struct
56 @S1 = global %SType* null ;; Global initialized to NULL
57 @S2c = constant %SType { i33 1, {float,{i8}} {float 2.0, {i8} {i8 3}}, i64 4}
61 @S1ptr = global %SType** @S1 ;; Ref. to global S1
62 @S2 = global %SType* @S2c ;; Ref. to constant S2
66 @S1fld1a = global float* getelementptr (%SType* @S2c, i64 0, i32 1, i32 0)
68 @S1fld1b = global float* getelementptr (%SType* @S2c, i64 0, i32 1, i32 0)
73 @S2fld3 = global i8* getelementptr (%SType* @S2c, i64 0, i32 1, i32 1, i32 0)
  /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],
  /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;
  /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/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPConst.java 113 String TYPE_DIMENSIONS = "http://ns.adobe.com/xap/1.0/sType/Dimensions#";
123 String TYPE_FONT = "http://ns.adobe.com/xap/1.0/sType/Font#";
125 String TYPE_RESOURCEEVENT = "http://ns.adobe.com/xap/1.0/sType/ResourceEvent#";
127 String TYPE_RESOURCEREF = "http://ns.adobe.com/xap/1.0/sType/ResourceRef#";
129 String TYPE_ST_VERSION = "http://ns.adobe.com/xap/1.0/sType/Version#";
131 String TYPE_ST_JOB = "http://ns.adobe.com/xap/1.0/sType/Job#";
133 String TYPE_MANIFESTITEM = "http://ns.adobe.com/xap/1.0/sType/ManifestItem#";
  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 134 static int p2p_manager_disconnect(struct hostapd_data *hapd, u16 stype,
149 " with minor reason code %u (stype=%u)",
150 MAC2STR(addr), minor_reason_code, stype);
152 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
156 if (stype == WLAN_FC_STYPE_DEAUTH) {
  /external/chromium_org/tools/find_runtime_symbols/
static_symbols.py 84 self, number, name, stype, address, offset, size, es, flg, lk, inf, al):
87 self.stype = stype
100 self.stype == other.stype and
181 matched.group(3), # stype
  /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;

Completed in 1219 milliseconds

1 2 3 4 5 6 7 8