Home
last modified time | relevance | path

Searched defs:Engine (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
Dllvm-diff.cpp42 static void diffGlobal(DifferenceEngine &Engine, Module &L, Module &R, in diffGlobal()
79 DifferenceEngine Engine(Consumer); in main() local
DDifferenceEngine.cpp115 DifferenceEngine &Engine; member in __anon1c93e7000111::FunctionDifferenceEngine
487 FunctionDifferenceEngine(DifferenceEngine &Engine) : in FunctionDifferenceEngine()
/external/llvm/tools/llvm-diff/
Dllvm-diff.cpp42 static void diffGlobal(DifferenceEngine &Engine, Module &L, Module &R, in diffGlobal()
79 DifferenceEngine Engine(Consumer); in main() local
DDifferenceEngine.cpp115 DifferenceEngine &Engine; member in __anondb2877680111::FunctionDifferenceEngine
456 FunctionDifferenceEngine(DifferenceEngine &Engine) : in FunctionDifferenceEngine()
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
Dctor_engine_copy.pass.cpp23 typedef std::mt19937 Engine; in main() typedef
Dctor_engine_move.pass.cpp23 typedef std::mt19937 Engine; in main() typedef
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
Dctor_engine_copy.pass.cpp23 typedef std::ranlux24_base Engine; in main() typedef
Dctor_engine_move.pass.cpp23 typedef std::ranlux24_base Engine; in main() typedef
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
Dctor_engine_copy.pass.cpp23 typedef std::minstd_rand0 Engine; in main() typedef
Dctor_engine_move.pass.cpp23 typedef std::minstd_rand0 Engine; in main() typedef
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/
Dnested_builders_test.proto45 message Engine { message
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
Dnested_builders_test.proto45 message Engine { message
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dnested_builders_test.proto45 message Engine { message
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DEngine.java28 public class Engine implements EngineJobListener, MemoryCache.ResourceRemovedListener, EngineResour… class
56 public Engine(MemoryCache memoryCache, DiskCache diskCache, ExecutorService diskCacheService, in Engine() method in Engine
62Engine(MemoryCache cache, DiskCache diskCache, ExecutorService diskCacheService, ExecutorService s… in Engine() method in Engine
/external/perfetto/ui/src/common/
Dengine.ts40 export abstract class Engine { class
/external/jsr330/tck/org/atinject/tck/auto/
DEngine.java24 public abstract class Engine { class
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp49 std::unique_ptr<ExecutionEngine> Engine; member in __anon37cb2e940111::ExecutionEngineTest
/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp49 std::unique_ptr<ExecutionEngine> Engine; member in __anon396127fc0111::ExecutionEngineTest
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h63 CoreEngine Engine; variable
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp328 LLVMExecutionEngineRef Engine; member in __anon4bb39bac0111::MCJITCAPITest
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp329 LLVMExecutionEngineRef Engine; member in __anon4a1da2440111::MCJITCAPITest
/external/v8/src/wasm/
Dc-api.cc323 auto Store::make(Engine*) -> own<Store> { in make() argument
2280 WASM_DEFINE_OWN(engine, wasm::Engine) in WASM_DEFINE_OWN()