HomeSort by relevance Sort by last modified time
    Searched defs:standalone (Results 1 - 24 of 24) sorted by null

  /external/stlport/test/unit/
mvctor_test.cpp 789 class Standalone
793 //Standalone() {}
794 ~Standalone() {}
806 Standalone standalone; local
  /libcore/xml/src/main/java/org/kxml2/kdom/
Document.java 35 Boolean standalone; field in class:Document
47 public void setStandalone (Boolean standalone) {
48 this.standalone = standalone;
52 return standalone;
88 standalone = (Boolean)parser.getProperty ("http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone");
123 writer.startDocument(encoding, standalone);
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_test.cpp 789 class Standalone
793 //Standalone() {}
794 ~Standalone() {}
806 Standalone standalone; local
  /ndk/tests/device/test-stlport/unit/
mvctor_test.cpp 789 class Standalone
793 //Standalone() {}
794 ~Standalone() {}
806 Standalone standalone; local
  /external/bison/lib/
timevar.c 153 /* 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/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLStream.java 129 String standalone; local
133 standalone = " standalone=\"" + getStandalone() + "\"";
137 standalone = "";
148 writer.write(standalone);
159 // standalone, or a doctype system or public is
  /external/libxslt/libxslt/
xsltutils.c 1533 int standalone; local
    [all...]
xsltInternals.h 1565 int standalone; \/* standalone = "yes" | "no" *\/ member in struct:_xsltStylesheet
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 81 * <?xml version="1.0" standalone="yes"?>
144 * <?xml version="1.0" standalone="yes"?>
176 * <?xml version="1.0" standalone="yes"?>
193 * <?xml version="1.0" standalone="yes"?>
204 * <xml version="1.0" standalone="yes"?>
231 * <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/libxml2/include/libxml/
tree.h 525 int standalone; /* standalone document (no external refs) member in struct:_xmlDoc
526 1 if standalone="yes"
527 0 if standalone="no"
530 standalone attribute was specified */
    [all...]
parser.h 75 int standalone; /* Was that entity marked standalone */ member in struct:_xmlParserInput
192 int standalone; /* standalone document */ member in struct:_xmlParserCtxt
633 * Is this document tagged standalone?
    [all...]
  /external/tinyxml/
tinyxml.h 1177 TIXML_STRING standalone; member in class:TiXmlDeclaration
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 44 = "http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone";
92 private Boolean standalone; field in class:KXmlParser
535 if (pos < attributeCount && "standalone".equals(attributes[4 * pos + 2])) {
538 standalone = Boolean.TRUE;
540 standalone = Boolean.FALSE;
542 checkRelaxed("illegal standalone value: " + st);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/libxml2/
parser.c 25 * from the SAX callbacks or as standalone functions using a preparsed
422 errmsg = "external parsed entities cannot be standalone\n";
446 errmsg = "standalone accepts only 'yes' or 'no'\n";
10031 int standalone = -2; local
    [all...]
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /external/expat/lib/
xmlparse.c 272 XML_Bool standalone; member in struct:__anon6406
3324 int standalone = -1; local
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /external/emma/lib/
emma.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1293 milliseconds