HomeSort by relevance Sort by last modified time
    Searched defs:Engine (Results 1 - 25 of 46) sorted by null

1 2

  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
ctor_engine_copy.pass.cpp 12 // template<class Engine, size_t p, size_t r>
15 // explicit discard_block_engine(const Engine& e);
23 typedef std::ranlux24_base Engine;
25 Engine e;
ctor_engine_move.pass.cpp 12 // template<class Engine, size_t p, size_t r>
15 // explicit discard_block_engine(const Engine& e);
23 typedef std::ranlux24_base Engine;
25 Engine e;
26 Engine e0 = e;
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_engine_copy.pass.cpp 12 // template<class Engine, size_t w, class UIntType>
15 // explicit independent_bits_engine(const Engine& e);
23 typedef std::mt19937 Engine;
24 typedef std::independent_bits_engine<Engine, 24, unsigned> Adaptor;
25 Engine e;
ctor_engine_move.pass.cpp 12 // template<class Engine, size_t w, class UIntType>
15 // explicit independent_bits_engine(const Engine& e);
23 typedef std::mt19937 Engine;
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/
ctor_engine_copy.pass.cpp 12 // template<class Engine, size_t k>
15 // explicit shuffle_order_engine(const Engine& e);
23 typedef std::minstd_rand0 Engine;
25 Engine e;
ctor_engine_move.pass.cpp 12 // template<class Engine, size_t k>
15 // explicit shuffle_order_engine(const Engine& e);
23 typedef std::minstd_rand0 Engine;
25 Engine e;
26 Engine e0 = e;
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 26 Engine(EngineBuilder(M).create()) {
30 ASSERT_TRUE(Engine.get() != NULL);
39 const OwningPtr<ExecutionEngine> Engine;
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->updateGlobalMapping(G1, &Mem2)
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.h 32 class Engine : public EngineBase, AudioPolicyPluginInterface
35 Engine();
36 virtual ~Engine();
100 Engine(const Engine &object);
101 Engine &operator=(const Engine &object);
Engine.cpp 27 #include "Engine.h"
43 StreamCollection &Engine::getCollection<audio_stream_type_t>()
48 InputSourceCollection &Engine::getCollection<audio_source_t>()
54 const StreamCollection &Engine::getCollection<audio_stream_type_t>() const
59 const InputSourceCollection &Engine::getCollection<audio_source_t>() const
64 Engine::Engine() : mPolicyParameterMgr(new ParameterManagerWrapper())
68 ALOGE("Policy Engine configuration is invalid.");
72 Engine::~Engine()
    [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.h 10 // This header defines the interface to the LLVM difference engine,
37 Context(DifferenceEngine &Engine, Value *L, Value *R) : Engine(Engine) {
38 Engine.consumer.enterContext(L, R);
42 Engine.consumer.exitContext();
46 DifferenceEngine &Engine;
  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 33 Engine.reset(EngineBuilder(std::move(Owner)).setErrorStr(&Error).create());
37 ASSERT_TRUE(Engine.get() != nullptr) << "EngineBuilder returned error: '"
49 std::unique_ptr<ExecutionEngine> Engine;
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->getPointerToGlobalIfAvailable(G1))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DifferenceEngine.h 10 // This header defines the interface to the LLVM difference engine,
37 Context(DifferenceEngine &Engine, Value *L, Value *R) : Engine(Engine) {
38 Engine.consumer.enterContext(L, R);
42 Engine.consumer.exitContext();
46 DifferenceEngine &Engine;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 33 Engine.reset(EngineBuilder(std::move(Owner)).setErrorStr(&Error).create());
37 ASSERT_TRUE(Engine.get() != nullptr) << "EngineBuilder returned error: '"
49 std::unique_ptr<ExecutionEngine> Engine;
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->getPointerToGlobalIfAvailable(G1))
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DifferenceEngine.h 10 // This header defines the interface to the LLVM difference engine,
39 Context(DifferenceEngine &Engine, Value *L, Value *R) : Engine(Engine) {
40 Engine.consumer.enterContext(L, R);
44 Engine.consumer.exitContext();
48 DifferenceEngine &Engine;
  /frameworks/av/services/audiopolicy/enginedefault/src/
Engine.h 45 class Engine : public EngineBase
48 Engine();
49 virtual ~Engine() = default;
75 Engine(const Engine &object);
76 Engine &operator=(const Engine &object);
Engine.cpp 27 #include "Engine.h"
57 Engine::Engine()
61 "Policy Engine configuration is partially invalid, skipped %zu elements",
69 status_t Engine::setForceUse(audio_policy_force_use_t usage, audio_policy_forced_cfg_t config)
139 audio_devices_t Engine::getDeviceForStrategyInt(legacy_strategy strategy,
503 audio_devices_t Engine::getDeviceForInputSource(audio_source_t inputSource) const
668 void Engine::updateDeviceSelectionCache()
679 DeviceVector Engine::getDevicesForProductStrategy(product_strategy_t strategy) const
694 DeviceVector Engine::getOutputDevicesForAttributes(const audio_attributes_t &attributes
    [all...]
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
CardBoundsWatchFaceService.java 37 public Engine onCreateEngine() {
38 return new Engine();
41 private class Engine extends CanvasWatchFaceService.Engine {
InteractiveWatchFaceService.java 47 public Engine onCreateEngine() {
48 return new Engine();
51 private class Engine extends CanvasWatchFaceService.Engine {
CalendarWatchFaceService.java 57 public Engine onCreateEngine() {
58 return new Engine();
61 private class Engine extends CanvasWatchFaceService.Engine {
  /external/jsr330/tck/org/atinject/tck/auto/
Engine.java 24 public abstract class Engine {
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
InteractiveWatchFaceService.java 49 public Engine onCreateEngine() {
50 return new Engine();
53 private class Engine extends CanvasWatchFaceService.Engine {
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
InteractiveWatchFaceService.java 49 public Engine onCreateEngine() {
50 return new Engine();
53 private class Engine extends CanvasWatchFaceService.Engine {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 10 // This file defines a meta-engine for path-sensitive dataflow analysis that
63 CoreEngine Engine;
87 /// The BugReporter associated with this engine. It is important that
96 /// The flag, which specifies the mode of inlining for the engine.
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; }
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 154 Engine = nullptr;
159 if (Engine)
160 LLVMDisposeExecutionEngine(Engine);
282 0, LLVMCreateMCJITCompilerForModule(&Engine, Module, &Options,
328 LLVMExecutionEngineRef Engine;
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, Function)))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 155 Engine = nullptr;
160 if (Engine)
161 LLVMDisposeExecutionEngine(Engine);
283 0, LLVMCreateMCJITCompilerForModule(&Engine, Module, &Options,
329 LLVMExecutionEngineRef Engine;
343 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
360 uint64_t raw = LLVMGetGlobalValueAddress(Engine, "simple_value");
374 uint64_t raw = LLVMGetFunctionAddress(Engine, "simple_function");
390 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
410 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)))
    [all...]

Completed in 879 milliseconds

1 2