Home
last modified time | relevance | path

Searched refs:getShortString (Results 1 – 16 of 16) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DFormatBenchmark.cpp38 std::string getShortString() { in getShortString() function
194 auto const& shortString = getShortString(); in BENCHMARK()
203 auto const& shortString = getShortString(); in BENCHMARK_RELATIVE()
212 auto const& shortString = getShortString(); in BENCHMARK_RELATIVE()
221 auto const& shortString = getShortString(); in BENCHMARK_RELATIVE()
230 auto const& shortString = getShortString(); in BENCHMARK_RELATIVE()
/dports/math/py-or-tools/or-tools-9.2/ortools/java/com/google/ortools/sat/
H A DNotBooleanVariable.java39 public String getShortString() {
40 return "not(" + boolVar.getShortString() + ")";
H A DLiteral.java24 public String getShortString(); in getShortString() method
H A DIntVar.java86 public String getShortString() { in getShortString() method in IntVar
/dports/math/py-or-tools/or-tools-9.2/examples/tests/
H A DCpModelTest.java49 assertThat(x.getShortString()).isEqualTo("x(0..10)");
50 assertThat(y.getShortString()).isEqualTo("y(0..2, 5)");
51 assertThat(z.getShortString()).isEqualTo("var_2(0..2, 5)");
52 assertThat(t.getShortString()).isEqualTo("t(0..1)");
53 assertThat(u.getShortString()).isEqualTo("5");
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/speedmanager/impl/
H A DSpeedManagerPingMapperImpl.java634 String up_e = getShortString( getEstimatedUploadLimit( false )) + "," + in addPing()
635 getShortString(getEstimatedUploadLimit( true )) + "," + in addPing()
636 getShortString(getEstimatedUploadCapacityBytesPerSec()); in addPing()
638 String down_e = getShortString(getEstimatedDownloadLimit( false )) + "," + in addPing()
639 getShortString(getEstimatedDownloadLimit( true )) + "," + in addPing()
640 getShortString(getEstimatedDownloadCapacityBytesPerSec()); in addPing()
645 ",up=[" + up_e + (best_good_up==null?"":(":"+getShortString(best_good_up))) + in addPing()
646 "],down=[" + down_e + (best_good_down==null?"":(":"+getShortString(best_good_down))) + "]" + in addPing()
1454 str += getShortString( l ); in getLimitStr()
1465 getShortString( in getShortString() method in SpeedManagerPingMapperImpl
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/samples/
H A DLiteralSampleSat.java28 System.out.println(notX.getShortString()); in main()
/dports/games/scourge/scourge/src/
H A Ddate.h97 char *getShortString();
H A Dcalendar.cpp144 d.setDate( currentDate.getShortString() ); in update()
H A Ddate.cpp67 char *Date::getShortString() { in getShortString() function in Date
H A Dsession.cpp742 getParty()->getCalendar()->getCurrentDate().getShortString(), in setCountForDate()
H A Dscourge.cpp3031 strncpy( ( char* )date, getParty()->getCalendar()->getCurrentDate().getShortString(), 39 ); in saveGame()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/net/buddy/
H A DBuddyPluginBuddy.java277 getShortString() in getShortString() method in BuddyPluginBuddy
692 return( getShortString()); in getName()
2193 plugin.logMessage( getShortString() + ": " + str ); in logMessage()
2404 …return( "pk=" + getShortString() + (nick_name==null?"":(",nick=" + nick_name)) + ",ip=" + ip + ",… in getString()
/dports/games/scourge/scourge/src/sqbinding/
H A Dsqgame.cpp219 getShortString() ), in _getDateString()
/dports/games/scourge-data/scourge_data/script/
H A Dskills.nut344 lastDateUsed is a Date::getShortString() formatted date
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/doc/
H A Dboolean_logic.md110 System.out.println(notX.getShortString());