Home
last modified time | relevance | path

Searched refs:Namespaces (Results 1 – 25 of 59) sorted by relevance

123

/third_party/mesa3d/src/mesa/main/
Ddebug_output.c66 struct gl_debug_namespace Namespaces[MESA_DEBUG_SOURCE_COUNT][MESA_DEBUG_TYPE_COUNT]; member
411 debug_namespace_init(&debug->Groups[0]->Namespaces[s][t]); in debug_create()
447 if (!debug_namespace_copy(&dst->Namespaces[s][t], in debug_make_group_writable()
448 &src->Namespaces[s][t])) { in debug_make_group_writable()
451 debug_namespace_clear(&dst->Namespaces[s][t]); in debug_make_group_writable()
454 debug_namespace_clear(&dst->Namespaces[s][t]); in debug_make_group_writable()
481 debug_namespace_clear(&grp->Namespaces[s][t]); in debug_clear_group()
542 ns = &debug->Groups[gstack]->Namespaces[source][type]; in debug_set_message_enable()
587 &debug->Groups[gstack]->Namespaces[s][t]; in debug_set_message_enable_all()
605 struct gl_debug_namespace *nspace = &grp->Namespaces[source][type]; in _mesa_debug_is_message_enabled()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h233 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces()
305 std::vector<AccelInfo> Namespaces; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp122 Namespaces.emplace_back(Name, Die); in addNamespaceAccelerator()
/third_party/skia/third_party/externals/expat/expat/
Dexpat_config.h.cmake103 /* Define to make XML Namespaces functionality available. */
Dconfigure.ac292 [Define to make XML Namespaces functionality available.])
DCMakeLists.txt129 option(EXPAT_NS "Define to make XML Namespaces functionality available" ON)
/third_party/python/Lib/xml/dom/
Dexpatbuilder.py711 class Namespaces: class
806 class ExpatBuilderNS(Namespaces, ExpatBuilder):
814 class FragmentBuilderNS(Namespaces, FragmentBuilder):
/third_party/selinux/secilc/docs/
DREADME.md16 * [Namespaces](cil_reference_guide.md#namespaces)
Dcil_reference_guide.md116 Namespaces section in CIL Information
/third_party/flutter/skia/third_party/externals/angle2/doc/
DCodingStandard.md71 * Namespaces: short names. use all lower case
/third_party/skia/third_party/externals/angle2/doc/
DCodingStandard.md68 * Namespaces: short names. use all lower case
/third_party/flatbuffers/docs/source/
DCUsage.md169 ## Namespaces section in Use in C {#flatbuffers_guide_use_c}
DSchemas.md220 ### Namespaces subsection in Writing a schema {#flatbuffers_guide_writing_schema}
/third_party/ltp/
DREADME.kernel_config13 Enabling Kernel Configuration to test Containers/Namespaces
/third_party/libwebsockets/READMEs/
DREADME.fault-injection.md195 Namespaces can be combined, for example `vh=myvhost/wsi/listenskt` will set the
324 Namespaces can be used to target these more precisely, for example even though
/third_party/node/deps/npm/node_modules/debug/
DCHANGELOG.md86 * Fix: Namespaces would not disable once enabled (#409, @musikov)
/third_party/python/Doc/tutorial/
Dclasses.rst60 Python Scopes and Namespaces
96 Namespaces are created at different moments and have different lifetimes. The
161 Scopes and Namespaces Example
/third_party/libxml2/os400/libxmlrpg/
DparserInternals.rpgle185 * Namespaces.
/third_party/node/test/fixtures/wpt/resources/webidl2/
DREADME.md165 Namespaces look like this:
/third_party/python/Doc/library/
Dxml.dom.rst122 `Namespaces in XML <https://www.w3.org/TR/REC-xml-names/>`_ (section 4).
881 regard to the `Namespaces in XML <https://www.w3.org/TR/REC-xml-names/>`_
/third_party/python/Doc/
Dglossary.rst838 The place where a variable is stored. Namespaces are implemented as
840 as nested namespaces in objects (in methods). Namespaces support
843 their namespaces. Namespaces also aid readability and maintainability by
/third_party/libfuse/doc/
DDoxyfile459 # Namespaces page. This will remove the Namespaces entry from the Quick Index
/third_party/typescript/doc/
Dspec-ARCHIVED.md27 * [1.10 Namespaces](#1.10)
199 * [10 Namespaces](#10)
234 * [A.8 Namespaces](#A.8)
712 ## <a name="1.10"/>1.10 Namespaces
5170 # <a name="10"/>10 Namespaces
5172 Namespaces provide a mechanism for organizing code and declarations in hierarchies of named contain…
5185 Namespaces are declared using the `namespace` keyword, but for backward compatibility of earlier ve…
5187 Namespaces are either ***instantiated*** or ***non-instantiated***. A non-instantiated namespace is…
5373 Namespaces are "open-ended" and namespace declarations with the same qualified name relative to a c…
6487 ## <a name="A.8"/>A.8 Namespaces
/third_party/flutter/skia/third_party/externals/sdl/Xcode/XcodeDocSet/
DDoxyfile503 # Namespaces page. This will remove the Namespaces entry from the Quick Index
/third_party/flutter/skia/third_party/externals/sdl/docs/
Ddoxyfile488 # Namespaces page. This will remove the Namespaces entry from the Quick Index

123