Home
last modified time | relevance | path

Searched refs:GetFirstError (Results 1 – 20 of 20) sorted by relevance

/dports/devel/gumbo/gumbo-parser-0.10.1/tests/
H A Dutf8.cc43 GumboError* GetFirstError() { in GetFirstError() function in __anond86c017d0111::Utf8Test
104 GumboError* error = GetFirstError(); in TEST_F()
148 GumboError* error = GetFirstError(); in TEST_F()
176 GumboError* error = GetFirstError(); in TEST_F()
357 GumboError* error = GetFirstError(); in TEST_F()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/gumbo-parser/tests/
H A Dutf8.cc43 GumboError* GetFirstError() { in GetFirstError() function in __anonf1f8b76b0111::Utf8Test
104 GumboError* error = GetFirstError(); in TEST_F()
148 GumboError* error = GetFirstError(); in TEST_F()
176 GumboError* error = GetFirstError(); in TEST_F()
357 GumboError* error = GetFirstError(); in TEST_F()
/dports/textproc/pageedit/PageEdit-1.2.0/gumbo_subtree/tests/
H A Dutf8.cc43 GumboError* GetFirstError() { in GetFirstError() function in __anon4d1812110111::Utf8Test
106 GumboError* error = GetFirstError(); in TEST_F()
150 GumboError* error = GetFirstError(); in TEST_F()
178 GumboError* error = GetFirstError(); in TEST_F()
359 GumboError* error = GetFirstError(); in TEST_F()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dcompilererrors.h45 int GetFirstError() const;
H A Dcompilererrors.cpp259 int CompilerErrors::GetFirstError() const in GetFirstError() function in CompilerErrors
H A Dcompilergcc.cpp3941 m_pListLog->FocusError(m_Errors.GetFirstError()); in OnJobEnd()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/pubseq_gateway/cassandra/fullscan/
H A Dworker.hpp110 string GetFirstError() const;
H A Drunner.cpp191 … "Fullscan failed: one of workers got exception with message - " + workers[i].GetFirstError() in Execute()
H A Dworker.cpp210 string CCassandraFullscanWorker::GetFirstError() const in GetFirstError() function in CCassandraFullscanWorker
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xslt/
H A DXslCompiledTransform.cs165 CompilerError error = GetFirstError(); in LoadInternal()
185 private CompilerError GetFirstError() in GetFirstError() method in System.Xml.Xsl.XslCompiledTransform
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Xslt/
H A DXslCompiledTransform.cs177 CompilerError error = GetFirstError(); in LoadInternal()
196 private CompilerError GetFirstError() { in GetFirstError() method in System.Xml.Xsl.XslCompiledTransform
/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DGmshMessage.h126 static std::string GetFirstError();
H A DGmshMessage.cpp361 std::string Msg::GetFirstError() in GetFirstError() function in Msg
/dports/editors/picpas/PicPas-7940bc3/Source/
H A DFrameMessagesWin.pas78 procedure GetFirstError(out msg: string; out filname: string; out row, procedure
335 procedure TfraMessagesWin.GetFirstError(out msg: string; out filname: string; procedure
H A DFormPrincipal.pas1270 fraMessages.GetFirstError(msg, filname, row, col);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/protozero/protoc_plugin/
H A Dprotozero_plugin.cc116 const std::string& GetFirstError() const { return error_; } in GetFirstError() function in protozero::__anon592d9efa0111::GeneratorJob
920 *error = job.GetFirstError(); in Generate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/protozero/protoc_plugin/
H A Dprotozero_plugin.cc119 const std::string& GetFirstError() const { return error_; } in GetFirstError() function in protozero::__anon3aafd2550111::GeneratorJob
850 *error = job.GetFirstError(); in Generate()
/dports/cad/cvc/cvc-1.1.0-4-gd172016/src_py/
H A DsummaryGUI.py811 Clipboard.copy(myContent.report.GetFirstError(myData))
825 Clipboard.copy(myContent.report.GetFirstError(myData))
840 mySelectedDeviceList.append(myContent.report.GetFirstError(myData))
846 mySelectedDeviceList.append(myContent.report.GetFirstError(myData))
H A DResultFile.py223 def GetFirstError(self, theError): member in ResultFile
/dports/cad/gmsh/gmsh-4.9.2-source/Fltk/
H A DFlGui.cpp1259 tmp += (ne ? Msg::GetFirstError() : Msg::GetFirstWarning()); in setStatus()