Searched defs:Engine (Results 1 - 25 of 34) sorted by relevance

12

/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dctor_engine_copy.pass.cpp12 // template<class Engine, size_t p, size_t r>
15 // explicit discard_block_engine(const Engine& e);
23 typedef std::ranlux24_base Engine; typedef
25 Engine e;
H A Dctor_engine_move.pass.cpp12 // template<class Engine, size_t p, size_t r>
15 // explicit discard_block_engine(const Engine& e);
23 typedef std::ranlux24_base Engine; typedef
25 Engine e;
26 Engine e0 = e;
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dctor_engine_copy.pass.cpp12 // template<class Engine, size_t w, class UIntType>
15 // explicit independent_bits_engine(const Engine& e);
23 typedef std::mt19937 Engine; typedef
24 typedef std::independent_bits_engine<Engine, 24, unsigned> Adaptor;
25 Engine e;
H A Dctor_engine_move.pass.cpp12 // template<class Engine, size_t w, class UIntType>
15 // explicit independent_bits_engine(const Engine& e);
23 typedef std::mt19937 Engine; typedef
24 typedef std::independent_bits_engine<Engine, 24, unsigned> Adaptor;
25 Engine e;
26 Engine e0 = e;
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dctor_engine_copy.pass.cpp12 // template<class Engine, size_t k>
15 // explicit shuffle_order_engine(const Engine& e);
23 typedef std::minstd_rand0 Engine; typedef
25 Engine e;
H A Dctor_engine_move.pass.cpp12 // template<class Engine, size_t k>
15 // explicit shuffle_order_engine(const Engine& e);
23 typedef std::minstd_rand0 Engine; typedef
25 Engine e;
26 Engine e0 = e;
/external/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp42 static void diffGlobal(DifferenceEngine &Engine, Module &L, Module &R, argument
50 Engine.diff(LFn, RFn);
79 DifferenceEngine Engine(Consumer);
84 diffGlobal(Engine, *LModule, *RModule, GlobalsToCompare[I]);
88 Engine.diff(LModule.get(), RModule.get());
H A DDifferenceEngine.h37 Context(DifferenceEngine &Engine, Value *L, Value *R) : Engine(Engine) { argument
38 Engine.consumer.enterContext(L, R);
42 Engine.consumer.exitContext();
46 DifferenceEngine &Engine; member in struct:llvm::DifferenceEngine::Context
H A DDifferenceEngine.cpp115 DifferenceEngine &Engine; member in class:__anon13632::FunctionDifferenceEngine
161 Engine.logf("successor %l cannot be equivalent to %r; "
175 DifferenceEngine::Context C(Engine, L, R);
192 DifferenceEngine::Context C(Engine, L, R);
229 if (Complain) Engine.log("called functions differ");
233 if (Complain) Engine.log("argument counts differ");
239 Engine.logf("arguments %l and %r differ")
251 if (Complain) Engine.log("different instruction types");
258 if (Complain) Engine.log("different predicates");
269 if (Complain) Engine
456 FunctionDifferenceEngine(DifferenceEngine &Engine) argument
[all...]
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
H A Dllvm-diff.cpp45 static void diffGlobal(DifferenceEngine &Engine, Module *L, Module *R, argument
53 Engine.diff(LFn, RFn);
82 DifferenceEngine Engine(Context, Consumer);
87 diffGlobal(Engine, LModule, RModule, GlobalsToCompare[I]);
91 Engine.diff(LModule, RModule);
H A DDifferenceEngine.h39 Context(DifferenceEngine &Engine, Value *L, Value *R) : Engine(Engine) { argument
40 Engine.consumer.enterContext(L, R);
44 Engine.consumer.exitContext();
48 DifferenceEngine &Engine; member in struct:llvm::DifferenceEngine::Context
H A DDifferenceEngine.cpp118 DifferenceEngine &Engine; member in class:__anon20331::FunctionDifferenceEngine
164 Engine.logf("successor %l cannot be equivalent to %r; "
178 DifferenceEngine::Context C(Engine, L, R);
195 DifferenceEngine::Context C(Engine, L, R);
233 if (Complain) Engine.log("called functions differ");
237 if (Complain) Engine.log("argument counts differ");
243 Engine.logf("arguments %l and %r differ")
255 if (Complain) Engine.log("different instruction types");
262 if (Complain) Engine.log("different predicates");
273 if (Complain) Engine
456 FunctionDifferenceEngine(DifferenceEngine &Engine) argument
[all...]
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp26 Engine(EngineBuilder(M).create()) {
30 ASSERT_TRUE(Engine.get() != NULL);
39 const OwningPtr<ExecutionEngine> Engine; member in class:__anon20370::ExecutionEngineTest
46 Engine->addGlobalMapping(G1, &Mem1);
47 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G1));
49 Engine->updateGlobalMapping(G1, &Mem2);
50 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
51 Engine->updateGlobalMapping(G1, NULL);
52 EXPECT_EQ(NULL, Engine->getPointerToGlobalIfAvailable(G1));
53 Engine
[all...]
/external/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp33 Engine.reset(EngineBuilder(std::move(Owner)).setErrorStr(&Error).create());
37 ASSERT_TRUE(Engine.get() != nullptr) << "EngineBuilder returned error: '"
49 std::unique_ptr<ExecutionEngine> Engine; member in class:__anon13751::ExecutionEngineTest
55 Engine->addGlobalMapping(G1, &Mem1);
56 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G1));
57 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable("Global1"));
59 Engine->updateGlobalMapping(G1, &Mem2);
60 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
61 Engine->updateGlobalMapping(G1, nullptr);
62 EXPECT_EQ(nullptr, Engine
[all...]
/external/jsr330/tck/org/atinject/tck/auto/
H A DEngine.java24 public abstract class Engine { class
/external/v8/benchmarks/
H A Draytrace.js602 Flog.RayTracer.Engine = Class.create();
604 Flog.RayTracer.Engine.prototype = {
889 var raytracer = new Flog.RayTracer.Engine(
/external/skia/tools/
H A Dok.cpp100 struct Engine { struct
101 virtual ~Engine() {}
106 struct SerialEngine : Engine {
121 struct ThreadEngine : Engine {
153 struct ForkEngine : Engine {
278 std::unique_ptr<Engine> engine;
/external/regex-re2/re2/testing/
H A Dtester.h22 enum Engine { enum in namespace:re2
39 static inline void operator++(Engine& e, int unused) {
40 e = static_cast<Engine>(e+1);
43 static inline Engine operator+(Engine e, int i) {
44 return static_cast<Engine>(static_cast<int>(e)+i);
67 void RunSearch(Engine type,
72 void LogMatch(const char* prefix, Engine e, const StringPiece& text,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h63 CoreEngine Engine; member in class:clang::ento::ExprEngine
109 return Engine.ExecuteWorkList(L, Steps, nullptr);
119 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst);
323 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); }
324 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); }
325 bool hasWorkRemaining() const { return Engine.hasWorkRemaining(); }
327 const CoreEngine &getCoreEngine() const { return Engine; }
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DEngine.java28 public class Engine implements EngineJobListener, MemoryCache.ResourceRemovedListener, EngineResource.ResourceListener { class in inherits:EngineJobListener,MemoryCache.ResourceRemovedListener,EngineResource.ResourceListener
29 private static final String TAG = "Engine";
56 public Engine(MemoryCache memoryCache, DiskCache diskCache, ExecutorService diskCacheService, method in class:Engine
62 Engine(MemoryCache cache, DiskCache diskCache, ExecutorService diskCacheService, ExecutorService sourceService, method in class:Engine
/external/libvncserver/webclients/novnc/include/
H A Dutil.js398 (Util.Engine.presto && this.readyState === 'loaded') ||
420 if (Util.Engine.trident) {
626 Util.Engine = {
636 if (Util.Engine.webkit) {
638 Util.Engine.webkit = detectActualWebkit(Util.Engine.webkit);
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp154 Engine = nullptr;
159 if (Engine)
160 LLVMDisposeExecutionEngine(Engine); variable
282 0, LLVMCreateMCJITCompilerForModule(&Engine, Module, &Options,
328 LLVMExecutionEngineRef Engine; member in class:__anon13752::MCJITCAPITest
342 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
359 uint64_t raw = LLVMGetGlobalValueAddress(Engine, "simple_value");
373 uint64_t raw = LLVMGetFunctionAddress(Engine, "simple_function");
389 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
409 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Functio
[all...]
/external/guice/lib/build/
H A Djavax.inject-tck.jarorg/ org/atinject/ org/atinject/tck/ org/atinject/tck/auto/ org/atinject/tck/auto/accessories/ org/atinject/tck/auto/ ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 529 milliseconds

12