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

1 2

  /external/chromium_org/v8/test/mjsunit/
getters-on-elements.js 41 var standalone = false; variable
42 if (standalone) {
setters-on-elements.js 34 var standalone = false; variable
35 if (standalone) {
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Document.java 35 Boolean standalone; field in class:Document
47 public void setStandalone(Boolean standalone) {
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/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/clang/test/Analysis/
cfg.cpp 52 // CHECK-NEXT: 9: struct standalone myStandalone;
63 struct standalone { int x, y; }; struct
64 struct standalone myStandalone;
  /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/chromium_org/net/tools/testserver/
testserver.py 60 import mod_pywebsocket.standalone namespace
61 from mod_pywebsocket.standalone import WebSocketServer
63 mod_pywebsocket.standalone.ssl = ssl
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 1533 int standalone; local
    [all...]
xsltInternals.h 1565 int standalone; \/* standalone = "yes" | "no" *\/ member in struct:_xsltStylesheet
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 526 int standalone; /* standalone document (no external refs) member in struct:_xmlDoc
527 1 if standalone="yes"
528 0 if standalone="no"
531 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/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 1343 TIXML_STRING standalone; member in class:TiXmlDeclaration
    [all...]
  /external/libxml2/include/libxml/
tree.h 563 int standalone; /* standalone document (no external refs) member in struct:_xmlDoc
564 1 if standalone="yes"
565 0 if standalone="no"
568 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
636 * Is this document tagged standalone?
    [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 
  /external/chromium_org/third_party/libxml/src/
parser.c 25 * from the SAX callbacks or as standalone functions using a preparsed
418 errmsg = "external parsed entities cannot be standalone\n";
442 errmsg = "standalone accepts only 'yes' or 'no'\n";
9997 int standalone = -2; local
    [all...]
testapi.c 43882 char * standalone; \/* "yes" or "no" or NULL for default *\/ local
    [all...]
  /external/libxml2/
parser.c 25 * from the SAX callbacks or as standalone functions using a preparsed
454 errmsg = "external parsed entities cannot be standalone";
478 errmsg = "standalone accepts only 'yes' or 'no'";
10403 int standalone = -2; local
    [all...]
  /external/chromium_org/third_party/expat/files/lib/
xmlparse.c 274 XML_Bool standalone; member in struct:__anon16407
3428 int standalone = -1; local
    [all...]
  /external/expat/lib/
xmlparse.c 274 XML_Bool standalone; member in struct:__anon925
3428 int standalone = -1; local
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/jdiff/
xerces.jar 

Completed in 516 milliseconds

1 2