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()81 auto categoryResult = mCurrentValues.find(mCategoryKey); in processElement()82 if (categoryResult != mCurrentValues.end()) { in processElement()107 mCurrentValues.clear(); in processElement()[all …]
103 for (auto& it : mCurrentValues) { in startFrame()122 for (auto& it : mCurrentValues) { in logTraces()148 auto memoryCounter = mCurrentValues.find(mCategory); in recordAndResetCountersIfNeeded()149 if (memoryCounter != mCurrentValues.end()) { in recordAndResetCountersIfNeeded()159 mCurrentValues[mCategory] = {mLastDumpValue, mLastPurgeableDumpValue}; in recordAndResetCountersIfNeeded()
70 std::unordered_map<std::string, TraceValue> mCurrentValues; variable
82 std::unordered_map<const char*, 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 …]
48 mCurrentValues.clear(); in resetCurrentElement()64 auto sizeResult = mCurrentValues.find("size"); in processCurrentElement()65 if (sizeResult != mCurrentValues.end() && sizeResult->second.value > 0) { in processCurrentElement()76 auto purgeableResult = mCurrentValues.find("purgeable_size"); in processCurrentElement()77 if (!mIsCurrentValueWrapped && purgeableResult != mCurrentValues.end()) { in processCurrentElement()88 results.insert({mCurrentElement, mCurrentValues}); in processCurrentElement()118 mCurrentValues.insert({valueName, {units, value}}); in dumpNumericValue()
97 std::unordered_map<const char*, TraceValue> mCurrentValues; variable
14039 Landroid/content/RestrictionEntry;->mCurrentValues:[Ljava/lang/String;