HomeSort by relevance Sort by last modified time
    Searched defs:pathRemaining (Results 1 - 5 of 5) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
ReferencePath.java 74 float distance, pathRemaining = 0;
82 pathRemaining += distance;
85 pathRemaining = MINIMUM_PATH_DISTANCE - pathRemaining;
86 return pathRemaining;
ComplexMovementPath.java 208 float pathRemaining = 0;
210 pathRemaining += MathsUtils.distanceCalculationOnXYPlane(
213 if (pathRemaining >= pathIntervalDistance) {
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
GenericArrayLocationCriterion.java 106 TreePath pathRemaining = path;
148 pathRemaining = path.getParentPath();
205 while (pathRemaining.getParentPath().getLeaf().getKind() == Tree.Kind.MEMBER_SELECT) {
206 pathRemaining = pathRemaining.getParentPath();
213 leaf = pathRemaining.getLeaf();
221 TreePath parentPath = pathRemaining.getParentPath();
257 pathRemaining = parentPath;
258 // TreePath.getPath(pathRemaining.getCompilationUnit(), leaf);
348 pathRemaining = parentPath
    [all...]
  /frameworks/av/media/libmedia/
MediaScanner.cpp 92 int pathRemaining = PATH_MAX - pathLength;
97 --pathRemaining;
102 MediaScanResult result = doProcessDirectory(pathBuffer, pathRemaining, client, false);
132 char *path, int pathRemaining, MediaScannerClient &client, bool noMedia) {
143 if (pathRemaining >= 8 /* strlen(".nomedia") */ ) {
162 if (doProcessDirectoryEntry(path, pathRemaining, client, noMedia, entry, fileSpot)
173 char *path, int pathRemaining, MediaScannerClient &client, bool noMedia,
184 if (nameLength + 1 > pathRemaining) {
223 MediaScanResult result = doProcessDirectory(path, pathRemaining - nameLength - 1,
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 

Completed in 103 milliseconds