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

1 2 3 4 56 7 8 910

  /external/autotest/frontend/afe/
rpc_interface.py     [all...]
rpc_utils.py 145 sub=False, standalone=False):
155 * standalone: job with no child or parent jobs
158 (suite and standalone) or
159 (sub and standalone)), ('Cannot specify more than one '
172 elif standalone:
    [all...]
rpc_interface_unittest.py 208 suite=True, standalone=True)
210 standalone=True, sub=True)
219 self._check_job_ids(rpc_interface.get_jobs(standalone=True),
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 
  /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...]
  /external/libxml2/include/libxml/
xmlwriter.h 59 const char *standalone);
  /ndk/build/tools/
make-standalone-toolchain.sh 17 # Create a standalone toolchain package for Android.
25 used as a standalone cross-compiler, e.g. to run configure and
245 TMPDIR=$NDK_TMPDIR/standalone/$TOOLCHAIN_NAME
275 # make clang/++ easier drop-in replacement for gcc/++ in NDK standalone mode.
  /prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/offline-m2/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /external/ceres-solver/
Android.mk 33 # standalone). It uses LLVM's libc++ as the standard library. It is a
  /external/ceres-solver/jni/
Android.mk 33 # standalone). It uses LLVM's libc++ as the standard library. It is a
  /external/chromium-trace/catapult/third_party/html5lib-python/doc/
make.bat 21 echo. html to make standalone HTML files
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 1343 TIXML_STRING standalone; member in class:TiXmlDeclaration
    [all...]
tinyxmlparser.cpp     [all...]
  /external/tinyxml/
tinyxml.h 1177 TIXML_STRING standalone; member in class:TiXmlDeclaration
    [all...]
tinyxmlparser.cpp     [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...]
xmlwriter.c 518 * @standalone: "yes" or "no" or NULL for default
526 const char *encoding, const char *standalone)
608 if (standalone != 0) {
609 count = xmlOutputBufferWriteString(writer->out, " standalone=");
617 count = xmlOutputBufferWriteString(writer->out, standalone);
    [all...]

Completed in 4056 milliseconds

1 2 3 4 56 7 8 910