/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;
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/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;
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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;
|
/cts/tests/app/app/src/android/app/stubs/ |
LiveWallpaper.java | 24 public Engine onCreateEngine() { 25 return new 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/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...] |
/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;
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/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;
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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.shuf/ |
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;
|
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;
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ |
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;
|
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;
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ |
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;
|
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
Engine.cpp | 27 #include "Engine.h" 43 StrategyCollection &Engine::getCollection<routing_strategy>() 48 StreamCollection &Engine::getCollection<audio_stream_type_t>() 53 UsageCollection &Engine::getCollection<audio_usage_t>() 58 InputSourceCollection &Engine::getCollection<audio_source_t>() 64 const StrategyCollection &Engine::getCollection<routing_strategy>() const 69 const StreamCollection &Engine::getCollection<audio_stream_type_t>() const 74 const UsageCollection &Engine::getCollection<audio_usage_t>() const 79 const InputSourceCollection &Engine::getCollection<audio_source_t>() const 84 Engine::Engine( [all...] |
/external/jsr330/tck/org/atinject/tck/auto/ |
GasEngine.java | 21 public abstract class GasEngine extends Engine {
|
/frameworks/av/services/audiopolicy/engineconfigurable/include/ |
AudioPolicyEngineInstance.h | 27 class Engine; 38 * Get Audio Policy Engine instance. 46 * The first client of an interface of the policy engine will start the singleton. 57 * Get Audio Policy Engine instance. 59 * @return Audio Policy Engine singleton. 61 Engine *getEngine() const;
|
/frameworks/av/services/audiopolicy/enginedefault/include/ |
AudioPolicyEngineInstance.h | 26 class Engine; 37 * Get Audio Policy Engine instance. 45 * The first client of an interface of the policy engine will start the singleton. 56 * Get Audio Policy Engine instance. 58 * @return Audio Policy Engine singleton. 60 Engine *getEngine() const;
|
/frameworks/av/services/audiopolicy/enginedefault/src/ |
EngineInstance.cpp | 19 #include "Engine.h" 40 Engine *EngineInstance::getEngine() const 42 static Engine engine; local 43 return &engine;
|