Home
last modified time | relevance | path

Searched refs:setPlatform (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveEntry.java201 setPlatform(entry.getPlatform()); in ZipArchiveEntry()
371 protected void setPlatform(final int platform) { in setPlatform() method in ZipArchiveEntry
DZipFile.java661 ze.setPlatform((versionMadeBy >> BYTE_SHIFT) & NIBLET_MASK);
DZipArchiveInputStream.java268 current.entry.setPlatform((versionMadeBy >> ZipFile.BYTE_SHIFT) & ZipFile.NIBLET_MASK); in getNextZipEntry()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp130 getExecutionSession().setPlatform( in GenericLLVMIRPlatformSupport()
672 J.getExecutionSession().setPlatform(std::move(Tmp)); in setupPlatform()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1248 void setPlatform(std::unique_ptr<Platform> P) { this->P = std::move(P); } in setPlatform() function