HomeSort by relevance Sort by last modified time
    Searched full:standalone (Results 826 - 850 of 1679) sorted by null

<<31323334353637383940>>

  /sdk/emulator/skins/assets/
dpad_off.svg 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
dpad_on.svg 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
hwkeys_off.svg 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
hwkeys_on.svg 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
keyboard_off.svg 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
keyboard_on.svg 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 56 * XML version, standalone and encoding from XML declaration
61 * <li><b>standalone</b>:
62 * getProperty(&quot;<a href="http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone">http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone</a>&quot;)
63 * returns Boolean: null if there was no standalone declaration
65 * otherwise returns Boolean(true) if standalone="yes" and Boolean(false) when standalone="no"
    [all...]
  /external/expat/lib/
expat.h 181 parameter may be NULL for XML declarations. The standalone
183 was no standalone parameter in the declaration, that it was given
189 int standalone);
387 /* This is called if the document is not standalone, that is, it has an
389 have standalone="yes". If this handler returns XML_STATUS_ERROR,
    [all...]
xmlparse.c 274 XML_Bool standalone; member in struct:__anon12483
3441 int standalone = -1; local
    [all...]
  /external/libxml2/include/libxml/
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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
expatbuilder.py 448 def xml_decl_handler(self, version, encoding, standalone):
452 if standalone >= 0:
453 if standalone:
454 self.document.standalone = True
456 self.document.standalone = False
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
expatbuilder.py 448 def xml_decl_handler(self, version, encoding, standalone):
452 if standalone >= 0:
453 if standalone:
454 self.document.standalone = True
456 self.document.standalone = False
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 448 def xml_decl_handler(self, version, encoding, standalone):
452 if standalone >= 0:
453 if standalone:
454 self.document.standalone = True
456 self.document.standalone = False
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 448 def xml_decl_handler(self, version, encoding, standalone):
452 if standalone >= 0:
453 if standalone:
454 self.document.standalone = True
456 self.document.standalone = False
    [all...]
  /external/libxml2/
parser.c 25 * from the SAX callbacks or as standalone functions using a preparsed
482 errmsg = "external parsed entities cannot be standalone";
506 errmsg = "standalone accepts only 'yes' or 'no'";
10574 int standalone = -2; local
    [all...]
SAX2.c 299 * Is this document tagged standalone ?
308 return(ctxt->myDoc->standalone == 1);
571 if ((ctxt->myDoc != NULL) && (ctxt->myDoc->standalone == 1)) {
573 ctxt->myDoc->standalone = 0;
575 ctxt->myDoc->standalone = 1;
579 ctxt->myDoc->standalone = 0;
583 "Entity(%s) document marked standalone but requires external subset\n",
586 ctxt->myDoc->standalone = 1;
1022 doc->standalone = ctxt->standalone;
    [all...]
TODO 113 - Correct standalone checking/emitting (hard)
114 2.9 Standalone Document Declaration
  /external/expat/tests/
runtests.c 837 read an external subset, but have been declared standalone.
841 "<?xml version='1.0' encoding='us-ascii' standalone='yes'?>\n"
847 "Parser did not report undefined entity (standalone).");
873 an external subset, and standalone is true.
877 "<?xml version='1.0' encoding='us-ascii' standalone='yes'?>\n"
893 an external subset, and standalone is false.
    [all...]
  /external/autotest/scheduler/
prejob_task.py 214 # note this can also run post-job, but when it does, it's running standalone
268 # note this can also run post-job, but when it does, it's running standalone
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 17 _XML_DECLARATION = "<?xml version='1.0' encoding='utf-8' standalone='yes' ?>\n"
171 <?xml version='1.0' encoding='utf-8' standalone='yes' ?>
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.platform.power_monitor.sysfs_power_monitor.html 77 <dl><dt><a name="SysfsPowerMonitor-__init__"><strong>__init__</strong></a>(self, linux_based_platform_backend, standalone<font color="#909090">=False</font>)</dt><dd><tt>Constructor.<br>
81 &nbsp;&nbsp;&nbsp;&nbsp;standalone:&nbsp;If&nbsp;it&nbsp;is&nbsp;not&nbsp;wrapping&nbsp;another&nbsp;monitor,&nbsp;set&nbsp;to&nbsp;True.<br>
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
test_soup.py 113 """Standalone tests of the EntitySubstitution class."""
242 """Standalone tests of UnicodeDammit."""
  /external/clang/include/clang/Tooling/
Tooling.h 1 //===--- Tooling.h - Framework for standalone Clang tools -------*- C++ -*-===//
10 // This file implements functions to run clang tools standalone instead
  /external/clang/test/Driver/
debug-options.c 150 // G_ONLY_DWARF2: "-debug-info-kind={{standalone|limited}}"
171 // GEXTREFS: "-dwarf-ext-refs" "-fmodule-format=obj" "-debug-info-kind={{standalone|limited}}"
  /external/gemmlowp/
README.txt 186 build a standalone toolchain:
192 $ $NDK/build/tools/make-standalone-toolchain.sh \

Completed in 886 milliseconds

<<31323334353637383940>>