Home
last modified time | relevance | path

Searched refs:standalone (Results 1 - 25 of 37) sorted by relevance

12

/third_party/curl/docs/cmdline-opts/
H A Dgen.pl98 my($standalone, $data)=@_;
99 if($standalone) {
109 my ($standalone, $data)=@_;
110 if($standalone) {
119 my ($standalone, $data)=@_;
120 if($standalone) {
146 my ($standalone, $data)=@_;
151 if($standalone) {
323 my ($f, $standalone)=@_;
497 if($standalone) {
[all...]
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A DMakefile15 .PHONY: clean distclean see test hard soft standalone
17 all: standalone
19 standalone: ${EXE}
59 hard: standalone
65 soft: standalone
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A DMakefile15 .PHONY: clean distclean see test hard soft standalone
17 all: standalone
19 standalone: ${EXE}
59 hard: standalone
65 soft: standalone
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp1386 standalone = _standalone;
1398 standalone = _standalone;
1431 if ( !standalone.empty() ) {
1432 if ( cfile ) fprintf (cfile, "standalone=\"%s\" ", standalone.c_str ());
1433 if ( str ) { (*str) += "standalone=\""; (*str) += standalone; (*str) += "\" "; }
1446 target->standalone = standalone;
H A Dtinyxmlparser.cpp1592 standalone = ""; in Parse()
1615 else if ( StringEqual( p, "standalone", true, _encoding ) ) in Parse()
1619 standalone = attrib.Value(); in Parse()
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok_ns.c116 int *standalone) { in XmlParseXmlDecl()
119 encoding, standalone); in XmlParseXmlDecl()
112 XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc, const char *ptr, const char *end, const char **badPtr, const char **versionPtr, const char **versionEndPtr, const char **encodingName, const ENCODING **encoding, int *standalone) XmlParseXmlDecl() argument
H A Dxmlparse.c385 XML_Bool standalone; member
2437 return XML_L("document is not standalone"); in XML_ErrorString()
2901 if (! dtd->hasParamEntityRefs || dtd->standalone) { in doContent()
4202 int standalone = -1; in processXmlDecl() local
4214 &version, &versionend, &encodingName, &newEncoding, &standalone)) { in processXmlDecl()
4220 if (! isGeneralTextEntity && standalone == 1) { in processXmlDecl()
4221 parser->m_dtd->standalone = XML_TRUE; in processXmlDecl()
4245 standalone); in processXmlDecl()
4767 if (! dtd->standalone && parser->m_notStandaloneHandler in doProlog()
4807 if (! dtd->standalone in doProlog()
[all...]
H A Dxmltok.c1165 const ENCODING **encoding, int *standalone) {
1222 if (standalone)
1223 *standalone = 1;
1225 if (standalone)
1226 *standalone = 0;
/third_party/python/Modules/expat/
H A Dxmltok_ns.c116 int *standalone) { in XmlParseXmlDecl()
119 encoding, standalone); in XmlParseXmlDecl()
112 XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc, const char *ptr, const char *end, const char **badPtr, const char **versionPtr, const char **versionEndPtr, const char **encodingName, const ENCODING **encoding, int *standalone) XmlParseXmlDecl() argument
H A Dxmlparse.c378 XML_Bool standalone; member
2406 return XML_L("document is not standalone"); in XML_ErrorString()
2858 if (! dtd->hasParamEntityRefs || dtd->standalone) { in doContent()
4285 int standalone = -1; in processXmlDecl() local
4297 &version, &versionend, &encodingName, &newEncoding, &standalone)) { in processXmlDecl()
4303 if (! isGeneralTextEntity && standalone == 1) { in processXmlDecl()
4304 parser->m_dtd->standalone = XML_TRUE; in processXmlDecl()
4328 standalone); in processXmlDecl()
4848 if (! dtd->standalone && parser->m_notStandaloneHandler in doProlog()
4888 if (! dtd->standalone in doProlog()
[all...]
H A Dxmltok.c1162 const ENCODING **encoding, int *standalone) {
1219 if (standalone)
1220 *standalone = 1;
1222 if (standalone)
1223 *standalone = 0;
/third_party/selinux/secilc/docs/
H A DMakefile64 --standalone \
76 --standalone \
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.cpp867 , standalone( _standalone ) in TiXmlDeclaration()
897 if ( !standalone.empty() ) in StreamOut()
899 (*stream) << "standalone=\""; in StreamOut()
900 PutString( standalone, stream ); in StreamOut()
917 clone->standalone = standalone; in Clone()
H A Dtinyxml.h644 <?xml version="1.0" standalone="yes"?>
649 version, encoding, and standalone.
664 const std::string& standalone );
672 /// Is this a standalone document?
673 const std::string& Standalone() const { return standalone; } in Standalone()
694 std::string standalone; member in TiXmlDeclaration
H A Dtinyxmlparser.cpp875 standalone = ""; in Parse()
900 else if ( StringEqual( p, "standalone", true ) ) in Parse()
905 standalone = attrib.Value(); in Parse()
/third_party/python/Lib/xml/dom/
H A Dminidom.py46 def toxml(self, encoding=None, standalone=None):
47 return self.toprettyxml("", "", encoding, standalone)
50 standalone=None):
60 self.writexml(writer, "", indent, newl, encoding, standalone)
1565 standalone = None variable in Document
1605 return self.standalone
1657 clone.standalone = self.standalone
1817 standalone=None):
1822 if standalone i
[all...]
H A Dexpatbuilder.py441 def xml_decl_handler(self, version, encoding, standalone):
445 if standalone >= 0:
446 if standalone:
447 self.document.standalone = True
449 self.document.standalone = False
/third_party/alsa-utils/bat/
H A Dcommon.h234 bool standalone; /* enable to bypass analysis */ member
H A Dbat.c337 " --standalone standalone mode, to bypass analysis\n" in usage()
398 {"standalone", 0, 0, OPT_STANDALONE}, in parse_arguments()
427 bat->standalone = true; in parse_arguments()
733 if (!bat.standalone || snr_is_valid(bat.snr_thd_db)) in main()
H A Danalyze.c491 if (!bat->standalone) { in analyze_capture()
/third_party/skia/third_party/externals/tint/kokoro/linux/
H A Ddocker.sh72 cp standalone.gclient .gclient
/third_party/gn/src/gn/
H A Dlabel.cc241 project needs to be both standalone and pulled into other projects in
/third_party/spirv-tools/kokoro/scripts/linux/
H A Dbuild-docker.sh145 ninja glslang-standalone
/third_party/nghttp2/doc/
H A Dmake.bat19 echo. html to make standalone HTML files
/third_party/skia/third_party/externals/tint/kokoro/windows/
H A Dbuild.bat99 copy standalone.gclient .gclient || goto :error

Completed in 36 milliseconds

12