Searched refs:runId (Results 1 – 4 of 4) sorted by relevance
58 private Optional<UUID> runId = Optional.absent(); field in ResultsUploader105 runId = Optional.of(trial.run().id()); in processTrial()125 if (runId.isPresent()) { in close()127 uploadUri.get().resolve(String.format(RESULTS_PATH_PATTERN, runId.get()))); in close()
62 private UUID runId = UUID.randomUUID(); field in LoggingConfigLoaderTest68 this.loader = new LoggingConfigLoader(caliperDirectory, logManager, new Run.Builder(runId) in setUp()85 ISODateTimeFormat.basicDateTimeNoMillis().print(startTime) + "." + runId + ".log"); in testLoadDefaultLogConfiguration()
243 …ring getLogFileName(const char* apiName, const char* configName, const int iterId, const int runId, in getLogFileName() argument247 de::toString(runId) + "-width-" + de::toString(width) + "-height-" + de::toString(height); in getLogFileName()
8500 for (int runId = 0; runId < 2; runId++) { in Test13327_numberingSystemBufferOverflow() local8504 int extraLength = (runId == 0) ? 0 : 5; in Test13327_numberingSystemBufferOverflow()