Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/proto/
DProtoInputStream.java109 private int mDepth = -1; field in ProtoInputStream
248 if ((mDepth >= 0) && (getOffset() == getOffsetFromToken( in nextField()
249 mExpectedObjectTokenStack.get(mDepth)))) { in nextField()
506 if (++mDepth == mExpectedObjectTokenStack.size()) { in start()
509 (fieldId & FIELD_COUNT_REPEATED) == FIELD_COUNT_REPEATED, mDepth, in start()
514 mExpectedObjectTokenStack.set(mDepth, makeToken(0, in start()
515 (fieldId & FIELD_COUNT_REPEATED) == FIELD_COUNT_REPEATED, mDepth, in start()
520 if (mDepth > 0 in start()
521 && getOffsetFromToken(mExpectedObjectTokenStack.get(mDepth)) in start()
522 > getOffsetFromToken(mExpectedObjectTokenStack.get(mDepth - 1))) { in start()
[all …]
DProtoOutputStream.java126 private int mDepth; field in ProtoOutputStream
2069 mDepth++; in startObjectImpl()
2080 mExpectedObjectToken = makeToken(getTagSize(id), repeated, mDepth, mNextObjectId, sizePos); in startObjectImpl()
2110 if ((mDepth & 0x01ff) != depth || mExpectedObjectToken != token) { in endObjectImpl()
2114 + " Current depth " + mDepth in endObjectImpl()
2123 mDepth--; in endObjectImpl()
2332 if (mDepth != 0) { in compactIfNecessary()
2333 throw new IllegalArgumentException("Trying to compact with " + mDepth in compactIfNecessary()
2503 if (mDepth != 0) { in flush()
/frameworks/layoutlib/bridge/bridge_client/src/com/android/ide/common/resources/deprecated/
DValueResourceParser.java60 private int mDepth; field in ValueResourceParser
86 } else if (mDepth == 2) { in endElement()
92 } else if (mDepth == 3) { in endElement()
103 mDepth--; in endElement()
112 mDepth++; in startElement()
113 if (!inResources && mDepth == 1) { in startElement()
117 } else if (mDepth == 2 && inResources) { in startElement()
159 } else if (mDepth == 3) { in startElement()
198 } else if (mDepth == 4 && mCurrentAttr != null) { in startElement()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java47 private int mDepth; field in LayoutParserWrapper
82 dataDepth = mDepth; in peekTillLayoutStart()
84 mFinalDepth = mDepth; in peekTillLayoutStart()
91 if (mDepth <= dataDepth) { in peekTillLayoutStart()
120 mDepth = mDelegate.getDepth(); in peekNext()
141 depth = mDepth; in next()
162 return mPeeked ? mDepth : mDelegate.getDepth(); in getDepth()
/frameworks/base/libs/protoutil/src/
DProtoOutputStream.cpp37 mDepth(0), in ProtoOutputStream()
54 mDepth = 0; in clear()
265 mDepth++; in start()
270 (bool)(fieldId & FIELD_COUNT_REPEATED), mDepth, mObjectId, sizePos); in start()
279 mDepth = UINT32_C(-1); // make depth invalid in end()
284 if (depth != (mDepth & 0x01ff)) { in end()
285 ALOGE("Unexpected depth: %" PRIu32 ", should be %" PRIu32, depth, mDepth); in end()
286 mDepth = UINT32_C(-1); // make depth invalid in end()
289 mDepth--; in end()
318 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.cpp209 if (mDepth == 0) { in start()
213 mDepth++; in start()
225 mDepth--; in end()
226 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.java177 return mDepth; in getDepth()
320 mDepth--; in next()
325 mDepth++; in next()
605 private int mDepth = 0; field in XmlBlock.Parser
/frameworks/base/libs/protoutil/include/android/util/
DProtoOutputStream.h146 uint32_t mDepth; variable
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp272 mDepth = 0; in clearStash()
286 return mDepth; in getReorderDepth()
291 mDepth = depth; in setReorderDepth()
328 while (!mReorderStash.empty() && mReorderStash.size() > mDepth) { in pushToStash()
1265 mDepth = source->mDepth; in transferFrom()
DCCodecBuffers.h463 uint32_t mDepth{0};
/frameworks/wilhelm/src/
Ditfstruct.h157 SLmillimeter mDepth; member
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13997 Landroid/content/res/XmlBlock$Parser;->mDepth:I
58193 Landroid/util/proto/ProtoOutputStream;->mDepth:I