Home
last modified time | relevance | path

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

1234567

/external/webkit/LayoutTests/dom/xhtml/level3/core/
Ddocumentsetxmlstandalone02.js91 var standalone;
113 standalone = newDoc.xmlStandalone;
115 assertFalse("documentsetxmlstandalone02_false",standalone);
118 standalone = newDoc.xmlStandalone;
120 assertTrue("documentsetxmlstandalone02_true",standalone);
Ddocumentgetxmlstandalone01.js90 var standalone;
97 standalone = doc.xmlStandalone;
99 assertFalse("documentgetxmlstandalone01",standalone);
Ddocumentgetxmlstandalone03.js89 var standalone;
96 standalone = doc.xmlStandalone;
98 assertFalse("documentgetxmlstandalone03",standalone);
Ddocumentsetxmlstandalone01.js89 var standalone;
98 standalone = doc.xmlStandalone;
100 assertTrue("documentsetxmlstandalone01",standalone);
Ddocumentgetxmlstandalone04.js90 var standalone;
97 standalone = doc.xmlStandalone;
99 assertTrue("documentgetxmlstandalone04",standalone);
Ddocumentgetxmlstandalone02.js90 var standalone;
110 standalone = newDoc.xmlStandalone;
112 assertFalse("documentgetxmlstandalone02",standalone);
Ddocumentgetxmlstandalone05.js92 var standalone;
119 standalone = newDoc.xmlStandalone;
121 assertFalse("documentgetxmlstandalone05",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/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/apache-xml/src/main/java/org/apache/xml/serializer/
DToXMLStream.java129 String standalone; in startDocumentInternal() local
133 standalone = " standalone=\"" + getStandalone() + "\""; in startDocumentInternal()
137 standalone = ""; in startDocumentInternal()
148 writer.write(standalone); in startDocumentInternal()
DXSLOutputAttributes.java175 public void setStandalone(String standalone); in setStandalone() argument
DSerializerBase.java656 public void setStandalone(String standalone) in setStandalone() argument
658 setOutputProperty(OutputKeys.STANDALONE, standalone); in setStandalone()
665 protected void setStandaloneInternal(String standalone) in setStandaloneInternal() argument
667 if ("yes".equals(standalone)) in setStandaloneInternal()
/external/valgrind/main/helgrind/
DREADME_YARD.txt17 standalone library (libhb_core.c) with a simple interface (libhb.h).
19 be built as a standalone executable with test harness using "make -f
/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 …]
/external/iptables/iptables/
DMakefile.am26 iptables-standalone.c iptables.c
32 ip6tables-standalone.c ip6tables.c
/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/e2fsprogs/lib/ext2fs/tdb/patches/
Dcopyright10 + trivial database library - standalone version
/external/chromium/third_party/libjingle/source/talk/xmllite/
Dxmlparser.cc148 XmlParser::ExpatXmlDecl(const char * ver, const char * enc, int standalone) { in ExpatXmlDecl() argument
157 if (standalone == 0) { in ExpatXmlDecl()
Dxmlparser.h84 void ExpatXmlDecl(const char * ver, const char * enc, int standalone);
/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/clang/examples/clang-interpreter/
DREADME.txt1 This is an example of Clang based interpreter, for executing standalone C
/external/webkit/PerformanceTests/SunSpider/
DChangeLog7 * resources/sunspider-standalone-driver.js: Use the returned number of
24 * resources/sunspider-standalone-driver.js:
265 * resources/sunspider-standalone-driver.js: Become aware of suite names.
342 * resources/sunspider-standalone-driver.js:
481 * resources/sunspider-standalone-driver.js:
743 … * resources/sunspider-standalone-compare.js: Added. Calls the function in the way standalone mode
745 * sunspider-compare-results: Use sunspider-standalone-compare.js.
953 * resources/sunspider-standalone-driver.js:
1052 A start on a new JavaScript benchmark, with standalone and
1065 * sunspider: Added. Perl script that acts as the standalone test driver.
[all …]
/external/libpng/contrib/gregbook/
Dmakevms.com5 $! for standalone pngbook source distribution.
/external/mesa3d/docs/OLD/
DMESA_trace.spec36 linked for standalone test programs. The set of calls and the

1234567