OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isreadonly
(Results
126 - 150
of
283
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/ojluni/src/main/java/java/nio/
CharBuffer.java
117
boolean
isReadOnly
; // Valid only for heap buffers
646
if (
isReadOnly
()) {
693
return (hb != null) && !
isReadOnly
;
714
if (
isReadOnly
)
738
if (
isReadOnly
)
[
all
...]
ByteBuffer.java
204
boolean
isReadOnly
; // Valid only for heap buffers
536
if (
isReadOnly
) {
660
return (hb != null) && !
isReadOnly
();
681
if (
isReadOnly
)
705
if (
isReadOnly
)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar
/packages/apps/Contacts/src/com/android/contacts/editor/
CompactRawContactsEditorView.java
125
public void onRawContactSelected(Uri uri, long rawContactId, boolean
isReadOnly
);
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp
190
if (PD->
isReadOnly
())
/external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java
234
public boolean
isReadOnly
() throws SQLException {
/external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h
115
bool
IsReadOnly
) = 0;
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h
364
FX_BOOL
IsReadOnly
() const;
/external/v8/src/
property-details.h
332
bool
IsReadOnly
() const { return (attributes() & READ_ONLY) != 0; }
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameManager.java
318
if (!frame.
isReadOnly
()) {
/libcore/ojluni/src/main/java/java/sql/
ResultSetMetaData.java
239
boolean
isReadOnly
(int column) throws SQLException;
/prebuilts/misc/common/swig/include/2.0.11/csharp/
std_map.i
59
public bool
IsReadOnly
{
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectory.java
109
result = new FatLfnDirectory(storage, fat,
isReadOnly
());
/external/guice/extensions/struts2/lib/
jsp-api-2.1.jar
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java
292
Assert.assertEquals(initPC.
isReadOnly
(), dserPC.
isReadOnly
());
/external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngineImpl.java
401
} else if (dst.
isReadOnly
()) {
520
} else if (dst.
isReadOnly
()) {
/external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp
155
bool
IsReadOnly
) override;
239
bool
IsReadOnly
) {
/external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp
99
if (!
IsReadOnly
(pWidget) && IsFillingAllowed(pWidget))
490
FX_BOOL CFFL_IFormFiller::
IsReadOnly
(CPDFSDK_Widget* pWidget) {
/packages/apps/Gallery/src/com/android/camera/
MenuHelper.java
477
if (image == null || image.
isReadonly
()) {
733
list = image.
isReadonly
() ? disableList : enableList;
[
all
...]
/libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java
453
assertTrue(conn.
isReadOnly
());
455
assertFalse(conn.
isReadOnly
());
459
conn.
isReadOnly
();
[
all
...]
/libcore/ojluni/src/main/java/javax/security/auth/
Subject.java
254
public boolean
isReadOnly
() {
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar
/art/runtime/
dex_file_test.cc
164
EXPECT_TRUE(dex_file->
IsReadOnly
());
/external/jetty/src/java/org/eclipse/jetty/io/
Buffer.java
173
boolean
isReadOnly
();
Completed in 1204 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>