Searched refs:standalone (Results 1 - 25 of 62) sorted by relevance

123

/external/emma/core/java12/com/vladium/emma/rt/
H A DRTSettings.java29 public static synchronized void setStandaloneMode (final boolean standalone) argument
31 s_not_standalone = ! standalone;
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DDocument.java35 Boolean standalone; field in class:Document
47 public void setStandalone(Boolean standalone) { argument
48 this.standalone = standalone;
52 return standalone;
87 standalone = (Boolean) parser
88 .getProperty("http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone");
122 writer.startDocument(encoding, standalone);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A Doutput_unknown.properties32 standalone=no
H A Doutput_xml.properties31 standalone=no
H A DXSLOutputAttributes.java38 * standalone
97 * @return a value of "yes" if the <code>standalone</code> delaration is to
170 * Sets the value coming from the xsl:output standalone stylesheet attribute.
171 * @param standalone a value of "yes" indicates that the
172 * <code>standalone</code> delaration is to be included in the output
175 public void setStandalone(String standalone); argument
H A DToXMLStream.java129 String standalone;
133 standalone = " standalone=\"" + getStandalone() + "\"";
137 standalone = "";
148 writer.write(standalone);
159 // standalone, or a doctype system or public is
H A DSerializerBase.java168 * The standalone value for the doctype.
173 * True if standalone was specified.
650 * Sets the value coming from the xsl:output standalone stylesheet attribute.
651 * @param standalone a value of "yes" indicates that the
652 * <code>standalone</code> delaration is to be included in the output
656 public void setStandalone(String standalone) argument
658 setOutputProperty(OutputKeys.STANDALONE, standalone);
661 * Sets the XSL standalone attribute, but does not remember if this is a
663 * @param standalone "yes" | "no"
665 protected void setStandaloneInternal(String standalone) argument
[all...]
/external/iptables/iptables/
H A DAndroid.mk22 iptables-standalone.c iptables.c
53 ip6tables-standalone.c ip6tables.c
/external/clang/test/Analysis/
H A Dcfg.cpp52 // CHECK-NEXT: 9: struct standalone myStandalone;
63 struct standalone { int x, y; }; struct
64 struct standalone myStandalone;
/external/bison/lib/
H A Dtimevar.c153 /* Non-zero if this timing variable is running as a standalone
155 unsigned standalone : 1; member in struct:timevar_def
281 TIMEVAR cannot be running as a standalone timer. */
297 /* Can't push a standalone timer. */
298 if (tv->standalone)
386 if (tv->standalone)
388 tv->standalone = 1;
407 if (!tv->standalone)
427 /* Is TIMEVAR currently running as a standalone timer? */
428 if (tv->standalone)
[all...]
/external/expat/lib/
H A Dxmltok_ns.c100 int *standalone)
112 standalone);
91 XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc, const char *ptr, const char *end, const char **badPtr, const char **versionPtr, const char **versionEndPtr, const char **encodingName, const ENCODING **encoding, int *standalone) argument
/external/tinyxml/
H A Dtinyxml.cpp1394 standalone = _standalone;
1406 standalone = _standalone;
1433 if ( !standalone.empty() )
1434 fprintf (cfile, "standalone=\"%s\" ", standalone.c_str ());
1454 if ( !standalone.empty() )
1456 (*stream) << "standalone=\"";
1457 PutString( standalone, stream );
1470 target->standalone = standalone;
[all...]
/external/v8/
H A DMakefile.nacl102 -Ibuild/standalone.gypi --depth=. \
H A DMakefile232 GYPFILES = build/all.gyp build/features.gypi build/standalone.gypi \
409 -Ibuild/standalone.gypi --depth=. \
420 -Ibuild/standalone.gypi --depth=. -S.native $(GYPFLAGS)
/external/v8/test/mjsunit/
H A Dgetters-on-elements.js41 var standalone = false; variable
42 if (standalone) {
H A Dsetters-on-elements.js34 var standalone = false; variable
35 if (standalone) {
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp1386 standalone = _standalone;
1398 standalone = _standalone;
1431 if ( !standalone.empty() ) {
1432 if ( cfile ) fprintf (cfile, "standalone=\"%s\" ", standalone.c_str ());
1433 if ( str ) { (*str) += "standalone=\""; (*str) += standalone; (*str) += "\" "; }
1446 target->standalone = standalone;
/external/doclava/
H A DAndroid.mk17 # Jar file for Doclava doclet and apicheck standalone program
/external/libpng/contrib/gregbook/
H A Dmakevms.com5 $! for standalone pngbook source distribution.
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec36 linked for standalone test programs. The set of calls and the
/external/nanopb-c/tools/
H A Dmake_windows_package.sh36 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java81 * &lt;?xml version="1.0" standalone="yes"?>
144 * &lt;?xml version="1.0" standalone="yes"?>
176 * &lt;?xml version="1.0" standalone="yes"?>
193 * &lt;?xml version="1.0" standalone="yes"?>
204 * &lt;xml version="1.0" standalone="yes"?>
231 * &lt;xml version="1.0" standalone="yes"?>
522 if (standalone == null) {
523 write(" standalone=\"yes\"?>\n");
525 write(" standalone=\"");
526 write(standalone);
1430 private String standalone = null; field in class:XMLWriter
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/mesa3d/src/gallium/docs/
H A Dmake.bat17 echo. html to make standalone HTML files
/external/vogar/lib/
H A Dkxml-libcore-20110123.jar ... .kdom.Node { protected int rootIndex String encoding Boolean standalone public void " href="/6.0.0_r1/s? ...

Completed in 879 milliseconds

123