/external/bison/lib/ |
D | timevar.c | 155 unsigned standalone : 1; member 298 if (tv->standalone) 386 if (tv->standalone) 388 tv->standalone = 1; 407 if (!tv->standalone) 428 if (tv->standalone)
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | RTSettings.java | 29 public static synchronized void setStandaloneMode (final boolean standalone) in setStandaloneMode() argument 31 s_not_standalone = ! standalone; in setStandaloneMode()
|
/external/expat/lib/ |
D | xmltok_ns.c | 100 int *standalone) in NS() 112 standalone); in NS()
|
D | xmlparse.c | 272 XML_Bool standalone; member 2249 if (!dtd->hasParamEntityRefs || dtd->standalone) { in doContent() 3324 int standalone = -1; in processXmlDecl() local 3336 &standalone)) { in processXmlDecl() 3342 if (!isGeneralTextEntity && standalone == 1) { in processXmlDecl() 3343 _dtd->standalone = XML_TRUE; in processXmlDecl() 3368 xmlDeclHandler(handlerArg, storedversion, storedEncName, standalone); in processXmlDecl() 3847 if (!dtd->standalone && in doProlog() 3890 if (!dtd->standalone && in doProlog() 4079 if (!dtd->standalone in doProlog() [all …]
|
D | xmltok.c | 1094 int *standalone) in doParseXmlDecl() argument 1153 if (standalone) in doParseXmlDecl() 1154 *standalone = 1; in doParseXmlDecl() 1157 if (standalone) in doParseXmlDecl() 1158 *standalone = 0; in doParseXmlDecl()
|
/external/tinyxml/ |
D | tinyxml.cpp | 1394 standalone = _standalone; in TiXmlDeclaration() 1406 standalone = _standalone; in TiXmlDeclaration() 1433 if ( !standalone.empty() ) in Print() 1434 fprintf (cfile, "standalone=\"%s\" ", standalone.c_str ()); in Print() 1454 if ( !standalone.empty() ) in StreamOut() 1457 PutString( standalone, stream ); in StreamOut() 1470 target->standalone = standalone; in CopyTo()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | XMLWriter.java | 519 if (standalone == null) { in startDocument() 523 write(standalone); in startDocument() 1385 standalone = value; in setOutputProperty() 1430 private String standalone = null; field in XMLWriter
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | copyright | 10 + trivial database library - standalone version
|
/external/webkit/SunSpider/ |
D | ChangeLog | 161 * resources/sunspider-standalone-driver.js: Become aware of suite names. 238 * resources/sunspider-standalone-driver.js: 377 * resources/sunspider-standalone-driver.js: 639 … * resources/sunspider-standalone-compare.js: Added. Calls the function in the way standalone mode 641 * sunspider-compare-results: Use sunspider-standalone-compare.js. 849 * resources/sunspider-standalone-driver.js: 948 A start on a new JavaScript benchmark, with standalone and 961 * sunspider: Added. Perl script that acts as the standalone test driver. 962 * resources/sunspider-standalone-driver.js: Added. JavaScript part 963 of standalone test driver.
|
/external/quake/ |
D | Android.mk | 115 LOCAL_PATH:= $(TOP_LOCAL_PATH)/standalone
|
/external/libpng/contrib/gregbook/ |
D | makevms.com | 5 $! for standalone pngbook source distribution.
|
/external/libxml2/ |
D | SAX2.c | 291 return(ctxt->myDoc->standalone == 1); in xmlSAX2IsStandalone() 545 if ((ctxt->myDoc != NULL) && (ctxt->myDoc->standalone == 1)) { in xmlSAX2GetEntity() 547 ctxt->myDoc->standalone = 0; in xmlSAX2GetEntity() 549 ctxt->myDoc->standalone = 1; in xmlSAX2GetEntity() 553 ctxt->myDoc->standalone = 0; in xmlSAX2GetEntity() 560 ctxt->myDoc->standalone = 1; in xmlSAX2GetEntity() 992 doc->standalone = ctxt->standalone; in xmlSAX2StartDocument() 1403 if ((ctxt->myDoc->standalone == 1) && in xmlCheckDefaultedAttributes()
|
D | legacy.c | 194 *((int *) result) = ctxt->standalone; in xmlGetFeature() 312 ctxt->standalone = *((int *) value); in xmlSetFeature()
|
/external/webkit/WebKit/cf/ |
D | ChangeLog | 31 and simplifies standalone JavaScriptCore builds.
|
/external/protobuf/ |
D | COPYING.txt | 32 standalone and requires a support library to be linked with it. This
|
/external/clearsilver/ |
D | README | 60 This is a standalone binary which handles Clearsilver rendering of
|
/external/bison/m4/ |
D | iconv.m4 | 23 dnl those with the standalone portable GNU libiconv installed).
|
/external/expat/doc/ |
D | xmlwf.sgml | 106 <literal><?xml version="1.0" standalone="yes"?></literal>. 273 Prints an error if the document is not standalone. 274 A document is standalone if it has no external subset and no
|
/external/libxml2/include/libxml/ |
D | parser.h | 75 int standalone; /* Was that entity marked standalone */ member 192 int standalone; /* standalone document */ member
|
/external/elfutils/m4/ |
D | iconv.m4 | 25 dnl those with the standalone portable GNU libiconv installed).
|
/external/v8/benchmarks/ |
D | README.txt | 11 and a standalone JavaScript version (run.js).
|
/external/webkit/WebCore/dom/ |
D | XMLTokenizer.h | 246 void startDocument(const xmlChar* version, const xmlChar* encoding, int standalone);
|
/external/dropbear/ |
D | README | 70 The Dropbear distribution includes a standalone version of OpenSSH's scp
|
/external/webkit/LayoutTests/http/conf/ |
D | cygwin-httpd.conf | 52 ServerType standalone
|
D | httpd.conf | 52 ServerType standalone
|