HomeSort by relevance Sort by last modified time
    Searched refs:standalone (Results 26 - 50 of 226) sorted by null

12 3 4 5 6 7 8 910

  /external/libpng/contrib/gregbook/
makevms.com 5 $! for standalone pngbook source distribution.
  /external/mesa3d/docs/OLD/
MESA_trace.spec 36 linked for standalone test programs. The set of calls and the
  /external/nanopb-c/tools/
make_windows_package.sh 36 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  /external/webrtc/webrtc/libjingle/xmllite/
xmlparser.cc 126 XmlParser::ExpatXmlDecl(const char * ver, const char * enc, int standalone) {
135 if (standalone == 0) {
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
sysfs_power_monitor_unittest.py 279 PlatformStub(cpu_state_from_samsung_note3), standalone=True)
  /external/skia/platform_tools/android/bin/utils/
setup_toolchain.sh 58 ./android-ndk-$NDK/build/tools/make-standalone-toolchain.sh \
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 81 * &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/v8/test/mjsunit/
setters-on-elements.js 34 var standalone = false; variable
35 if (standalone) {
regexp-standalones.js 30 * are disabled and standalone versions are included here.
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 348 public void startDocument(String encoding, Boolean standalone) throws IOException,
350 append("<?xml version='1.0' encoding='utf-8' standalone='"
351 + (standalone ? "yes" : "no") + "' ?>\n");
  /prebuilts/devtools/tools/
traceview.bat 63 echo The standalone version of traceview is deprecated.
ddms.bat 71 echo The standalone version of DDMS is deprecated.
hierarchyviewer.bat 71 echo The standalone version of hieararchyviewer is deprecated.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmllib.py 65 '(?:'+_S+'standalone'+_opS+'='+_opS+
66 '(?P<standalone>\'(?:yes|no)\'|"(?:yes|no)"))?'+
315 version, encoding, standalone = res.group('version',
317 'standalone')
321 if standalone: standalone = standalone[1:-1]
322 self.handle_xml(encoding, standalone)
739 def handle_xml(self, encoding, standalone):
811 def handle_xml(self, encoding, standalone)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmllib.py 65 '(?:'+_S+'standalone'+_opS+'='+_opS+
66 '(?P<standalone>\'(?:yes|no)\'|"(?:yes|no)"))?'+
315 version, encoding, standalone = res.group('version',
317 'standalone')
321 if standalone: standalone = standalone[1:-1]
322 self.handle_xml(encoding, standalone)
739 def handle_xml(self, encoding, standalone):
811 def handle_xml(self, encoding, standalone)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 65 '(?:'+_S+'standalone'+_opS+'='+_opS+
66 '(?P<standalone>\'(?:yes|no)\'|"(?:yes|no)"))?'+
315 version, encoding, standalone = res.group('version',
317 'standalone')
321 if standalone: standalone = standalone[1:-1]
322 self.handle_xml(encoding, standalone)
739 def handle_xml(self, encoding, standalone):
811 def handle_xml(self, encoding, standalone)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 65 '(?:'+_S+'standalone'+_opS+'='+_opS+
66 '(?P<standalone>\'(?:yes|no)\'|"(?:yes|no)"))?'+
315 version, encoding, standalone = res.group('version',
317 'standalone')
321 if standalone: standalone = standalone[1:-1]
322 self.handle_xml(encoding, standalone)
739 def handle_xml(self, encoding, standalone):
811 def handle_xml(self, encoding, standalone)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /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
541 if (pos < attributeCount && "standalone".equals(attributes[4 * pos + 2])) {
544 standalone = Boolean.TRUE;
546 standalone = Boolean.FALSE;
548 checkRelaxed("illegal standalone value: " + st);
    [all...]
  /external/v8/
Makefile 252 build/shim_headers.gypi build/features.gypi build/standalone.gypi \
441 -Ibuild/standalone.gypi --depth=. \
452 -Ibuild/standalone.gypi --depth=. -S.native $(GYPFLAGS)
  /external/mesa3d/src/gallium/docs/
make.bat 17 echo. html to make standalone HTML files
  /external/testng/
Android.mk 68 # target jar (standalone, e.g. add it to classpath manually)
  /external/vogar/lib/
kxml-libcore-20110123.jar 
  /ndk/sources/cxx-stl/stlport/
Android.mk 62 # as a dependency, instead of two, especially when using the standalone
  /packages/apps/TV/usbtuner/
Android.mk 13 # Build the apk. This generates an standalone apk for USB tuner

Completed in 558 milliseconds

12 3 4 5 6 7 8 910