HomeSort by relevance Sort by last modified time
    Searched refs:bestValue (Results 1 - 6 of 6) sorted by null

  /external/srec/portable/src/UNIX/
PANSIFileSystemUNIXImpl.c 39 LCHAR* bestValue = NULL;
60 if (bestValue==NULL || LSTRLEN(value) > LSTRLEN(bestValue))
64 bestValue = value;
77 LSTRCPY(path, path + LSTRLEN(bestValue));
  /external/srec/portable/src/
PANSIFileSystemImpl.c 217 LCHAR* bestValue = NULL;
233 bestValue = value;
245 if (LSTRLEN(bestValue) + 1 > *len)
247 *len = LSTRLEN(bestValue) + 1;
256 if (LSTRCMP(bestValue, L("/")) == 0 && isAbsolute)
263 CHKLOG(rc, lstrinsert(bestValue, path, 0, len));
PFileSystem.c 280 PFileSystem* bestValue = NULL;
294 bestValue = value;
305 *fileSystem = bestValue;
  /external/clang/lib/Driver/
WindowsToolChain.cpp 133 double bestValue = 0.0;
149 if (value > bestValue) {
151 bestValue = value;
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
Stripifier.java 1043 double bestValue = 0;
1055 if (value > bestValue) {
1056 bestValue = value;
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]

Completed in 168 milliseconds