Searched refs:NAME3 (Results 1 – 2 of 2) sorted by relevance
31 private static final String NAME3 = Strings.repeat(NAME, 3); field in ToStringHelperBenchmark39 .add(NAME3, false) in addEntries()40 .add(NAME3, NAME3) in addEntries()41 .add(NAME3, 'x'); in addEntries()
60 def NAME3 = "another_file.doc"65 … fileSystem.addEntry(new FileEntry(path:p(DIR,NAME3), lastModified:LAST_MODIFIED, contents:DATA3))74 listingForFile(LAST_MODIFIED, DATA3.size(), NAME3) ] as Set