Searched defs:stype (Results 1 - 25 of 73) sorted by relevance

123

/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/chromium_org/content/test/plugin/
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_execute_stream_javascript.cc20 NPBool seekable, uint16* stype) {
19 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_get_javascript_url2_test.cc47 NPBool seekable, uint16* stype) {
46 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_client.cc155 NPStream* stream, NPBool seekable, uint16* stype) {
162 return plugin->NewStream(type, stream, seekable, stype);
154 NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_get_javascript_url_test.cc103 uint16* stype) {
100 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_geturl_test.cc126 NPBool seekable, uint16* stype) {
133 return PluginTest::NewStream(type, stream, seekable, stype);
125 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_test.cc160 NPBool seekable, uint16* stype) {
159 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
H A DGetURLWithJavaScriptURL.cpp53 NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) argument
63 *stype = NP_NORMAL;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGeneratorMusgrave.java62 int stype = ((Number) tex.getFieldValue("stype")).intValue();
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();
H A DTextureGeneratorMarble.java49 // 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();
/external/libsepol/src/
H A Dassertion.c33 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],
30 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, class_perm_node_t * perm, unsigned long line) argument
/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/valgrind/main/VEX/priv/
H A Dguest_mips_helpers.c561 #define ASM_VOLATILE_SYNC(stype) \
564 void mips32_dirtyhelper_sync(UInt stype) argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dctrl_iface_ap.c134 static int p2p_manager_disconnect(struct hostapd_data *hapd, u16 stype, argument
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/wpa_supplicant_8/src/ap/
H A Dctrl_iface_ap.c134 static int p2p_manager_disconnect(struct hostapd_data *hapd, u16 stype, argument
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/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dctrl_iface_ap.c134 static int p2p_manager_disconnect(struct hostapd_data *hapd, u16 stype, argument
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/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c291 enum tgsi_opcode_type stype = tgsi_opcode_infer_src_type(inst->Instruction.Opcode); local
306 res = bld_base->emit_fetch_funcs[reg->Register.File](bld_base, reg, stype,
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c291 enum tgsi_opcode_type stype = tgsi_opcode_infer_src_type(inst->Instruction.Opcode); local
306 res = bld_base->emit_fetch_funcs[reg->Register.File](bld_base, reg, stype,
/external/checkpolicy/test/
H A Ddispol.c66 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/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) argument
185 *stype = NP_ASFILEONLY;
/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...]
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpp_gate.cpp235 uint16* stype)
244 logger->logCall(action_npp_new_stream, (DWORD)instance, (DWORD)type, (DWORD)stream, (DWORD)seekable, (DWORD)stype);
246 NPError rv = epManager->callNPP_NewStream(instance, type, stream, seekable, stype);
231 NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
/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...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c382 u16 fc, type, stype; local
393 stype = WLAN_FC_GET_STYPE(fc);
409 if (stype != WLAN_FC_STYPE_PSPOLL)

Completed in 516 milliseconds

123