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

<<11121314151617181920>>

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
FunctionSummary.h 138 }} // end clang ento namespaces
SValVisitor.h 36 // Take namespaces (loc:: and nonloc::) into account.
  /external/deqp/external/openglcts/
.clang-format 106 # The indentation used for namespaces. Possible values: None, Inner, All.
  /external/expat/
CMakeLists.txt 49 option(XML_NS "Define to make XML Namespaces functionality available" ON)
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_pt_nvme.h 154 #define SG_NVME_BROADCAST_NSID 0xffffffff /* all namespaces */
  /external/flatbuffers/src/
idl_gen_fbs.cpp 59 // Proto namespaces may clash with table names, escape the ones that were
idl_gen_python.cpp 680 auto &namespaces = def.defined_namespace->components; local
681 for (auto it = namespaces.begin(); it != namespaces.end(); ++it) {
682 if (it != namespaces.begin()) namespace_dir += kPathSeparator;
  /external/hamcrest/
CHANGES.txt 134 * Support for namespaces in HasXPath
  /external/iproute2/man/man8/
ip.8 258 - manage network namespaces.
  /external/libmicrohttpd/contrib/
mhd.svg 11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
  /external/libxml2/doc/devhelp/
index.html 40 <li>Namespaces in XML: <a href="http://www.w3.org/TR/REC-xml-names/">http://www.w3.org/TR/REC-xml-names/</a></li>
  /external/libxml2/doc/html/
libxml-c14n.html 29 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>doc</tt></i>:</span></td><td>the XML document for canonization</td></tr><tr><td><span class="term"><i><tt>nodes</tt></i>:</span></td><td>the nodes set to be included in the canonized image or NULL if all document nodes should be included</td></tr><tr><td><span class="term"><i><tt>mode</tt></i>:</span></td><td>the c14n mode (see @xmlC14NMode)</td></tr><tr><td><span class="term"><i><tt>inclusive_ns_prefixes</tt></i>:</span></td><td>the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise)</td></tr><tr><td><span class="term"><i><tt>with_comments</tt></i>:</span></td><td>include comments in the result (!=0) or not (==0)</td></tr><tr><td><span class="term"><i><tt>doc_txt_ptr</tt></i>:</span></td><td>the memory pointer for allocated canonical XML text; the caller of this functions is responsible for calling xmlFree() to free allocated memory</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of bytes written on success or a negative value on fail</td></tr></tbody></table></div><h3><a name="xmlC14NDocSave" id="xmlC14NDocSave"></a>Function: xmlC14NDocSave</h3><pre class="programlisting">int xmlC14NDocSave (<a href="libxml-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br /> <a href="libxml-xpath.html#xmlNodeSetPtr">xmlNodeSetPtr</a> nodes, <br /> int mode, <br /> <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> ** inclusive_ns_prefixes, <br /> int with_comments, <br /> const char * filename, <br /> int compression)<br />
31 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>doc</tt></i>:</span></td><td>the XML document for canonization</td></tr><tr><td><span class="term"><i><tt>nodes</tt></i>:</span></td><td>the nodes set to be included in the canonized image or NULL if all document nodes should be included</td></tr><tr><td><span class="term"><i><tt>mode</tt></i>:</span></td><td>the c14n mode (see @xmlC14NMode)</td></tr><tr><td><span class="term"><i><tt>inclusive_ns_prefixes</tt></i>:</span></td><td>the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise)</td></tr><tr><td><span class="term"><i><tt>with_comments</tt></i>:</span></td><td>include comments in the result (!=0) or not (==0)</td></tr><tr><td><span class="term"><i><tt>filename</tt></i>:</span></td><td>the filename to store canonical XML image</td></tr><tr><td><span class="term"><i><tt>compression</tt></i>:</span></td><td>the compression level (zlib requred): -1 - libxml default, 0 - uncompressed, &gt;0 - compression level</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of bytes written success or a negative value on fail</td></tr></tbody></table></div><h3><a name="xmlC14NDocSaveTo" id="xmlC14NDocSaveTo"></a>Function: xmlC14NDocSaveTo</h3><pre class="programlisting">int xmlC14NDocSaveTo (<a href="libxml-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br /> <a href="libxml-xpath.html#xmlNodeSetPtr">xmlNodeSetPtr</a> nodes, <br /> int mode, <br /> <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> ** inclusive_ns_prefixes, <br /> int with_comments, <br /> <a href="libxml-tree.html#xmlOutputBufferPtr">xmlOutputBufferPtr</a> buf)<br />
33 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>doc</tt></i>:</span></td><td>the XML document for canonization</td></tr><tr><td><span class="term"><i><tt>nodes</tt></i>:</span></td><td>the nodes set to be included in the canonized image or NULL if all document nodes should be included</td></tr><tr><td><span class="term"><i><tt>mode</tt></i>:</span></td><td>the c14n mode (see @xmlC14NMode)</td></tr><tr><td><span class="term"><i><tt>inclusive_ns_prefixes</tt></i>:</span></td><td>the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise)</td></tr><tr><td><span class="term"><i><tt>with_comments</tt></i>:</span></td><td>include comments in the result (!=0) or not (==0)</td></tr><tr><td><span class="term"><i><tt>buf</tt></i>:</span></td><td>the output buffer to store canonical XML; this buffer MUST have encoder==NULL because C14N requires UTF-8 output</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>non-negative value on success or a negative value on fail</td></tr></tbody></table></div><h3><a name="xmlC14NExecute" id="xmlC14NExecute"></a>Function: xmlC14NExecute</h3><pre class="programlisting">int xmlC14NExecute (<a href="libxml-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br /> <a href="libxml-c14n.html#xmlC14NIsVisibleCallback">xmlC14NIsVisibleCallback</a> is_visible_callback, <br /> void * user_data, <br /> int mode, <br /> <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> ** inclusive_ns_prefixes, <br /> int with_comments, <br /> <a href="libxml-tree.html#xmlOutputBufferPtr">xmlOutputBufferPtr</a> buf)<br />
35 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>doc</tt></i>:</span></td><td>the XML document for canonization</td></tr><tr><td><span class="term"><i><tt>is_visible_callback</tt></i>:</span></td><td>the function to use to determine is node visible or not</td></tr><tr><td><span class="term"><i><tt>user_data</tt></i>:</span></td><td>the first parameter for @is_visible_callback function (in most cases, it is nodes set)</td></tr><tr><td><span class="term"><i><tt>mode</tt></i>:</span></td><td>the c14n mode (see @xmlC14NMode)</td></tr><tr><td><span class="term"><i><tt>inclusive_ns_prefixes</tt></i>:</span></td><td>the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise)</td></tr><tr><td><span class="term"><i><tt>with_comments</tt></i>:</span></td><td>include comments in the result (!=0) or not (==0)</td></tr><tr><td><span class="term"><i><tt>buf</tt></i>:</span></td><td>the output buffer to store canonical XML; this buffer MUST have encoder==NULL because C14N requires UTF-8 output</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>non-negative value on success or a negative value on fail</td></tr></tbody></table></div><h3><a name="xmlC14NIsVisibleCallback" id="xmlC14NIsVisibleCallback"></a>Function type: xmlC14NIsVisibleCallback</h3><pre class="programlisting">Function type: xmlC14NIsVisibleCallback
  /external/libxml2/include/libxml/
