HomeSort by relevance Sort by last modified time
    Searched full:namespaces (Results 201 - 225 of 2171) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
Pragma.h 57 /// we treat "\#pragma STDC" and "\#pragma GCC" as namespaces that contain other
86 /// allowing hierarchical pragmas to be defined. Common examples of namespaces
87 /// are "\#pragma GCC", "\#pragma STDC", and "\#pragma omp", but any namespaces
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
Pragma.h 57 /// we treat "\#pragma STDC" and "\#pragma GCC" as namespaces that contain other
86 /// allowing hierarchical pragmas to be defined. Common examples of namespaces
87 /// are "\#pragma GCC", "\#pragma STDC", and "\#pragma omp", but any namespaces
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
Pragma.h 57 /// we treat "\#pragma STDC" and "\#pragma GCC" as namespaces that contain other
86 /// allowing hierarchical pragmas to be defined. Common examples of namespaces
87 /// are "\#pragma GCC", "\#pragma STDC", and "\#pragma omp", but any namespaces
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
Pragma.h 57 /// we treat "\#pragma STDC" and "\#pragma GCC" as namespaces that contain other
86 /// allowing hierarchical pragmas to be defined. Common examples of namespaces
87 /// are "\#pragma GCC", "\#pragma STDC", and "\#pragma omp", but any namespaces
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
xmlbuilder.py 22 namespaces = 1 variable in class:Options
156 ("namespaces", 0): [
157 ("namespaces", 0)],
158 ("namespaces", 1): [
159 ("namespaces", 1)],
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
xmlbuilder.py 22 namespaces = 1 variable in class:Options
156 ("namespaces", 0): [
157 ("namespaces", 0)],
158 ("namespaces", 1): [
159 ("namespaces", 1)],
  /external/python/cpython2/Lib/xml/dom/
xmlbuilder.py 22 namespaces = 1 variable in class:Options
156 ("namespaces", 0): [
157 ("namespaces", 0)],
158 ("namespaces", 1): [
159 ("namespaces", 1)],
  /external/python/cpython3/Lib/xml/dom/
xmlbuilder.py 23 namespaces = 1 variable in class:Options
157 ("namespaces", 0): [
158 ("namespaces", 0)],
159 ("namespaces", 1): [
160 ("namespaces", 1)],
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
xmlbuilder.py 22 namespaces = 1 variable in class:Options
156 ("namespaces", 0): [
157 ("namespaces", 0)],
158 ("namespaces", 1): [
159 ("namespaces", 1)],
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
xmlbuilder.py 22 namespaces = 1 variable in class:Options
156 ("namespaces", 0): [
157 ("namespaces", 0)],
158 ("namespaces", 1): [
159 ("namespaces", 1)],
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 22 namespaces = 1 variable in class:Options
156 ("namespaces", 0): [
157 ("namespaces", 0)],
158 ("namespaces", 1): [
159 ("namespaces", 1)],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 22 namespaces = 1 variable in class:Options
156 ("namespaces", 0): [
157 ("namespaces", 0)],
158 ("namespaces", 1): [
159 ("namespaces", 1)],
  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 230 * @param namespaces Namespace stack to use to resolve namespace
232 public QName(String qname, Stack namespaces)
234 this(qname, namespaces, false);
243 * @param namespaces Namespace stack to use to resolve namespace
247 public QName(String qname, Stack namespaces, boolean validate)
269 int depth = namespaces.size();
273 NameSpace ns = (NameSpace) namespaces.elementAt(i);
  /external/apache-xml/src/main/java/org/apache/xpath/
CachedXPathAPI.java 133 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces.
172 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces.
211 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces.
258 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces.
274 // for things like namespaces, etc.
280 // XPath namespaces are resolved from the input context node's document element
324 // for things like namespaces, etc.
  /external/python/cpython2/Doc/library/
xmllib.rst 269 XML Namespaces
272 .. index:: pair: XML; namespaces
274 This module has support for XML namespaces as defined in the XML Namespaces
286 An older draft of the XML Namespaces proposal is also recognized, but triggers a
292 `Namespaces in XML <http://www.w3.org/TR/REC-xml-names/>`_
294 processing requirements for namespaces in XML.
  /external/mesa3d/src/mesa/main/
