Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DCursorWindow.cpp35 mName(name), mAshmemFd(ashmemFd), mData(data), mSize(size), mReadOnly(readOnly) { in CursorWindow()
133 if (mReadOnly) { in clear()
148 if (mReadOnly) { in setNumColumns()
162 if (mReadOnly) { in allocRow()
191 if (mReadOnly) { in freeLastRow()
284 if (mReadOnly) { in putBlobOrString()
307 if (mReadOnly) { in putLong()
322 if (mReadOnly) { in putDouble()
337 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.java35 private final boolean mReadOnly; field in SQLiteProgram
50 mReadOnly = false; in SQLiteProgram()
61 mReadOnly = info.readOnly; in SQLiteProgram()
106 return mDatabase.getThreadDefaultConnectionFlags(mReadOnly); in getConnectionFlags()
DSQLiteConnection.java504 outStatementInfo.readOnly = statement.mReadOnly; in prepare()
1024 if (mOnlyAllowReadOnlyOperations && !statement.mReadOnly) { in throwIfStatementForbidden()
1040 if (statement.mReadOnly) { in applyBlockGuardPolicy()
1195 statement.mReadOnly = readOnly; in obtainPreparedStatement()
1237 public boolean mReadOnly; field in SQLiteConnection.PreparedStatement
1277 + ", readOnly=" + statement.mReadOnly in dump()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrame.java38 private boolean mReadOnly = false; field in Frame
66 return mReadOnly; in isReadOnly()
196 mReadOnly = false; in reset()
232 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()
546 if (mReadOnly) in add()
903 if (mReadOnly) in flush()
1125 if (!mReadOnly)
/frameworks/base/include/androidfw/
DCursorWindow.h166 bool mReadOnly; variable