Home | History | Annotate | Download | only in testing

Lines Matching defs:Engines

21 DEFINE_string(regexp_engines, "", "pattern to select regexp engines to test");
50 // Returns bit mask of engines to use.
51 static uint32 Engines() {
67 LOG(INFO) << "Warning: no engines enabled.";
159 // Constructs and saves all the matching engines that
203 // Compile regexp to reversed prog. Only needed for DFA engines.
204 if (Engines() & ((1<<kEngineDFA)|(1<<kEngineDFA1))) {
227 if (Engines() & ((1<<kEngineRE2)|(1<<kEngineRE2a)|(1<<kEngineRE2b))) {
250 if ((Engines() & (1<<kEnginePCRE)) && regexp_->MimicsPCRE() &&
496 if (!(Engines() & (1<<i)))