debug_output.c 65 struct gl_debug_namespace Namespaces[MESA_DEBUG_SOURCE_COUNT][MESA_DEBUG_TYPE_COUNT];
425 debug_namespace_init(&debug->Groups[0]->Namespaces[s][t]);
461 if (!debug_namespace_copy(&dst->Namespaces[s][t],
462 &src->Namespaces[s][t])) {
465 debug_namespace_clear(&dst->Namespaces[s][t]);
468 debug_namespace_clear(&dst->Namespaces[s][t]);
495 debug_namespace_clear(&grp->Namespaces[s][t]);
533 ns = &debug->Groups[gstack]->Namespaces[source][type];
578 &debug->Groups[gstack]->Namespaces[s][t];
596 struct gl_debug_namespace *nspace = &grp->Namespaces[source][type]
    [all...]
  /libcore/luni/src/main/java/javax/xml/namespace/
QName.java 32 * href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces
34 * href="http://www.w3.org/XML/xml-names-19990114-errata">Namespaces
60 * @see <a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces in XML</a>
61 * @see <a href="http://www.w3.org/XML/xml-names-19990114-errata">Namespaces in XML Errata</a>
122 * href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces
142 * as specified in <a href="http://www.w3.org/TR/REC-xml-names/">Namespaces
164 * href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces
186 * as specified in <a href="http://www.w3.org/TR/REC-xml-names/">Namespaces
240 * as specified in <a href="http://www.w3.org/TR/REC-xml-names/">Namespaces
416 * <a href="http://www.w3.org/TR/REC-xml-names/">Namespaces in XML</a>.</p
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 209 // Retrieve the set of identifier namespaces that correspond to a
    [all...]
  /build/soong/android/
namespace_test.go 156 Module "b" is defined in namespace "dir3" which can read these 2 namespaces: ["dir3" "."]
157 Module "a" can be found in these namespaces: ["dir1" "dir2"]`),
407 Module "b" is defined in namespace "dir1/subdir1" which can read these 2 namespaces: ["dir1/subdir1" "."]
408 Module "a" can be found in these namespaces: ["dir1"]`),
470 Module "c" is defined in namespace "dir3" which can read these 3 namespaces: ["dir3" "dir2" "."]
471 Module "a" can be found in these namespaces: ["dir1"]`),
  /external/clang/include/clang/AST/
PrettyPrinter.h 108 /// to be written, e.g., for inline or anonymous namespaces.
179 /// declarations inside namespaces etc. Effectively, this should print
200 /// prints anonymous namespaces as `anonymous namespace' and does not insert
  /external/clang/test/Modules/Inputs/
module.map 113 header "namespaces-top.h"
117 header "namespaces-left.h"
121 header "namespaces-right.h"
  /external/tensorflow/tensorflow/tools/graph_transforms/
fold_batch_norms_test.cc 41 using namespace ::tensorflow::ops; // NOLINT(build/namespaces)
92 using namespace ::tensorflow::ops; // NOLINT(build/namespaces)
150 using namespace ::tensorflow::ops; // NOLINT(build/namespaces)
fuse_convolutions_test.cc 46 using namespace ::tensorflow::ops; // NOLINT(build/namespaces)
103 using namespace ::tensorflow::ops; // NOLINT(build/namespaces)
152 using namespace ::tensorflow::ops; // NOLINT(build/namespaces)
insert_logging_test.cc 48 using namespace ::tensorflow::ops; // NOLINT(build/namespaces)
95 using namespace ::tensorflow::ops; // NOLINT(build/namespaces)
144 using namespace ::tensorflow::ops; // NOLINT(build/namespaces)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
ParserAdapterTest.java 51 private final static String NAMESPACES = FEATURES + "namespaces";
111 String[] features = new String[] { NAMESPACES, NAMESPACE_PREFIXES,

Completed in 2723 milliseconds

1 2 3 4 5 6 7 891011>>