Searched refs:default_context (Results 1 – 8 of 8) sorted by relevance
/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/node/deps/v8/src/snapshot/ |
D | snapshot.h | 78 Isolate* isolate, Context default_context, 102 Isolate* isolate, Handle<Context> default_context);
|
D | snapshot.cc | 306 Isolate* isolate, Handle<Context> default_context) { in SerializeDeserializeAndVerifyForTesting() argument 324 serialized_data = Snapshot::Create(isolate, *default_context, in SerializeDeserializeAndVerifyForTesting() 449 v8::StartupData Snapshot::Create(Isolate* isolate, Context default_context, in Create() argument 453 std::vector<Context> contexts{default_context}; in Create()
|
/third_party/node/src/ |
D | node_snapshotable.cc | 1150 Local<Context> default_context = Context::New(isolate); in Generate() local 1253 creator.SetDefaultContext(default_context); in Generate()
|
/third_party/mesa3d/include/CL/ |
D | cl2.hpp | 2992 static Context setDefault(const Context &default_context) in setDefault() argument 2994 std::call_once(default_initialized_, makeDefaultProvided, std::cref(default_context)); in setDefault()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 52137 __u32 default_context; member 53353 __u32 default_context; member
|