Home
last modified time | relevance | path

Searched refs:standalone (Results 1 – 25 of 112) sorted by relevance

12345

/external/bison/lib/
Dtimevar.c155 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/
DRTSettings.java29 public static synchronized void setStandaloneMode (final boolean standalone) in setStandaloneMode() argument
31 s_not_standalone = ! standalone; in setStandaloneMode()
/external/expat/lib/
Dxmltok_ns.c100 int *standalone) in NS()
112 standalone); in NS()
Dxmlparse.c272 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 …]
Dxmltok.c1094 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/
Dtinyxml.cpp1394 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/
DXMLWriter.java519 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/
Dcopyright10 + trivial database library - standalone version
/external/webkit/SunSpider/
DChangeLog161 * 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/
DAndroid.mk115 LOCAL_PATH:= $(TOP_LOCAL_PATH)/standalone
/external/libpng/contrib/gregbook/
Dmakevms.com5 $! for standalone pngbook source distribution.
/external/libxml2/
DSAX2.c291 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()
Dlegacy.c194 *((int *) result) = ctxt->standalone; in xmlGetFeature()
312 ctxt->standalone = *((int *) value); in xmlSetFeature()
/external/webkit/WebKit/cf/
DChangeLog31 and simplifies standalone JavaScriptCore builds.
/external/protobuf/
DCOPYING.txt32 standalone and requires a support library to be linked with it. This
/external/clearsilver/
DREADME60 This is a standalone binary which handles Clearsilver rendering of
/external/bison/m4/
Diconv.m423 dnl those with the standalone portable GNU libiconv installed).
/external/expat/doc/
Dxmlwf.sgml106 <literal>&lt;?xml version="1.0" standalone="yes"?&gt;</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/
Dparser.h75 int standalone; /* Was that entity marked standalone */ member
192 int standalone; /* standalone document */ member
/external/elfutils/m4/
Diconv.m425 dnl those with the standalone portable GNU libiconv installed).
/external/v8/benchmarks/
DREADME.txt11 and a standalone JavaScript version (run.js).
/external/webkit/WebCore/dom/
DXMLTokenizer.h246 void startDocument(const xmlChar* version, const xmlChar* encoding, int standalone);
/external/dropbear/
DREADME70 The Dropbear distribution includes a standalone version of OpenSSH's scp
/external/webkit/LayoutTests/http/conf/
Dcygwin-httpd.conf52 ServerType standalone
Dhttpd.conf52 ServerType standalone

12345