Searched refs:mCurrentValues (Results 1 – 8 of 8) sorted by relevance
47 auto sizeResult = mCurrentValues.find("size"); in processElement()48 if (sizeResult != mCurrentValues.end()) { in processElement()53 mCurrentValues.clear(); in processElement()58 auto purgeableResult = mCurrentValues.find("purgeable_size"); in processElement()59 if (purgeableResult != mCurrentValues.end()) { in processElement()66 auto typeResult = mCurrentValues.find("type"); in processElement()67 if (typeResult != mCurrentValues.end()) { in processElement()80 auto categoryResult = mCurrentValues.find(*mCategoryKey); in processElement()81 if (categoryResult != mCurrentValues.end()) { in processElement()106 mCurrentValues.clear(); in processElement()[all …]
105 for (auto& it : mCurrentValues) { in startFrame()132 for (auto& it : mCurrentValues) { in logTraces()172 auto memoryCounter = mCurrentValues.find(mCategory); in recordAndResetCountersIfNeeded()173 if (memoryCounter != mCurrentValues.end()) { in recordAndResetCountersIfNeeded()183 mCurrentValues[mCategory] = {mLastDumpValue, mLastPurgeableDumpValue}; in recordAndResetCountersIfNeeded()
71 std::unordered_map<std::string, TraceValue> mCurrentValues; variable
83 std::unordered_map<std::string, TraceValue> mCurrentValues; variable
131 private String[] mCurrentValues; field in RestrictionEntry180 this.mCurrentValues = selectedStrings; in RestrictionEntry()277 return mCurrentValues; in getAllSelectedStrings()328 mCurrentValues = allSelectedStrings; in setAllSelectedStrings()463 if (mCurrentValues == null && other.mCurrentValues == null in equals()470 && Arrays.equals(mCurrentValues, other.mCurrentValues)) { in equals()487 } else if (mCurrentValues != null) { in hashCode()488 for (String value : mCurrentValues) { in hashCode()507 mCurrentValues = in.readStringArray(); in RestrictionEntry()531 dest.writeStringArray(mCurrentValues); in writeToParcel()[all …]
47 mCurrentValues.clear(); in resetCurrentElement()63 auto sizeResult = mCurrentValues.find("size"); in processCurrentElement()64 if (sizeResult != mCurrentValues.end() && sizeResult->second.value > 0) { in processCurrentElement()75 auto purgeableResult = mCurrentValues.find("purgeable_size"); in processCurrentElement()76 if (!mIsCurrentValueWrapped && purgeableResult != mCurrentValues.end()) { in processCurrentElement()87 results.insert({mCurrentElement, mCurrentValues}); in processCurrentElement()117 mCurrentValues.insert({valueName, {units, value}}); in dumpNumericValue()
98 std::unordered_map<const char*, TraceValue> mCurrentValues; variable
14039 Landroid/content/RestrictionEntry;->mCurrentValues:[Ljava/lang/String;