Home
last modified time | relevance | path

Searched refs:mReadOnly (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/androidfw/
DCursorWindow.cpp35 mName(name), mAshmemFd(ashmemFd), mData(data), mSize(size), mReadOnly(readOnly) { in CursorWindow()
152 if (mReadOnly) { in clear()
167 if (mReadOnly) { in setNumColumns()
181 if (mReadOnly) { in allocRow()
210 if (mReadOnly) { in freeLastRow()
303 if (mReadOnly) { in putBlobOrString()
326 if (mReadOnly) { in putLong()
341 if (mReadOnly) { in putDouble()
356 if (mReadOnly) { in putNull()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrame.java64 boolean mReadOnly = false; field in Frame
103 return mReadOnly; in isReadOnly()
176 if (mReadOnly && mode == MODE_WRITE) { in assertAccessible()
182 mReadOnly = readOnly; in setReadOnly()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteProgram.java37 private final boolean mReadOnly; field in SQLiteProgram
53 mReadOnly = false; in SQLiteProgram()
64 mReadOnly = info.readOnly; in SQLiteProgram()
109 return mDatabase.getThreadDefaultConnectionFlags(mReadOnly); in getConnectionFlags()
DSQLiteConnection.java597 outStatementInfo.readOnly = statement.mReadOnly; in prepare()
1121 if (mOnlyAllowReadOnlyOperations && !statement.mReadOnly) { in throwIfStatementForbidden()
1137 if (statement.mReadOnly) { in applyBlockGuardPolicy()
1292 statement.mReadOnly = readOnly; in obtainPreparedStatement()
1338 public boolean mReadOnly; field in SQLiteConnection.PreparedStatement
1378 + ", readOnly=" + statement.mReadOnly in dump()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrame.java39 private boolean mReadOnly = false; field in Frame
68 return mReadOnly; in isReadOnly()
203 mReadOnly = false; in reset()
239 mReadOnly = true; in markReadOnly()
/frameworks/base/tools/aapt/
DZipFile.h47 : mZipFp(NULL), mReadOnly(false), mNeedCDRewrite(false) in ZipFile()
50 if (!mReadOnly) in ~ZipFile()
255 bool mReadOnly; variable
DZipFile.cpp125 mReadOnly = true; in open()
127 assert(!mReadOnly); in open()
369 if (mReadOnly) in addCommon()
545 if (mReadOnly) in add()
900 if (mReadOnly) in flush()
1122 if (!mReadOnly)
/frameworks/base/libs/androidfw/include/androidfw/
DCursorWindow.h168 bool mReadOnly; variable
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt18563 Landroid/database/sqlite/SQLiteConnection$PreparedStatement;->mReadOnly:Z
18882 Landroid/database/sqlite/SQLiteProgram;->mReadOnly:Z
19478 Landroid/filterfw/core/Frame;->mReadOnly:Z