/third_party/gn/src/gn/ |
D | filesystem_utils_unittest.cc | 650 BuildDirContext default_context(&default_settings); in TEST() local 653 EXPECT_EQ("//out/Debug/", GetBuildDirAsSourceDir(default_context, in TEST() 657 GetBuildDirAsSourceDir(default_context, BuildDirType::OBJ).value()); in TEST() 659 GetBuildDirAsSourceDir(default_context, BuildDirType::GEN).value()); in TEST() 663 "", GetBuildDirAsOutputFile(default_context, BuildDirType::TOOLCHAIN_ROOT) in TEST() 667 GetBuildDirAsOutputFile(default_context, BuildDirType::OBJ).value()); in TEST() 670 GetBuildDirAsOutputFile(default_context, BuildDirType::GEN).value()); in TEST() 707 BuildDirContext default_context(&default_settings); in TEST() local 711 GetSubBuildDirAsSourceDir(default_context, SourceDir("//"), in TEST() 714 EXPECT_EQ("gen/", GetSubBuildDirAsOutputFile(default_context, SourceDir("//"), in TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/openal/ |
D | gstopenalsink.c | 252 sink->default_context = NULL; in gst_openal_sink_init() 318 ALCcontext *context = sink->default_context; in gst_openal_sink_get_property() 587 if (sink->default_context) in gst_openal_sink_getcaps() 588 caps = gst_openal_helper_probe_caps (sink->default_context); in gst_openal_sink_getcaps() 844 if (sink->default_context && !gst_openal_sink_unprepare (audiosink)) in gst_openal_sink_prepare() 913 sink->default_context = context; in gst_openal_sink_prepare() 938 if (!sink->default_context) in gst_openal_sink_unprepare() 941 old = pushContext (sink->default_context); in gst_openal_sink_unprepare() 958 popContext (old, sink->default_context); in gst_openal_sink_unprepare() 960 alcDestroyContext (sink->default_context); in gst_openal_sink_unprepare() [all …]
|
D | gstopenalsink.h | 79 ALCcontext *default_context; member
|
/third_party/boost/libs/compute/include/boost/compute/ |
D | system.hpp | 150 static context default_context() in default_context() function in boost::compute::system 152 static context default_context(default_device()); in default_context() local 154 return default_context; in default_context() 160 static command_queue queue(default_context(), default_device()); in default_queue()
|
/third_party/boost/boost/compute/ |
D | system.hpp | 150 static context default_context() in default_context() function in boost::compute::system 152 static context default_context(default_device()); in default_context() local 154 return default_context; in default_context() 160 static command_queue queue(default_context(), default_device()); in default_queue()
|
/third_party/boost/libs/compute/include/boost/compute/experimental/ |
D | malloc.hpp | 28 malloc(std::size_t size, const context &context = system::default_context()) in malloc() 36 malloc(std::size_t size, const context &context = system::default_context()) in malloc()
|
/third_party/boost/boost/compute/experimental/ |
D | malloc.hpp | 28 malloc(std::size_t size, const context &context = system::default_context()) in malloc() 36 malloc(std::size_t size, const context &context = system::default_context()) in malloc()
|
/third_party/boost/libs/compute/include/boost/compute/container/ |
D | valarray.hpp | 40 explicit valarray(const context &context = system::default_context()) in valarray() 46 const context &context = system::default_context()) in valarray() 53 const context &context = system::default_context()) in valarray() 61 const context &context = system::default_context()) in valarray() 74 const context &context = system::default_context()) in valarray()
|
D | mapped_view.hpp | 65 const context &context = system::default_context()) in mapped_view() 77 const context &context = system::default_context()) in mapped_view()
|
D | array.hpp | 68 explicit array(const context &context = system::default_context()) in array() 82 const context &context = system::default_context()) in array()
|
D | vector.hpp | 121 explicit vector(const context &context = system::default_context()) in vector() 141 const context &context = system::default_context()) in vector()
|
D | flat_set.hpp | 42 explicit flat_set(const context &context = system::default_context()) in flat_set()
|
/third_party/boost/boost/compute/container/ |
D | valarray.hpp | 40 explicit valarray(const context &context = system::default_context()) in valarray() 46 const context &context = system::default_context()) in valarray() 53 const context &context = system::default_context()) in valarray() 61 const context &context = system::default_context()) in valarray() 74 const context &context = system::default_context()) in valarray()
|
D | mapped_view.hpp | 65 const context &context = system::default_context()) in mapped_view() 77 const context &context = system::default_context()) in mapped_view()
|
D | array.hpp | 68 explicit array(const context &context = system::default_context()) in array() 82 const context &context = system::default_context()) in array()
|
D | vector.hpp | 121 explicit vector(const context &context = system::default_context()) in vector() 141 const context &context = system::default_context()) in vector()
|
D | flat_set.hpp | 42 explicit flat_set(const context &context = system::default_context()) in flat_set()
|
/third_party/boost/libs/proto/test/ |
D | mem_ptr.cpp | 41 … , typename boost::result_of<proto::functional::eval(Expr &, proto::default_context &)>::type in assert_result_type() 108 proto::default_context ctx; in test_refs_context() 182 proto::default_context ctx; in test_ptrs_context()
|
/third_party/boost/libs/proto/example/ |
D | hello.cpp | 19 proto::default_context ctx; in evaluate()
|
/third_party/boost/libs/compute/test/ |
D | test_context_error.cpp | 19 boost::compute::context context = boost::compute::system::default_context(); in BOOST_AUTO_TEST_CASE()
|
D | context_setup.hpp | 26 context( boost::compute::system::default_context() ), in Context()
|
/third_party/boost/boost/proto/ |
D | proto_fwd.hpp | 434 struct default_context; 439 template<typename Derived, typename DefaultCtx = default_context> 448 using context::default_context;
|
/third_party/boost/boost/proto/context/ |
D | default.hpp | 393 struct default_context struct 397 template<typename Expr, typename ThisContext = default_context const>
|
/third_party/boost/libs/proto/doc/ |
D | proto.qbk | 129 [classref boost::proto::context::default_context `proto::default_context`]]
|
D | hello_world.qbk | 25 proto::default_context ctx;
|