/external/grub/docs/ |
texinfo.tex | 51 % The extra TeX runs get the cross-reference information correct. 674 % explicit \vfill so that the extra space is at the bottom. The 692 % the `@group' to put extra space in the output. Since @group [all...] |
/external/libxml2/ |
nanoftp.c | 168 * @extra: extra informations 173 xmlFTPErrMemory(const char *extra) 175 __xmlSimpleError(XML_FROM_FTP, XML_ERR_NO_MEMORY, NULL, NULL, extra); [all...] |
HTMLparser.c | 69 * @extra: extra informations 74 htmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) 84 if (extra) 86 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra, 88 "Memory allocation failed : %s\n", extra); [all...] |
xpath.c | 262 * @extra: extra informations 267 xmlXPathErrMemory(xmlXPathContextPtr ctxt, const char *extra) 270 if (extra) { 275 extra); 286 if (extra) 290 extra, NULL, NULL, 0, 0, 291 "Memory allocation failed : %s\n", extra); 304 * @extra: extra information [all...] |
xmlregexp.c | 363 * @extra: extra information 368 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra) 376 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra, 378 "Memory allocation failed : %s\n", extra); 383 * @extra: extra information 388 xmlRegexpErrCompile(xmlRegParserCtxtPtr ctxt, const char *extra) 399 XML_REGEXP_COMPILE_ERROR, XML_ERR_FATAL, NULL, 0, extra, 401 "failed to compile: %s\n", extra); [all...] |
relaxng.c | 429 * @extra: extra informations 434 xmlRngPErrMemory(xmlRelaxNGParserCtxtPtr ctxt, const char *extra) 448 if (extra) 451 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra, 453 "Memory allocation failed : %s\n", extra); 464 * @extra: extra informations 469 xmlRngVErrMemory(xmlRelaxNGValidCtxtPtr ctxt, const char *extra) 483 if (extra) [all...] |
xmlschemastypes.c | 89 unsigned int extra; member in struct:_xmlSchemaValDecimal 197 * @extra: extra informations 202 xmlSchemaTypeErrMemory(xmlNodePtr node, const char *extra) 204 __xmlSimpleError(XML_FROM_DATATYPE, XML_ERR_NO_MEMORY, node, NULL, extra); [all...] |
tree.c | 63 * @extra: extra informations 68 xmlTreeErrMemory(const char *extra) 70 __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra); 76 * @extra: extra informations 81 xmlTreeErr(int code, xmlNodePtr node, const char *extra) 101 __xmlSimpleError(XML_FROM_TREE, code, node, msg, extra); 678 * XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed, 693 * XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed [all...] |
/external/v8/src/x64/ |
stub-cache-x64.cc | 158 Register extra) { 160 USE(extra); // The register extra is not used on the X64 platform. [all...] |
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
flex.skl | 403 * we don't want an extra ';' after the "return" because that will cause [all...] |
/build/core/ |
main.mk | 201 # Pick up some extra useful tools 610 # build/core/Makefile contains extra stuff that we don't want to pollute this
|
/external/libxml2/include/libxml/ |
tree.h | 468 unsigned short extra; /* extra data for XPath/XSLT */ member in struct:_xmlNode [all...] |
/external/qemu/slirp-android/ |
tcp_subr.c | 996 so->extra = (void *)ex_ptr->ex_exec;
|
/external/wpa_supplicant/ |
Makefile | 480 LIBS += -lgnutls-extra
|
tls_gnutls.c | 25 #include <gnutls/extra.h> 27 /* This function is not included in the current gnutls/extra.h even though it [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
tls_gnutls.c | 25 #include <gnutls/extra.h> 27 /* This function is not included in the current gnutls/extra.h even though it [all...] |
/frameworks/base/tools/aidl/ |
aidl.cpp | 107 import->statement.extra = NULL;
|
/build/tools/droiddoc/templates/assets/ |
android-developer-docs.css | 314 /* extra space between end of method name and open-paren */ 896 #qv-extra #rule {
|
/external/elfutils/src/ |
elflint.c | 71 /* Function to print some extra text in the help message. */ 223 /* We print some extra information. */ [all...] |
/external/libpng/ |
pngrutil.c | 59 /* Avoid an extra function call by inlining the result. */ 422 /* This is an extra zero in the 'uncompressed' part. */ 3112 char extra; local [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
Android.mk | 711 LIBS += -lgnutls-extra
|
/frameworks/base/core/java/android/webkit/ |
WebView.java | [all...] |
/external/qemu/target-arm/ |
translate.c | 1000 int extra, TCGv var) 1010 val += extra; 1015 if (extra) 1016 tcg_gen_addi_i32(var, var, extra); [all...] |
/external/v8/src/arm/ |
stub-cache-arm.cc | 89 Register extra) { [all...] |