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

1 2

  /external/chromium/chrome/common/extensions/
extension_icon_set.cc 22 std::string ExtensionIconSet::Get(int size, MatchType match_type) const {
25 if (match_type == MATCH_EXACTLY) {
28 } else if (match_type == MATCH_SMALLER) {
39 CHECK(match_type == MATCH_BIGGER);
extension_icon_set.h 36 std::string Get(int size, MatchType match_type) const;
extension.h 523 int size, ExtensionIconSet::MatchType match_type) const;
524 GURL GetIconURL(int size, ExtensionIconSet::MatchType match_type) const;
    [all...]
extension.cc     [all...]
  /external/bluetooth/glib/glib/
gpattern.c 46 GMatchType match_type; member in struct:_GPatternSpec
146 switch (pspec->match_type)
181 g_return_val_if_fail (pspec->match_type < G_MATCH_LAST, FALSE);
260 pspec->match_type = G_MATCH_TAIL;
268 pspec->match_type = G_MATCH_HEAD;
274 pspec->match_type = G_MATCH_EXACT;
283 pspec->match_type = tw_pos > hw_pos ? G_MATCH_ALL_TAIL : G_MATCH_ALL;
285 pspec->match_type = tj_pos > hj_pos ? G_MATCH_ALL_TAIL : G_MATCH_ALL;
286 if (pspec->match_type == G_MATCH_ALL_TAIL) {
311 pspec1->match_type == pspec2->match_type &
    [all...]
  /external/bluetooth/glib/tests/
patterntest.c 56 GMatchType match_type; member in struct:_GPatternSpec
65 match_type_name (GMatchType match_type)
67 switch (match_type)
92 GMatchType match_type,
101 if (spec->match_type != match_type)
103 g_print ("failed \t(match_type: %s, expected %s)\n",
104 match_type_name (spec->match_type),
105 match_type_name (match_type));
138 match_type_name (spec->match_type),
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.h 54 // is. If |match_type| is NORMAL, |match_number| is a number
56 // relevant). For other values of |match_type|, |match_number| is ignored.
59 MatchType match_type,
history_url_provider.h 187 // is. If |match_type| is NORMAL, |match_number| is a number
189 // relevant). For other values of |match_type|, |match_number| is ignored.
191 MatchType match_type,
290 MatchType match_type,
history_quick_provider.cc 201 MatchType match_type,
203 switch (match_type) {
history_url_provider.cc 459 MatchType match_type,
461 switch (match_type) {
    [all...]
  /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 122 // If match_type == MATCH_INPUT, epsilons match the implicit self loop
124 // actual epsilon transitions. If match_type == MATCH_OUTPUT, then
137 SortedMatcher(const F &fst, MatchType match_type,
142 match_type_(match_type),
361 MatchType match_type,
365 : matcher_(matcher ? matcher : new M(fst, match_type)),
366 match_type_(match_type),
369 if (match_type == MATCH_BOTH) {
529 MatchType match_type,
533 : 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 267 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const;
523 MatcherBase<A> *Fst<A>::InitMatcher(MatchType match_type) const {
  /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/chromium/chrome/browser/ui/webui/
extension_icon_source.cc 267 ExtensionIconSet::MatchType match_type; local
271 match_type = static_cast<ExtensionIconSet::MatchType>(match_num);
281 SetData(request_id, extension, grayscale, size, match_type);
  /external/openfst/src/test/
fst_test.h 67 MatchType match_type = matcher.Type(true); local
83 if (match_type == MATCH_INPUT) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev2.h 1307 __u32 match_type; \/* Match type *\/ member in struct:v4l2_register
1315 __u32 match_type; \/* Match type *\/ member in struct:v4l2_chip_ident
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev2.h 1307 __u32 match_type; \/* Match type *\/ member in struct:v4l2_register
1315 __u32 match_type; \/* Match type *\/ member in struct:v4l2_chip_ident
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev2.h 1307 __u32 match_type; \/* Match type *\/ member in struct:v4l2_register
1315 __u32 match_type; \/* Match type *\/ member in struct:v4l2_chip_ident
    [all...]
  /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...]

Completed in 1208 milliseconds

1 2