HomeSort by relevance Sort by last modified time
    Searched full: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/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/compiler-rt/lib/tsan/rtl/
tsan_suppressions.cc 102 SuppressionType stype; local
104 stype = SuppressionRace;
108 stype = SuppressionThread;
112 stype = SuppressionMutex;
116 stype = SuppressionSignal;
126 s->type = stype;
150 SuppressionType stype;
152 stype = SuppressionRace;
154 stype = SuppressionThread;
156 stype = SuppressionMutex
    [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/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/webkit/Source/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/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) {
ieee802_11.h 21 u16 stype, int ok);
  /external/clang/test/Analysis/
array-struct.c 10 } STYPE;
39 STYPE s;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Object/
shell.js 67 function findClass(sType)
70 var a = sType.match(re);
  /external/wpa_supplicant_8/wpa_supplicant/
ap.h 48 void ap_mgmt_tx_cb(void *ctx, const u8 *buf, size_t len, u16 stype, int ok);
  /external/bison/data/
glr.cc 256 # ifndef ]b4_api_PREFIX[STYPE
264 [[ typedef ]b4_api_PREFIX[STYPE semantic_type;]])])[
266 typedef ]b4_api_PREFIX[STYPE semantic_type;
336 #ifndef ]b4_api_PREFIX[STYPE
337 # define ]b4_api_PREFIX[STYPE ]b4_namespace_ref[::]b4_parser_class_name[::semantic_type
  /external/ceres-solver/internal/ceres/
suitesparse.cc 50 triplet.stype = 0; // Matrix is not symmetric.
72 triplet.stype = 0; // Matrix is not symmetric.
91 m->stype = 0; // Matrix is not symmetric.
176 block_matrix.stype = A->stype;
  /external/llvm/lib/Target/Hexagon/
HexagonIntrinsics.td     [all...]
  /external/checkpolicy/test/
dispol.c 66 char *stype, *ttype, *tclass; local
67 stype = p->p_type_val_to_name[key->source_type - 1];
70 if (stype && ttype)
71 fprintf(fp, "%s %s : %s ", stype, ttype, tclass);
72 else if (stype)
73 fprintf(fp, "%s %u : %s ", stype, key->target_type, tclass);
364 display_id(p, fp, SYM_TYPES, ft->stype - 1, "");
  /external/webkit/Examples/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_t* stype);
191 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
193 *stype = NP_ASFILEONLY;

Completed in 1285 milliseconds

1 2 3 4 5 6