Home
last modified time | relevance | path

Searched refs:default_context (Results 1 – 25 of 33) sorted by relevance

12

/third_party/gn/src/gn/
Dfilesystem_utils_unittest.cc650 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/
Dgstopenalsink.c252 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 …]
Dgstopenalsink.h79 ALCcontext *default_context; member
/third_party/boost/libs/compute/include/boost/compute/
Dsystem.hpp150 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/
Dsystem.hpp150 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/
Dmalloc.hpp28 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/
Dmalloc.hpp28 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/
Dvalarray.hpp40 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()
Dmapped_view.hpp65 const context &context = system::default_context()) in mapped_view()
77 const context &context = system::default_context()) in mapped_view()
Darray.hpp68 explicit array(const context &context = system::default_context()) in array()
82 const context &context = system::default_context()) in array()
Dvector.hpp121 explicit vector(const context &context = system::default_context()) in vector()
141 const context &context = system::default_context()) in vector()
Dflat_set.hpp42 explicit flat_set(const context &context = system::default_context()) in flat_set()
/third_party/boost/boost/compute/container/
Dvalarray.hpp40 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()
Dmapped_view.hpp65 const context &context = system::default_context()) in mapped_view()
77 const context &context = system::default_context()) in mapped_view()
Darray.hpp68 explicit array(const context &context = system::default_context()) in array()
82 const context &context = system::default_context()) in array()
Dvector.hpp121 explicit vector(const context &context = system::default_context()) in vector()
141 const context &context = system::default_context()) in vector()
Dflat_set.hpp42 explicit flat_set(const context &context = system::default_context()) in flat_set()
/third_party/boost/libs/proto/test/
Dmem_ptr.cpp41 … , 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/
Dhello.cpp19 proto::default_context ctx; in evaluate()
/third_party/boost/libs/compute/test/
Dtest_context_error.cpp19 boost::compute::context context = boost::compute::system::default_context(); in BOOST_AUTO_TEST_CASE()
Dcontext_setup.hpp26 context( boost::compute::system::default_context() ), in Context()
/third_party/boost/boost/proto/
Dproto_fwd.hpp434 struct default_context;
439 template<typename Derived, typename DefaultCtx = default_context>
448 using context::default_context;
/third_party/boost/boost/proto/context/
Ddefault.hpp393 struct default_context struct
397 template<typename Expr, typename ThisContext = default_context const>
/third_party/boost/libs/proto/doc/
Dproto.qbk129 [classref boost::proto::context::default_context `proto::default_context`]]
Dhello_world.qbk25 proto::default_context ctx;

12