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

1 2

  /external/openfst/src/include/fst/
matcher-fst.h 141 virtual M *InitMatcher(MatchType match_type) const {
142 return new M(GetFst(), match_type, GetData(match_type));
152 typename M::MatcherData *GetData(MatchType match_type) const {
154 return match_type == MATCH_INPUT ? data->First() : data->Second();
212 Matcher(const FST &fst, MatchType match_type) {
213 matcher_ = fst.InitMatcher(match_type);
252 LookAheadMatcher(const FST &fst, MatchType match_type) {
253 matcher_ = fst.InitMatcher(match_type);
matcher.h 133 // If match_type == MATCH_INPUT, epsilons match the implicit self loop
135 // actual epsilon transitions. If match_type == MATCH_OUTPUT, then
148 SortedMatcher(const F &fst, MatchType match_type,
153 match_type_(match_type),
404 MatchType match_type,
408 : matcher_(matcher ? matcher : new M(fst, match_type)),
409 match_type_(match_type),
412 if (match_type == MATCH_BOTH) {
578 MatchType match_type,
582 : matcher_(matcher ? matcher : new M(fst, match_type)),
    [all...]
lookahead-matcher.h 50 // LookAheadMatcher(const F &fst, MatchType match_type);
68 // // 'match_type' (cf. composition).
98 // Matcher is a lookahead matcher when 'match_type' is MATCH_INPUT.
101 // Matcher is a lookahead matcher when 'match_type' is MATCH_OUTPUT.
193 TrivialLookAheadMatcher(const FST &fst, MatchType match_type)
194 : matcher_(fst, match_type) {}
265 ArcLookAheadMatcher(const FST &fst, MatchType match_type,
267 : matcher_(fst, match_type),
438 LabelLookAheadMatcher(const FST &fst, MatchType match_type,
440 : matcher_(fst, match_type),
    [all...]
replace.h     [all...]
fst.h 274 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const;
529 MatcherBase<A> *Fst<A>::InitMatcher(MatchType match_type) const {
compact-fst.h 889 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const {
890 return new SortedMatcher<CompactFst<A, C, U> >(*this, match_type);
    [all...]
  /abi/cpp/src/
dynamic_cast.cc 118 const abi::__class_type_info *match_type)
120 if (*type == *match_type)
135 match_type);
155 match_object, match_type);
  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 118 const abi::__class_type_info *match_type)
120 if (*type == *match_type)
135 match_type);
155 match_object, match_type);
  /external/iptables/extensions/
libxt_sctp.c 228 const char *match_type,
231 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks);
232 if (!strcasecmp(match_type, "ANY")) {
234 } else if (!strcasecmp(match_type, "ALL")) {
236 } else if (!strcasecmp(match_type, "ONLY")) {
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 50 ParenMatcher(const FST &fst, MatchType match_type,
52 : matcher_(fst, match_type),
53 match_type_(match_type),
55 if (match_type == MATCH_INPUT) {
  /external/lldb/source/
lldb.cpp 395 NameMatchType match_type,
398 if (match_type == eNameMatchIgnore)
408 switch (match_type)
  /external/openfst/src/test/
fst_test.h 69 MatchType match_type = matcher.Type(true); local
85 if (match_type == MATCH_INPUT) {
  /external/lldb/include/lldb/
lldb-private.h 76 NameMatches (const char *name, NameMatchType match_type, const char *match);
  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 718 virtual MatcherBase<A>* InitMatcher(MatchType match_type) const {
719 return new NGramFstMatcher<A>(*this, match_type);
757 NGramFstMatcher(const NGramFst<A> &fst, MatchType match_type)
758 : fst_(fst), inst_(fst.inst_), match_type_(match_type),
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_qca.c 282 rx_ctl_filt.match_type = IG_CTL_COMPARE_ETHER_TYPE;
291 tx_ctl_filt.match_type = EG_CTL_COMPARE_ETHER_TYPE;
  /external/dnsmasq/src/
option.c     [all...]
rfc2131.c 227 if (vendor->match_type == MATCH_CIRCUIT)
229 else if (vendor->match_type == MATCH_REMOTE)
231 else if (vendor->match_type == MATCH_SUBSCRIBER)
670 if (vendor->match_type == MATCH_VENDOR)
672 else if (vendor->match_type == MATCH_USER)
    [all...]
dnsmasq.h 517 int len, match_type, option; member in struct:dhcp_vendor
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
videodev2.h 1120 __u32 match_type; member in struct:v4l2_chip_ident_old
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
videodev2.h 1120 __u32 match_type; member in struct:v4l2_chip_ident_old
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/
libgnustl_shared.so 
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/thumb/
libgnustl_shared.so 

Completed in 1484 milliseconds

1 2