HomeSort by: relevance | last modified time | path
    Searched defs:document (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
report.py 23 __all__ = ['document']
26 def document(args): function
report.py 23 __all__ = ['document']
26 def document(args): function
  /src/external/gpl3/gdb/dist/gdbserver/
netbsd-low.cc 1039 std::string document = "<library-list-svr4 version=\"1.0\""; local
1067 string_appendf (document, " main-lm=\"0x%lx\"",
1084 document += '>';
1088 string_appendf (document, "<library name=\"");
1089 xml_escape_text_append (document, (char *) libname);
1090 string_appendf (document, "\" lm=\"0x%lx\" "
1104 document += "/>";
1107 document += "</library-list-svr4>";
1109 int document_len = document.length ();
1117 memcpy (readbuf, document.data () + offset, len)
    [all...]
netbsd-low.cc 1039 std::string document = "<library-list-svr4 version=\"1.0\""; local
1067 string_appendf (document, " main-lm=\"0x%lx\"",
1084 document += '>';
1088 string_appendf (document, "<library name=\"");
1089 xml_escape_text_append (document, (char *) libname);
1090 string_appendf (document, "\" lm=\"0x%lx\" "
1104 document += "/>";
1107 document += "</library-list-svr4>";
1109 int document_len = document.length ();
1117 memcpy (readbuf, document.data () + offset, len)
    [all...]
server.cc 1870 const char *document; local
1880 document = get_features_xml (annex);
1881 if (document == NULL)
1884 total_len = strlen (document);
1892 memcpy (readbuf, document + offset, len);
1909 std::string document = "<library-list version=\"1.0\">\n";
1913 document += string_printf
1917 document += "</library-list>\n";
1919 if (offset > document.length ())
1922 if (offset + len > document.length ()
    [all...]
server.cc 1870 const char *document; local
1880 document = get_features_xml (annex);
1881 if (document == NULL)
1884 total_len = strlen (document);
1892 memcpy (readbuf, document + offset, len);
1909 std::string document = "<library-list version=\"1.0\">\n";
1913 document += string_printf
1917 document += "</library-list>\n";
1919 if (offset > document.length ())
1922 if (offset + len > document.length ()
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
netbsd-low.cc 1036 std::string document = "<library-list-svr4 version=\"1.0\""; local
1064 string_appendf (document, " main-lm=\"0x%lx\"",
1081 document += '>';
1085 string_appendf (document, "<library name=\"");
1086 xml_escape_text_append (document, (char *) libname);
1087 string_appendf (document, "\" lm=\"0x%lx\" "
1101 document += "/>";
1104 document += "</library-list-svr4>";
1106 int document_len = document.length ();
1114 memcpy (readbuf, document.data () + offset, len)
    [all...]
netbsd-low.cc 1036 std::string document = "<library-list-svr4 version=\"1.0\""; local
1064 string_appendf (document, " main-lm=\"0x%lx\"",
1081 document += '>';
1085 string_appendf (document, "<library name=\"");
1086 xml_escape_text_append (document, (char *) libname);
1087 string_appendf (document, "\" lm=\"0x%lx\" "
1101 document += "/>";
1104 document += "</library-list-svr4>";
1106 int document_len = document.length ();
1114 memcpy (readbuf, document.data () + offset, len)
    [all...]
server.cc 1865 const char *document; local
1875 document = get_features_xml (annex);
1876 if (document == NULL)
1879 total_len = strlen (document);
1887 memcpy (readbuf, document + offset, len);
1904 std::string document = "<library-list version=\"1.0\">\n";
1908 document += string_printf
1912 document += "</library-list>\n";
1914 if (offset > document.length ())
1917 if (offset + len > document.length ()
    [all...]
server.cc 1865 const char *document; local
1875 document = get_features_xml (annex);
1876 if (document == NULL)
1879 total_len = strlen (document);
1887 memcpy (readbuf, document + offset, len);
1904 std::string document = "<library-list version=\"1.0\">\n";
1908 document += string_printf
1912 document += "</library-list>\n";
1914 if (offset > document.length ())
1917 if (offset + len > document.length ()
    [all...]
  /src/external/mit/expat/dist/tests/
basic_tests.c 410 "<\000e\000/\000>\000" /* document element */
3104 "<document><x a='",
5124 "'+' in document name not faulted");
5133 "'*' in document name not faulted");
5142 "'?' in document name not faulted");
5793 const char *const pre = "<!ELEMENT document ANY>\n";
5873 = "<!DOCTYPE document SYSTEM 'something.ext'><document/>";
5999 char *const document = (char *)malloc(document_length); local
6020 memset(document, 'x', document_length)
6109 char *const document = (char *)malloc(document_length); local
    [all...]
basic_tests.c 410 "<\000e\000/\000>\000" /* document element */
3104 "<document><x a='",
5124 "'+' in document name not faulted");
5133 "'*' in document name not faulted");
5142 "'?' in document name not faulted");
5793 const char *const pre = "<!ELEMENT document ANY>\n";
5873 = "<!DOCTYPE document SYSTEM 'something.ext'><document/>";
5999 char *const document = (char *)malloc(document_length); local
6020 memset(document, 'x', document_length)
6109 char *const document = (char *)malloc(document_length); local
    [all...]

Completed in 80 milliseconds