Searched refs:percentage (Results 1 - 25 of 109) sorted by relevance

12345

/external/clang/test/PCH/
H A Dobjc_property.h5 float percentage; variable
11 @property float percentage; variable
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dunity_service.h19 void SetProgressFraction(float percentage);
H A Dunity_service.cc132 void SetProgressFraction(float percentage) { argument
135 entry_set_progress(chrome_entry, percentage);
137 percentage > 0.0 && percentage < 1.0);
/external/chromium_org/chrome/app/
H A Dimage_pre_reader_win.h31 // Loads the file passed in as PE Image and touches a percentage of the
38 // The percentage of the file to be read is an integral value between 0 and
41 // for each section, in order, the given percentage of the blocks in that
43 // example: if percentage is 30 and there is a .text section and a .data
56 size_t percentage,
63 size_t percentage,
70 size_t percentage);
H A Dimage_pre_reader_win.cc93 // Return a |percentage| of the number of initialized bytes in the given
96 // This returns a percentage of the lesser of the size of the raw data in
108 size_t percentage) {
110 DCHECK_GT(percentage, 0u);
111 DCHECK_LE(percentage, kOneHundredPercent);
119 size_t length = (initialized_length * percentage) / kOneHundredPercent;
124 // Helper function to read through a |percentage| of the given |section|
130 size_t percentage,
135 DCHECK_LE(percentage, kOneHundredPercent);
139 size_t bytes_to_read = GetPercentageOfSectionLength(section, percentage);
107 GetPercentageOfSectionLength(const IMAGE_SECTION_HEADER* section, size_t percentage) argument
128 ReadThroughSection(HANDLE file_handle, const IMAGE_SECTION_HEADER* section, size_t percentage, void* temp_buffer, size_t temp_buffer_size) argument
191 PartialPreReadImageOnDisk(const wchar_t* file_path, size_t percentage, size_t max_chunk_size) argument
275 PartialPreReadImageInMemory(const wchar_t* file_path, size_t percentage) argument
398 PartialPreReadImage(const wchar_t* file_path, size_t percentage, size_t max_chunk_size) argument
[all...]
/external/chromium_org/chrome/browser/ui/gtk/
H A Dunity_service.h21 void SetProgressFraction(float percentage);
H A Dunity_service.cc130 void SetProgressFraction(float percentage) { argument
133 entry_set_progress(chrome_entry, percentage);
135 percentage > 0.0 && percentage < 1.0);
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_host_metrics.cc57 int percentage = (100 * misspelled_word_count_) / spellchecked_word_count_; local
58 UMA_HISTOGRAM_PERCENTAGE("SpellCheck.MisspellRatio", percentage);
101 int percentage = (100 * replaced_word_count_) / misspelled_word_count_; local
102 UMA_HISTOGRAM_PERCENTAGE("SpellCheck.ReplaceRatio", percentage);
106 int percentage = (100 * replaced_word_count_) / suggestion_show_count_; local
107 UMA_HISTOGRAM_PERCENTAGE("SpellCheck.SuggestionHitRatio", percentage);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCrossfadeGeneratedImage.h41 static PassRefPtr<CrossfadeGeneratedImage> create(Image* fromImage, Image* toImage, float percentage, IntSize crossfadeSize, const IntSize& size) argument
43 return adoptRef(new CrossfadeGeneratedImage(fromImage, toImage, percentage, crossfadeSize, size));
60 CrossfadeGeneratedImage(Image* fromImage, Image* toImage, float percentage, IntSize crossfadeSize, const IntSize&);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedRect.cpp74 void SVGAnimatedRectAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
88 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.x(), toRect.x(), toAtEndOfDurationRect.x(), animatedX);
89 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.y(), toRect.y(), toAtEndOfDurationRect.y(), animatedY);
90 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.width(), toRect.width(), toAtEndOfDurationRect.width(), animatedWidth);
91 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.height(), toRect.height(), toAtEndOfDurationRect.height(), animatedHeight);
H A DSVGAnimatedInteger.cpp74 void SVGAnimatedIntegerAnimator::calculateAnimatedInteger(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, int fromInteger, int toInteger, int toAtEndOfDurationInteger, int& animatedInteger) argument
77 animationElement->animateAdditiveNumber(percentage, repeatCount, fromInteger, toInteger, toAtEndOfDurationInteger, animatedNumber);
81 void SVGAnimatedIntegerAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
91 calculateAnimatedInteger(m_animationElement, percentage, repeatCount, fromInteger, toInteger, toAtEndOfDurationInteger, animatedInteger);
H A DSVGAnimatedPointList.cpp82 void SVGAnimatedPointListAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
90 if (!m_animationElement->adjustFromToListValues<SVGPointList>(fromPointList, toPointList, animatedPointList, percentage))
105 m_animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom.x(), toPointList[i].x(), effectiveToAtEnd.x(), animatedX);
106 m_animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom.y(), toPointList[i].y(), effectiveToAtEnd.y(), animatedY);
H A DSVGAnimatedBoolean.cpp70 void SVGAnimatedBooleanAnimator::calculateAnimatedValue(float percentage, unsigned, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType*, SVGAnimatedType* animated) argument
79 m_animationElement->animateDiscreteType<bool>(percentage, fromBoolean, toBoolean, animatedBoolean);
H A DSVGAnimatedInteger.h48 static void calculateAnimatedInteger(SVGAnimationElement*, float percentage, unsigned repeatCount, int fromInteger, int toInteger, int toAtEndOfDurationInteger, int& animatedInteger);
58 virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*);
H A DSVGAnimatedPreserveAspectRatio.cpp70 void SVGAnimatedPreserveAspectRatioAnimator::calculateAnimatedValue(float percentage, unsigned, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType*, SVGAnimatedType* animated) argument
79 m_animationElement->animateDiscreteType<SVGPreserveAspectRatio>(percentage, fromPreserveAspectRatio, toPreserveAspectRatio, animatedPreserveAspectRatio);
H A DSVGAnimationElement.h111 bool adjustFromToListValues(const AnimatedType& fromList, const AnimatedType& toList, AnimatedType& animatedList, float percentage, bool resizeAnimatedListIfNeeded = true) argument
121 if (percentage < 0.5) {
138 void animateDiscreteType(float percentage, const AnimatedType& fromType, const AnimatedType& toType, AnimatedType& animatedType) argument
140 if ((animationMode() == FromToAnimation && percentage > 0.5) || animationMode() == ToAnimation || percentage == 1) {
147 void animateAdditiveNumber(float percentage, unsigned repeatCount, float fromNumber, float toNumber, float toAtEndOfDurationNumber, float& animatedNumber) argument
151 number = percentage < 0.5 ? fromNumber : toNumber;
153 number = (toNumber - fromNumber) * percentage + fromNumber;
H A DSVGAnimatedColor.cpp65 void SVGAnimatedColorAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
86 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.red(), toColor.red(), toAtEndOfDurationColor.red(), animatedRed);
89 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.green(), toColor.green(), toAtEndOfDurationColor.green(), animatedGreen);
92 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.blue(), toColor.blue(), toAtEndOfDurationColor.blue(), animatedBlue);
95 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.alpha(), toColor.alpha(), toAtEndOfDurationColor.alpha(), animatedAlpha);
H A DSVGAnimatedIntegerOptionalInteger.cpp88 void SVGAnimatedIntegerOptionalIntegerAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
98 SVGAnimatedIntegerAnimator::calculateAnimatedInteger(m_animationElement, percentage, repeatCount, fromIntegerPair.first, toIntegerPair.first, toAtEndOfDurationIntegerPair.first, animatedIntegerPair.first);
99 SVGAnimatedIntegerAnimator::calculateAnimatedInteger(m_animationElement, percentage, repeatCount, fromIntegerPair.second, toIntegerPair.second, toAtEndOfDurationIntegerPair.second, animatedIntegerPair.second);
H A DSVGAnimatedNumberList.cpp82 void SVGAnimatedNumberListAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
90 if (!m_animationElement->adjustFromToListValues<SVGNumberList>(fromNumberList, toNumberList, animatedNumberList, percentage))
100 m_animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom, toNumberList[i].value(), effectiveToAtEnd, animatedNumberList[i].valueRef());
H A DSVGAnimatedNumberOptionalNumber.cpp85 void SVGAnimatedNumberOptionalNumberAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
95 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromNumberPair.first, toNumberPair.first, toAtEndOfDurationNumberPair.first, animatedNumberPair.first);
96 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromNumberPair.second, toNumberPair.second, toAtEndOfDurationNumberPair.second, animatedNumberPair.second);
H A DSVGAnimatedBoolean.h52 virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*);
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dcheck-dom-results93 my $percentage = (sprintf "%.1f", ($successCount * 100.0 / $count));
95 if ($percentage == 100) {
98 print "${name}: ${successCount} out of ${count} tests succeeded (${percentage}%)";
/external/chromium_org/v8/src/
H A Druntime-profiler.cc111 int* percentage) {
120 *percentage = *ic_total_count > 0
134 int typeinfo, total, percentage; local
135 GetICCounts(function->shared()->code(), &typeinfo, &total, &percentage);
136 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, percentage);
329 int typeinfo, total, percentage; local
330 GetICCounts(shared_code, &typeinfo, &total, &percentage);
331 if (percentage >= FLAG_type_info_threshold) {
343 typeinfo, total, percentage);
/external/v8/src/
H A Druntime-profiler.cc114 int* percentage) {
124 *percentage = *ic_total_count > 0 member in namespace:v8::internal
138 int typeinfo, total, percentage; local
139 GetICCounts(function, &typeinfo, &total, &percentage);
140 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, percentage);
296 int typeinfo, total, percentage; local
297 GetICCounts(function, &typeinfo, &total, &percentage);
298 if (percentage >= FLAG_type_info_threshold) {
310 typeinfo, total, percentage);
/external/chromium_org/media/cast/test/transport/
H A Dtransport.h39 void SetSendSidePacketLoss(int percentage);

Completed in 417 milliseconds

12345