/external/jackson-core/src/test/java/com/fasterxml/jackson/core/sym/ |
D | TestSymbolTables.java | 20 CharsToNameCanonicalizer symbols = CharsToNameCanonicalizer.createRoot(1).makeChild(-1); in testSyntheticWithChars() 50 … ByteQuadsCanonicalizer.createRoot(SEED).makeChild(JsonFactory.Feature.collectDefaults()); in testSyntheticWithBytesNew() 77 CharsToNameCanonicalizer symbolsCRoot = CharsToNameCanonicalizer.createRoot(SEED); in testThousandsOfSymbolsWithChars() 109 ByteQuadsCanonicalizer symbolsBRoot = ByteQuadsCanonicalizer.createRoot(SEED); in testThousandsOfSymbolsWithNew() 192 CharsToNameCanonicalizer symbols = CharsToNameCanonicalizer.createRoot(1).makeChild(-1); in testCollisionsWithChars187() 212 … ByteQuadsCanonicalizer.createRoot(1).makeChild(JsonFactory.Feature.collectDefaults()); in testCollisionsWithBytesNew187a() 239 … ByteQuadsCanonicalizer.createRoot(1).makeChild(JsonFactory.Feature.collectDefaults()); in testCollisionsWithBytesNew187b() 305 CharsToNameCanonicalizer symbols = CharsToNameCanonicalizer.createRoot(1).makeChild(-1); in testShortQuotedDirectChars() 322 … ByteQuadsCanonicalizer.createRoot(123).makeChild(JsonFactory.Feature.collectDefaults()); in testShortQuotedDirectBytes() 344 CharsToNameCanonicalizer symbols = CharsToNameCanonicalizer.createRoot(1).makeChild(-1); in testShortNameCollisionsDirect() [all …]
|
D | TestSymbolsWithMediaItem.java | 39 ByteQuadsCanonicalizer symbolsRoot = ByteQuadsCanonicalizer.createRoot(SEED); in testSmallSymbolSetWithBytes() 70 CharsToNameCanonicalizer symbols = CharsToNameCanonicalizer.createRoot(SEED).makeChild(-1); in testSmallSymbolSetWithChars()
|
D | TestByteBasedSymbols.java | 83 ByteQuadsCanonicalizer nc = ByteQuadsCanonicalizer.createRoot() in testAuxMethodsWithNewSymboTable() 105 ByteQuadsCanonicalizer nc = ByteQuadsCanonicalizer.createRoot(-523743345); in testIssue207() 128 ByteQuadsCanonicalizer root = ByteQuadsCanonicalizer.createRoot(); in testQuadsIssue548()
|
D | SymbolTableMergingTest.java | 51 CharsToNameCanonicalizer sym = CharsToNameCanonicalizer.createRoot(123); in testHashCalc()
|
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | FileTest.java | 92 Directory file = Directory.createRoot(0, Name.simple("/")); in testRootDirectory() 95 Directory otherFile = Directory.createRoot(1, Name.simple("$")); in testRootDirectory()
|
D | FileTreeTest.java | 116 Directory root = Directory.createRoot(0, Name.simple("/")); in setUp() 119 Directory otherRoot = Directory.createRoot(2, Name.simple("$")); in setUp()
|
D | PathServiceTest.java | 61 .that(service.createRoot(service.name("/"))) in testPathCreation()
|
D | DirectoryTest.java | 50 root = Directory.createRoot(0, Name.simple("/")); in setUp()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/sym/ |
D | CharsToNameCanonicalizer.java | 287 public static CharsToNameCanonicalizer createRoot() { in createRoot() method in CharsToNameCanonicalizer 294 return createRoot(seed); in createRoot() 297 protected static CharsToNameCanonicalizer createRoot(int seed) { in createRoot() method in CharsToNameCanonicalizer
|
D | ByteQuadsCanonicalizer.java | 288 public static ByteQuadsCanonicalizer createRoot() { in createRoot() method in ByteQuadsCanonicalizer 294 return createRoot(seed); in createRoot() 299 protected static ByteQuadsCanonicalizer createRoot(int seed) { in createRoot() method in ByteQuadsCanonicalizer
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/ |
D | TestVersions.java | 17 CharsToNameCanonicalizer.createRoot()); in testCoreVersions()
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | FileFactory.java | 53 return Directory.createRoot(nextFileId(), name); in createRootDirectory()
|
D | JimfsFileSystem.java | 221 builder.add(pathService.createRoot(name)); in getRootDirectories()
|
D | Directory.java | 41 public static Directory createRoot(int id, Name name) { in createRoot() method in Directory
|
D | PathService.java | 150 public JimfsPath createRoot(Name root) { in createRoot() method in PathService
|
D | JimfsPath.java | 119 return pathService.createRoot(root); in getRoot()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktBuildPrograms.cpp | 369 tcu::TestPackageRoot* createRoot (tcu::TestContext& testCtx) in createRoot() function 417 const UniquePtr<tcu::TestPackageRoot> root (createRoot(testCtx)); in buildPrograms()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
D | JsonFactory.java | 202 … final transient CharsToNameCanonicalizer _rootCharSymbols = CharsToNameCanonicalizer.createRoot(); 213 …al transient ByteQuadsCanonicalizer _byteSymbolCanonicalizer = ByteQuadsCanonicalizer.createRoot();
|