Searched refs:stype (Results 1 - 25 of 117) sorted by relevance

12345

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dpush.h63 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/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cc128 SuppressionType stype = conv(typ);
129 if (stype == SuppressionNone)
133 if (g_ctx->Match(frame->func, stype, &s) ||
134 g_ctx->Match(frame->file, stype, &s) ||
135 g_ctx->Match(frame->module, stype, &s)) {
150 SuppressionType stype = conv(typ);
151 if (stype == SuppressionNone)
154 if (g_ctx->Match(loc->name, stype, &s) ||
155 g_ctx->Match(loc->file, stype, &s) ||
156 g_ctx->Match(loc->module, stype,
[all...]
/external/openfst/src/include/fst/
H A Dpush.h133 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>
[all...]
/external/libsepol/src/
H A Dassertion.c32 unsigned int stype, unsigned int ttype,
39 p->p_type_val_to_name[stype],
46 avrule->line, p->p_type_val_to_name[stype],
53 p->p_type_val_to_name[stype],
64 unsigned int stype, unsigned int ttype,
73 avkey.source_type = stype + 1;
81 report_failure(handle, p, avrule, stype, ttype, curperm, node);
89 report_failure(handle, p, avrule, stype, ttype, curperm, node);
30 report_failure(sepol_handle_t *handle, policydb_t *p, const avrule_t * avrule, unsigned int stype, unsigned int ttype, const class_perm_node_t *curperm, const avtab_ptr_t node) argument
61 check_assertion_helper(sepol_handle_t * handle, policydb_t * p, avtab_t * te_avtab, avtab_t * te_cond_avtab, unsigned int stype, unsigned int ttype, const avrule_t * avrule) argument
/external/chromium_org/content/test/plugin/
H A Dplugin_delete_plugin_in_stream_test.h23 NPBool seekable, uint16* stype) OVERRIDE;
H A Dplugin_execute_stream_javascript.h23 NPBool seekable, uint16* stype) OVERRIDE;
H A Dplugin_delete_plugin_in_stream_test.cc35 NPBool seekable, uint16* stype) {
34 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_get_javascript_url2_test.h25 NPBool seekable, uint16* stype) OVERRIDE;
H A Dplugin_execute_stream_javascript.cc20 NPBool seekable, uint16* stype) {
19 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_get_javascript_url_test.h24 NPBool seekable, uint16* stype) OVERRIDE;
H A Dplugin_geturl_test.h34 NPBool seekable, uint16* stype) OVERRIDE;
H A Dplugin_get_javascript_url2_test.cc41 NPBool seekable, uint16* stype) {
40 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_tracker.c140 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];
235 xa_get_format_stype_depth(struct xa_tracker *xa, enum xa_surface_type stype, unsigned int depth) argument
283 xa_surface_create(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags) argument
338 xa_surface_redefine(struct xa_surface *srf, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int new_flags, int copy_contents) argument
[all...]
H A Dxa_tracker.h159 enum xa_surface_type stype,
171 enum xa_surface_type stype,
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tracker.c140 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];
235 xa_get_format_stype_depth(struct xa_tracker *xa, enum xa_surface_type stype, unsigned int depth) argument
283 xa_surface_create(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags) argument
338 xa_surface_redefine(struct xa_surface *srf, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int new_flags, int copy_contents) argument
[all...]
H A Dxa_tracker.h159 enum xa_surface_type stype,
171 enum xa_surface_type stype,
/external/mksh/src/
H A Deval.c201 short stype; /* [=+-?%#] action after expanded word */ member in struct:SubType
363 int stype; local
368 type = varsub(&x, varname, sp, &stype, &slen);
397 st->stype = stype;
412 if (stype)
414 switch (stype & 0x17F) {
609 if (stype & 0x80)
689 switch (st->stype & 0x17F) {
705 dp, st->stype);
1066 int stype; /* substitution type */ local
[all...]
/external/chromium_org/content/shell/tools/plugin/Tests/
H A DGetURLWithJavaScriptURL.cpp61 virtual NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) OVERRIDE
71 *stype = NP_NORMAL;
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLTUnicodeSort.cpp75 if (!comp->stype && comp->has_stype) {
76 comp->stype = xsltEvalAttrValueTemplate(ctxt, sorts[j], toXMLChar("data-type"), XSLT_NAMESPACE);
77 if (comp->stype) {
79 if (xmlStrEqual(comp->stype, toXMLChar("text"))) {
81 } else if (xmlStrEqual(comp->stype, toXMLChar("number"))) {
84 xsltTransformError(ctxt, 0, sorts[j], "xsltDoSortFunction: no support for data-type = %s\n", comp->stype);
259 xmlFree(const_cast<xmlChar*>(comp->stype));
260 comp->stype = 0;
/external/sepolicy/tools/sepolicy-analyze/
H A Ddups.c21 struct type_datum *stype, *ttype, *stype2, *ttype2; local
35 stype = policydb->type_val_to_struct[k->source_type - 1];
37 attrib1 = stype->flavor || ttype->flavor;
/external/ceres-solver/internal/ceres/
H A Dsuitesparse.cc65 triplet.stype = 0; // Matrix is not symmetric.
87 triplet.stype = 0; // Matrix is not symmetric.
106 m.stype = 0; // Matrix is not symmetric.
232 block_matrix.stype = A->stype;
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c383 u16 fc, type, stype; local
394 stype = WLAN_FC_GET_STYPE(fc);
410 if (stype != WLAN_FC_STYPE_PSPOLL)
553 u16 stype = WLAN_FC_GET_STYPE(fc); local
558 switch (stype) {
574 switch (stype) {
584 switch (stype) {
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c383 u16 fc, type, stype; local
394 stype = WLAN_FC_GET_STYPE(fc);
410 if (stype != WLAN_FC_STYPE_PSPOLL)
553 u16 stype = WLAN_FC_GET_STYPE(fc); local
558 switch (stype) {
574 switch (stype) {
584 switch (stype) {
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.c383 u16 fc, type, stype; local
394 stype = WLAN_FC_GET_STYPE(fc);
410 if (stype != WLAN_FC_STYPE_PSPOLL)
553 u16 stype = WLAN_FC_GET_STYPE(fc); local
558 switch (stype) {
574 switch (stype) {
584 switch (stype) {
/external/chromium_org/tools/find_runtime_symbols/
H A Dstatic_symbols.py84 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

Completed in 459 milliseconds

12345