HomeSort by relevance Sort by last modified time
    Searched refs:prefilter (Results 1 - 7 of 7) sorted by null

  /external/regex-re2/re2/
prefilter_tree.cc 7 #include "re2/prefilter.h"
31 static bool KeepPart(Prefilter* prefilter, int level) {
32 if (prefilter == NULL)
35 switch (prefilter->op()) {
38 << prefilter->op();
41 case Prefilter::ALL:
44 case Prefilter::ATOM:
45 return prefilter->atom().size() >=
48 case Prefilter::AND:
213 Prefilter* prefilter = v[i]; local
226 Prefilter* prefilter = v[i]; local
    [all...]
prefilter_tree.h 6 // that would trigger each regexp. The 'prefilter' of each regexp is
26 class Prefilter;
33 // Adds the prefilter for the next regexp. Note that we assume that
36 void Add(Prefilter* prefilter);
54 // Print debug prefilter. Also prints unique ids associated with
55 // nodes of the prefilter of the regexp.
83 // prefilter, by looking at if these nodes are already in the
91 // Returns the prefilter node that has the same NodeString as this
93 Prefilter* CanonicalNode(Prefilter* node)
    [all...]
filtered_re2.cc 8 #include "re2/prefilter.h"
50 Prefilter* prefilter = Prefilter::FromRE2(re2_vec_[i]); local
51 prefilter_tree_->Add(prefilter);
  /external/regex-re2/
Android.mk 27 re2/prefilter.cc \
Makefile 69 re2/prefilter.h\
102 obj/re2/prefilter.o\
  /external/chromium-trace/catapult/third_party/jquery/
jquery-2.1.4.js 649 // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:
    [all...]
  /external/chromium-trace/catapult/third_party/flot/
jquery.js     [all...]

Completed in 99 milliseconds