Home
last modified time | relevance | path

Searched refs:mDepth (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/util/proto/
DProtoInputStream.java106 private int mDepth = -1; field in ProtoInputStream
245 if ((mDepth >= 0) && (getOffset() == getOffsetFromToken( in nextField()
246 mExpectedObjectTokenStack.get(mDepth)))) { in nextField()
501 if (++mDepth == mExpectedObjectTokenStack.size()) { in start()
504 (fieldId & FIELD_COUNT_REPEATED) == FIELD_COUNT_REPEATED, mDepth, in start()
509 mExpectedObjectTokenStack.set(mDepth, makeToken(0, in start()
510 (fieldId & FIELD_COUNT_REPEATED) == FIELD_COUNT_REPEATED, mDepth, in start()
515 if (mDepth > 0 in start()
516 && getOffsetFromToken(mExpectedObjectTokenStack.get(mDepth)) in start()
517 > getOffsetFromToken(mExpectedObjectTokenStack.get(mDepth - 1))) { in start()
[all …]
DProtoOutputStream.java126 private int mDepth; field in ProtoOutputStream
2067 mDepth++; in startObjectImpl()
2078 mExpectedObjectToken = makeToken(getTagSize(id), repeated, mDepth, mNextObjectId, sizePos); in startObjectImpl()
2108 if ((mDepth & 0x01ff) != depth || mExpectedObjectToken != token) { in endObjectImpl()
2112 + " Current depth " + mDepth in endObjectImpl()
2121 mDepth--; in endObjectImpl()
2327 if (mDepth != 0) { in compactIfNecessary()
2328 throw new IllegalArgumentException("Trying to compact with " + mDepth in compactIfNecessary()
2498 if (mDepth != 0) { in flush()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java47 private int mDepth; field in LayoutParserWrapper
81 dataDepth = mDepth; in peekTillLayoutStart()
83 mFinalDepth = mDepth; in peekTillLayoutStart()
90 if (mDepth <= dataDepth) { in peekTillLayoutStart()
119 mDepth = mDelegate.getDepth(); in peekNext()
139 depth = mDepth; in next()
160 return mPeeked ? mDepth : mDelegate.getDepth(); in getDepth()
/frameworks/base/libs/protoutil/src/
DProtoOutputStream.cpp33 mDepth(0), in ProtoOutputStream()
50 mDepth = 0; in clear()
261 mDepth++; in start()
266 (bool)(fieldId & FIELD_COUNT_REPEATED), mDepth, mObjectId, sizePos); in start()
275 mDepth = UINT32_C(-1); // make depth invalid in end()
280 if (depth != (mDepth & 0x01ff)) { in end()
281 ALOGE("Unexpected depth: %" PRIu32 ", should be %" PRIu32, depth, mDepth); in end()
282 mDepth = UINT32_C(-1); // make depth invalid in end()
285 mDepth--; in end()
314 if (mDepth != 0) { in compact()
[all …]
/frameworks/base/tools/aapt/
Dpseudolocalize.h33 PseudoMethodAccent() : mDepth(0), mWordCount(0), mLength(0) {} in PseudoMethodAccent()
39 size_t mDepth;
Dpseudolocalize.cpp208 if (mDepth == 0) { in start()
212 mDepth++; in start()
224 mDepth--; in end()
225 if (mDepth == 0) { in end()
/frameworks/wilhelm/src/itf/
DI3DMacroscopic.cpp36 thiz->mSize.mDepth = depth; in I3DMacroscopic_SetSize()
57 SLmillimeter depth = thiz->mSize.mDepth; in I3DMacroscopic_GetSize()
217 thiz->mSize.mDepth = 0; in I3DMacroscopic_init()
/frameworks/base/core/java/android/content/res/
DXmlBlock.java158 return mDepth; in getDepth()
265 mDepth--; in next()
270 mDepth++; in next()
486 private int mDepth = 0; field in XmlBlock.Parser
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h306 uint32_t depth() const { return mDepth; } in depth()
311 uint32_t mDepth; variable
DCCodecBufferChannel.cpp132 mDepth = 0; in clear()
143 mDepth = depth; in setDepth()
187 while (!mStash.empty() && mStash.size() > mDepth) { in emplace()
/frameworks/base/libs/protoutil/include/android/util/
DProtoOutputStream.h145 uint32_t mDepth; variable
/frameworks/wilhelm/src/
Ditfstruct.h157 SLmillimeter mDepth; member
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16884 Landroid/content/res/XmlBlock$Parser;->mDepth:I
72216 Landroid/util/proto/ProtoOutputStream;->mDepth:I