Home
last modified time | relevance | path

Searched refs:parseMemory (Results 1 – 25 of 43) sorted by relevance

12

/dports/multimedia/libxspf/libxspf-1.2.0/test/
H A DMaliciousXmlSuite.cpp62 res = reader.parseMemory(document, static_cast<int>(::strlen(document)), in testDisabled()
68 res = reader.parseMemory(document, static_cast<int>(::strlen(document)), in testDisabled()
74 res = reader.parseMemory(document, static_cast<int>(::strlen(document)), in testDisabled()
99 res = reader.parseMemory(document, static_cast<int>(::strlen(document)), in testLengthPerEntityValue()
105 res = reader.parseMemory(document, static_cast<int>(::strlen(document)), in testLengthPerEntityValue()
131 res = reader.parseMemory(document, static_cast<int>(::strlen(document)), in testLookupSumPerEntityValue()
137 res = reader.parseMemory(document, static_cast<int>(::strlen(document)), in testLookupSumPerEntityValue()
164 res = reader.parseMemory(document, static_cast<int>(::strlen(document)), in testLookupDepthPerEntityValue()
170 res = reader.parseMemory(document, static_cast<int>(::strlen(document)), in testLookupDepthPerEntityValue()
207 int const res = reader.parseMemory(document, in runMaliciousXml()
H A DReadWriteSuite.cpp124 int const readRes = reader.parseMemory(output, numBytes, in testRelativeUris()
243 int const res = reader.parseMemory(content, in testXmlBaseStack()
/dports/devel/qbs/qbs-src-1.21.0/src/plugins/generator/keiluv/archs/mcs51/
H A Dmcs51targetlinkergroup_v5.cpp54 parseMemory(flags, QStringLiteral("BIT"), in LinkerPageOptions()
57 parseMemory(flags, QStringLiteral("CODE"), in LinkerPageOptions()
60 parseMemory(flags, QStringLiteral("DATA"), in LinkerPageOptions()
63 parseMemory(flags, QStringLiteral("IDATA"), in LinkerPageOptions()
66 parseMemory(flags, QStringLiteral("PDATA"), in LinkerPageOptions()
69 parseMemory(flags, QStringLiteral("XDATA"), in LinkerPageOptions()
120 static void parseMemory(const QStringList &flags, in parseMemory() function
/dports/print/scribus-devel/scribus-1.5.7/scribus/desaxe/
H A Ddigester_parse.cpp83 void Digester::parseMemory(const char* data, unsigned int length) in parseMemory() function in desaxe::Digester
94 void Digester::parseMemory(const Xml_string& data) in parseMemory() function in desaxe::Digester
H A Ddigester.h109 void parseMemory(const char* data, unsigned int length);
110 void parseMemory(const Xml_string& data);
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Application/
H A DInstanceThread.cpp68 QStringList parseMemory(QSharedMemory& memory) in parseMemory() function
126 m->paths = parseMemory(m->memory); in run()
/dports/devel/poco/poco-1.10.1-all/XML/src/
H A DDOMParser.cpp125 return parseMemory(xml.data(), xml.size()); in parseString()
129 Document* DOMParser::parseMemory(const char* xml, std::size_t size) in parseMemory() function in Poco::XML::DOMParser
/dports/biology/canu/canu-2.2/src/pipelines/
H A Dcanu-time.pl274 my $r = parseMemory($val);
283 my $v = parseMemory($val);
402 sub parseMemory ($) { subroutine
/dports/devel/poco/poco-1.10.1-all/XML/include/Poco/DOM/
H A DDOMParser.h93 Document* parseMemory(const char* xml, std::size_t size);
/dports/misc/py-toil/toil-5.4.0/src/toil/lib/
H A Dec2nodes.py131 def parseMemory(memAttribute: str) -> float: function
198 memory=parseMemory(i["memory"]),
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dutil_text.cpp68 dig->parseMemory(saxedString); in desaxeString()
/dports/devel/poco/poco-1.10.1-all/XML/testsuite/src/
H A DSAXParserTest.h56 std::string parseMemory(Poco::XML::XMLReader& reader, int options, const std::string& data);
H A DSAXParserTest.cpp301 std::string xml = parseMemory(parser, XMLWriter::CANONICAL | XMLWriter::PRETTY_PRINT, WSDL); in testParseMemory()
341 std::string SAXParserTest::parseMemory(XMLReader& reader, int options, const std::string& data) in parseMemory() function in SAXParserTest
/dports/multimedia/libxspf/libxspf-1.2.0/examples/strip/
H A Dstrip.cpp138 int const res = reader.parseMemory(inputMemory, inputNumBytes, in filterStdinStdout()
/dports/multimedia/libxspf/libxspf-1.2.0/examples/check/
H A Dcheck.cpp167 int const res = reader.parseMemory(memory, numBytes, &validator, in checkStdin()
/dports/multimedia/libxspf/libxspf-1.2.0/include/xspf/
H A DXspfReader.h269 int parseMemory(char const * memory, int numBytes, XspfReaderCallback * callback,
/dports/multimedia/libxspf/libxspf-1.2.0/bindings/c/
H A Dxspf_c.cpp216 if (read.parseMemory(memory, len_bytes, &readcb, baseuri) == XSPF_READER_SUCCESS) { in xspf_parse_memory()
/dports/multimedia/libxspf/libxspf-1.2.0/
H A DChangeLog4 exposing XspfReader::parseMemory
128 * SpiffReader::parseMemory(..)
/dports/devel/binaryen/binaryen-version_98/src/
H A Dwasm-s-parser.h279 void parseMemory(Element& s, bool preParseImport = false);
/dports/devel/binaryen/binaryen-version_98/src/wasm/
H A Dwasm-s-parser.cpp388 parseMemory(curr, true /* preParseImport */); in preParseImports()
410 return parseMemory(curr); in parseModuleElement()
2180 void SExpressionWasmBuilder::parseMemory(Element& s, bool preParseImport) { in parseMemory() function in wasm::SExpressionWasmBuilder
/dports/multimedia/libxspf/libxspf-1.2.0/src/
H A DXspfReader.cpp636 int XspfReader::parseMemory(char const * memory, int numBytes, in parseMemory() function in Xspf::XspfReader
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp202 bool parseMemory(OperandVector &);
4867 bool ARMAsmParser::parseMemory(OperandVector &Operands) in parseMemory() function in ARMAsmParser
5284 return parseMemory(Operands); in parseOperand()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp387 bool parseMemory(OperandVector &);
5066 bool ARMAsmParser::parseMemory(OperandVector &Operands) { in parseMemory() function in ARMAsmParser
5464 return parseMemory(Operands); in parseOperand()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp386 bool parseMemory(OperandVector &);
5044 bool ARMAsmParser::parseMemory(OperandVector &Operands) { in parseMemory() function in ARMAsmParser
5442 return parseMemory(Operands); in parseOperand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp457 bool parseMemory(OperandVector &);
5715 bool ARMAsmParser::parseMemory(OperandVector &Operands) { in parseMemory() function in ARMAsmParser
6117 return parseMemory(Operands); in parseOperand()

12