/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/ |
D | dart_component_controller.cc | 116 if (namespace_) { in ~DartComponentController() 117 fdio_ns_destroy(namespace_); in ~DartComponentController() 118 namespace_ = nullptr; in ~DartComponentController() 153 zx_status_t status = fdio_ns_create(&namespace_); in SetupNamespace() 159 dart_utils::SetupComponentTemp(namespace_); in SetupNamespace() 177 status = fdio_ns_bind(namespace_, path, dir_handle); in SetupNamespace() 192 namespace_, data_path_ + "/app.dilplist", manifest)) { in SetupFromKernel() 230 if (!MappedResource::LoadFromNamespace(namespace_, path, kernel)) { in SetupFromKernel() 266 namespace_, data_path_ + "/isolate_snapshot_data.bin", in SetupFromAppSnapshot() 272 namespace_, data_path_ + "/isolate_snapshot_instructions.bin", in SetupFromAppSnapshot() [all …]
|
D | dart_component_controller.h | 74 fdio_ns_t* namespace_ = nullptr; variable
|
/third_party/boost/boost/units/ |
D | conversion.hpp | 155 #define BOOST_UNITS_DEFINE_BASE_UNIT_WITH_CONVERSIONS(namespace_, name_, name_string_, symbol_strin… argument 158 namespace namespace_ { \ 167 BOOST_UNITS_DEFINE_CONVERSION_FACTOR(namespace_::name_ ## _base_unit, unit, double, factor); \ 168 BOOST_UNITS_DEFAULT_CONVERSION(namespace_::name_ ## _base_unit, unit)
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_reflection_class.cc | 58 namespace_ = GetFileNamespace(file); in ReflectionClassGenerator() 117 if (!namespace_.empty()) { in Generate() 140 if (!namespace_.empty()) { in WriteIntroduction() 141 printer->Print("namespace $namespace$ {\n", "namespace", namespace_); in WriteIntroduction()
|
D | csharp_reflection_class.h | 59 std::string namespace_; variable
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/ |
D | resolve.h | 150 : namespace_(name_space), symbol_(symbol), resolved_node_(node) {} in SymbolResolver() 157 NameSpacePtr get_namespace() { return namespace_; } in get_namespace() 167 NameSpacePtr namespace_;
|
D | resolve.cc | 79 py::object obj = namespace_->obj(); in Resolve()
|
/third_party/boost/libs/units/doc/ |
D | Jamfile.v2 | 37 …\"BOOST_UNITS_DEFINE_BASE_UNIT_WITH_CONVERSIONS(namespace_, name_, name_string, symbol_, factor, o… 38 namespace boost { namespace units { namespace namespace_ { \\
|
/third_party/boost/boost/unordered/detail/ |
D | implementation.hpp | 1579 #define BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(z, n, namespace_) \ argument 1583 namespace_::tuple<BOOST_PP_ENUM_PARAMS_Z(z, n, A)> const& x) \ 1586 T(BOOST_PP_ENUM_##z(n, BOOST_UNORDERED_GET_TUPLE_ARG, namespace_)); \ 1589 #define BOOST_UNORDERED_GET_TUPLE_ARG(z, n, namespace_) namespace_::get<n>(x) argument 1666 #define BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(z, n, namespace_) \ argument 1671 namespace_::tuple<BOOST_PP_ENUM_PARAMS_Z(z, n, A)> const& x) \ 1674 T(BOOST_PP_ENUM_##z(n, BOOST_UNORDERED_GET_TUPLE_ARG, namespace_)); \ 1677 #define BOOST_UNORDERED_GET_TUPLE_ARG(z, n, namespace_) namespace_::get<n>(x) argument 4764 #define BOOST_UNORDERED_KEY_FROM_TUPLE(namespace_) \ argument 4767 namespace_ tuple<> const&, T2 const&) \ [all …]
|
/third_party/boost/libs/units/example/ |
D | systems.cpp | 25 #define BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM(namespace_,unit_name_,dimension_) \ argument 28 namespace namespace_ { \
|
/third_party/python/Doc/library/ |
D | argparse.rst | 1410 * namespace_ - An object to take the attributes. The default is a new empty
|