HomeSort by relevance Sort by last modified time
    Searched defs:Engines (Results 1 - 4 of 4) sorted by null

  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
EngineType.java 36 * Enumeration of various types of engines for use with engine-based benchmarks.
91 Conscrypt.Engines.setBufferAllocator(engine, PooledAllocator.getInstance());
98 Conscrypt.Engines.setBufferAllocator(engine, PooledAllocator.getInstance());
  /external/conscrypt/common/src/main/java/org/conscrypt/
Conscrypt.java 352 * Utility methods for configuring Conscrypt engines.
354 public static final class Engines {
355 private Engines() {}
  /external/regex-re2/re2/testing/
tester.cc 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))
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 668 EngineVector Engines;
713 EngineVector::iterator begin = Engines.begin();
714 EngineVector::iterator end = Engines.end();
767 EngineVector::iterator begin = Engines.begin();
768 EngineVector::iterator end = Engines.end();
820 Engines.push_back(NewEngine);
829 // Look for the function in each of our execution engines.
830 EngineVector::iterator begin = Engines.begin();
831 EngineVector::iterator end = Engines.end();
    [all...]

Completed in 400 milliseconds