/external/jetty/src/java/org/eclipse/jetty/io/ |
D | View.java | 56 _access=buffer.isReadOnly()?READONLY:READWRITE; in View() 75 _access=buffer.isReadOnly()?READONLY:READWRITE; in update() 150 public boolean isReadOnly() in isReadOnly() method in View 152 return _buffer.isReadOnly(); in isReadOnly()
|
D | AbstractBuffer.java | 115 if (isReadOnly()) return this; in asReadOnlyBuffer() 124 if (b.isReadOnly()) in asMutableBuffer() 145 if (isReadOnly()) throw new IllegalStateException(__READONLY); in compact() 331 public boolean isReadOnly() in isReadOnly() method in AbstractBuffer 370 _view = new View(this, -1, index, index + length, isReadOnly() ? READONLY : READWRITE); in peek()
|
D | Buffer.java | 173 boolean isReadOnly(); in isReadOnly() method
|
D | ByteArrayBuffer.java | 124 if (isReadOnly()) in compact()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManagerTest.cpp | 90 const bool isReadOnly = i % 2 == 0; in TEST() local 93 data[i] = MemMgr->allocateDataSection(32, 0, 2, "", isReadOnly); in TEST() 128 bool isReadOnly = i % 3 == 0; in TEST() local 133 isReadOnly); in TEST()
|
D | MCJITCAPITest.cpp | 46 LLVMBool isReadOnly) { in roundTripAllocateDataSection() argument 50 size, alignment, sectionID, sectionName, isReadOnly); in roundTripAllocateDataSection()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 105 if (IsCPRel && !Kind.isReadOnly()) in getExplicitSectionGlobal() 129 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal() 136 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySectionLarge in SelectSectionForGlobal() 153 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) && in getSectionForConstant()
|
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
D | DirectNIOBuffer.java | 146 if (isReadOnly()) throw new IllegalStateException(__READONLY); in poke() 156 if (isReadOnly()) throw new IllegalStateException(__READONLY); in poke() 201 if (isReadOnly()) throw new IllegalStateException(__READONLY); in poke()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.core.variables_3.2.400.v20100505.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
D | SSLEngineTest.java | 102 assertTrue("Not read only byte buffer", roBb.isReadOnly()); in testWrap01() 140 assertTrue("Not read only byte buffer", roBb.isReadOnly()); in testWrap02() 234 assertTrue("Not read only byte buffer", roBb.isReadOnly()); in testUnwrap01() 273 assertTrue("Not read only byte buffer", bbA[2].isReadOnly()); in testUnwrap02()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | ProtectionDomainTest.java | 84 assertFalse(perms.isReadOnly()); in testProtectionDomainCodeSourcePermissionCollection_01() 86 assertTrue(perms.isReadOnly()); in testProtectionDomainCodeSourcePermissionCollection_01()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 228 if (Kind.isReadOnly()) in getSectionPrefixForGlobal() 356 if (Kind.isReadOnly()) in getSectionForConstant() 578 if (Kind.isReadOnly()) in SelectSectionForGlobal() 610 if (Kind.isReadOnly()) in SelectSectionForGlobal() 809 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags() 901 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal() 950 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 329 bool isReadOnly) override; 365 StringRef SectionName, bool isReadOnly) { in allocateDataSection() argument 368 isReadOnly); in allocateDataSection()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetObjectFile.cpp | 42 if (Kind.isReadOnly()) { in SelectSectionForGlobal()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | SectionMemoryManager.h | 61 bool isReadOnly) override;
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetObjectFile.cpp | 27 if (Kind.isReadOnly() && AMDGPU::isReadOnlySegment(GV)) in SelectSectionForGlobal()
|
/external/llvm/include/llvm/MC/ |
D | SectionKind.h | 118 bool isReadOnly() const { in isReadOnly() function
|
/external/v8/test/mjsunit/ |
D | mirror-object.js | 92 assertFalse(property_mirror.isReadOnly()); 198 assertTrue(math_mirror.property("E").isReadOnly());
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | LiteralByteStringTest.java | 213 assertTrue(byteBuffer.isReadOnly()); in testAsReadOnlyByteBuffer() 225 assertTrue(byteBuffer.isReadOnly()); in testAsReadOnlyByteBufferList()
|
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/ |
D | SerializationTest.java | 292 Assert.assertEquals(initPC.isReadOnly(), dserPC.isReadOnly());
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | TestHelper_Connection1.java | 99 public boolean isReadOnly() throws SQLException { in isReadOnly() method in TestHelper_Connection1
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCDealloc.cpp | 190 if (PD->isReadOnly()) in checkObjCDealloc()
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCResultSetMetaData.java | 176 public boolean isReadOnly(int column) throws java.sql.SQLException { in isReadOnly() method in JDBCResultSetMetaData
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 281 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLEngineImpl.java | 401 } else if (dst.isReadOnly()) { in unwrap() 520 } else if (dst.isReadOnly()) { in wrap()
|