Home
last modified time | relevance | path

Searched defs:isReadOnly (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp90 const bool isReadOnly = i % 2 == 0; in TEST() local
128 bool isReadOnly = i % 3 == 0; in TEST() local
DMCJITCAPITest.cpp46 LLVMBool isReadOnly) { in roundTripAllocateDataSection()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp90 const bool isReadOnly = i % 2 == 0; in TEST() local
128 bool isReadOnly = i % 3 == 0; in TEST() local
DMCJITCAPITest.cpp46 LLVMBool isReadOnly) { in roundTripAllocateDataSection()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSetMetaData.java176 public boolean isReadOnly(int column) throws java.sql.SQLException { in isReadOnly() method in JDBCResultSetMetaData
DJDBCConnection.java234 public boolean isReadOnly() throws SQLException { in isReadOnly() method in JDBCConnection
DJDBCDatabaseMetaData.java30 public boolean isReadOnly() throws SQLException { in isReadOnly() method in JDBCDatabaseMetaData
/external/llvm/include/llvm/MC/
DSectionKind.h117 bool isReadOnly() const { in isReadOnly() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h123 bool isReadOnly() const { in isReadOnly() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h140 bool isReadOnly() const { in isReadOnly() function
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTestHelper_Connection1.java99 public boolean isReadOnly() throws SQLException { in isReadOnly() method in TestHelper_Connection1
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp371 StringRef SectionName, bool isReadOnly) { in allocateDataSection()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp368 StringRef SectionName, bool isReadOnly) { in allocateDataSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp564 bool isReadOnly = STI.getTargetLowering()->isReadOnly(GV); in selectGlobal() local
DARMISelLowering.cpp3183 bool ARMTargetLowering::isReadOnly(const GlobalValue *GV) const { in isReadOnly() function in ARMTargetLowering
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryDependenceAnalysis.cpp549 bool isReadOnly = AA->onlyReadsMemory(QueryCS); in getDependency() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSQLiteConnection.java528 boolean isReadOnly(final long connectionPtr, final long statementPtr) { in isReadOnly() method
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h120 virtual bool isReadOnly() const { return ! writable; } in isReadOnly() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp755 bool isReadOnly = AA.onlyReadsMemory(QueryCS); in getDependency() local
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp719 bool isReadOnly = AA.onlyReadsMemory(QueryCS); in getDependency() local
/external/bcc/src/cc/
Dbpf_module.cc92 bool isReadOnly) override { in allocateDataSection()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java98 public boolean isReadOnly() { in isReadOnly() method in Impl_RowSet
/external/clang/include/clang/AST/
DDeclObjC.h813 bool isReadOnly() const { in isReadOnly() function
/external/clang/lib/AST/
DASTContext.cpp5646 bool isReadOnly = false; in getObjCEncodingForTypeImpl() local