Searched refs:ConvertInput (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/doc/examples/ |
D | testWriter.c | 27 xmlChar *ConvertInput(const char *in, const char *encoding); 105 tmp = ConvertInput("This is a comment with special chars: <\xE4\xF6\xFC>", in testXmlwriterFilename() 142 tmp = ConvertInput("<\xE4\xF6\xFC>", MY_ENCODING); in testXmlwriterFilename() 180 tmp = ConvertInput("M\xFCller", MY_ENCODING); in testXmlwriterFilename() 190 tmp = ConvertInput("J\xF6rg", MY_ENCODING); in testXmlwriterFilename() 384 tmp = ConvertInput("This is a comment with special chars: <\xE4\xF6\xFC>", in testXmlwriterMemory() 421 tmp = ConvertInput("<\xE4\xF6\xFC>", MY_ENCODING); in testXmlwriterMemory() 459 tmp = ConvertInput("M\xFCller", MY_ENCODING); in testXmlwriterMemory() 469 tmp = ConvertInput("J\xF6rg", MY_ENCODING); in testXmlwriterMemory() 659 tmp = ConvertInput("This is a comment with special chars: <\xE4\xF6\xFC>", in testXmlwriterDoc() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
D | xray-converter.cpp | 34 static cl::opt<std::string> ConvertInput(cl::Positional, variable 388 auto TraceOrErr = loadTraceFile(ConvertInput, ConvertSortInput); in __anon8d442b510302() 392 Twine("Failed loading input file '") + ConvertInput + "'.", in __anon8d442b510302()
|
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 756 void ConvertInput(Node* node, int index, UseInfo use, in ConvertInput() function in v8::internal::compiler::RepresentationSelector 792 ConvertInput(node, index, use); in ProcessInput() 3086 ConvertInput(node, 0, use, type); in VisitNode()
|