HomeSort by relevance Sort by last modified time
    Searched defs:pathLength (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/av/media/libmedia/
MediaScanner.cpp 83 int pathLength = strlen(path);
84 if (pathLength >= PATH_MAX) {
92 int pathRemaining = PATH_MAX - pathLength;
94 if (pathLength > 0 && pathBuffer[pathLength - 1] != '/') {
95 pathBuffer[pathLength] = '/';
96 pathBuffer[pathLength + 1] = 0;
  /frameworks/support/v4/donut/android/support/v4/view/animation/
PathInterpolatorDonut.java 39 final float pathLength = pathMeasure.getLength();
40 final int numPoints = (int) (pathLength / PRECISION) + 1;
47 final float distance = (i * pathLength) / (numPoints - 1);
  /external/skia/src/utils/
SkDashPath.cpp 165 SkScalar pathLength = SkPoint::Distance(fPts[0], fPts[1]);
172 fPathLength = pathLength;
173 fTangent.scale(SkScalarInvert(pathLength));
181 SkScalar ptCount = SkScalarMulDiv(pathLength,
  /frameworks/base/libs/hwui/font/
Font.cpp 322 float pathLength = SkScalarToFloat(measure.getLength());
326 float pathOffset = pathLength;
334 while (glyphsCount < numGlyphs && penX < pathLength) {
  /frameworks/av/media/mtp/
MtpServer.cpp     [all...]
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 282 int pathLength = path.length();
286 if (subdirLength < pathLength &&
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/
asm-debug-all-5.0.2.jar 

Completed in 329 milliseconds

1 2