Searched defs:measure (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
H A DValidationMessageBubble.java59 measure(contentViewCore.getRenderCoordinates());
120 private void measure(RenderCoordinates coordinates) { method in class:ValidationMessageBubble
127 mPopup.getContentView().measure(
/external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
H A Dperformance-test.js102 function measure() {
114 object[functionName] = measure;
/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DPerformanceUserTiming.cpp136 void UserTiming::measure(const String& measureName, const String& startMark, const String& endMark, ExceptionState& exceptionState) function in class:WebCore::UserTiming
H A DPerformance.cpp120 else if (equalIgnoringCase(entryType, "measure"))
140 if (entryType.isNull() || equalIgnoringCase(entryType, "measure"))
259 void Performance::measure(const String& measureName, const String& startMark, const String& endMark, ExceptionState& exceptionState) function in class:WebCore::Performance
263 m_userTiming->measure(measureName, startMark, endMark, exceptionState);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c42 int32_t measure, maxMeasure, energy; local
110 measure = WEBRTC_SPL_MUL_16_16(WEBRTC_SPL_SHIFT_W32(ener, -shift2),
127 if ((measure>>tmp1) > (maxMeasure>>tmp2)) {
128 /* New lag is better => record lag, measure and domain */
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticImplicit.cpp250 // FIXME ? should this measure both and then use the quad that is the flattest as the line?
252 double measure = flatMeasure(q1); local
254 if (!approximately_zero_sqrt(measure)) {
260 // FIXME: if flat measure is sufficiently large, then probably the quartic solution failed
/external/chromium_org/tools/site_compare/
H A Dsite_compare.py30 import commands.measure # measure length of time a page takes to load namespace
34 # later but for now it's been superceded by "measure"
35 # import commands.timeload # measure length of time a page takes to load
168 commands.measure.CreateCommand(cmdline)
/external/skia/experimental/Intersection/
H A DQuadraticImplicit.cpp250 // FIXME ? should this measure both and then use the quad that is the flattest as the line?
252 double measure = flatMeasure(q1); local
254 if (!approximately_zero_sqrt(measure)) {
260 // FIXME: if flat measure is sufficiently large, then probably the quartic solution failed
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.cpp154 SkPathMeasure measure(m_path, false);
157 length += measure.getLength();
158 } while (measure.nextContour());
179 static bool calculatePointAndNormalOnPath(SkPathMeasure& measure, SkScalar length, FloatPoint& point, float& normalAngle, SkScalar* accumulatedLength = 0) argument
182 SkScalar contourLength = measure.getLength();
187 if (measure.getPosTan(length, &position, &tangent)) {
196 } while (measure.nextContour());
202 SkPathMeasure measure(m_path, false);
204 if (calculatePointAndNormalOnPath(measure, WebCoreFloatToSkScalar(length), point, normal))
/external/iputils/
H A Dclockdiff.c126 measure(struct sockaddr_in * addr) function
162 * To measure the difference, select MSGS messages whose round-trip
338 * To measure the difference, select MSGS messages whose round-trip
652 if ((measure_status = (ip_opt_len ? measure_opt : measure)(&server)) < 0) {
654 perror("measure");
656 fprintf(stderr, "measure: unknown failure\n");
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp243 // FIXME ? should this measure both and then use the quad that is the flattest as the line?
245 double measure = flat_measure(q1); local
247 if (!approximately_zero_sqrt(measure)) {
253 // FIXME: if flat measure is sufficiently large, then probably the quartic solution failed
/external/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp381 // Converts a composite measure into hours-minutes-seconds and stores at hms
714 const Measure &measure,
722 const Formattable& amtNumber = measure.getNumber();
723 const MeasureUnit& amtUnit = measure.getUnit();
713 formatMeasure( const Measure &measure, const NumberFormat &nf, UnicodeString &appendTo, FieldPosition &pos, UErrorCode &status) const argument
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp243 // FIXME ? should this measure both and then use the quad that is the flattest as the line?
245 double measure = flat_measure(q1); local
247 if (!approximately_zero_sqrt(measure)) {
253 // FIXME: if flat measure is sufficiently large, then probably the quartic solution failed
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java409 public final void measure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ShadowView
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 664 milliseconds