Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-diff/
Dllvm-diff.cpp45 static void diffGlobal(DifferenceEngine &Engine, Module *L, Module *R, in diffGlobal()
82 DifferenceEngine Engine(Context, Consumer); in main() local
DDifferenceEngine.cpp118 DifferenceEngine &Engine; member in __anonce6149d20111::FunctionDifferenceEngine
456 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 __anon66aec1a60111::FunctionDifferenceEngine
456 FunctionDifferenceEngine(DifferenceEngine &Engine) : in FunctionDifferenceEngine()
/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 __anon403bf0fe0111::FunctionDifferenceEngine
487 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/perfetto/ui/src/common/
Dengine.ts29 export abstract class Engine { class
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dnested_builders_test.proto46 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/jsr330/tck/org/atinject/tck/auto/
DEngine.java24 public abstract class Engine { class
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/
DExecutionEngineTest.cpp39 const OwningPtr<ExecutionEngine> Engine; member in __anondf7716a60111::ExecutionEngineTest
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp49 std::unique_ptr<ExecutionEngine> Engine; member in __anon183305520111::ExecutionEngineTest
/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp49 std::unique_ptr<ExecutionEngine> Engine; member in __anonb8dda6fa0111::ExecutionEngineTest
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h63 CoreEngine Engine; variable
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp328 LLVMExecutionEngineRef Engine; member in __anoncb301aaa0111::MCJITCAPITest
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp329 LLVMExecutionEngineRef Engine; member in __anon2a8579020111::MCJITCAPITest
/external/v8/benchmarks/
Draytrace.js604 Flog.RayTracer.Engine.prototype = { class in Flog.RayTracer