Home
last modified time | relevance | path

Searched refs:locationFormat (Results 1 – 11 of 11) sorted by relevance

/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/tests/unit_tests/
H A Dtest_main.cpp45 const std::string &locationFormat = "%p:%l: error: " );
73 void setLocationFormat( const std::string &locationFormat );
121 const std::string &locationFormat ) in CustomFormatter() argument
124 , m_locationFormat( locationFormat ) in CustomFormatter()
135 void CustomFormatter::setLocationFormat( const std::string &locationFormat ) in setLocationFormat() argument
137 m_locationFormat = locationFormat; in setLocationFormat()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/cppunit/src/cppunit/
H A DCompilerOutputter.cpp16 const std::string &locationFormat ) in CompilerOutputter() argument
19 , m_locationFormat( locationFormat ) in CompilerOutputter()
31 CompilerOutputter::setLocationFormat( const std::string &locationFormat ) in setLocationFormat() argument
33 m_locationFormat = locationFormat; in setLocationFormat()
/dports/devel/cppunit/cppunit-1.14.0/src/cppunit/
H A DCompilerOutputter.cpp16 const std::string &locationFormat ) in CompilerOutputter() argument
19 , m_locationFormat( locationFormat ) in CompilerOutputter()
31 CompilerOutputter::setLocationFormat( const std::string &locationFormat ) in setLocationFormat() argument
33 m_locationFormat = locationFormat; in setLocationFormat()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/resources/
H A DIPathVariableManager.java338 String convertToUserEditableFormat(String value, boolean locationFormat); in convertToUserEditableFormat() argument
352 String convertFromUserEditableFormat(String value, boolean locationFormat); in convertFromUserEditableFormat() argument
/dports/games/flightgear/flightgear-2020.3.11/test_suite/
H A DfgCompilerOutputter.hxx42 const std::string &locationFormat = CPPUNIT_COMPILER_LOCATION_FORMAT) in fgCompilerOutputter() argument
43 : CppUnit::CompilerOutputter(result, stream, locationFormat) in fgCompilerOutputter()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/cppunit/include/cppunit/
H A DCompilerOutputter.h68 const std::string &locationFormat = CPPUNIT_COMPILER_LOCATION_FORMAT );
96 void setLocationFormat( const std::string &locationFormat );
/dports/devel/cppunit/cppunit-1.14.0/include/cppunit/
H A DCompilerOutputter.h68 const std::string &locationFormat = CPPUNIT_COMPILER_LOCATION_FORMAT );
96 void setLocationFormat( const std::string &locationFormat );
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/
H A DPathVariableUtil.java253 …erEditableFormatInternal(IPathVariableManager manager, String userFormat, boolean locationFormat) { in convertFromUserEditableFormatInternal() argument
284 if (variable.length() == 0 && (locationFormat && j == 0)) { in convertFromUserEditableFormatInternal()
322 …Variable = PathVariableUtil.buildParentPathVariable(argument, count + parentCount, locationFormat); in convertFromUserEditableFormatInternal()
324 … newVariable = PathVariableUtil.buildParentPathVariable(variable, parentCount, locationFormat); in convertFromUserEditableFormatInternal()
326 … newVariable = PathVariableUtil.buildParentPathVariable(variable, parentCount, locationFormat); in convertFromUserEditableFormatInternal()
374 public static String convertToUserEditableFormatInternal(String value, boolean locationFormat) { in convertToUserEditableFormatInternal() argument
376 if (locationFormat) { in convertToUserEditableFormatInternal()
H A DPathVariableManager.java379 public String convertToUserEditableFormat(String value, boolean locationFormat) { in convertToUserEditableFormat() argument
380 return PathVariableUtil.convertToUserEditableFormatInternal(value, locationFormat); in convertToUserEditableFormat()
384 public String convertFromUserEditableFormat(String userFormat, boolean locationFormat) { in convertFromUserEditableFormat() argument
385 return PathVariableUtil.convertFromUserEditableFormatInternal(this, userFormat, locationFormat); in convertFromUserEditableFormat()
H A DProjectPathVariableManager.java469 public String convertToUserEditableFormat(String value, boolean locationFormat) { in convertToUserEditableFormat() argument
470 return PathVariableUtil.convertToUserEditableFormatInternal(value, locationFormat); in convertToUserEditableFormat()
474 public String convertFromUserEditableFormat(String userFormat, boolean locationFormat) { in convertFromUserEditableFormat() argument
475 return PathVariableUtil.convertFromUserEditableFormatInternal(this, userFormat, locationFormat); in convertFromUserEditableFormat()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/
H A DResourceInfoPage.java394 …String locationFormat = resource.getPathVariableManager().convertFromUserEditableFormat(locationVa… in editLinkLocation() local
395 IPath location = Path.fromOSString(locationFormat); in editLinkLocation()