xlink.h 26 * of namespaces. If "foo" is the prefix for "http://foo.com/"
  /external/libxml2/os400/libxmlrpg/
SAX2.rpgle 168 d namespaces * value const xmlChar *(*)
xlink.rpgle 21 * of namespaces. If "foo" is the prefix for "http://foo.com/"
  /external/libxml2/python/
libxml.py 421 # or None if there is no inclusive namespaces (only for
488 # Remove namespaces
493 namespaces are returned as a linked list.
495 Note: If any child nodes referred to the removed namespaces,
  /external/llvm/include/llvm/ADT/
BitmaskEnum.h 148 // Enable bitmask enums in namespace ::llvm and all nested namespaces.
  /external/llvm/include/llvm/Support/
TargetParser.h 25 // Target specific information into their own namespaces. These should be
  /external/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp 68 // This check excludes vtables for classes inside anonymous namespaces.
  /external/ltp/testcases/kernel/containers/netns/
netns_comm.sh 42 # from two different network namespaces (each namespace has
  /external/ltp/testcases/kernel/containers/sysvipc/
mesgq_nstest.c 141 tst_resm(TINFO, "mesgq namespaces test : %s", tsttype);
semtest_2ns.c 195 tst_resm(TINFO, "Semaphore Namespaces Test : %s", tsttype);
  /external/perfetto/src/protozero/protoc_plugin/
protozero_generator.cc 189 // complexity with namespaces.
221 // Package name maps to a series of namespaces.
235 // Print top header, namespaces and forward declarations.
290 // Print namespaces.
  /external/perfetto/tools/
gen_android_bp 420 namespaces = ['pb']
425 namespaces.append('ipc')
427 namespaces = ['pbzero']
453 for ns in namespaces:
  /external/python/cpython2/Lib/
rlcompleter.py 50 is __main__ (technically, __main__.__dict__). Namespaces should be

Completed in 1954 milliseconds

<<11121314151617181920>>