Searched refs:validationResults (Results 1 – 6 of 6) sorted by relevance
639 AllocationCallbackValidationResults validationResults; in validateAndLog() local641 validateAllocationCallbacks(recorder, &validationResults); in validateAndLog()643 return checkAndLog(log, validationResults, allowedLiveAllocScopeBits); in validateAndLog()646 size_t getLiveSystemAllocationTotal (const AllocationCallbackValidationResults& validationResults) in getLiveSystemAllocationTotal() argument650 DE_ASSERT(validationResults.violations.empty()); in getLiveSystemAllocationTotal()652 …for (std::vector<AllocationCallbackRecord>::const_iterator alloc = validationResults.liveAllocatio… in getLiveSystemAllocationTotal()653 alloc != validationResults.liveAllocations.end(); in getLiveSystemAllocationTotal()668 …allocationTotal += validationResults.internalAllocationTotal[internalAllocationTypeNdx][internalAl… in getLiveSystemAllocationTotal()
229 … getLiveSystemAllocationTotal (const AllocationCallbackValidationResults& validationResults);
145 void validationResults(int n) in validationResults() function711 validationResults(n - 1); in master()
4357 var validationResults = i18n.phonenumbers.PhoneNumberUtil.ValidationResult;4358 if (validationResult != validationResults.TOO_SHORT &&4359 validationResult != validationResults.IS_POSSIBLE_LOCAL_ONLY &&4360 validationResult != validationResults.INVALID_LENGTH) {
386 AllocationCallbackValidationResults validationResults; in getCurrentSystemMemoryUsage() local388 validateAllocationCallbacks(allocRecoder, &validationResults); in getCurrentSystemMemoryUsage()389 TCU_CHECK(validationResults.violations.empty()); in getCurrentSystemMemoryUsage()391 …return getLiveSystemAllocationTotal(validationResults) + systemAllocationOverhead*validationResult… in getCurrentSystemMemoryUsage()