HomeSort by relevance Sort by last modified time
    Searched full:match_filter (Results 1 - 8 of 8) sorted by null

  /external/openfst/src/bin/
fstcompose.cc 79 compose_filter = fst::MATCH_FILTER;
fstdifference.cc 73 cf = fst::MATCH_FILTER;
fstintersect.cc 72 compose_filter = fst::MATCH_FILTER;
  /external/oprofile/opjitconv/
opjitconv.c 148 char match_filter[10]; local
149 snprintf(match_filter, 10, "*/%s.*", proc_id);
153 if (!fnmatch(match_filter, anon_dir->name, 0))
  /external/openfst/src/include/fst/
difference.h 177 } else if (opts.filter_type == MATCH_FILTER) {
intersect.h 160 } else if (opts.filter_type == MATCH_FILTER) {
compose.h 659 MATCH_FILTER };
716 } else if (opts.filter_type == MATCH_FILTER) {
  /external/qemu/
usb-linux.c 1428 static int match_filter(const struct USBAutoFilter *f1, function
    [all...]

Completed in 401 milliseconds